:root {
    --bg: #060a2a;
    --bg-deep: #030519;
    --surface: #0d1440;
    --surface-2: #121c55;
    --surface-soft: #f5f7ff;
    --text: #f8f9ff;
    --text-dark: #10142f;
    --muted: #aeb7dc;
    --muted-dark: #5d6685;
    --yellow: #ffdf1f;
    --yellow-2: #fff36a;
    --blue: #3157ff;
    --blue-2: #6a85ff;
    --line: rgba(255,255,255,.11);
    --line-dark: rgba(10,18,55,.1);
    --success: #34d399;
    --shadow: 0 24px 70px rgba(1,4,24,.35);
    --radius-sm: 14px;
    --radius: 22px;
    --radius-lg: 34px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg-deep);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
[dir="rtl"] body { font-family: Tahoma, "Segoe UI", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 34px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 34px), 820px); margin-inline: auto; }
.skip-link { position: fixed; inset-inline-start: 18px; top: -100px; z-index: 1000; padding: 10px 14px; background: #fff; color: #111; border-radius: 8px; }
.skip-link:focus { top: 18px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(18px);
    background: rgba(4,7,31,.76);
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,223,31,.35), 0 8px 26px rgba(0,0,0,.35); }
.brand span { display: grid; line-height: 1.15; }
.brand b { font-size: 1rem; letter-spacing: .02em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.primary-nav { margin-inline-start: auto; display: flex; align-items: center; gap: 8px; }
.primary-nav > a,
.nav-dropdown-button { border: 0; background: transparent; padding: 10px 11px; color: #c9d0ed; border-radius: 10px; cursor: pointer; white-space: nowrap; }
.primary-nav > a:hover,
.primary-nav > a.is-active,
.nav-dropdown:hover .nav-dropdown-button { color: #fff; background: rgba(255,255,255,.07); }
.nav-dropdown { position: relative; }
.nav-dropdown-button { display: inline-flex; align-items: center; gap: 6px; }
.nav-dropdown-panel {
    position: absolute;
    top: calc(100% + 12px);
    inset-inline-start: 0;
    min-width: 230px;
    padding: 10px;
    background: rgba(10,15,55,.98);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .2s ease;
}
.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-panel a { display: block; padding: 10px 12px; color: #dbe0f5; border-radius: 10px; }
.nav-dropdown-panel a:hover { background: rgba(255,255,255,.07); color: #fff; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-tabs { display: inline-flex; align-items: center; direction: ltr; padding: 3px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.035); }
.language-tabs a { display: inline-flex; align-items: center; justify-content: center; min-width: 66px; min-height: 34px; padding: 6px 10px; border-radius: 9px; color: #cfd5ef; font-size: .86rem; font-weight: 700; white-space: nowrap; }
.language-tabs a:hover { color: var(--yellow); }
.language-tabs a.is-active { background: var(--yellow); color: #080b2c; box-shadow: 0 5px 16px rgba(255,223,31,.2); }
.menu-toggle { display: none; margin-inline-start: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.05); align-items: center; justify-content: center; }
.menu-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close { display: inline-flex; }
.nav-actions-mobile { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 19px; border: 1px solid transparent; border-radius: 13px; font-weight: 700; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #090b25; background: linear-gradient(135deg, var(--yellow-2), var(--yellow)); box-shadow: 0 13px 34px rgba(255,223,31,.18); }
.button-primary svg { fill: currentColor; stroke: none; }
.button-primary:hover { box-shadow: 0 16px 40px rgba(255,223,31,.28); }
.button-secondary { color: #fff; border-color: var(--line); background: rgba(255,255,255,.05); }
.button-secondary:hover { border-color: rgba(255,223,31,.48); background: rgba(255,255,255,.09); }
.button-dark { color: #fff; background: #080c2c; box-shadow: 0 16px 35px rgba(4,7,31,.24); }
.button-small { min-height: 42px; padding: 9px 14px; font-size: .9rem; }
.button-large { min-height: 54px; padding: 14px 24px; }
.button-block { width: 100%; }
.button-row, .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: var(--yellow); font-weight: 700; }
[dir="rtl"] .text-link svg,
[dir="rtl"] .service-card a svg,
[dir="rtl"] .article-card a svg,
[dir="rtl"] .button-secondary svg,
[dir="rtl"] .button-primary:not([href*="t.me"]) svg { transform: rotate(180deg); }

.hero { position: relative; overflow: hidden; padding: 88px 0 0; background: radial-gradient(circle at 65% 35%, rgba(45,81,255,.24), transparent 34%), linear-gradient(180deg, #070b2f 0%, #050823 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-orb-one { width: 340px; height: 340px; top: -170px; inset-inline-start: -80px; background: rgba(255,223,31,.08); }
.hero-orb-two { width: 420px; height: 420px; bottom: 30px; inset-inline-end: -200px; background: rgba(49,87,255,.13); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--yellow); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
[dir="rtl"] .eyebrow { letter-spacing: 0; }
h1, h2, h3 { margin-top: 0; line-height: 1.25; text-wrap: balance; }
h1 { margin-bottom: 22px; font-size: clamp(2.55rem, 6vw, 5.35rem); letter-spacing: -.055em; }
[dir="rtl"] h1 { letter-spacing: -.035em; }
.hero-lead { max-width: 690px; margin: 0 0 30px; color: #c5cdea; font-size: clamp(1.03rem, 2vw, 1.2rem); line-height: 1.95; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.hero-badges span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #dbe1f7; background: rgba(255,255,255,.035); font-size: .86rem; }
.hero-badges svg { color: var(--success); }
.hero-visual { min-height: 500px; display: grid; place-items: center; }
.hero-logo-card { position: relative; width: min(100%, 520px); aspect-ratio: 1; display: grid; place-items: center; }
.hero-logo-card::before { content: ""; position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(255,223,31,.22), rgba(49,87,255,.12) 45%, transparent 70%); filter: blur(18px); }
.hero-logo-card img { position: relative; z-index: 2; width: 91%; filter: drop-shadow(0 35px 44px rgba(0,0,0,.52)); animation: float 5s ease-in-out infinite; }
.hero-ring { position: absolute; inset: 13%; border: 1px solid rgba(255,223,31,.22); border-radius: 50%; box-shadow: 0 0 90px rgba(49,87,255,.2); animation: spin 20s linear infinite; }
.hero-ring::before, .hero-ring::after { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 24px var(--yellow); }
.hero-ring::before { top: 12%; inset-inline-start: 10%; }
.hero-ring::after { bottom: 14%; inset-inline-end: 9%; }
.floating-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(11,16,57,.8); backdrop-filter: blur(12px); box-shadow: 0 15px 35px rgba(0,0,0,.28); color: #fff; font-size: .86rem; }
.floating-chip svg { color: var(--yellow); }
.chip-one { top: 19%; inset-inline-start: -1%; }
.chip-two { bottom: 15%; inset-inline-end: 0; }
.quick-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border: 1px solid var(--line); border-bottom: 0; border-radius: 24px 24px 0 0; overflow: hidden; background: rgba(255,255,255,.04); backdrop-filter: blur(18px); }
.quick-stats div { padding: 24px 28px; display: flex; align-items: center; gap: 12px; border-inline-end: 1px solid var(--line); }
.quick-stats div:last-child { border-inline-end: 0; }
.quick-stats strong { color: var(--yellow); font-size: 1.3rem; white-space: nowrap; }
.quick-stats span { color: var(--muted); }

.section { padding: 92px 0; background: #fff; color: var(--text-dark); }
.section-muted { background: var(--surface-soft); }
.section-heading { max-width: 700px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 15px; font-size: clamp(2rem, 4vw, 3.15rem); letter-spacing: -.035em; }
.section-heading p:last-child { color: var(--muted-dark); font-size: 1.05rem; }
.section .eyebrow { color: #3758dc; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 310px; padding: 28px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 35px rgba(15,24,62,.06); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(49,87,255,.3); box-shadow: 0 22px 48px rgba(15,24,62,.11); }
.service-card.featured { background: linear-gradient(145deg, #0d164d, #080c2c); color: #fff; border-color: rgba(255,223,31,.24); }
.featured-label { position: absolute; top: 18px; inset-inline-end: 18px; padding: 5px 9px; border-radius: 999px; background: rgba(255,223,31,.15); color: #ffe945; font-size: .73rem; font-weight: 800; }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 15px; color: #2449e2; background: #edf1ff; }
.featured .icon-box { color: var(--yellow); background: rgba(255,255,255,.08); }
.icon-box svg { width: 25px; height: 25px; }
.service-card h3 { margin-bottom: 12px; font-size: 1.24rem; }
.service-card p { margin: 0 0 22px; color: var(--muted-dark); }
.service-card.featured p { color: #bdc5e4; }
.service-card a { position: absolute; bottom: 25px; inset-inline-start: 28px; display: inline-flex; align-items: center; gap: 7px; color: #2449e2; font-weight: 800; }
.service-card.featured a { color: var(--yellow); }
.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step-card { position: relative; padding: 26px 22px; border-radius: 20px; background: #fff; border: 1px solid var(--line-dark); }
.step-card > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; background: #0c123d; color: var(--yellow); font-weight: 900; }
.step-card:not(:last-child)::after { content: ""; position: absolute; top: 45px; width: 24px; height: 1px; inset-inline-end: -20px; background: #c7cdea; }
.step-card h3 { margin-bottom: 10px; font-size: 1.05rem; }
.step-card p { margin: 0; color: var(--muted-dark); font-size: .9rem; }
.dedicated-banner { position: relative; display: grid; grid-template-columns: 1.4fr .6fr; gap: 50px; align-items: center; padding: 52px; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(135deg, #0b1244, #161f60 60%, #0d1649); color: #fff; box-shadow: var(--shadow); }
.dedicated-banner::after { content: ""; position: absolute; width: 330px; height: 330px; inset-inline-end: -120px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(255,223,31,.22), transparent 68%); }
.dedicated-copy { position: relative; z-index: 2; }
.dedicated-copy .eyebrow { color: var(--yellow); }
.dedicated-copy h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.25rem); }
.dedicated-copy > p:not(.eyebrow) { color: #c6cee9; max-width: 760px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 30px; display: grid; gap: 10px; }
.check-list li { display: flex; align-items: flex-start; gap: 9px; }
.check-list svg { flex: 0 0 auto; margin-top: .35em; color: var(--success); }
.dedicated-price { position: relative; z-index: 2; aspect-ratio: 1; max-width: 280px; margin-inline: auto; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,223,31,.32); border-radius: 50%; background: rgba(255,255,255,.05); box-shadow: inset 0 0 70px rgba(49,87,255,.18), 0 0 70px rgba(255,223,31,.09); }
.dedicated-price span, .dedicated-price small { color: #c6cee9; }
.dedicated-price strong { display: block; color: var(--yellow); font-size: clamp(3.5rem, 7vw, 5.8rem); line-height: 1; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line-dark); border-radius: 16px; background: #fff; overflow: hidden; }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; gap: 24px; padding: 20px 22px; cursor: pointer; font-weight: 800; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary b { font-size: 1.45rem; transition: transform .2s ease; color: #3157ff; }
.faq-item[open] summary b { transform: rotate(45deg); }
.faq-item div { padding: 0 22px 18px; color: var(--muted-dark); }
.faq-item p { margin: 0; }
.cta-section { padding-top: 0; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 44px 48px; border-radius: 26px; background: linear-gradient(135deg, var(--yellow-2), var(--yellow)); color: #0a0d28; box-shadow: 0 20px 50px rgba(255,223,31,.2); }
.cta-box h2 { margin-bottom: 9px; font-size: clamp(1.65rem, 3vw, 2.45rem); }
.cta-box p { margin: 0; max-width: 680px; color: #373810; }

.page-hero { position: relative; overflow: hidden; padding: 92px 0 72px; background: radial-gradient(circle at 70% 35%, rgba(49,87,255,.25), transparent 35%), linear-gradient(180deg, #070b2e, #090e39); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 55%, rgba(255,223,31,.04)); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 45px; }
.page-hero h1 { font-size: clamp(2.5rem, 5.2vw, 4.8rem); }
.price-pill { display: inline-flex; padding: 9px 14px; border-radius: 999px; background: var(--yellow); color: #090c2a; font-weight: 900; }
.page-hero-art { position: relative; min-height: 330px; display: grid; place-items: center; }
.page-hero-art img { position: relative; z-index: 2; width: min(100%, 390px); filter: drop-shadow(0 30px 36px rgba(0,0,0,.48)); }
.art-glow { position: absolute; width: 290px; height: 290px; border-radius: 50%; background: radial-gradient(circle, rgba(255,223,31,.18), rgba(49,87,255,.16) 46%, transparent 70%); filter: blur(8px); }
.breadcrumb { padding-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; color: #8f98bd; font-size: .83rem; }
.breadcrumb a:hover { color: var(--yellow); }
.content-section { padding-top: 76px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 70px; align-items: start; }
.prose { color: var(--text-dark); }
.prose section { margin-bottom: 54px; }
.prose section:last-child { margin-bottom: 0; }
.prose h2 { margin-bottom: 18px; font-size: clamp(1.55rem, 3vw, 2.25rem); letter-spacing: -.025em; }
.prose p { margin: 0; color: #4e5878; font-size: 1.05rem; line-height: 2; }
.prose ul { padding-inline-start: 1.3rem; color: #4e5878; }
.prose li { margin-bottom: 8px; }
.article-prose { max-width: 860px; }
.article-prose section { padding-bottom: 38px; border-bottom: 1px solid var(--line-dark); }
.article-prose section:last-child { border-bottom: 0; }
.sticky-card { position: sticky; top: 110px; padding: 28px; border-radius: 22px; background: #0b113f; color: #fff; box-shadow: var(--shadow); text-align: center; }
.sticky-card img { margin: 0 auto 18px; border-radius: 50%; }
.sticky-card h2 { margin-bottom: 10px; font-size: 1.25rem; }
.sticky-card p { color: var(--yellow); font-weight: 900; }
.sticky-card .text-link { margin-top: 18px; }
.support-template { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 34px; border: 1px solid var(--line-dark); border-radius: 24px; background: #fff; }
.support-template h2 { margin-bottom: 16px; }
.support-template pre { max-width: 720px; margin: 0; padding: 16px; border-radius: 13px; white-space: pre-wrap; overflow-wrap: anywhere; background: #0c123c; color: #e9ecfa; direction: inherit; }
.support-template-actions { display: flex; flex-direction: column; gap: 12px; min-width: 220px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pricing-card { position: relative; padding: 30px 25px; border: 1px solid var(--line-dark); border-radius: 22px; background: #fff; }
.pricing-card.featured { background: #0c123f; color: #fff; border-color: rgba(255,223,31,.35); transform: translateY(-10px); box-shadow: var(--shadow); }
.pricing-card h2 { font-size: 1.25rem; margin-bottom: 26px; }
.pricing-value { min-height: 92px; display: grid; align-content: start; margin-bottom: 18px; }
.pricing-value strong { font-size: 2.2rem; line-height: 1.2; color: #2449e2; }
.pricing-card.featured .pricing-value strong { color: var(--yellow); }
.pricing-value span { color: var(--muted-dark); font-size: .85rem; }
.pricing-card.featured .pricing-value span { color: var(--muted); }
.pricing-card .check-list { color: var(--muted-dark); }
.pricing-card.featured .check-list { color: #c7cee8; }
.notice-box { margin-top: 30px; padding: 24px 28px; border: 1px solid #f1d86b; border-radius: 18px; background: #fffbea; }
.notice-box p { margin: 7px 0; display: flex; gap: 10px; color: #5c541d; }
.notice-box svg { flex: 0 0 auto; color: #a88600; margin-top: .35em; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { position: relative; min-height: 340px; padding: 30px; border: 1px solid var(--line-dark); border-radius: 22px; background: #fff; overflow: hidden; }
.article-number { position: absolute; top: -20px; inset-inline-end: 12px; font-size: 6rem; font-weight: 900; color: #f0f2fb; line-height: 1; }
.article-card > *:not(.article-number) { position: relative; z-index: 2; }
.article-card h2 { font-size: 1.45rem; }
.article-card p:not(.eyebrow) { color: var(--muted-dark); }
.article-card a { position: absolute; bottom: 26px; inset-inline-start: 30px; display: inline-flex; align-items: center; gap: 7px; color: #2449e2; font-weight: 800; }
.not-found { min-height: 68vh; display: grid; place-items: center; padding: 90px 0; text-align: center; background: radial-gradient(circle, rgba(49,87,255,.18), transparent 40%), #060a2a; }
.not-found-code { color: var(--yellow); font-size: clamp(6rem, 20vw, 13rem); font-weight: 900; line-height: 1; opacity: .9; }
.not-found h1 { font-size: clamp(2rem, 5vw, 3.8rem); }
.not-found p { color: var(--muted); margin-bottom: 28px; }

.site-footer { padding: 68px 0 25px; background: #030519; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 50px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid h2 { margin-bottom: 12px; font-size: 1rem; color: #fff; }
.footer-grid a:not(.brand) { color: #aeb7d8; font-size: .9rem; }
.footer-grid a:hover { color: var(--yellow); }
.footer-brand p { max-width: 430px; color: #9da7ca; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.social-links a { padding: 7px 10px; border: 1px solid var(--line); border-radius: 10px; }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #7f89ad; font-size: .78rem; }
.footer-bottom p { margin: 0; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1050px) {
    .header-actions .button { display: none; }
    .hero-grid, .page-hero-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid { grid-template-columns: repeat(3, 1fr); }
    .step-card::after { display: none; }
    .pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .pricing-card.featured { transform: none; }
    .footer-grid { grid-template-columns: 1.6fr repeat(2, 1fr); }
    .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 860px) {
    .header-inner { min-height: 70px; }
    .menu-toggle { display: inline-flex; }
    .header-actions { display: none; }
    .primary-nav { position: fixed; top: 70px; inset-inline: 0; max-height: calc(100vh - 70px); overflow-y: auto; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px; background: rgba(4,7,31,.98); border-bottom: 1px solid var(--line); }
    .primary-nav.is-open { display: flex; }
    .primary-nav > a, .nav-dropdown-button { width: 100%; text-align: start; padding: 13px 14px; }
    .nav-dropdown-panel { position: static; min-width: 0; margin: 5px 0 10px; opacity: 1; visibility: visible; transform: none; display: none; box-shadow: none; background: rgba(255,255,255,.04); }
    .nav-dropdown:focus-within .nav-dropdown-panel, .nav-dropdown:hover .nav-dropdown-panel { display: block; }
    .nav-actions-mobile { display: grid; grid-template-columns: 1fr; gap: 10px; padding-top: 12px; }
    .nav-actions-mobile .language-tabs { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
    .nav-actions-mobile .language-tabs a { width: 100%; }
    .hero { padding-top: 58px; }
    .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-copy .hero-lead { margin-inline: auto; }
    .hero-actions, .hero-badges { justify-content: center; }
    .hero-visual { min-height: 390px; }
    .hero-logo-card { width: min(100%, 430px); }
    .page-hero { padding: 62px 0 50px; }
    .page-hero-art { display: none; }
    .quick-stats { grid-template-columns: 1fr; border-radius: 20px 20px 0 0; }
    .quick-stats div { justify-content: center; border-inline-end: 0; border-bottom: 1px solid var(--line); }
    .quick-stats div:last-child { border-bottom: 0; }
    .faq-layout { grid-template-columns: 1fr; gap: 24px; }
    .dedicated-banner { grid-template-columns: 1fr; }
    .dedicated-price { width: 230px; }
    .content-layout { grid-template-columns: 1fr; gap: 35px; }
    .sticky-card { position: static; }
    .support-template { flex-direction: column; align-items: stretch; }
    .support-template-actions { min-width: 0; flex-direction: row; }
    .support-template-actions > * { flex: 1; }
    .article-grid { grid-template-columns: 1fr; }
    .article-card { min-height: 290px; }
    .cta-box { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 650px) {
    .container { width: min(calc(100% - 24px), var(--container)); }
    .section { padding: 68px 0; }
    .brand small { display: none; }
    h1 { font-size: clamp(2.35rem, 14vw, 3.6rem); }
    .hero-lead { font-size: .98rem; }
    .button-large { width: 100%; }
    .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
    .hero-badges span { width: 100%; justify-content: center; }
    .hero-visual { min-height: 310px; }
    .floating-chip { font-size: .72rem; padding: 9px 10px; }
    .chip-one { top: 8%; }
    .chip-two { bottom: 5%; }
    .service-grid, .steps-grid, .pricing-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 280px; }
    .dedicated-banner { padding: 32px 24px; }
    .cta-box { padding: 32px 24px; }
    .cta-box .button { width: 100%; }
    .support-template-actions { flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
}
