:root {
    --navy-950: #062f43;
    --navy-900: #07384f;
    --navy-800: #0a4963;
    --navy-700: #12617f;
    --ink: #12364a;
    --muted: #667f8e;
    --line: #d9e5ea;
    --line-strong: #bfd2dc;
    --paper: #ffffff;
    --mist: #f2f7f9;
    --mist-2: #eaf2f5;
    --yellow: #ffc83d;
    --yellow-soft: #fff5cf;
    --coral: #f07f67;
    --coral-soft: #fff0ec;
    --green: #24866a;
    --green-soft: #e8f5f0;
    --purple: #7153b6;
    --purple-soft: #f0ebfb;
    --shadow-sm: 0 10px 24px rgba(7, 56, 79, 0.08);
    --shadow-md: 0 22px 55px rgba(7, 56, 79, 0.14);
    --radius-sm: 14px;
    --radius: 22px;
    --radius-lg: 30px;
    --max: 1220px;
}
@layer {
.call-materials-page {
    .hidden {display: none !important; };

    * { box-sizing: border-box; /* all: initial;*/ }
    html { scroll-behavior: smooth; }
    body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
    button, input { font: inherit; }
    button { color: inherit; }
    a { color: inherit; }
    .container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
    .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
    .utility { background: var(--navy-950); color: #d7e8ef; font-size: 13px; }
    .utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
    .utility strong { color: #fff; font-weight: 650; }
    .utility a { text-decoration: none; }
    header { background: rgba(255,255,255,0.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); }
    .nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .brand-img { display:block; height: 44px; width:auto; }
    .brand-img.small { height: 34px; }
    .nav-links { display: flex; align-items: center; gap: 28px; }
    .nav-links a { font-size: 14px; font-weight: 700; text-decoration: none; color: #4d6878; }
    .nav-links a:hover { color: var(--navy-900); }
    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .lang { width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line); background: var(--mist); font-weight: 800; color: var(--navy-900); }
    .btn { border: 0; border-radius: 999px; min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; font-weight: 800; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
    .btn:hover { transform: translateY(-1px); }
    .btn-primary { background: var(--yellow); color: var(--navy-950); box-shadow: 0 10px 24px rgba(255, 200, 61, .25); }
    .btn-primary:hover { box-shadow: 0 14px 30px rgba(255, 200, 61, .36); }
    .btn-dark { background: var(--navy-900); color: #fff; box-shadow: var(--shadow-sm); }
    .btn-outline { border: 1px solid var(--line-strong); background: #fff; color: var(--navy-900); }
    .btn-small { min-height: 42px; padding: 0 17px; font-size: 14px; }
    .arrow { font-size: 20px; line-height: 1; transform: translateY(-1px); }
    .hero { background: radial-gradient(circle at 82% 18%, rgba(255, 200, 61, .11), transparent 21%), radial-gradient(circle at 10% 84%, rgba(240, 127, 103, .12), transparent 24%), linear-gradient(135deg, #f7fbfc 0%, #eef6f8 100%); border-bottom: 1px solid var(--line); padding: 66px 0 54px; overflow: hidden; }
    .hero-intro { max-width: 810px; margin: 0 auto 34px; text-align: center; }
    .eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 850; letter-spacing: 1.55px; text-transform: uppercase; color: var(--navy-700); }
    .eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: var(--yellow); }
    h1, h2, h3, h4, p { margin-top: 0 !important; }
    h2 {font-family: revert; color: revert; font-weight: bold; }
    h3 {font-family: revert; }
    h1 { margin: 14px 0 18px; font-size: clamp(45px, 6vw, 76px); line-height: .98; letter-spacing: -4.2px; color: var(--navy-950); }
    .hero-intro p { margin: 0 auto; max-width: 710px; color: #547081; font-size: 19px; line-height: 1.62; }
    .competition-panel { max-width: 1040px; margin: 0 auto; border-radius: var(--radius-lg); background: rgba(255,255,255,.96); box-shadow: var(--shadow-md); border: 1px solid rgba(191, 210, 220, .86); padding: 28px; position: relative; }
    .competition-panel::after { content: ""; position: absolute; inset: auto 32px -1px 32px; height: 3px; border-radius: 10px 10px 0 0; background: linear-gradient(90deg, var(--yellow), var(--coral)); opacity: .75; }
    .panel-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 19px; }
    .panel-head h2 { margin-bottom: 3px; font-size: 23px; letter-spacing: -.7px; color: var(--navy-950); }
    .panel-head p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
    .one-click { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 13px; font-weight: 800; white-space: nowrap; }
    .one-click::before { content: "✓"; width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--green-soft); }
    .competition-grid { display: grid; grid-template-columns: 1fr 1fr .78fr; gap: 14px; }
    .competition-card { text-align: left; border: 1px solid var(--line); background: #fff; border-radius: 18px; padding: 19px 19px 17px; cursor: pointer; min-height: 126px; position: relative; transition: border .16s ease, transform .16s ease, box-shadow .16s ease, background .16s ease; }
    .competition-card:hover { transform: translateY(-2px); border-color: var(--navy-700); box-shadow: var(--shadow-sm); }
    .competition-card.active { border: 2px solid var(--navy-700); background: #f5fafc; box-shadow: 0 13px 32px rgba(18,97,127,.13); padding: 18px 18px 16px; }
    .competition-card.active::after { content: "✓"; position: absolute; right: 15px; top: 15px; width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--navy-700); font-size: 14px; font-weight: 900; }
    .competition-card .status { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 11px; color: var(--green); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .7px; }
    .competition-card .status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
    .competition-card h3 { margin: 0 34px 5px 0; font-size: 19px; line-height: 1.15; color: var(--navy-950); letter-spacing: -.35px; }
    .competition-card span { color: var(--muted); font-size: 13px; }
    .competition-card.other { background: var(--mist); display: flex; flex-direction: column; justify-content: center; }
    .competition-card.other h3 { margin-right: 0; }
    .competition-card.other .plus { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 10px; background: #fff; border: 1px solid var(--line); color: var(--navy-700); font-size: 20px; font-weight: 400; }
    .direct-route { margin-top: 17px; display: flex; justify-content: center; }
    .direct-route button { background: transparent; border: 0; color: var(--navy-700); font-weight: 800; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
    .result-wrap { margin-top: 26px; }
    .result-card { max-width: 1040px; margin: 0 auto; border-radius: var(--radius-lg); background: var(--navy-950); color: #fff; padding: 30px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 28px; align-items: stretch; box-shadow: 0 24px 54px rgba(6,47,67,.2); }
    .result-kicker { color: #b8d2de; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.1px; }
    .result-card h2 { margin: 8px 0 9px; font-size: 34px; letter-spacing: -1.5px; line-height: 1.06; }
    .result-ref { color: #8dc5dc; font-size: 14px; font-weight: 800; }
    .test-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 23px 0 19px; }
    .test-chip { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); color: #fff; font-size: 12px; font-weight: 800; }
    .test-chip.written { background: rgba(113,83,182,.28); border-color: rgba(196,180,237,.38); }
    .result-note { color: #c9dae1; font-size: 14px; max-width: 580px; margin-bottom: 0; }
    .recommended { border-radius: 22px; background: #fff; color: var(--ink); padding: 22px; display: flex; flex-direction: column; justify-content: space-between; min-height: 246px; position: relative; overflow: hidden; }
    .recommended::before { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; right: -53px; top: -53px; background: var(--yellow-soft); }
    .recommended-label { position: relative; z-index: 1; display: inline-flex; align-self: flex-start; padding: 5px 9px; border-radius: 999px; background: var(--yellow-soft); color: #775f00; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .8px; }
    .recommended h3 { position: relative; z-index: 1; margin: 13px 0 6px; font-size: 23px; line-height: 1.1; color: var(--navy-950); letter-spacing: -.7px; }
    .recommended p { position: relative; z-index: 1; margin-bottom: 15px; color: var(--muted); font-size: 14px; }
    .included-mini { position: relative; z-index: 1; display: grid; gap: 7px; margin-bottom: 18px; }
    .included-mini span { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 750; color: #355767; }
    .included-mini span::before { content: "✓"; width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center; background: var(--green-soft); color: var(--green); font-size: 11px; font-weight: 900; }
    .recommended .btn { width: 100%; position: relative; z-index: 1; }
    .rec-caption { margin: 9px 0 0; text-align: center; color: #78909d; font-size: 11px; }
    .other-search { max-width: 1040px; margin: 20px auto 0; border: 1px solid var(--line); background: #fff; border-radius: 22px; padding: 22px; box-shadow: var(--shadow-sm); display: none; }
    .other-search.active { display: block; }
    .other-search h3 { margin-bottom: 4px; color: var(--navy-950); }
    .other-search h4 { margin-top: 8px !important;}
    .other-search p { margin-bottom: 14px; color: var(--muted); font-size: 14px; }
    .other-search-results li {cursor: pointer; }
    .search-row { display: flex; gap: 10px; }
    .search-row input { flex: 1; min-height: 50px; border: 1px solid var(--line-strong); border-radius: 13px; padding: 0 15px; color: var(--ink); outline: none; }
    .search-row input:focus { border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(18,97,127,.1); }
    .search-help { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
    .search-suggestion { border: 1px solid var(--line); background: var(--mist); border-radius: 999px; padding: 7px 11px; font-size: 12px; font-weight: 700; color: #4d6878; cursor: pointer; }
    section { padding: 84px 0; }
    .section-head { max-width: 750px; margin-bottom: 32px; }
    .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
    .section-head .eyebrow { margin-bottom: 13px; }
    .section-head h2 { margin-bottom: 14px; font-size: clamp(35px, 4vw, 52px); line-height: 1.03; letter-spacing: -2.4px; color: var(--navy-950); }
    .section-head p { margin-bottom: 0; color: var(--muted); font-size: 17px; line-height: 1.65; text-align: center; }
    .modules-section { background: #fff; }
    .quick-summary { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; margin-bottom: 30px; }
    .summary-cell { padding: 18px; background: var(--mist); border-right: 1px solid var(--line); }
    .summary-cell:last-child { border-right: 0; }
    .summary-cell small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .65px; }
    .summary-cell strong { color: var(--navy-950); font-size: 15px; }
    .module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .module-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 23px; min-height: 330px; display: flex; flex-direction: column; background: #fff; transition: transform .16s ease, box-shadow .16s ease, border .16s ease; }
    .module-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
    .module-card.wide { grid-column: span 2; }
    .module-card.written { background: linear-gradient(150deg, #faf8ff, #f2edfc); border-color: #ddd2f3; }
    .module-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
    .module-icon { min-width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: var(--mist-2); color: var(--navy-700); font-size: 14px; font-weight: 900; padding: 0 1em;}
    .module-card.written .module-icon { background: var(--purple-soft); color: var(--purple); }
    .module-tag { padding: 5px 9px; border-radius: 999px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .6px; background: var(--green-soft); color: var(--green); }
    .module-tag.secondary { background: var(--purple-soft); color: var(--purple); }
    .module-card h3 { margin: 17px 0 7px; font-size: 22px; color: var(--navy-950); letter-spacing: -.65px; }
    .module-card > p { margin-bottom: 15px; color: var(--muted); font-size: 15px; }
    .module-details { margin: 0 0 18px; padding: 0; list-style: none; display: grid; gap: 8px; }
    .module-details li { display: flex; gap: 9px; align-items: flex-start; color: #476575; font-size: 13px; margin: 0; }
    .module-details li::before { content: "✓"; flex: 0 0 auto; width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; background: var(--green-soft); color: var(--green); font-size: 10px; font-weight: 900; transform: translateY(1px); }
    .module-bottom { margin-top: auto; }
    .price-row { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
    .price-row strong { font-size: 24px; color: var(--navy-950); letter-spacing: -.7px; }
    .price-row span { color: var(--muted); font-size: 11px; }
    .volume-options { display: flex; gap: 7px; margin: 10px 0 14px; }
    .volume-btn { flex: 1; min-height: 39px; border-radius: 10px; border: 1px solid var(--line); background: #fff; cursor: pointer; color: #527080; font-size: 12px; font-weight: 850; }
    .volume-btn.active { border-color: var(--navy-700); background: var(--navy-700); color: #fff; }
    .module-card .btn { width: 100%; }
    .module-card .lang-chooser {display: flex; gap: 10px; width: 100%; }
    .module-card .lang-chooser select {padding: 0 10px; width: auto;}

    .buy-button { text-align: center; }
    .buy-button button {
        background-color: var(--orange-yepso);
        border: 0;
        border-radius: 15px;
        padding: 20px 30px;
        cursor: pointer;
        font-size: 16pt;
        font-weight: bold;
        margin-top: 30px;
        &:hover {
            box-shadow: 0 15px 40px rgba(0,0,0,.26);
            backdrop-filter: blur(12px);
        }
        &:active {
            scale: 0.95;
        }
    }

    .availability { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; margin-bottom: 12px; }
    .availability::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
    .option-switch { display: flex; gap: 8px; margin: 12px 0 14px; flex-wrap: wrap; }
    .option-btn { min-height: 39px; border-radius: 10px; border: 1px solid var(--line); background: #fff; cursor: pointer; color: #527080; font-size: 12px; font-weight: 850; padding: 0 12px; }
    .option-btn.active { border-color: var(--purple); background: var(--purple); color: #fff; }
    .customize-box { margin-top: 24px; border-radius: 22px; border: 1px dashed var(--line-strong); background: var(--mist); padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .customize-box strong { display: block; color: var(--navy-950); font-size: 17px; margin-bottom: 3px; }
    .customize-box span { color: var(--muted); font-size: 13px; }
    .platform-section { background: var(--navy-950); color: #fff; overflow: hidden; }
    .platform-section .section-head h2 { color: #fff; }
    .platform-section .section-head p { color: #c3d6de; }
    .platform-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
    .feature-list { display: grid; gap: 11px; }
    .feature-item { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); border-radius: 16px; padding: 15px; display: grid; grid-template-columns: 38px 1fr; gap: 12px; }
    .feature-num { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,200,61,.13); color: var(--yellow); font-size: 12px; font-weight: 900; }
    .feature-item strong { display: block; margin-bottom: 2px; color: #fff; font-size: 15px; }
    .feature-item span { color: #bcd0d9; font-size: 13px; }
    .dashboard { border-radius: 24px; overflow: hidden; background: #fff; color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.24); transform: rotate(1deg); }
    .dash-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; background: #dfe9ed; }
    .dash-dot { width: 9px; height: 9px; border-radius: 50%; background: #9cb2bd; }
    .dash-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 19px; border-bottom: 1px solid var(--line); }
    .dash-user { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--mist-2); color: var(--navy-700); font-size: 11px; font-weight: 900; }
    .dash-body { display: grid; grid-template-columns: 155px 1fr; min-height: 350px; }
    .dash-menu { padding: 16px 12px; background: var(--mist); display: grid; align-content: start; gap: 7px; }
    .dash-menu span { padding: 9px 10px; border-radius: 9px; color: #6a8390; font-size: 11px; font-weight: 750; }
    .dash-menu span.active { background: #fff; color: var(--navy-900); box-shadow: var(--shadow-sm); }
    .dash-main { padding: 22px; }
    .dash-main h4 { margin-bottom: 4px; color: var(--navy-950); font-size: 20px; }
    .dash-main > p { color: var(--muted); font-size: 12px; margin-bottom: 16px; }
    .workspace-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .workspace-card { border: 1px solid var(--line); border-radius: 14px; padding: 13px; background: #fff; }
    .workspace-card strong { display: block; font-size: 13px; color: var(--navy-950); margin-bottom: 4px; }
    .workspace-card span { color: #597381; font-size: 12px; }
    .workspace-card.highlight { background: var(--yellow-soft); border-color: #f0d36c; }
    .workspace-card.highlight strong, .workspace-card.highlight span { color: #6d5900; }
    .module-mini-list { display: grid; gap: 8px; margin-top: 14px; }
    .module-mini { display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; }
    .module-mini strong { font-size: 12px; color: #365767; }
    .module-mini span { font-size: 11px; color: var(--muted); }
    .retry-banner { margin-top: 13px; padding: 12px; border-radius: 12px; background: var(--mist); color: #385767; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .retry-banner strong { color: var(--navy-900); font-size: 12px; }
    .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .step { border: 1px solid var(--line); border-radius: 22px; padding: 24px; background: #fff; box-shadow: var(--shadow-sm); }
    .step-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--yellow-soft); color: #735f00; font-weight: 900; margin-bottom: 14px; }
    .step h3 { margin-bottom: 8px; color: var(--navy-950); font-size: 21px; }
    .step p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
    .faq-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; }
    .faq-intro { position: sticky; top: 108px; align-self: start; }
    .faqs { display: grid; gap: 12px; }
    .faq { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; }
    .faq button { width: 100%; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 22px; border: 0; background: transparent; cursor: pointer; color: var(--navy-950); font-size: 16px; font-weight: 800; text-align: left; }
    .faq .answer { display: none; padding: 0 22px 20px; color: var(--muted); font-size: 14px; line-height: 1.7; }
    .faq.open .answer { display: block; }
    .final-cta { padding-top: 0; }
    .cta-card { border-radius: 28px; padding: 34px 38px; background: linear-gradient(145deg, var(--navy-950), #0e4763); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 28px; position: relative; overflow: hidden; }
    .cta-card::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,200,61,.09); right: -70px; top: -110px; }
    .cta-card h2 { position: relative; z-index: 1; margin-bottom: 8px; font-size: 38px; line-height: 1.06; letter-spacing: -1.8px; }
    .cta-card p { position: relative; z-index: 1; margin-bottom: 0; color: #c8dae2; }
    .cta-card .btn { position: relative; z-index: 1; flex: 0 0 auto; }
    footer { background: #f6f9fa; border-top: 1px solid var(--line); padding: 34px 0 24px; }
    .footer-main { display: grid; grid-template-columns: 1.25fr repeat(3, .75fr); gap: 34px; padding-bottom: 30px; }
    .footer-brand p { max-width: 360px; margin: 13px 0 0; color: var(--muted); font-size: 13px; }
    .footer-col strong { display: block; margin-bottom: 11px; color: var(--navy-950); font-size: 13px; }
    .footer-col a { display: block; margin: 7px 0; text-decoration: none; color: var(--muted); font-size: 12px; }
    .footer-bottom { border-top: 1px solid var(--line); padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #7e939e; font-size: 11px; }
    .catalog-overlay { position: fixed; inset: 0; background: rgba(6,47,67,.56); z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; }
    .catalog-overlay.active { display: flex; }
    .catalog-modal { width: min(880px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: #fff; border-radius: 26px; box-shadow: 0 35px 90px rgba(0,0,0,.24); }
    .modal-head { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
    .modal-head h2 { margin-bottom: 3px; color: var(--navy-950); font-size: 27px; }
    .modal-head p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
    .close-modal { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: var(--mist); cursor: pointer; font-size: 20px; }
    .catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 22px 24px 25px; }
    .catalog-item { border: 1px solid var(--line); border-radius: 16px; padding: 17px; background: #fff; cursor: pointer; text-align: left; }
    .catalog-item:hover { border-color: var(--navy-700); background: #f7fbfc; }
    .catalog-item strong { display: block; color: var(--navy-950); margin-bottom: 4px; }
    .catalog-item span { color: var(--muted); font-size: 12px; }
    .mobile-sticky { display: none; }
    @media (max-width: 1040px) {
      .nav-links { display: none; }
      .competition-grid { grid-template-columns: 1fr 1fr; }
      .competition-card.other { grid-column: 1 / -1; min-height: 96px; }
      .result-card { grid-template-columns: 1fr; }
      .recommended { min-height: 0; }
      .module-grid { grid-template-columns: 1fr 1fr; }
      .module-card.wide { grid-column: auto; }
      .quick-summary { grid-template-columns: 1fr 1fr; }
      .summary-cell:nth-child(2) { border-right: 0; }
      .summary-cell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
      .platform-layout { grid-template-columns: 1fr; }
      .dashboard { transform: none; }
      .footer-main { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 760px) {
      .container { width: min(calc(100% - 28px), var(--max)); }
      .utility { display: none; }
      .nav { min-height: 66px; }
      .brand-img { height: 38px; }
      .nav-actions .btn-outline { display: none; }
      .lang { width: 38px; height: 38px; }
      .hero { padding: 42px 0 38px; }
      .hero-intro { text-align: left; margin-bottom: 25px; }
      h1 { font-size: 49px; letter-spacing: -3px; }
      .hero-intro p { font-size: 16px; }
      .competition-panel { padding: 18px; border-radius: 22px; }
      .panel-head { display: block; }
      .one-click { margin-top: 10px; }
      .competition-grid { grid-template-columns: 1fr; }
      .competition-card { min-height: 109px; }
      .competition-card.other { grid-column: auto; }
      .result-wrap { margin-top: 18px; }
      .result-card { padding: 22px; border-radius: 22px; }
      .result-card h2 { font-size: 29px; }
      section { padding: 62px 0; }
      .section-head h2 { font-size: 39px; letter-spacing: -2px; }
      .section-head p { font-size: 15px; }
      .quick-summary { grid-template-columns: 1fr; }
      .summary-cell { border-right: 0; border-bottom: 1px solid var(--line); }
      .summary-cell:last-child { border-bottom: 0; }
      .module-grid { grid-template-columns: 1fr; }
      .customize-box { display: block; }
      .customize-box .btn { margin-top: 15px; width: 100%; }
      .platform-layout { gap: 28px; }
      .dash-body { grid-template-columns: 1fr; }
      .dash-menu { display: none; }
      .workspace-grid { grid-template-columns: 1fr; }
      .steps { grid-template-columns: 1fr; }
      .faq-grid { grid-template-columns: 1fr; gap: 22px; }
      .faq-intro { position: static; }
      .faq-intro h2 { font-size: 38px; }
      .cta-card { display: block; padding: 29px 24px; }
      .cta-card h2 { font-size: 31px; }
      .cta-card .btn { width: 100%; margin-top: 20px; }
      .footer-main { grid-template-columns: 1fr; }
      .footer-bottom { display: block; }
      .catalog-grid { grid-template-columns: 1fr; }
      .search-row { display: grid; }
      .mobile-sticky { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 60; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 9px 9px 15px; border-radius: 17px; background: rgba(6,47,67,.96); color: #fff; box-shadow: 0 15px 40px rgba(0,0,0,.26); backdrop-filter: blur(12px); }
      .mobile-sticky strong { display: block; font-size: 12px; }
      .mobile-sticky span { display: block; color: #bcd0d9; font-size: 10px; }
      .mobile-sticky .btn { min-height: 42px; padding: 0 15px; font-size: 12px; }
      body { padding-bottom: 78px; }
    }
}
}