   
        :root {
            --navy: #11233d;
            --blue: #315d9c;
            --orange: #f6a515;
            --coral: #ef5c3f;
            --wa: #25d366;
            --wa-dark: #1daa52;
            --bg: #f6f8fc;
            --surface: #ffffff;
            --text: #18283e;
            --muted: #61718a;
            --line: rgba(17, 35, 61, 0.08);
            --shadow: 0 24px 60px rgba(17, 35, 61, 0.12);
            --radius: 26px;
            --shell: min(1180px, calc(100% - 32px));
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: "Manrope", sans-serif;
            color: var(--text);
            background:
                radial-gradient(circle at top left, rgba(246, 165, 21, 0.14), transparent 28%),
                radial-gradient(circle at 88% 12%, rgba(49, 93, 156, 0.18), transparent 30%),
                linear-gradient(180deg, #fbfcff 0%, #f4f7fb 22%, #ffffff 100%);
            overflow-x: hidden;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        img {
            max-width: 100%;
            display: block;
        }

        .shell {
            width: var(--shell);
            margin: 0 auto;
        }

        .site-header {
          /*  position: sticky;
            top: 0;
            z-index: 20;
            */
            padding: 18px 0;
        }

        .header-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            padding: 16px 18px;
            border: 1px solid rgba(255, 255, 255, 0.65);
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.78);
            box-shadow: 0 18px 40px rgba(17, 35, 61, 0.08);
            backdrop-filter: blur(16px);
        }

        .brand img {
            width: 158px;
        }

        .btn,
        .float-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            font-weight: 800;
            transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
        }

        .btn {
            padding: 15px 22px;
            color: #fff;
            background: linear-gradient(135deg, var(--wa), var(--wa-dark));
            box-shadow: 0 18px 36px rgba(37, 211, 102, 0.28);
        }

        .btn:hover,
        .btn:focus-visible,
        .float-btn:hover,
        .float-btn:focus-visible {
            transform: translateY(-2px);
            box-shadow: 0 22px 40px rgba(37, 211, 102, 0.34);
        }

        .hero {
            padding: 18px 0 28px;
        }

        .hero-grid,
        .two-col,
        .price-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 24px;
        }

        .hero-copy,
        .hero-visual,
        .card,
        .price-card,
        .cta-card,
        .steps-shell,
        .statement {
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: var(--surface);
            box-shadow: var(--shadow);
        }

        .hero-copy,
        .hero-visual,
        .card,
        .price-card,
        .cta-card,
        .steps-shell {
            padding: 28px;
        }

        .hero-copy {
            background:
                radial-gradient(circle at top left, rgba(246, 165, 21, 0.16), transparent 30%),
                linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.92));
        }

        .eyebrow {
            display: inline-flex;
            padding: 10px 16px;
            border-radius: 999px;
            margin-bottom: 18px;
            background: rgb(242 179 75);
            color: #000000;
            font-size: .9rem;
            font-weight: 800;
            letter-spacing: .08em;
            text-transform: uppercase;
        }

        h1,
        .section-title,
        .statement p {
            font-family: "Sora", sans-serif;
        }

        h1 {
            margin: 0 0 16px;
            font-size: clamp(2.3rem, 4vw, 4.4rem);
            line-height: 1.02;
            letter-spacing: -.04em;
            color: var(--navy);
            /* max-width: 12ch; */
        }

        .hero p {
            margin: 0;
        }

        .hero-intro {
            color: var(--blue);
            font-size: 1.08rem;
            font-weight: 700;
            margin-bottom: 8px !important;
        }

        .hero-text {
            max-width: 60ch;
            color: var(--muted);
            line-height: 1.8;
        }

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

        .hero-note,
        .pill,
        .price-pill,
        .cta-copy,
        .float-btn {
            border: 1px solid var(--line);
            box-shadow: 0 10px 24px rgba(17, 35, 61, 0.08);
        }

        .hero-note {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            max-width: 100%;
            margin-top: 28px;
            padding: 14px 16px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.88);
            font-weight: 700;
            color: var(--navy);
        }

        .hero-note::before,
        .icon-list li::before,
        .float-btn::before {
            content: "";
            width: 12px;
            height: 12px;
            border-radius: 50%;
            flex: 0 0 auto;
            background: linear-gradient(135deg, var(--orange), var(--coral));
        }

        .hero-visual {
            padding: 20px;
            background: linear-gradient(160deg, #11233d 0%, #20487d 100%);
            overflow: hidden;
        }

        .visual-frame {
            position: relative;
            overflow: hidden;
            border-radius: 22px;
            border: 1px solid rgba(255, 255, 255, 0.15);
            background: rgba(255, 255, 255, 0.06);
        }

        .visual-badge {
            position: absolute;
            right: 16px;
            bottom: 16px;
            max-width: min(280px, calc(100% - 32px));
            padding: 14px 16px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.92);
            color: var(--navy);
            font-weight: 800;
            line-height: 1.45;
            box-shadow: 0 18px 30px rgba(9, 21, 39, 0.22);
        }

        .section-block {
            padding: 18px 0;
        }

        .card,
        .price-card,
        .cta-card,
        .steps-shell {
            transition: transform .22s ease, box-shadow .22s ease;
        }

        .card:hover,
        .price-card:hover,
        .cta-card:hover,
        .steps-shell:hover {
            transform: translateY(-4px);
            box-shadow: 0 28px 56px rgba(17, 35, 61, 0.14);
        }

        .section-head {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 18px;
        }

        .icon {
            width: 50px;
            height: 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            font-size: 1.35rem;
        }

        .icon.warm {
            background: linear-gradient(135deg, rgba(246, 165, 21, 0.18), rgba(255, 255, 255, 0.96));
        }

        .icon.cool {
            background: linear-gradient(135deg, rgba(49, 93, 156, 0.16), rgba(255, 255, 255, 0.96));
        }

        .icon.coral {
            background: linear-gradient(135deg, rgba(239, 92, 63, 0.16), rgba(255, 255, 255, 0.96));
        }

        .section-title {
            margin: 0;
            font-size: clamp(1.3rem, 2.2vw, 2rem);
            line-height: 1.08;
            letter-spacing: -.03em;
            color: var(--navy);
        }

        .card h3 {
            margin: 0 0 16px;
            color: var(--navy);
            font-size: 1.08rem;
            font-weight: 800;
            line-height: 1.55;
        }

        .icon-list {
            margin: 0;
            padding: 0;
            list-style: none;
            display: grid;
            gap: 12px;
        }

        .icon-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 15px 16px;
            border-radius: 18px;
            background: linear-gradient(180deg, rgba(245, 248, 252, 0.94), rgba(255, 255, 255, 0.98));
            border: 1px solid rgba(17, 35, 61, 0.06);
            font-weight: 700;
            line-height: 1.55;
        }

        .text-panels,
        .price-stack {
            display: grid;
            gap: 12px;
            margin-top: 18px;
        }

        .text-panels p,
        .card-note,
        .price-pill {
            margin: 0;
            padding: 16px 18px;
            border-radius: 18px;
            font-weight: 700;
            line-height: 1.7;
        }

        .text-panels p:first-child {
            background: rgba(246, 165, 21, 0.16);
            color: #835300;
        }

        .text-panels p:last-child,
        .section-head.problema {
            background: rgba(239, 92, 63, 0.12);
            color: #9a3728 !important;
        }

        .section-head.problema {
            color: #9a3728 !important;
            padding: 5px;
            border-radius: 15px;

        }

        .section-head.problema h2 {
            color: #9a3728 !important;

        }

        .card-note {
            margin-top: 18px;
            background: rgba(49, 93, 156, 0.1);
            color: var(--navy);
        }

        .price-card {
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 255, 0.96)),
                radial-gradient(circle at top right, rgba(246, 165, 21, 0.12), transparent 30%);
        }

        .price-pill {
            background: rgba(255, 255, 255, 0.9);
            color: var(--navy);
        }

        .price-pill.main {
            background: linear-gradient(135deg, rgba(17, 35, 61, 0.08), rgba(49, 93, 156, 0.12));
        }

        .price-pill.accent {
            background: linear-gradient(135deg, rgba(246, 165, 21, 0.18), rgba(255, 255, 255, 0.96));
        }

        .cta-card {
            color: #fff;
            background:
                radial-gradient(circle at top right, rgba(246, 165, 21, 0.32), transparent 30%),
                linear-gradient(160deg, #11233d 0%, #20487d 100%);
            display: flex;
            flex-direction: column;
            gap: 20px;
            justify-content: space-between;
        }

        .cta-logo {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            padding: 12px 14px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.96);
            box-shadow: 0 12px 26px rgba(9, 21, 39, 0.18);
        }

        .cta-card img {
            width: 138px;
            filter: none;
        }

        .cta-copy {
            padding: 16px 18px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.18);
        }

        .cta-copy p {
            margin: 0;
            font-weight: 700;
            line-height: 1.8;
        }

        .steps-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
            margin-top: 18px;
        }

        .step {
            padding: 18px;
            border-radius: 20px;
            background: linear-gradient(180deg, rgba(245, 248, 252, 0.95), rgba(255, 255, 255, 0.98));
            border: 1px solid rgba(17, 35, 61, 0.06);
        }

        .step-no {
            width: 42px;
            height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 14px;
            border-radius: 14px;
            font-family: "Sora", sans-serif;
            font-size: .88rem;
            color: #fff;
            background: linear-gradient(135deg, var(--navy), var(--blue));
            box-shadow: 0 14px 24px rgba(17, 35, 61, 0.14);
        }

        .step p {
            margin: 0;
            color: var(--navy);
            font-weight: 700;
            line-height: 1.65;
        }

        .statement {
            padding: 30px 34px;
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            align-items: center;
            gap: 24px;
            color: #fff;
            background:
                radial-gradient(circle at top right, rgba(246, 165, 21, 0.26), transparent 28%),
                linear-gradient(135deg, #0d1b31 0%, #11233d 46%, #20487d 100%);
        }


        .footer {
            padding: 10px 0 116px;
        }

        .footer-shell {
            position: relative;
            overflow: hidden;
            padding: 10px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: calc(var(--radius) + 8px);
            color: rgba(255, 255, 255, 0.94);
            background:
                radial-gradient(circle at 14% 16%, rgba(246, 165, 21, 0.18), transparent 24%),
                radial-gradient(circle at 88% 18%, rgba(49, 93, 156, 0.22), transparent 26%),
                radial-gradient(circle at 78% 84%, rgba(37, 211, 102, 0.12), transparent 20%),
                linear-gradient(145deg, #06101d 0%, #0d1e35 48%, #173a65 100%);
            box-shadow: 0 40px 90px rgba(7, 18, 34, 0.3);
        }

        .footer-shell::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 36%),
                linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.03));
            pointer-events: none;
        }

        .footer-shell::after {
            content: "";
            position: absolute;
            inset: auto -120px -160px auto;
            width: 360px;
            height: 360px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 66%);
            pointer-events: none;
        }

        .footer-top {
            position: relative;
            display: grid;
            gap: 18px;
            align-items: stretch;
        }

        .footer-brand {
            position: relative;
            overflow: hidden;
            display: grid;
            gap: 1px;
            align-content: space-between;
            min-width: 0;
            padding: 10px;
            border-radius: 30px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
            border: 1px solid rgba(255, 255, 255, 0.13);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(16px);
        }

        .footer-brand::before {
            content: "";
            position: absolute;
            inset: 0 0 auto;
            height: 1px;
            background: linear-gradient(90deg, rgba(246, 165, 21, 0.72), rgba(255, 255, 255, 0));
        }

        .footer-brand-copy {
            display: grid;
            gap: 12px;
            max-width: 40ch;
        }

        .footer-logo {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            padding: 10px 16px;
            border-radius: 22px;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

        .footer-logo img {
            width: 148px;
        }

        .footer-brand h5 {
            margin: 0;
            color: #fff;
            font-size: clamp(1.35rem, 2vw, 1.9rem);
            font-weight: 800;
            letter-spacing: -0.04em;
        }

        .footer-brand p {
            margin: 0;
            max-width: none;
            color: rgba(255, 255, 255, 0.82);
            font-size: 1.02rem;
            line-height: 1.85;
        }

        .footer-links {
            display: grid;
            gap: 18px;
        }

        .footer-card {
            position: relative;
            overflow: hidden;
            min-width: 0;
            padding: 24px 24px 22px;
            display: grid;
            align-content: start;
            gap: 12px;
            border-radius: 28px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
            border: 1px solid rgba(255, 255, 255, 0.12);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
            backdrop-filter: blur(14px);
            transition: transform .22s ease, background .22s ease, border-color .22s ease;
        }

        .footer-card::before {
            content: "";
            position: absolute;
            inset: 0 0 auto;
            height: 1px;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
        }

        .footer-card:hover,
        .footer-card:focus-within {
            transform: translateY(-4px);
            background: rgba(255, 255, 255, 0.13);
            border-color: rgba(255, 255, 255, 0.18);
        }

        .footer-card h5 {
            margin: 0;
            color: rgba(255, 255, 255, 0.74);
            font-size: 0.8rem;
            font-weight: 800;
            letter-spacing: 0.16em;
            text-transform: uppercase;
        }

        .footer-card p {
            margin: 0;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.75;
        }

        .footer-card p+p {
            padding-top: 12px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-card a {
            display: inline-flex;
            align-items: center;
            color: #fff;
            font-weight: 700;
            word-break: break-word;
            transition: opacity .22s ease, color .22s ease, transform .22s ease;
        }

        .footer-card a:hover,
        .footer-card a:focus-visible {
            color: #ffffff;
            opacity: 1;
            transform: translateX(2px);
        }

        .footer-card.footer-accent {
            background: linear-gradient(180deg, rgba(37, 211, 102, 0.2), rgba(255, 255, 255, 0.07));
            border-color: rgba(37, 211, 102, 0.24);
        }

        .footer-card-pages p+p {
            padding-top: 14px;
        }

        .footer-card-contact a,
        .footer-card-demo a {
            font-size: 1rem;
            line-height: 1.65;
        }

        .footer-card-demo {
            align-content: center;
        }

        .footer-bottom {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            margin-top: 28px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.14);
            color: rgba(255, 255, 255, 0.72);
            font-size: 0.92rem;
        }

        .footer-bottom span {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 14px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .footer-bottom span::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--orange), var(--coral));
        }

        .statement p {
            margin: 0;
            font-size: clamp(1.28rem, 2vw, 2rem);
            line-height: 1.3;
            letter-spacing: -.03em;
        }

        .float-btn {
            position: fixed;
            right: 20px;
            bottom: 20px;
            z-index: 30;
            gap: 10px;
            padding: 14px 18px;
            color: #fff;
            background: linear-gradient(135deg, var(--wa), var(--wa-dark));
            backdrop-filter: blur(14px);
        }

        .fade {
            opacity: 0;
            transform: translateY(18px);
            animation: fadeUp .7s ease forwards;
        }

        .d1 {
            animation-delay: .08s;
        }

        .d2 {
            animation-delay: .16s;
        }

        .d3 {
            animation-delay: .24s;
        }

        @media (min-width: 901px) {
            .footer-top {
                grid-template-columns: minmax(280px, 1.15fr) minmax(260px, 0.9fr) minmax(220px, 0.72fr);
                grid-template-areas:
                    "brand pages contact"
                    "brand pages demo";
                gap: 10px;
            }

            .footer-brand {
                grid-area: brand;
            }

            .footer-links {
                display: contents;
            }

            .footer-card-contact {
                grid-area: contact;
            }

            .footer-card-pages {
                grid-area: pages;
            }

            .footer-card-demo {
                grid-area: demo;
            }
        }

        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: none;
            }
        }

        @media (max-width: 1100px) {

            .hero-grid,
            .price-grid,
            .statement {
                grid-template-columns: 1fr;
            }

            .statement .btn {
                width: 100%;
            }
        }

        @media (max-width: 900px) {
            .site-header {
                position: static;
            }

            .header-bar {
                flex-direction: column;
                align-items: stretch;
            }

            .header-bar .btn,
            .hero-actions .btn {
                width: 100%;
            }

            .hero-copy,
            .hero-visual,
            .card,
            .price-card,
            .cta-card,
            .steps-shell {
                padding: 22px;
            }

            .two-col,
            .footer-top,
            .steps-grid,
            .footer-links {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 640px) {
            .hero {
                padding-top: 10px;
            }

            .hero-copy,
            .hero-visual,
            .card,
            .price-card,
            .cta-card,
            .steps-shell,
            .statement {
                padding: 20px;
                border-radius: 22px;
            }

            h1 {
                max-width: none;
            }

            .hero-copy,
            .card,
            .price-card,
            .cta-card,
            .steps-shell,
            .statement,
            .step {
                text-align: center;
            }

            .section-head,
            .hero-actions {
                justify-content: center;
            }

            .icon-list li {
                justify-content: center;
                text-align: center;
            }

            .hero-note,
            .cta-logo {
                margin-inline: auto;
            }

            .footer-shell,
            .footer-card {
                text-align: center;
            }

            .footer-shell {
                padding: 24px 18px;
                border-radius: 24px;
            }

            .footer-brand {
                flex-direction: column;
                align-items: center;
            }

            .footer-brand p {
                max-width: none;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }

            .float-btn {
                left: 16px;
                right: 16px;
                bottom: 16px;
                justify-content: center;
            }
        }
    