body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    background: #18162a;
    color: #fff;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    padding: 32px 0 0 0;
}
.logo, .footer-logo {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}
.logo span, .footer-logo span {
    color: #b800e6;
}

.hero {
    background: #18162a;
    padding: 60px 0 40px 0;
}
.hero-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.hero-text {
    flex: 1 1 400px;
    max-width: 600px;
}
.hero-text h2 {
    font-size: 1.3rem;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
}
.hero-text h1 {
    font-size: 2.5rem;
    color: #ff3ebf;
    font-weight: 700;
    margin: 20px 0 10px 0;
    line-height: 1.1;
}
.hero-text h1 span {
    color: #ff3ebf;
}
.hero-text p {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 30px;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(90deg, #b800e6 0%, #ff3ebf 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 18px 40px;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 0 4px 24px 0 #b800e640;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.18s, box-shadow 0.18s;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.cta-btn:hover, .cta-btn:focus {
    background: linear-gradient(90deg, #ff3ebf 0%, #b800e6 100%);
    transform: scale(1.045);
    box-shadow: 0 8px 32px 0 #b800e680;
}
.hero-img {
    flex: 1 1 300px;
    text-align: right;
}
.hero-img img {
    max-width: 300px;
    border-radius: 16px;
    box-shadow: 0 8px 32px 0 #00000040;
}

.stats-philosophy {
    background: #fff;
    color: #18162a;
    padding: 60px 0 40px 0;
}
.stats-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.stats {
    flex: 1 1 350px;
}
.stats h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.stats-title {
    font-size: 2.6rem;
    font-weight: 900;
    color: #18162a;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.stat-main {
    font-size: 4rem;
    color: #ff3ebf;
    font-weight: 800;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: -2px;
}
.stat-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-items: center;
}
.stat-card {
    background: #18162a;
    border-radius: 16px;
    padding: 28px 36px 20px 36px;
    min-width: 200px;
    text-align: left;
    box-shadow: 0 2px 16px 0 #0002;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.stat-card-number {
    font-size: 2.8rem;
    font-weight: 800;
    color: #ff3ebf;
    margin-bottom: 6px;
    letter-spacing: -1px;
}
.stat-card-label {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.stat-row span {
    font-size: 2rem;
    color: #ff3ebf;
    font-weight: 700;
}
.philosophy {
    flex: 2 1 400px;
    font-size: 1.1rem;
}
.philosophy h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.philosophy-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #18162a;
    margin-bottom: 18px;
}
.philosophy-cta-wrapper {
    margin-top: 32px;
    text-align: left;
}
.philosophy-large {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 420px;
}

.offer {
    background: #18162a;
    color: #fff;
    padding: 60px 0 40px 0;
}
.offer-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}
.offer-main {
    flex: 2 1 400px;
}
.offer-main h4 {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}
.offer-main h2 {
    font-size: 2.2rem;
    color: #ff3ebf;
    font-weight: 700;
    margin-bottom: 10px;
}
.offer-main p {
    font-size: 1.1rem;
}
.offer-side {
    flex: 1 1 300px;
    background: #231f3a;
    border-radius: 16px;
    padding: 32px 24px;
}
.offer-side h4 {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}
.offer-side p {
    font-size: 1rem;
    margin-bottom: 16px;
}
.no-offer {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no-offer li {
    color: #ff3ebf;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 1rem;
}

.trust {
    background: #fff;
    color: #18162a;
    padding: 60px 0 40px 0;
    text-align: center;
}
.trust h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 32px;
}
.trust-logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.trust-logo {
    max-width: 120px;
    max-height: 40px;
    margin: 0 12px;
    filter: grayscale(1) opacity(0.8);
    background: transparent;
    vertical-align: middle;
    transition: filter 0.2s;
}
.trust-logo:hover {
    filter: none;
}

.trust-logo-large {
    max-width: 240px;
    max-height: 80px;
    vertical-align: middle;
    position: relative;
    top: 10px;
}

.work-with-us {
    background: #18162a;
    color: #fff;
    padding: 60px 0 40px 0;
    text-align: center;
}
.work-with-us h2 {
    font-size: 2rem;
    color: #ff3ebf;
    font-weight: 700;
    margin-bottom: 16px;
}
.work-with-us p {
    font-size: 1.1rem;
}

.contact {
    background: #231f3a;
    color: #fff;
    padding: 60px 0 40px 0;
    text-align: center;
}
.contact h2 {
    font-size: 2rem;
    color: #ff3ebf;
    font-weight: 700;
    margin-bottom: 16px;
}
.contact p {
    font-size: 1.1rem;
    margin-bottom: 24px;
}
.contact a {
    color: #b800e6;
    text-decoration: underline;
}

.footer {
    background: #18162a;
    color: #fff;
    padding: 32px 0 16px 0;
    text-align: center;
    border-top: 2px solid #231f3a;
}
.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.footer-info {
    font-size: 0.95rem;
    color: #bbb;
}
.footer-info a {
    color: #b800e6;
    text-decoration: underline;
    margin: 0 8px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    text-align: left;
}
.services-list li {
    color: #00ffae;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.services-highlight {
    background: #231f3a;
    color: #fff;
    padding: 60px 0 40px 0;
    text-align: center;
}
.services-highlight-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #ff3ebf;
    margin-bottom: 36px;
    letter-spacing: 1px;
}
.services-highlight-list {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}
.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #18162a;
    border-radius: 18px;
    padding: 32px 28px 24px 28px;
    min-width: 180px;
    max-width: 220px;
    box-shadow: 0 2px 16px 0 #0002;
    margin-bottom: 24px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.service-item:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 8px 32px 0 #b800e680;
}
.service-logo {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    filter: brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(270deg);
}
.service-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.services-highlight-desc {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 32px;
    letter-spacing: 0.5px;
}

.section-separator {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-bottom: -2px;
    z-index: 2;
}
.section-separator svg {
    display: block;
    width: 100%;
    height: 80px;
}
.section-separator-purple svg path {
    fill: #231f3a;
}
.section-separator-white svg path {
    fill: #fff;
}
@media (max-width: 900px) {
    .hero-content, .stats-flex, .offer-flex {
        flex-direction: column;
        text-align: center;
    }
    .hero-img {
        text-align: center;
        margin-top: 32px;
    }
    .offer-side {
        margin-top: 32px;
    }
    .stat-row {
        justify-content: center;
    }
    .trust-logos {
        gap: 20px;
    }
    .services-list {
        text-align: center;
    }
    .philosophy-large {
        min-height: unset;
        margin-top: 40px;
    }
    .philosophy-cta-wrapper {
        text-align: center;
    }
    .services-highlight-list {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .service-item {
        min-width: 160px;
        max-width: 100%;
    }
    .section-separator svg {
        height: 40px;
    }
}

@media (max-width: 600px) {
    .container {
        width: 98%;
        padding: 0 4px;
    }
    .hero {
        padding: 32px 0 24px 0;
    }
    .hero-text h1 {
        font-size: 1.5rem;
    }
    .hero-text h2 {
        font-size: 1rem;
    }
    .cta-btn {
        font-size: 1rem;
        padding: 14px 18px;
    }
    .hero-img img {
        max-width: 90vw;
        height: auto;
    }
    .stats-title, .philosophy-title, .services-highlight-title {
        font-size: 1.3rem;
    }
    .stat-main {
        font-size: 2.2rem;
    }
    .stat-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .stat-card {
        min-width: unset;
        width: 100%;
        padding: 18px 8px 14px 8px;
        align-items: center;
        text-align: center;
    }
    .stat-card-number {
        font-size: 1.5rem;
    }
    .stat-card-label {
        font-size: 0.95rem;
    }
    .philosophy-large {
        min-height: unset;
        margin-top: 24px;
    }
    .services-highlight-list {
        gap: 12px;
    }
    .service-item {
        padding: 18px 8px 12px 8px;
        min-width: unset;
        max-width: 100%;
    }
    .service-logo {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    .service-label, .services-highlight-desc {
        font-size: 1rem;
    }
    .work-with-us, .contact, .offer, .stats-philosophy, .services-highlight, .trust {
        padding: 32px 0 18px 0;
    }
    .footer {
        padding: 18px 0 8px 0;
    }
}

.work-form {
    max-width: 480px;
    margin: 0 auto;
    background: #231f3a;
    padding: 32px 24px;
    border-radius: 18px;
    box-shadow: 0 2px 16px 0 #0002;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.form-group label {
    display: none;
}
.form-group input,
.form-group textarea {
    padding: 12px 14px;
    border-radius: 8px;
    border: none;
    font-size: 1rem;
    background: #18162a;
    color: #fff;
    margin-bottom: 2px;
    outline: none;
    transition: box-shadow 0.2s, border 0.2s;
}
.form-group input:focus,
.form-group textarea:focus {
    box-shadow: 0 0 0 2px #b800e6;
    border: 1px solid #b800e6;
}
.work-form .cta-btn {
    margin-top: 10px;
    width: 100%;
    font-size: 1.1rem;
}
@media (max-width: 600px) {
    .work-form {
        padding: 18px 6px;
    }
}

.work-flex {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.work-form-col {
    flex: 1 1 340px;
    min-width: 300px;
    max-width: 480px;
}
.work-info-col {
    flex: 1 1 340px;
    min-width: 260px;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 24px 0 24px 0;
}
.work-title {
    font-size: 2rem;
    color: #ff3ebf;
    font-weight: 900;
    margin-bottom: 18px;
}
.work-desc {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #fff;
}
@media (max-width: 900px) {
    .work-flex {
        flex-direction: column;
        gap: 24px;
        align-items: stretch;
    }
    .work-info-col, .work-form-col {
        max-width: 100%;
        min-width: unset;
        padding: 0;
    }
    .work-title {
        text-align: center;
    }
    .work-desc {
        text-align: center;
    }
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #231f3a;
    padding: 32px 24px;
    border-radius: 18px;
    box-shadow: 0 2px 16px 0 #0002;
    max-width: 320px;
    margin-left: auto;
    margin-right: 0;
    gap: 10px;
}
.newsletter-input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 8px;
    border: none;
    font-size: 1rem;
    background: #18162a;
    color: #fff;
    outline: none;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border 0.2s;
    box-sizing: border-box;
}
.newsletter-btn {
    width: 100%;
    font-size: 1.1rem;
    margin-top: 0;
    box-sizing: border-box;
}
@media (max-width: 900px) {
    .newsletter-form {
        margin: 32px auto 0 auto;
        align-items: stretch;
    }
}

.popup-overlay {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(24,22,42,0.85); z-index: 9999; display: flex; align-items: center; justify-content: center;
    transition: opacity 0.3s;
}
.popup-modal {
    background: #231f3a; border-radius: 18px; padding: 32px 24px; box-shadow: 0 2px 32px #0008; min-width: 320px; max-width: 95vw;
    position: relative; animation: popupIn 0.3s;
}
@keyframes popupIn { from { transform: scale(0.95); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.popup-close {
    position: absolute; top: 12px; right: 18px; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; z-index: 2;
}
.popup-step { display: flex; flex-direction: column; align-items: center; }
.popup-step h2 { color: #ff3ebf; font-size: 1.3rem; margin-bottom: 18px; }
.popup-btn {
    background: linear-gradient(90deg, #b800e6 0%, #ff3ebf 100%);
    color: #fff; font-weight: 700; font-size: 1.1rem; padding: 12px 32px; border-radius: 40px; border: none; margin: 12px 0 0 0; cursor: pointer; transition: background 0.2s, transform 0.18s, box-shadow 0.18s;
    box-shadow: 0 2px 12px 0 #b800e640;
}
.popup-btn:hover, .popup-btn:focus {
    background: linear-gradient(90deg, #ff3ebf 0%, #b800e6 100%);
    transform: scale(1.045);
    box-shadow: 0 8px 32px 0 #b800e680;
}
.popup-step input[type="text"], .popup-step input[type="email"], .popup-step textarea {
    width: 100%; max-width: 320px; margin: 8px 0; padding: 12px 14px; border-radius: 8px; border: none; background: #18162a; color: #fff; font-size: 1rem; outline: none; transition: box-shadow 0.2s, border 0.2s;
}
.popup-step textarea { min-height: 80px; resize: vertical; }
.popup-step input:focus, .popup-step textarea:focus {
    box-shadow: 0 0 0 2px #b800e6;
    border: 1px solid #b800e6;
}
.popup-step label { color: #fff; font-size: 1rem; margin: 4px 0; cursor: pointer; }
@media (max-width: 600px) {
    .popup-modal { min-width: 0; padding: 18px 6px; }
    .popup-step input, .popup-step textarea { max-width: 98vw; }
} 