body {
    font-family: 'Inter', sans-serif, Arial, Helvetica;
    margin: 0;
    padding: 0;
    background: #f8f8f8;
    color: #222;
}
header {
    background: #E91A45;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 24px 0 0 24px;
    z-index: -1;
}
.logo {
    position: absolute;
    top: -120px;
    left: -80px;
    z-index: 999;
}
.logo-img {
    width: 260px;
    height: auto;
}

#header nav {
    margin-left: auto;
}

nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
section {
    margin: 40px auto;
    max-width: 960px;
    padding: 5px 20px;
    border-radius: 16px;
}
#hero {
    padding: 40px 0;
}

.mobile {
    display: none;
}
.desctop {
    display: block;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 32px;
}

.hero-subblock {
    flex: 1;
    text-align: left;
}

#hero .hero-img {
    flex-shrink: 0;
    order: 2;
}

#hero .subtitle {
    font-weight: 300;
}

#hero p strong {
    font-weight: 850;
}

#hero p:nth-of-type(2) {
    font-size: 0.85em;
}
.hero-button-area {
    text-align: left;
    margin-top: 20px;
}
.arrow {
    color: #E91A45;
}

.hero-img {
    width: 420px;
    max-width: 100%;
    border-radius: 12px;
    aspect-ratio: 420 / 397;
}

#tags {
    background: rgba(233, 26, 69, 0.13);
    display: flex;
    border-radius: 0;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 100vw;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    justify-content: center;
    width: 100%;
}

.tag {
    padding: 6px 14px;
    white-space: nowrap;
    font-size: 0.75em;
    font-weight: 800;
}

.tag-item {
    background: rgba(233, 26, 69, 0.13);
    border-radius: 8px;
    font-size: 0.75em;
    color: #E91A45;
    padding: 6px 14px;
    white-space: nowrap;
    font-weight: 300;
}

.income-subblocks {
    display: flex;
    gap: 20px;
    margin-top: 32px;
}

.income-item {
    padding: 16px;
    flex: 1 1 calc(50% - 10px);
    text-align: center;
    box-sizing: border-box;
    background: #f9f9f9;
    border-radius: 30px;
    border: 1px solid rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.income-subblock {
    flex: 1;
    padding: 20px;
    border-radius: 12px;
    text-align: left;
}

.income-subblock h3 {
    margin-top: 0;
    font-weight: 850;
}

.income-subblock p {
    font-weight: 300;
}

.income-subblock ul {
    list-style: none;
    padding: 0;
}

.income-subblock li {
    margin-bottom: 8px;
    font-weight: 300;
}

.income-subblock li::before {
    content: '→ ';
    color: #E91A45;
    font-weight: 850;
}

.trust-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
}

.trust-block {
    flex: 1 1 calc(50% - 10px);
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
    background: #f9f9f9;
    border-radius: 30px;
    border: 1px solid rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.trust-block h3 {
    margin-top: 0;
    font-weight: 850;
}

.trust-block p {
    font-weight: 500;
    margin: 8px 0;
}

.trust-desc {
    display: block;
    font-weight: 300;
    font-size: 0.9em;
    margin: 12px 0;
}

.trust-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.trust-tag {
    background: rgba(233, 26, 69, 0.13);
    border-radius: 8px;
    font-size: 0.75em;
    color: #E91A45;
    padding: 6px 14px;
    white-space: nowrap;
    font-weight: 300;
}

.slide-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    justify-content: center;
}

.slide-item h3 {
    font-weight: 850;
}

.slide-item p {
    font-weight: 300;
    font-size: 0.9em;
}

.item-tag {
    background: rgba(233, 26, 69, 0.13);
    border-radius: 8px;
    font-size: 0.75em;
    color: #E91A45;
    padding: 6px 14px;
    white-space: nowrap;
    font-weight: 300;
}

.slide-item {
    padding: 16px;
    flex: 1 1 calc(50% - 10px);
    text-align: center;
    box-sizing: border-box;
    background: #f9f9f9;
    border-radius: 30px;
    border: 1px solid rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.slide-tag {
    background: rgba(233, 26, 69, 0.13);
    border-radius: 8px;
    font-size: 0.75em;
    color: #E91A45;
    padding: 6px 14px;
    white-space: nowrap;
    font-weight: 300;
    text-transform: lowercase;
}

#increase-income {
    text-align: center;
}

#increase-income h2 {
    text-align: center;
    font-weight: 850;
}

#increase-income .income-description {
    font-size: 1.25em;
    text-align: center;
    font-weight: 300;
    max-width: 75%;
    margin: 0 auto;
}

#increase-income p {
    text-align: center;
    font-weight: 300;
}


ol {
    padding-left: 24px;
}
#service-360 {
    text-align: center;
}

#service-360 h2 {
    text-align: center;
}

#service-360 > p {
    text-align: center;
    font-weight: 300;
    margin: 0 auto 40px auto;
    font-size: 1.25em;
    max-width: 75%;
}

.slider {
    margin: 32px auto 0 auto;
    position: relative;
    max-width: 960px;
}
.slides {
    min-height: 180px;
    position: relative;
    overflow: hidden;
}
.slide {
    display: none;
}
.slide.active {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 18px;
    border-radius: 8px;
    justify-content: space-between;
}
.slider-controls {
    text-align: center;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.slider-prev, .slider-next {
    background: #fff;
    color: #E91A45;
    border: 1px solid #E91A45;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    font-size: 1em;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slider-prev {
    left: 10px;
}
.slider-next {
    right: 10px;
}
.slider-counter {
    display: none;
}

#contacts {
    text-align: center;
}

form {
    max-width: 648px;
    margin: 32px auto;
    padding: 24px;
    border: 2px solid #E91A45;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}

.form-group label {
    font-weight: 500;
    color: #222;
    font-size: 0.9em;
}

form input, form textarea {
    padding: 12px;
    border: 1px solid #E91A45;
    border-radius: 8px;
    font-size: 1em;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
}

.checkbox-group input[type="checkbox"] {
    margin-top: 2px;
}

.checkbox-group label {
    font-size: 0.85em;
    line-height: 1.4;
}

.checkbox-group a {
    color: #E91A45;
}

.form-buttons {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.btn-primary {
    background: #E91A45;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 1em;
    cursor: pointer;
    flex: 1;
}

.btn-secondary {
    background: rgba(233, 26, 69, 0.13);
    color: #E91A45;
    border: 1px solid #E91A45;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 1em;
    cursor: pointer;
    flex: 1;
}
#in-store-communication {
    text-align: center;
    align-content: center;
}

#in-store-communication h2 {
    text-align: center;
}

#in-store-communication > p {
    text-align: center;
    font-weight: 300;
    margin: 0 auto 40px auto;
    font-size: 1.25em;
    max-width: 75%;
}

.communication-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

.communication-subblocks {
    flex: 1;
    text-align: left;
}

.communication-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.item-number {
    background: rgba(233, 26, 69, 0.13);
    color: #E91A45;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 850;
    font-size: 0.9em;
    flex-shrink: 0;
}

.communication-item-content {
    flex: 1;
}

.communication-item h3 {
    margin: 0 0 8px 0;
    font-weight: 850;
}

.communication-item p {
    margin: 0;
    font-weight: 300;
    font-size: 0.85em;
}

#in-store-communication .communication-img {
    flex-shrink: 0;
}

#in-store-communication .communication-img {
    flex-shrink: 0;
    width: 260px;
    max-width: 300px;
}

.button {
    background: #E91A45;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-block;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 12px;
    text-align: left;
}

#in-store-communication .button + p {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    margin: 0;
    text-align: left;
}

.communication-button-area {
    text-align: left;
}

.trust-controls {
    display: none;
}

/* Footer Styles */
footer {
    background: #E91A45;
    color: #fff;
    margin-top: 64px;
    padding: 0;
    border-radius: 0 0 12px 12px;
}

.footer-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 48px 20px 32px 20px;
    display: flex;
    gap: 80px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-column {
    flex: 1;
}

.footer-left {
    max-width: 500px;
}

.footer-logo {
    display: block;
    margin-bottom: 24px;
    width: 180px;
    height: auto;
}

.footer-title {
    margin-bottom: 28px;
}

.footer-title h3 {
    margin: 0 0 8px 0;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.3;
}

.footer-title p {
    margin: 0;
    font-size: 0.95em;
    font-weight: 300;
    opacity: 0.9;
}

.footer-contacts {
    margin-bottom: 28px;
}

.footer-contacts p {
    margin: 0 0 10px 0;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.6;
}

.footer-contacts strong {
    font-weight: 600;
}

.footer-social {
    margin-bottom: 28px;
}

.footer-contacts a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    font-weight: 300;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.social-icons {
    display: block;
    width: 200px;
    height: auto;
}

.footer-legal {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-legal a {
    color: #fff;
    text-decoration: none;
    font-size: 0.85em;
    font-weight: 300;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.footer-legal a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    padding-top: 204px;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: opacity 0.2s;
    opacity: 0.95;
}

.footer-nav a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-back-to-top {
    text-align: center;
    padding: 24px 20px;
    max-width: 960px;
    margin: 0 auto;
}

.back-to-top-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 0.95em;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.back-to-top-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.footer-copyright {
    text-align: center;
    padding: 24px 20px;
    max-width: 960px;
    margin: 0 auto;
}

.footer-copyright p {
    margin: 0;
    font-size: 0.85em;
    font-weight: 300;
    opacity: 0.8;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}
/* Mobile Responsive */
@media (max-width: 700px) {
    .mobile-menu-toggle {
        display: flex;
        position: absolute;
        right: 20px;
        top: 5px;
    }
    header nav.active {
        right: 0;
    }

    header nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100vh;
        background: #E91A45;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 80px 20px 20px 20px;
        transition: right 0.3s ease;
        z-index: 1000;
        box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    }

    header nav a {
        display: block;
        margin: 10px 0;
        font-size: 1em;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    /* Hero mobile adjustments */
    #hero {
        padding: 40px 10px;
    }

    .mobile {
        display: block;
        text-align: center;
    }

    .desctop {
        display: none;
    }
    .hero-content {
        flex-direction: column;
        padding: 0 10px;
    }

    .hero-button-area {
        text-align: center;
    }
    .communication-button-area {
        text-align: center;
    }
    #in-store-communication .button + p {
        text-align: center;
    }
    .hero-button-area .button {
        width: 80%;
        text-align: center;
    }

    .communication-button-area .button {
        width: 80%;
        text-align: center;
    }

    communication-button-area
    .hero-subblock {
        order: 1;
    }

    #hero .hero-img {
        order: 2;
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: 20px auto 0 auto;
    }

    #tags {
        padding: 16px 10px;
    }

    .tags-row {
        flex-direction: column;
        gap: 0;
        margin: 0 auto;
        margin-left: 50px;
        font-size: 1.5em;
    }

    .tag-item {
        width: 100%;
        max-width: 300px;
        text-align: left;
    }

    header, .income-subblocks, .trust-blocks, .communication-content {
        flex-direction: column;
        gap: 16px;
    }
    section {
        max-width: 98vw;
        padding: 0 8px;
        margin: 18px 0;
    }

    .slider {
        max-width: 97vw;
    }
    .slide-item {
        flex: 1 1 100%;
        width: 100%;
    }
    .slide.active {
        flex-direction: column;
    }

    .slide.active .slide-item:not(:first-child) {
        display: none;
    }

    .hero-img {
        width: 544px;
        margin: 0 auto;
    }
    /* Communication image - уменьшение на 20% (240px) */
    #in-store-communication .hero-img {
        width: 240px;
        max-width: 240px;
    }
    /* Full width for mobile income-description */
    #increase-income .income-description {
        max-width: 100%;
    }
    #trusted h2 {
        text-align: center;
    }
    #trusted p {
        text-align: center;
    }
    .trust-controls {
        display: block;
    }

    #trusted {
        position: relative;
        padding-bottom: 60px;
    }

    .trust-prev, .trust-next {
        background: #fff;
        color: #E91A45;
        border: 1px solid #E91A45;
        border-radius: 6px;
        width: 24px;
        height: 24px;
        font-size: 1em;
        cursor: pointer;
        position: absolute;
        top: 58%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .trust-prev {
        left: 20px;
    }

    .trust-next {
        right: 20px;
    }
    .trust-blocks {
        min-height: 180px;
        position: relative;
        overflow: hidden;
        padding: 18px;
    }

    .trust-block {
        flex: 1 1 100%;
        width: 100%;
        display: none;
        padding: 18px;
    }

    .trust-block.active {
        display: block !important;
        text-align: center;
    }

    .trust-desc {
        text-align: center;
        margin: 12px auto;
        margin-left: 1em;
        margin-right: 1em;
    }
    .trust-tags {
        justify-content: center;
    }

    /* Уменьшение логотипа на 20% (208px) */
    .logo {
        top: -96px;
        left: -64px;
    }
    .logo-img {
        width: 208px;
    }

    /* Footer mobile */
    .footer-container {
        flex-direction: column;
        gap: 32px;
        padding: 32px 8px 32px 8px;
        text-align: center;
    }

    .footer-left {
        max-width: 100%;
    }

    .footer-logo {
        width: 140px;
        margin: 0 auto 14px auto;
        padding-left: 2.5em;
    }

    .footer-title {
        margin-bottom: 20px;
    }

    .footer-title h2 {
        font-size: 1.5em;
    }

    .footer-title p {
        font-size: 0.9em;
    }

    .footer-contacts {
        margin-bottom: 20px;
    }

    .footer-contacts p {
        font-size: 0.85em;
        margin-bottom: 8px;
    }

    .footer-social {
        margin-bottom: 20px;
    }

    .social-icons {
        width: 160px;
        margin: 0 auto 14px auto;
    }

    .footer-legal {
        gap: 6px;
        margin-bottom: 0;
    }

    .footer-legal a {
        font-size: 0.8em;
    }

    .footer-right {
        justify-content: center;
        padding-top: 0;
        text-align: center;
    }

    .footer-nav {
        gap: 16px;
    }

    .footer-nav a {
        font-size: 0.9em;
    }

    .footer-back-to-top {
        padding: 20px 8px;
    }

    .footer-copyright {
        padding: 20px 8px;
    }
}

@media (max-width: 480px) {
    /* Уменьшение логотипа на 40% (156px) */
    .hero-img {
        width: 408px;
    }
    /* Communication image - уменьшение на 40% (180px) */
    #in-store-communication .hero-img {
        width: 180px;
        max-width: 180px;
    }
    .logo {
        top: -72px;
        left: -48px;
    }
    .logo-img {
        width: 156px;
    }

    /* Footer mobile adjustments */
    .footer-container {
        padding: 32px 16px 20px 16px;
        gap: 24px;
    }

    .footer-logo {
        width: 120px;
        margin-bottom: 16px;
    }

    .footer-title {
        margin-bottom: 16px;
    }

    .footer-title h3 {
        font-size: 0.95em;
    }

    .footer-title p {
        font-size: 0.85em;
    }

    .footer-contacts {
        margin-bottom: 16px;
    }

    .footer-contacts p {
        font-size: 0.8em;
        margin-bottom: 6px;
    }

    .footer-social {
        margin-bottom: 16px;
    }

    .social-icons {
        width: 140px;
        margin: 0 auto 14px auto;

    }

    .footer-legal a {
        font-size: 0.75em;
    }

    .footer-nav {
        gap: 14px;
    }

    .footer-nav a {
        font-size: 0.85em;
    }

    .footer-back-to-top {
        padding: 20px 16px;
    }

    .back-to-top-btn {
        padding: 8px 20px;
        font-size: 0.9em;
    }

    .footer-copyright {
        padding: 20px 16px;
    }

    .footer-copyright p {
        font-size: 0.8em;
    }
}

@media (max-width: 360px) {
    /* Уменьшение логотипа на 50% (130px) */
    .hero-img {
        width: 340px;
    }
    /* Communication image - уменьшение на 50% (150px) */
    #in-store-communication .hero-img {
        width: 150px;
        max-width: 150px;
    }
    .logo {
        top: -60px;
        left: -40px;
    }
    .logo-img {
        width: 130px;
    }

    .footer-logo {
        width: 100px;
        margin: 0 auto 14px auto;
    }

    .footer-title h2 {
        font-size: 1.2em;
    }

    .footer-title p {
        font-size: 0.8em;
    }

    .footer-contacts p {
        font-size: 0.75em;
    }

    .social-icons {
        width: 120px;
    }

    .footer-legal a {
        font-size: 0.7em;
    }

    .footer-nav a {
        font-size: 0.8em;
    }

    .back-to-top-btn {
        padding: 8px 16px;
        font-size: 0.85em;
    }

    .footer-copyright p {
        font-size: 0.75em;
    }
}

/* policy block */
.policy-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px;
}

.policy-content h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #E91A45;
}

.policy-content h2 {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #333;
}

.policy-content h3 {
    font-size: 1.3em;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #555;
}

.policy-content p {
    line-height: 1.8;
    margin-bottom: 16px;
    font-weight: 300;
}

.policy-content ul {
    margin-left: 24px;
    margin-bottom: 16px;
}

.policy-content li {
    line-height: 1.8;
    margin-bottom: 8px;
    font-weight: 300;
}

.policy-meta {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 32px;
}

.policy-intro {
    background: rgba(233, 26, 69, 0.05);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 32px;
}

.policy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.policy-table th,
.policy-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.policy-table th {
    background: rgba(233, 26, 69, 0.1);
    font-weight: 600;
}

.policy-contact {
    background: #f9f9f9;
    border-radius: 8px;
}

@media (max-width: 700px) {
    .policy-content {
        padding: 24px 16px;
    }

    .policy-content h1 {
        font-size: 1.8em;
    }

    .policy-content h2 {
        font-size: 1.4em;
    }

    .policy-table {
        font-size: 0.85em;
    }
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease;
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 40px;
    border-radius: 12px;
    max-width: 500px;
    text-align: center;
    position: relative;
    animation: slideIn 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    transition: color 0.3s;
}

.modal-close:hover,
.modal-close:focus {
    color: #333;
}

.modal-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: #fff5f5;
    color: #f44336;
    font-size: 40px;
    margin: 0 auto 20px;
    animation: scaleIn 0.5s ease;
}

.modal-content h3 {
    margin: 20px 0 15px;
    font-size: 28px;
    color: #333;
}

.modal-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

/* Form Error States */
.form-group input.error,
.form-group textarea.error {
    border-color: #f44336;
    background-color: #fff5f5;
}

.form-group .error-message {
    color: #f44336;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.form-group.has-error .error-message {
    display: block;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

/* Button loading state */
.btn-primary.loading {
    opacity: 0.7;
    cursor: not-allowed;
    position: relative;
}

.btn-primary.loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
    to { transform: rotate(360deg); }
}

form input::placeholder,
form textarea::placeholder {
    color: #E91A45;
    opacity: 0.3;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #E91A45;
    opacity: 0.3;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
    color: #E91A45;
    opacity: 0.3;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #E91A45;
    opacity: 0.3;
}
