* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #172033;
    background: #f8f7fc;
}

a {
    color: inherit;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid #ececf3;
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(14px);
}

.header-inner {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.site-logo {
    height: 75px;
    width: auto;
    display: block;
}

@media (max-width: 768px) {
    .site-logo {
        height: 30px;
    }
}
.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.main-nav a {
    text-decoration: none;
    color: #3d4051;
    font-size: 15px;
    font-weight: 600;
}

.nav-btn {
    background: #7c3aed;
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 999px;
}

.hero {
    padding: 96px 0 86px;
    background:
            radial-gradient(circle at top left, rgba(124, 58, 237, 0.16), transparent 34%),
            radial-gradient(circle at right, rgba(236, 72, 153, 0.11), transparent 34%);
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 52px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    color: #7c3aed;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 16px;
}

.hero h1 {
    font-size: clamp(42px, 6vw, 74px);
    line-height: 0.98;
    margin: 0 0 24px;
    letter-spacing: -2px;
}

.hero p {
    font-size: 20px;
    line-height: 1.65;
    color: #5c6375;
    max-width: 620px;
    margin: 0;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 800;
    border: 0;
    cursor: pointer;
}

.btn.primary {
    background: #7c3aed;
    color: #fff;
    box-shadow: 0 14px 30px rgba(124, 58, 237, 0.24);
}

.btn.secondary {
    background: #fff;
    color: #172033;
    border: 1px solid #e2e2ea;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 38px;
    max-width: 620px;
}

.hero-stats div {
    background: #fff;
    border: 1px solid #ececf3;
    border-radius: 20px;
    padding: 18px;
}

.hero-stats strong {
    display: block;
    font-size: 19px;
    margin-bottom: 6px;
}

.hero-stats span {
    color: #6d7280;
    font-size: 13px;
}

.hero-preview {
    padding: 18px;
    border-radius: 36px;
    background: linear-gradient(135deg, #ede9fe, #fff);
    box-shadow: 0 30px 90px rgba(29, 18, 61, 0.14);
}

.preview-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #e7e5f2;
}

.preview-top {
    height: 54px;
    background: #f4f1fb;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
}

.preview-top span {
    width: 11px;
    height: 11px;
    background: #d7c9f7;
    border-radius: 50%;
}

.preview-body {
    display: grid;
    grid-template-columns: 88px 1fr;
    min-height: 370px;
}

.preview-sidebar {
    background: #faf8ff;
    border-right: 1px solid #eeeaf8;
}

.preview-main {
    padding: 24px;
}

.preview-line.big {
    height: 38px;
    width: 65%;
    border-radius: 12px;
    background: #eee9ff;
    margin-bottom: 22px;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.preview-grid div {
    height: 86px;
    border-radius: 18px;
    background: #f5f1ff;
}

.preview-list {
    display: grid;
    gap: 13px;
}

.preview-list span {
    height: 48px;
    border-radius: 14px;
    background: #f6f7fb;
}

.section {
    padding: 86px 0;
}

.section.soft {
    background: #fff;
}

.section-title {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 44px;
}

.section-title span {
    color: #7c3aed;
    font-weight: 800;
}

.section-title h2 {
    font-size: clamp(30px, 4vw, 46px);
    margin: 12px 0 14px;
    letter-spacing: -1px;
}

.section-title p {
    margin: 0;
    color: #697083;
    line-height: 1.6;
    font-size: 18px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.feature-card,
.price-card,
.faq-list div {
    background: #fff;
    border: 1px solid #ececf3;
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 16px 50px rgba(23, 32, 51, 0.05);
}

.feature-card .icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #f0eaff;
    display: grid;
    place-items: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.feature-card h3,
.price-card h3,
.faq-list h3 {
    margin: 0 0 12px;
    font-size: 21px;
}

.feature-card p,
.price-card p,
.faq-list p {
    margin: 0;
    color: #687083;
    line-height: 1.6;
}

.who-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.who-grid div {
    background: #f8f7fc;
    border: 1px solid #ececf3;
    border-radius: 22px;
    padding: 22px;
    font-weight: 800;
    text-align: center;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    align-items: stretch;
}

.price-card {
    height: 100%;
}

@media (max-width: 1100px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}
.price-card.featured {
    border-color: #7c3aed;
    transform: translateY(-10px);
}

.price-card ul {
    padding-left: 20px;
    margin: 0;
    color: #4e5668;
    line-height: 1.9;
}

.faq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.contact-section {
    background:
            radial-gradient(circle at top left, rgba(124, 58, 237, 0.18), transparent 35%),
            #172033;
    color: #fff;
}

.contact-box {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
    align-items: start;
}

.contact-box h2 {
    font-size: clamp(32px, 4vw, 50px);
    margin: 0 0 16px;
}

.contact-box p {
    color: #c9ceda;
    line-height: 1.7;
    font-size: 18px;
}

.contact-form {
    background: #fff;
    border-radius: 28px;
    padding: 26px;
    display: grid;
    gap: 14px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #e1e4ec;
    border-radius: 16px;
    padding: 15px 16px;
    font-size: 15px;
    outline: none;
}

.contact-form textarea {
    min-height: 110px;
    resize: vertical;
}

.contact-form button {
    border: 0;
    background: #7c3aed;
    color: #fff;
    border-radius: 999px;
    padding: 15px 20px;
    font-weight: 800;
    cursor: pointer;
}

.site-footer {
    padding: 62px 0 28px;
    color: #c9ceda;
    background: #14192b;
    border-top: 1px solid #ececf3;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 36px;
}

.footer-brand .footer-logo {
    height: 48px;
    width: auto;
    display: block;
    margin-bottom: 16px;
    filter: brightness(0) invert(1);
}

.footer-brand p {
    margin: 0;
    max-width: 320px;
    line-height: 1.65;
    font-size: 14px;
    color: #9aa0b4;
}

.footer-col h4 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .3px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-col a {
    color: #9aa0b4;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.footer-col a:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-bottom p {
    margin: 0;
    color: #7d8296;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.trust-strip {
    padding: 8px 0 0;
}

.trust-strip .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #ececf3;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(23, 32, 51, 0.04);
}

.trust-item .trust-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
    background: #f0eaff;
    display: grid;
    place-items: center;
    font-size: 19px;
}

.trust-item strong {
    display: block;
    font-size: 14px;
    color: #172033;
}

.trust-item span {
    display: block;
    font-size: 12.5px;
    color: #7d8296;
    margin-top: 2px;
}

@media (max-width: 900px) {
    .trust-strip .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .trust-strip .container {
        grid-template-columns: 1fr;
    }
}

.mobile-app-inner {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 54px;
    align-items: center;
}

.mobile-app-content .mobile-app-features {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    color: #334155;
    font-size: 15px;
    font-weight: 700;
}

.mobile-app-content .mobile-app-features li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-app-content .mobile-app-features li::before {
    content: "✓";
    width: 21px;
    height: 21px;
    min-width: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ede9fe;
    color: #6d28d9;
    font-size: 12px;
    font-weight: 950;
}

.store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px;
    border-radius: 16px;
    background: #172033;
    color: #fff;
    cursor: not-allowed;
    opacity: .82;
}

.store-badge-icon {
    flex-shrink: 0;
}

.store-badge-text {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.store-badge-text small {
    font-size: 10.5px;
    font-weight: 700;
    color: #a9afc2;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.mobile-app-visual {
    display: flex;
    justify-content: center;
}

.phone-frame {
    width: 260px;
    padding: 14px 12px;
    border-radius: 44px;
    background: #172033;
    box-shadow: 0 34px 90px rgba(23, 32, 51, 0.22);
    position: relative;
}

.phone-notch {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 20px;
    background: #172033;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    z-index: 2;
}

.phone-screen {
    background: linear-gradient(160deg, #fdf2f8 0%, #faf5ff 55%, #ffffff 100%);
    border-radius: 32px;
    padding: 40px 20px 24px;
    text-align: center;
}

.phone-logo {
    width: 46px;
    height: 46px;
    margin: 0 auto 10px;
    border-radius: 14px;
    background: linear-gradient(135deg, #a855f7, #ec4899);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 950;
    font-size: 15px;
}

.phone-title {
    font-size: 15px;
    font-weight: 950;
    line-height: 1.15;
    color: #1f2937;
    letter-spacing: .3px;
}

.phone-subtitle {
    margin-top: 6px;
    font-size: 10.5px;
    color: #6b7280;
    font-weight: 700;
}

.phone-field {
    text-align: left;
    margin-top: 14px;
}

.phone-field span {
    display: block;
    font-size: 9.5px;
    font-weight: 800;
    color: #374151;
    margin-bottom: 5px;
}

.phone-input {
    height: 26px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #eadde4;
}

.phone-btn-primary {
    margin-top: 16px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ec4899, #be185d);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    display: grid;
    place-items: center;
}

.phone-btn-secondary {
    margin-top: 8px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid #ec4899;
    color: #be185d;
    font-size: 10px;
    font-weight: 900;
    display: grid;
    place-items: center;
}

@media (max-width: 900px) {
    .mobile-app-inner {
        grid-template-columns: 1fr;
    }

    .mobile-app-visual {
        order: -1;
    }
}

@media (max-width: 900px) {
    .main-nav {
        display: none;
    }

    .hero-inner,
    .contact-box {
        grid-template-columns: 1fr;
    }

    .features-grid,
    .pricing-grid,
    .who-grid,
    .faq-list {
        grid-template-columns: 1fr;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .price-card.featured {
        transform: none;
    }
}
.mobile-nav-toggle {
    display: none;
}

@media (max-width: 768px) {
    .header-inner {
        position: relative;
    }

    .mobile-nav-toggle {
        display: flex;
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 12px;
        background: #111827;
        color: #fff;
        font-size: 22px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-left: auto;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: calc(100% + 12px);
        left: 16px;
        right: 16px;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 18px;
        padding: 12px;
        box-shadow: 0 20px 45px rgba(15, 23, 42, .14);
        z-index: 9999;
    }

    .main-nav.is-open {
        display: grid;
        gap: 8px;
    }

    .main-nav a {
        min-height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 800;
    }

    .main-nav a:not(.nav-btn) {
        background: #f8fafc;
        color: #111827;
    }

    .main-nav .nav-btn {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .site-header {
        padding: 10px 0;
        height: auto;
    }

    .header-inner {
        min-height: 56px;
        align-items: center;
    }

    .site-logo {
        height: 42px;
        max-height: 42px;
        width: auto;
        object-fit: contain;
    }

    .logo {
        max-width: 160px;
        overflow: hidden;
    }
}

.cookie-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 500;
    background: #172033;
    color: #dfe2ec;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .25);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-banner-inner p {
    flex: 1;
    min-width: 240px;
    margin: 0;
    font-size: 13.5px;
    line-height: 1.6;
    color: #c9ceda;
}

.cookie-banner-inner a {
    color: #fff;
    text-decoration: underline;
    font-weight: 800;
}

.cookie-banner-inner button {
    flex-shrink: 0;
    border: 0;
    background: #7c3aed;
    color: #fff;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
}

@media (max-width: 560px) {
    .cookie-banner {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .cookie-banner-inner {
        padding: 16px;
    }

    .cookie-banner-inner button {
        width: 100%;
    }
}
