:root {
    --navy-950: #06152e;
    --navy-900: #081936;
    --navy-800: #0d2a57;
    --navy-700: #123b78;
    --cobalt: #1764f1;
    --cobalt-2: #0d54dc;
    --coral: #ff625d;
    --coral-dark: #df4f4d;
    --green: #15966b;
    --green-bright: #22b785;
    --ink: #10284a;
    --ink-soft: #315174;
    --muted: #6c8098;
    --paper: #f4f8fd;
    --paper-blue: #edf4ff;
    --surface: #ffffff;
    --line: #d8e3ef;
    --line-strong: #c3d3e5;
    --container: min(1280px, calc(100vw - 64px));
    --header-height: 70px;
    --radius-sm: 9px;
    --radius: 16px;
    --radius-lg: 24px;
    color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 54px 0 22px; }
.anchor-section { scroll-margin-top: 0; }
.skip-link { position: fixed; z-index: 500; left: 18px; top: -100px; padding: 10px 15px; color: white; background: var(--cobalt); border-radius: var(--radius-sm); }
.skip-link:focus { top: 14px; }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); color: #dce8ff; background: rgba(6,21,46,.9); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); transition: height .25s ease, color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { height: 62px; color: var(--ink); background: rgba(255,255,255,.94); border-color: rgba(16,40,74,.1); box-shadow: 0 12px 38px rgba(15,45,83,.08); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.service-label { position: relative; min-width: 0; max-width: 330px; margin-right: auto; display: grid; grid-template-columns: 34px minmax(0,auto); grid-template-rows: auto auto; column-gap: 9px; align-items: center; line-height: 1.1; }
.service-logo { grid-row: 1 / -1; width: 34px; height: 34px; object-fit: contain; }
.service-label span { grid-column: 2; max-width: 270px; color: white; font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; font-size: 14px; font-weight: 760; line-height: 1.08; letter-spacing: -.015em; }
.site-header.scrolled .service-label span { color: var(--ink); }
.service-label small { grid-column: 2; margin-top: 3px; color: #6f86aa; font-size: 7px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 22px; color: #8da3c4; font-size: 11px; font-weight: 650; }
.desktop-nav a { position: relative; padding: 9px 0; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 2px; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--coral); transition: transform .2s ease; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.site-header.scrolled .desktop-nav { color: #607793; }
.site-header.scrolled .desktop-nav a:hover { color: var(--cobalt); }
.header-actions { display: flex; align-items: center; gap: 7px; }
.header-contact { min-width: 42px; min-height: 34px; padding: 7px 10px; display: inline-flex; align-items: center; justify-content: center; color: var(--navy-900); border: 1px solid white; border-radius: 8px; background: white; font-size: 9px; font-weight: 850; letter-spacing: .04em; transition: transform .2s ease, color .2s ease, background .2s ease; }
.header-contact:hover { transform: translateY(-1px); color: white; }
.header-contact.telegram:hover { border-color: #229ed9; background: #229ed9; box-shadow: 0 8px 20px rgba(34,158,217,.2); }
.header-contact.max:hover { border-color: #6847df; background: #6847df; box-shadow: 0 8px 20px rgba(104,71,223,.22); }
.header-messenger-icon { width: 17px; height: 17px; }
.header-messenger-icon.telegram-icon { fill: currentColor; stroke: none; }
.header-messenger-icon.max-icon { width: 20px; height: 20px; border-radius: 5px; }
.site-header.scrolled .header-contact { color: white; border-color: var(--cobalt); background: var(--cobalt); }
.site-header.scrolled .header-contact.telegram:hover { border-color: #0f88c4; background: #0f88c4; }
.site-header.scrolled .header-contact.max:hover { border-color: #5532cc; background: #5532cc; }
.menu-toggle { min-height: 36px; padding: 7px 10px; display: none; align-items: center; gap: 7px; color: inherit; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.04); cursor: pointer; font-size: 10px; font-weight: 760; }
.menu-toggle svg { width: 17px; }
.site-header.scrolled .menu-toggle { border-color: var(--line); background: white; }
.mobile-menu { color: #dce8ff; border-top: 1px solid rgba(255,255,255,.1); background: rgba(7,24,52,.98); box-shadow: 0 22px 46px rgba(5,22,48,.2); }
.mobile-menu[hidden] { display: none; }
.mobile-menu .container { padding: 12px 0 16px; display: grid; gap: 3px; }
.mobile-menu a { padding: 10px 12px; border-radius: 8px; font-size: 13px; font-weight: 650; }
.mobile-menu a:hover { background: rgba(255,255,255,.07); }

/* Hero */
.hero { position: relative; isolation: isolate; min-height: 700px; padding: calc(var(--header-height) + 54px) 0 120px; overflow: hidden; color: white; background: radial-gradient(circle at 79% 8%, rgba(35,103,243,.33), transparent 29%), radial-gradient(circle at 93% 68%, rgba(255,98,93,.12), transparent 25%), linear-gradient(136deg,var(--navy-950) 3%,var(--navy-900) 47%,#0d3067 100%); }
.hero::after { content: ""; position: absolute; z-index: -2; width: 620px; height: 620px; right: -180px; top: -240px; border: 1px solid rgba(112,162,255,.14); border-radius: 50%; box-shadow: 0 0 0 72px rgba(112,162,255,.025), 0 0 0 144px rgba(112,162,255,.018); animation: drift 14s ease-in-out infinite alternate; }
.hero.has-custom-background::before, .contact-section.has-custom-background::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(90deg,rgba(6,21,46,.82),rgba(8,35,73,.58) 58%,rgba(8,35,73,.42)),var(--bg-image); background-position: center,var(--bg-position,center); background-size: cover,cover; background-repeat: no-repeat; opacity: var(--bg-opacity,.88); }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .3; background-image: linear-gradient(rgba(124,168,239,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(124,168,239,.08) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,transparent 15%,black 70%); }
.hero-layout { display: grid; grid-template-columns: minmax(0,1.16fr) minmax(400px,.84fr); align-items: center; gap: clamp(42px,5.5vw,76px); }
.hero-copy { position: relative; z-index: 4; }
.eyebrow, .section-index { margin: 0 0 16px; color: #79a9ff; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow-icon { flex: 0 0 23px; width: 23px; height: 23px; object-fit: contain; }
.hero h1 { max-width: 790px; margin: 0; font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; font-size: clamp(48px,4.45vw,64px); font-weight: 720; line-height: .98; letter-spacing: -.052em; text-wrap: balance; }
.hero-text { max-width: 650px; margin: 23px 0 0; color: #afc2df; font-size: 16px; line-height: 1.55; }
.trust-badges { position: relative; overflow: hidden; list-style: none; margin: 25px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid rgba(126,169,242,.28); border-radius: 11px; background: linear-gradient(110deg,rgba(255,255,255,.045),rgba(56,113,213,.1)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.trust-badges::after { content: ""; position: absolute; top: -1px; left: 0; width: 42%; height: 2px; pointer-events: none; background: linear-gradient(90deg,transparent,#6b9eff 42%,var(--green-bright) 70%,transparent); filter: drop-shadow(0 0 5px rgba(61,183,139,.62)); transform: translateX(-115%); animation: trust-edge 6s ease-in-out infinite 1.2s; }
.trust-badges li { min-width: 0; min-height: 47px; padding: 9px 11px; display: flex; align-items: center; gap: 8px; color: #e7effc; border-left: 1px solid rgba(126,169,242,.18); font-size: 10px; font-weight: 750; line-height: 1.2; animation: trust-settle .52s cubic-bezier(.2,.72,.2,1) both; animation-delay: calc(170ms + var(--badge-index,0) * 90ms); transition: color .22s ease, background .22s ease, transform .22s ease; }
.trust-badges li:first-child { border-left: 0; }
.trust-badges li:hover { color: white; background: rgba(55,112,214,.16); transform: translateY(-1px); }
.trust-badge-icon { position: relative; flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; color: #8eb5ff; }
.trust-badge-icon::before { content: ""; position: absolute; inset: 3px; border-radius: 9px; background: radial-gradient(circle at 35% 30%,rgba(105,155,255,.16),rgba(105,155,255,.035) 72%); opacity: .9; transform: rotate(-4deg); }
.trust-badges svg { position: relative; z-index: 1; width: 27px; height: 27px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.trust-badges .badge-detail { color: #638fe6; }
.trust-badges .badge-accent { fill: var(--green-bright); stroke: #76d8b7; stroke-width: .7; }
.trust-badges .badge-accent-stroke { color: var(--green-bright); stroke-width: 2.25; }
.trust-badges .badge-money { fill: #e8f0ff; stroke: none; font-family: "Segoe UI",Arial,sans-serif; font-size: 6.2px; font-weight: 800; letter-spacing: -.25px; }
.trust-badges li:hover .trust-badge-icon { color: #b7ceff; transform: translateY(-1px); }
.trust-badge-icon { transition: color .22s ease,transform .22s ease; }
.trust-badge-icon svg { animation: trust-icon-in .58s cubic-bezier(.2,.75,.2,1) both; animation-delay: calc(260ms + var(--badge-index,0) * 100ms); }
.hero-actions-label { margin: 25px 0 0; color: #7791b7; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-actions { width: min(100%,500px); margin-top: 9px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: 9px; }
.contact-actions { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 50px; padding: 11px 15px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-size: 11px; font-weight: 800; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button svg { width: 16px; }
.button .telegram-button-icon { fill: currentColor; stroke: none; }
.button .max-button-icon { width: 17px; height: 17px; border-radius: 5px; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 0; color: var(--ink); border-color: rgba(255,255,255,.92); background: linear-gradient(135deg,#fff,#f1f6ff); box-shadow: 0 15px 38px rgba(0,10,31,.2),inset 0 1px 0 white; }
.button-primary:hover { color: #0b3b83; border-color: white; background: white; box-shadow: 0 18px 42px rgba(17,98,215,.24); }
.button-secondary { min-width: 0; color: #f2efff; border-color: rgba(151,130,255,.52); background: linear-gradient(135deg,rgba(43,49,102,.94),rgba(77,51,158,.9)); box-shadow: inset 0 1px 0 rgba(255,255,255,.09),0 12px 28px rgba(0,8,30,.13); }
.button-secondary:hover { border-color: #b4a4ff; background: linear-gradient(135deg,#343f83,#6248c4); box-shadow: 0 16px 36px rgba(73,55,172,.23); }
.button-reviews { grid-column: 1 / -1; min-width: 0; min-height: 44px; margin-top: 5px; color: #e7f7f1; border-color: rgba(65,194,149,.42); background: linear-gradient(135deg,rgba(17,113,82,.22),rgba(12,59,72,.32)); box-shadow: inset 0 1px 0 rgba(255,255,255,.055); }
.button-reviews:hover { color: white; border-color: rgba(87,218,171,.72); background: linear-gradient(135deg,rgba(18,139,96,.32),rgba(13,68,87,.44)); box-shadow: 0 14px 34px rgba(9,94,67,.18); }
.button-reviews small { min-width: 23px; margin-left: 6px; padding: 3px 6px; display: inline-flex; align-items: center; justify-content: center; color: #052d23; border-radius: 6px; background: #56d5a8; box-shadow: 0 5px 14px rgba(28,187,132,.25); font-size: 8px; font-weight: 900; vertical-align: 1px; }
.hero-actions .telegram-button-icon, .hero-actions .max-button-icon, .hero-actions .button-reviews svg { flex: 0 0 28px; width: 28px; height: 28px; padding: 5px; border-radius: 8px; background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.hero-actions .button-primary .telegram-button-icon { color: white; background: linear-gradient(135deg,#26a5e4,#1764f1); box-shadow: 0 6px 16px rgba(23,100,241,.25),inset 0 1px 0 rgba(255,255,255,.22); }
.hero-actions .max-button-icon { padding: 4px; background: rgba(255,255,255,.14); }
.hero-actions .button-reviews svg { color: #68ddb5; background: rgba(41,174,127,.13); box-shadow: inset 0 0 0 1px rgba(95,220,174,.22); }

.hero-visual { position: relative; min-height: 450px; display: grid; align-items: center; }
.hero-artwork-frame { position: relative; width: 100%; max-width: 590px; aspect-ratio: 1.46; margin-left: auto; overflow: hidden; border: 1px solid rgba(139,177,244,.2); border-radius: 25px; background: #1d3267; box-shadow: 0 34px 90px rgba(0,8,28,.28); }
.hero-artwork-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.045); }
.hero-artwork { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

/* Shared headings */
.section-heading { margin-bottom: 32px; display: flex; align-items: flex-end; justify-content: flex-start; gap: 22px; }
.section-heading h2 { max-width: 790px; margin: 0; color: var(--ink); font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; font-size: clamp(40px,4.3vw,60px); font-weight: 700; line-height: 1.02; letter-spacing: -.05em; text-wrap: balance; }
.section-heading > div > p:last-child { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 15px; }
.section-index { margin-bottom: 12px; color: var(--cobalt); }
.section-index.light { color: #93b7ff; }
.copy-link { flex: 0 0 auto; width: 38px; height: 38px; padding: 0; display: grid; place-items: center; color: var(--cobalt); border: 1px solid var(--line-strong); border-radius: 10px; background: white; cursor: pointer; box-shadow: 0 8px 24px rgba(26,72,128,.07); transition: .2s ease; }
.copy-link:hover { color: white; border-color: var(--cobalt); background: var(--cobalt); transform: translateY(-2px); }
.copy-link svg { width: 16px; }

/* Metrics */
.metrics-section { position: relative; z-index: 10; margin-top: -62px; padding: 0; }
.metrics-section > .container { position: relative; }
.section-heading.compact { position: absolute; z-index: 2; left: 22px; top: -30px; margin: 0; padding: 8px 12px; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; background: rgba(13,42,87,.88); backdrop-filter: blur(12px); }
.section-heading.compact .section-index { margin: 0; color: #8cb4ff; font-size: 7px; }
.section-heading.compact h2 { color: white; font-size: 10px; font-weight: 700; letter-spacing: -.01em; }
.metrics-grid { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid rgba(170,196,227,.82); border-radius: 20px; background: linear-gradient(120deg,#fff 0%,#f8fbff 55%,#f0f6ff 100%); box-shadow: 0 26px 70px rgba(20,63,116,.16),inset 0 1px 0 white; }
.metrics-grid::before { content: ""; position: absolute; z-index: 3; left: 0; top: -1px; width: 34%; height: 2px; pointer-events: none; background: linear-gradient(90deg,transparent,var(--cobalt),#76a3ff 68%,var(--coral),transparent); filter: drop-shadow(0 0 5px rgba(23,100,241,.5)); transform: translateX(-110%); animation: metrics-scan 7.2s ease-in-out infinite 1.4s; }
.metric { position: relative; overflow: hidden; min-height: 124px; padding: 29px 34px 25px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg,rgba(255,255,255,.68),rgba(231,241,255,.16)); transition: transform .25s ease,background .25s ease; }
.metric::before { content: ""; position: absolute; left: 34px; top: 18px; width: 34px; height: 3px; border-radius: 2px; background: linear-gradient(90deg,var(--cobalt),#76a3ff); }
.metric::after { content: ""; position: absolute; width: 86px; height: 86px; right: -42px; bottom: -49px; border: 1px solid rgba(23,100,241,.1); border-radius: 50%; box-shadow: 0 0 0 16px rgba(23,100,241,.025); transition: transform .35s ease; }
.metric:hover { z-index: 2; transform: translateY(-2px); background: linear-gradient(145deg,#fff,rgba(223,236,255,.62)); }
.metric:hover::after { transform: translate(-7px,-7px); }
.metric + .metric { border-left: 1px solid var(--line); }
.metric-index { position: absolute; right: 18px; top: 14px; color: #9bafca; font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.metric strong { position: relative; z-index: 1; margin-top: 9px; color: var(--ink); font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; font-size: clamp(29px,3.2vw,42px); font-weight: 750; line-height: 1; letter-spacing: -.045em; }
.metric:nth-child(2) strong { color: var(--cobalt); }
.metric p { position: relative; z-index: 1; max-width: 250px; margin: 9px 0 0; color: #617894; font-size: 11px; line-height: 1.35; }

/* Process route */
.process { position: relative; overflow: hidden; background: linear-gradient(180deg,#f7faff 0%,#edf4ff 100%); }
.process::before { content: ""; position: absolute; width: 460px; height: 460px; right: -210px; top: 80px; border: 1px solid rgba(23,100,241,.11); border-radius: 50%; box-shadow: 0 0 0 70px rgba(23,100,241,.025); }
.steps-list { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); column-gap: 38px; row-gap: 36px; }
.steps-list::before, .steps-list::after { display: none; }
.step { position: relative; z-index: 1; grid-column: span 2; min-height: 210px; padding: 62px 22px 24px; overflow: visible; border: 1px solid #d6e2ef; border-radius: 16px; background: radial-gradient(circle at calc(100% + 5px) calc(100% + 5px),transparent 0 43px,rgba(23,100,241,.045) 44px 61px,transparent 62px),rgba(255,255,255,.94); box-shadow: 0 14px 38px rgba(25,71,128,.07); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.step:nth-child(5) { grid-column: 7 / span 2; grid-row: 2; }
.step:nth-child(6) { grid-column: 5 / span 2; grid-row: 2; }
.step:nth-child(7) { grid-column: 3 / span 2; grid-row: 2; }
.step:hover { transform: translateY(-5px); border-color: #aac6f2; box-shadow: 0 20px 48px rgba(25,71,128,.12); }
.step > span { position: absolute; left: 18px; top: 17px; width: 38px; height: 38px; display: grid; place-items: center; color: white; border: 4px solid white; border-radius: 12px; background: var(--cobalt); box-shadow: 0 0 0 1px #b9cff2,0 7px 18px rgba(23,100,241,.16); }
.step-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.step:nth-child(2) > span, .step:nth-child(5) > span { background: #245bd5; }
.step:nth-child(3) > span, .step:nth-child(6) > span { background: #174caa; }
.step:last-child > span { background: #16956b; box-shadow: 0 0 0 1px #a9d9c9,0 7px 18px rgba(22,149,107,.20); }
.step::after { content: ""; position: absolute; z-index: 3; width: 30px; height: 14px; pointer-events: none; opacity: .52; background: #407bdf; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 18'%3E%3Cpath d='M2 9h33m-7-6 7 6-7 6' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 18'%3E%3Cpath d='M2 9h33m-7-6 7 6-7 6' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; animation: route-guide-pulse 2.8s ease-in-out infinite; }
.step:nth-child(1)::after, .step:nth-child(2)::after, .step:nth-child(3)::after { right: -35px; top: 30px; }
.step:nth-child(4)::after { right: calc(50% - 15px); bottom: -27px; transform: rotate(90deg); }
.step:nth-child(5)::after, .step:nth-child(6)::after { left: -35px; top: 30px; transform: rotate(180deg); }
.step:nth-child(7)::after { display: none; }
.step:nth-child(2)::after { animation-delay: .18s; }
.step:nth-child(3)::after { animation-delay: .36s; }
.step:nth-child(4)::after { animation-delay: .54s; }
.step:nth-child(5)::after { animation-delay: .72s; }
.step:nth-child(6)::after { animation-delay: .9s; }
.step h3 { margin: 0; color: var(--ink); font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; font-size: 19px; line-height: 1.16; letter-spacing: -.025em; }
.step p { margin: 11px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

/* Service composition */
.services-section { position: relative; overflow: hidden; padding-top: 26px; background: #f2f5f9; }
.services-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 15%,rgba(23,100,241,.055),transparent 26%); }
.services-section > .container { position: relative; }
.services-heading { margin-bottom: 34px; justify-content: center; text-align: center; }
.services-heading h2 { font-size: clamp(29px,3vw,39px); letter-spacing: -.035em; }
.services-grid { max-width: 1100px; margin-inline: auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 1px; grid-auto-flow: row dense; align-items: start; column-gap: 18px; row-gap: 18px; }
.service-card { height: fit-content; min-height: 0; padding: 0; display: block; overflow: hidden; border: 1px solid rgba(216,224,234,.72); border-radius: 18px; background: #fff; box-shadow: 0 22px 52px rgba(18,32,54,.15); transition: transform .23s ease,box-shadow .23s ease,border-color .23s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 29px 62px rgba(18,32,54,.2); }
.service-card.is-expanded { border-color: #b7cef0; }
.service-card:nth-child(3) { border-color: rgba(216,224,234,.72); background: #fff; }
.service-card-heading { margin: 0; }
.service-card-toggle { width: 100%; min-height: 92px; padding: 24px 25px; display: grid; grid-template-columns: 42px minmax(0,1fr) 34px; align-items: center; gap: 16px; color: #17233c; border: 0; background: transparent; cursor: pointer; text-align: left; }
.service-card-toggle:hover { background: linear-gradient(120deg,rgba(237,244,255,.68),rgba(255,255,255,0)); }
.service-card-toggle:focus-visible { outline: 2px solid var(--cobalt); outline-offset: -4px; border-radius: 15px; }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--cobalt); border: 1px solid #cfe0fb; border-radius: 11px; background: #edf4ff; }
.service-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card-title { min-width: 0; font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; font-size: 19px; font-weight: 730; line-height: 1.16; letter-spacing: -.018em; }
.service-toggle-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--cobalt); border: 1px solid #d4e2f4; border-radius: 9px; background: #f5f9ff; transition: transform .3s ease,color .2s ease,background .2s ease; }
.service-toggle-mark svg { width: 17px; height: 17px; transition: transform .32s cubic-bezier(.2,.72,.2,1); }
.service-card.is-expanded .service-toggle-mark { color: white; background: var(--cobalt); transform: translateY(-1px); }
.service-card.is-expanded .service-toggle-mark svg { transform: rotate(45deg); }
.service-card-panel { display: block; }
.service-accordion-active .service-card-panel { display: grid; grid-template-rows: 0fr; opacity: 0; visibility: hidden; transition: grid-template-rows .34s cubic-bezier(.2,.72,.2,1),opacity .22s ease,visibility 0s linear .34s; }
.service-accordion-active .service-card.is-expanded .service-card-panel { grid-template-rows: 1fr; opacity: 1; visibility: visible; transition: grid-template-rows .34s cubic-bezier(.2,.72,.2,1),opacity .28s ease,visibility 0s; }
.service-card-panel-inner { min-height: 0; overflow: hidden; }
.service-card ul { list-style: none; margin: 0; padding: 0 25px 25px; display: grid; gap: 13px; }
.service-card li { display: grid; grid-template-columns: 26px minmax(0,1fr); align-items: start; gap: 10px; color: #68758b; font-size: 14px; line-height: 1.43; }
.service-item-icon { width: 24px; height: 24px; margin-top: -1px; display: grid; place-items: center; color: #3474d9; border: 1px solid #d6e4f7; border-radius: 7px; background: #f2f7ff; }
.service-item-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

/* Benefits */
.benefits-section { position: relative; isolation: isolate; overflow: hidden; color: white; background: radial-gradient(circle at 13% 10%,rgba(53,112,225,.3),transparent 34%),linear-gradient(135deg,#081936,#0b2d60 72%,#0e3977); }
.benefits-section::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .32; background-image: linear-gradient(rgba(133,170,239,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(133,170,239,.08) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,black,transparent 82%); }
.benefits-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(54px,8vw,110px); }
.benefits-section .section-heading { margin: 0; }
.benefits-section .section-heading h2 { max-width: 430px; color: white; }
.benefits-section .section-index { color: #8ab1ff; }
.benefits-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.benefits-list li { min-height: 132px; padding: 22px; display: grid; grid-template-columns: 38px 1fr; align-content: center; column-gap: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.benefits-list li:hover { transform: translateY(-3px); border-color: rgba(131,172,255,.4); background: rgba(255,255,255,.085); }
.benefits-list li:nth-child(2) { background: linear-gradient(135deg,rgba(23,100,241,.34),rgba(255,255,255,.055)); }
.benefits-list li:nth-child(3) { background: linear-gradient(135deg,rgba(255,98,93,.12),rgba(255,255,255,.045)); }
.benefits-list span { width: 38px; height: 38px; display: grid; place-items: center; color: #8ab1ff; border-radius: 11px; background: rgba(110,158,255,.12); }
.benefits-list span svg { width: 19px; stroke-width: 2.3; }
.benefits-list strong { align-self: center; font-size: 16px; font-weight: 680; line-height: 1.36; }

/* Reviews */
.reviews-section { position: relative; background: var(--paper-blue); }
.reviews-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 92% 4%,rgba(23,100,241,.09),transparent 22%); }
.reviews-section > .container { position: relative; }
.reviews-section.archive { background: linear-gradient(180deg,#fff 0%,#f4f8fd 100%); }
.masonry { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; gap: 19px; }
.masonry.is-masonry-ready { position: relative; display: block; }
.masonry.is-masonry-ready .review-card { position: absolute; left: 0; top: 0; }
.review-card { width: 100%; min-width: 0; margin: 0; display: block; overflow: hidden; border: 1px solid #d4e1ef; border-radius: 17px; background: white; box-shadow: 0 12px 35px rgba(28,70,120,.08); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.review-card:hover { transform: translateY(-4px); border-color: #a9c4e5; box-shadow: 0 20px 48px rgba(28,70,120,.14); }
.review-image-button { position: relative; width: 100%; padding: 0; display: block; overflow: hidden; border: 0; background: linear-gradient(135deg,#dce9fb,#c9def8); cursor: zoom-in; }
.review-image-button::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); }
.review-image-button img { width: 100%; height: auto; object-fit: contain; transition: transform .4s cubic-bezier(.2,.7,.2,1),filter .3s ease; }
.review-card:hover img { transform: scale(1.012); }
.review-card.is-demo { border-color: #c4d8ef; }
.review-card.is-demo .review-image-button { background: linear-gradient(145deg,#dce9ff,#d9edf2); }
.review-card.is-demo img { filter: saturate(1.12) contrast(1.025); }
.review-card.is-demo::before { content: "Демонстрационное место"; position: absolute; width: 1px; height: 1px; overflow: hidden; }
.review-badge { position: absolute; z-index: 2; left: 12px; top: 12px; padding: 6px 9px; color: white; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; background: var(--green); box-shadow: 0 8px 24px rgba(21,150,107,.26); font-size: 8px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.review-zoom { position: absolute; z-index: 2; right: 12px; bottom: 12px; width: 36px; height: 36px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 9px; background: rgba(8,31,66,.9); opacity: .35; transform: translateY(3px); transition: .2s ease; }
.review-zoom svg { width: 16px; }
.review-card:hover .review-zoom, .review-image-button:focus-visible .review-zoom { opacity: 1; transform: none; }
.review-date { margin: 0; padding: 13px 15px 14px; color: #657d99; border-top: 1px solid #e2eaf3; background: white; font-size: 11px; font-weight: 620; }
.reviews-pagination { margin-top: 34px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.review-total-pill { margin-left: auto; padding: 8px 11px; color: #5f7592; border: 1px solid #c9d9ed; border-radius: 9px; background: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; white-space: nowrap; }
.review-total-pill strong { color: var(--cobalt); font-size: 13px; }
.reviews-progress { margin: 0; color: #607590; font-size: 11px; font-weight: 700; }
.reviews-more { min-width: 218px; min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: white; border: 1px solid var(--cobalt); border-radius: 12px; background: var(--cobalt); box-shadow: 0 12px 30px rgba(23,100,241,.16); cursor: pointer; font: inherit; font-size: 12px; font-weight: 750; transition: transform .2s ease,background .2s ease,box-shadow .2s ease; }
.reviews-more:hover { transform: translateY(-2px); background: #0d56d8; box-shadow: 0 17px 38px rgba(23,100,241,.23); }
.reviews-more:disabled { cursor: wait; opacity: .68; transform: none; }
.reviews-more svg { width: 17px; transition: transform .2s ease; }
.reviews-more:hover svg { transform: translateY(2px); }
.empty-state { padding: 30px; color: var(--muted); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 34px rgba(28,70,120,.07); }

/* FAQ */
.faq-section { position: relative; background: #f5f9fe; }
.faq-layout { display: grid; grid-template-columns: .66fr 1.34fr; gap: clamp(56px,9vw,125px); align-items: start; }
.faq-layout .section-heading { position: sticky; top: calc(var(--header-height) + 38px); margin: 0; }
.faq-list { display: grid; gap: 10px; }
.faq-item { overflow: hidden; border: 1px solid #d9e4f0; border-radius: 14px; background: white; box-shadow: 0 9px 26px rgba(28,70,120,.055); }
.faq-question { margin: 0; }
.faq-toggle { width: 100%; min-height: 76px; padding: 18px 20px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 26px; color: var(--ink); border: 0; background: transparent; text-align: left; font-size: 16px; font-weight: 680; transition: background .2s ease; }
.faq-toggle:hover { background: linear-gradient(120deg,rgba(237,244,255,.68),rgba(255,255,255,0)); }
.faq-toggle:focus-visible { outline: 2px solid var(--cobalt); outline-offset: -4px; border-radius: 12px; }
.faq-toggle svg { flex: 0 0 auto; width: 18px; color: var(--cobalt); transition: transform .34s cubic-bezier(.2,.72,.2,1); }
.faq-item.is-expanded { border-color: #b8cef0; box-shadow: 0 14px 34px rgba(28,70,120,.09); }
.faq-item.is-expanded .faq-toggle svg { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; visibility: hidden; transition: grid-template-rows .34s cubic-bezier(.2,.72,.2,1),opacity .22s ease,visibility 0s linear .34s; }
.faq-item.is-expanded .faq-answer { grid-template-rows: 1fr; opacity: 1; visibility: visible; transition: grid-template-rows .34s cubic-bezier(.2,.72,.2,1),opacity .28s ease,visibility 0s; }
.faq-answer-inner { min-height: 0; overflow: hidden; }
.faq-item p { max-width: 680px; margin: -4px 55px 24px 20px; color: var(--muted); font-size: 14px; }

/* Contact and footer */
.contact-section { position: relative; isolation: isolate; overflow: hidden; padding: 52px 0; color: white; background: radial-gradient(circle at 84% 8%,rgba(38,105,226,.3),transparent 34%),linear-gradient(135deg,#071832,#0a2a59 68%,#0d3975); }
.contact-section::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .28; background-image: linear-gradient(rgba(133,170,239,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(133,170,239,.08) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg,black,transparent 86%); }
.contact-layout { position: relative; padding: 0; display: flex; flex-direction: column; align-items: center; border: 0; border-radius: 0; background: transparent; box-shadow: none; text-align: center; }
.contact-layout::before { display: none; }
.contact-section h2 { max-width: 780px; margin: 0; font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; font-size: clamp(30px,3vw,40px); font-weight: 750; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
.contact-lead { max-width: 900px; margin: 18px 0 0; color: #d0daec; font-size: 16px; line-height: 1.5; }
.contact-actions { width: min(100%,520px); min-width: 0; margin: 22px 0 0; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.contact-channel { position: relative; isolation: isolate; width: 100%; min-height: 48px; padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; color: white; border: 1px solid rgba(138,177,244,.22); border-radius: 12px; background: #2c4b88; box-shadow: 0 10px 26px rgba(2,14,35,.12); font-size: 14px; font-weight: 780; transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; animation: contact-invite 6.4s ease-in-out infinite; }
.contact-channel.telegram { background: linear-gradient(135deg,#2d5496,#315fa8); }
.contact-channel.max { background: linear-gradient(135deg,#344e91,#473c9d); animation-delay: 1.15s; }
.contact-channel::after { content: ""; position: absolute; z-index: 2; inset: -20% auto -20% -45%; width: 30%; pointer-events: none; background: linear-gradient(100deg,transparent,rgba(255,255,255,.25),transparent); opacity: 0; transform: skewX(-18deg) translateX(-180%); animation: contact-sheen 6.4s ease-in-out infinite; }
.contact-channel.max::after { animation-delay: 1.15s; }
.contact-channel:hover { transform: translateY(-3px) scale(1.008); border-color: rgba(184,207,255,.58); box-shadow: 0 16px 34px rgba(2,14,35,.2); }
.contact-channel.telegram:hover { background: linear-gradient(135deg,#2378b5,#229ed9); }
.contact-channel.max:hover { background: linear-gradient(135deg,#5037be,#6847df); }
.contact-channel .telegram-icon { width: 17px; height: 17px; margin-right: 7px; fill: currentColor; stroke: none; transition: transform .22s ease; }
.contact-channel .max-icon { width: 18px; height: 18px; margin-right: 7px; border-radius: 5px; transition: transform .22s ease; }
.contact-channel:hover .telegram-icon, .contact-channel:hover .max-icon { transform: translateX(2px) scale(1.06); }
.contact-notes { margin-top: 19px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; }
.contact-notes p { margin: 0; display: inline-flex; align-items: center; gap: 8px; color: #d3dcec; font-size: 13px; line-height: 1.45; }
.contact-notes p::before { content: ""; flex: 0 0 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 4px rgba(34,183,133,.11); }
.site-footer { padding: 52px 0 24px; color: #89a0c0; background: #06152e; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .72fr .78fr 1fr; gap: 55px; }
.footer-label { grid-template-columns: 40px auto; color: white; }
.footer-label .service-logo { width: 40px; height: 40px; }
.footer-label span { color: white; }
.footer-label small { color: #526b91; }
.footer-grid > div:first-child > p { max-width: 350px; margin: 20px 0 0; color: #667e9f; font-size: 13px; }
.footer-grid nav, .footer-legal { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer-grid nav > p, .footer-legal > p { margin: 0 0 8px; color: #4e6688; font-size: 8px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid nav a { transition: color .2s ease; }
.footer-grid nav a:hover { color: white; }
.footer-legal div { color: #7489a7; white-space: normal; }
.footer-bottom { margin-top: 54px; padding-top: 20px; display: flex; justify-content: space-between; gap: 30px; color: #4e6688; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }
.footer-bottom p { margin: 0; }

/* Overlays and motion */
.lightbox { position: fixed; z-index: 300; inset: 0; padding: 32px; display: grid; place-items: center; color: white; background: rgba(3,12,27,.96); opacity: 1; transition: opacity .2s ease; backdrop-filter: blur(12px); }
.lightbox[hidden] { display: none; }
.lightbox-stage { width: 100%; height: 100%; display: grid; place-items: center; }
.lightbox-stage img { width: auto; height: auto; max-width: min(1400px,100%); max-height: 100%; object-fit: contain; border-radius: 8px; box-shadow: 0 30px 90px rgba(0,0,0,.38); }
.lightbox-close { position: absolute; z-index: 2; right: 22px; top: 22px; width: 44px; height: 44px; padding: 0; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; background: rgba(255,255,255,.07); cursor: pointer; }
.toast { position: fixed; z-index: 400; left: 50%; bottom: 26px; transform: translateX(-50%); max-width: min(440px,calc(100vw - 32px)); padding: 11px 16px; color: white; border-radius: 9px; background: var(--navy-900); box-shadow: 0 14px 44px rgba(0,0,0,.22); font-size: 13px; }
.toast[hidden] { display: none; }
.reveal, .reveal-item { opacity: 0; transform: translateY(16px); transition: opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal-item { transition-delay: calc(var(--reveal-index,0) * 45ms); }
.is-visible { opacity: 1; transform: none; }
@keyframes drift { from { transform: translate3d(0,0,0); } to { transform: translate3d(-22px,18px,0); } }
@keyframes trust-edge { 0%,58% { transform: translateX(-115%); opacity: 0; } 65% { opacity: 1; } 88% { transform: translateX(255%); opacity: 1; } 100% { transform: translateX(255%); opacity: 0; } }
@keyframes trust-settle { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes trust-icon-in { from { opacity: 0; transform: translateY(4px) scale(.88); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes metrics-scan { 0%,61% { transform: translateX(-110%); opacity: 0; } 67% { opacity: 1; } 90% { transform: translateX(295%); opacity: 1; } 100% { transform: translateX(295%); opacity: 0; } }
@keyframes contact-invite { 0%,55%,100% { border-color: rgba(138,177,244,.22); box-shadow: 0 10px 26px rgba(2,14,35,.12); } 68% { border-color: rgba(142,183,255,.5); box-shadow: 0 13px 30px rgba(31,93,202,.2); } 82% { border-color: rgba(138,177,244,.26); box-shadow: 0 10px 26px rgba(2,14,35,.12); } }
@keyframes contact-sheen { 0%,57% { left: -45%; opacity: 0; } 63% { opacity: 1; } 79% { left: 116%; opacity: .8; } 84%,100% { left: 116%; opacity: 0; } }
@keyframes route-guide-pulse { 0%,100% { opacity: .32; filter: drop-shadow(0 0 0 rgba(23,100,241,0)); } 50% { opacity: .9; filter: drop-shadow(0 0 5px rgba(23,100,241,.28)); } }

@media (min-width: 1600px) {
    :root { --container: min(1480px,calc(100vw - 96px)); }
    .masonry { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .hero-layout { grid-template-columns: 1.05fr .95fr; }
}

@media (max-width: 1100px) {
    :root { --container: min(100% - 48px,1100px); }
    .desktop-nav { gap: 18px; }
    .hero-layout { grid-template-columns: minmax(0,1.08fr) minmax(350px,.92fr); gap: 34px; }
    .hero h1 { font-size: clamp(52px,6vw,68px); }
    .hero-artwork-frame { max-width: 500px; }
    .section { padding: 46px 0 18px; }
    .steps-list { grid-template-columns: 1fr 1fr; column-gap: 42px; row-gap: 34px; }
    .step:nth-child(1) { grid-column: 1; grid-row: 1; }
    .step:nth-child(2) { grid-column: 2; grid-row: 1; }
    .step:nth-child(3) { grid-column: 2; grid-row: 2; }
    .step:nth-child(4) { grid-column: 1; grid-row: 2; }
    .step:nth-child(5) { grid-column: 1; grid-row: 3; }
    .step:nth-child(6) { grid-column: 2; grid-row: 3; }
    .step:nth-child(7) { grid-column: 2; grid-row: 4; }
    .step:nth-child(1)::after, .step:nth-child(5)::after { left: auto; right: -36px; top: 30px; bottom: auto; transform: none; }
    .step:nth-child(2)::after, .step:nth-child(4)::after, .step:nth-child(6)::after { left: calc(50% - 15px); right: auto; top: auto; bottom: -27px; transform: rotate(90deg); }
    .step:nth-child(3)::after { left: -36px; right: auto; top: 30px; bottom: auto; transform: rotate(180deg); }
    .step { min-height: 190px; }
    .step h3 { font-size: 19px; }
    .step p { font-size: 12px; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .benefits-layout, .faq-layout { gap: 52px; }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-actions { min-width: 0; }
    .footer-grid { grid-template-columns: 1.4fr .8fr .9fr; }
    .footer-legal { grid-column: 1 / -1; }
    .masonry { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 820px) {
    :root { --header-height: 66px; }
    .hero.has-custom-background::before { inset: var(--header-height) 0 auto; height: min(78vw,520px); background-image: linear-gradient(rgba(6,21,46,.66),rgba(8,35,73,.72)),var(--bg-image); background-position: center,center; background-size: cover,cover; -webkit-mask-image: linear-gradient(to bottom,#000 0%,#000 72%,rgba(0,0,0,.9) 80%,rgba(0,0,0,.48) 91%,transparent 100%); mask-image: linear-gradient(to bottom,#000 0%,#000 72%,rgba(0,0,0,.9) 80%,rgba(0,0,0,.48) 91%,transparent 100%); }
    .desktop-nav { display: none; }
    .masonry { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .header-actions { margin-left: auto; }
    .menu-toggle { display: inline-flex; }
    .hero { min-height: 0; padding-top: calc(var(--header-height) + 50px); }
    .hero-layout { grid-template-columns: 1fr; gap: 28px; }
    .hero-copy { max-width: 720px; }
    .hero-visual { min-height: 350px; max-width: 620px; width: 100%; margin-inline: auto; }
    .hero-artwork-frame { max-width: 620px; aspect-ratio: 1.5; }
    .metrics-section { margin-top: -48px; }
    .metrics-grid { grid-template-columns: repeat(3,1fr); }
    .metric { padding-inline: 20px; }
    .benefits-layout, .faq-layout { grid-template-columns: 1fr; }
    .benefits-section .section-heading, .faq-layout .section-heading { position: static; margin: 0 0 34px; }
    .benefits-section .section-heading h2 { max-width: 660px; }
    .footer-grid { grid-template-columns: 1.35fr 1fr 1fr; gap: 30px; }
}

@media (max-width: 600px) {
    :root { --container: calc(100% - 32px); --header-height: 62px; }
    .header-inner { gap: 8px; }
    .service-label { max-width: 185px; grid-template-columns: 30px minmax(0,auto); column-gap: 7px; }
    .service-logo { width: 30px; height: 30px; }
    .footer-label { max-width: none; grid-template-columns: 36px auto; }
    .footer-label .service-logo { width: 36px; height: 36px; }
    .service-label span { max-width: 145px; font-size: 11px; line-height: 1.08; }
    .footer-label span { max-width: 280px; font-size: 13px; }
    .service-label small { display: none; }
    .header-actions { gap: 5px; }
    .header-contact { min-width: 34px; min-height: 32px; padding-inline: 8px; }
    .menu-toggle { min-height: 34px; padding-inline: 8px; font-size: 9px; }
    .menu-toggle svg { width: 15px; }
    .section { padding: 38px 0 14px; }
    .hero { padding: calc(var(--header-height) + 22px) 0 8px; }
    .hero::after { width: 380px; height: 380px; right: -225px; top: -125px; }
    .hero-grid { background-size: 48px 48px; }
    .hero-layout { gap: 10px; }
    .eyebrow { margin-bottom: 10px; gap: 8px; font-size: 8px; }
    .eyebrow-icon { flex-basis: 20px; width: 20px; height: 20px; }
    .hero h1 { max-width: 350px; font-size: clamp(37px,10.4vw,43px); line-height: .99; }
    .hero-text { margin-top: 13px; font-size: 13.2px; line-height: 1.44; }
    .trust-badges { margin-top: 14px; grid-template-columns: repeat(3,minmax(0,1fr)); border-radius: 10px; }
    .trust-badges li { min-height: 46px; padding: 5px; flex-direction: column; justify-content: center; gap: 3px; border-left-color: rgba(126,169,242,.16); font-size: 9px; text-align: center; }
    .trust-badge-icon { width: 27px; height: 27px; flex-basis: 27px; }
    .trust-badges svg { width: 25px; height: 25px; }
    .hero-actions-label { margin-top: 14px; font-size: 8px; }
    .hero-actions { width: 100%; margin-top: 8px; grid-template-columns: 1fr; gap: 7px; }
    .button-reviews { grid-column: auto; margin-top: 3px; }
    .button { width: 100%; min-height: 42px; padding: 9px 13px; }
    .hero-visual { min-height: 165px; margin-top: 0; overflow: visible; }
    .hero-artwork-frame { width: min(64%,250px); max-width: none; aspect-ratio: 1.47; margin-inline: auto; border-radius: 15px; box-shadow: 0 20px 48px rgba(0,8,28,.24); }
    .hero-artwork { transform: none; }
    .metrics-section { margin-top: 0; padding: 14px 0 18px; background: var(--paper); }
    .section-heading.compact { position: static; width: max-content; margin: 0 0 9px; padding: 0; border: 0; background: transparent; backdrop-filter: none; }
    .section-heading.compact .section-index { display: none; }
    .section-heading.compact h2 { color: var(--ink); font-size: 11px; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
    .metrics-grid { border-radius: 14px; box-shadow: 0 16px 40px rgba(23,66,121,.12),inset 0 1px 0 white; }
    .metric { min-height: 96px; padding: 18px 9px 13px; }
    .metric::before { left: 9px; top: 10px; width: 24px; height: 2px; }
    .metric::after { width: 54px; height: 54px; right: -31px; bottom: -35px; }
    .metric-index { right: 7px; top: 7px; font-size: 6px; }
    .metric strong { margin-top: 5px; font-size: clamp(19px,6.3vw,25px); }
    .metric p { margin-top: 6px; font-size: 8px; line-height: 1.25; }
    .section-heading { margin-bottom: 22px; align-items: flex-start; gap: 14px; }
    .section-heading h2 { font-size: 38px; }
    .section-heading > div > p:last-child { margin-top: 14px; font-size: 14px; }
    .copy-link { width: 34px; height: 34px; border-radius: 9px; }
    .steps-list { grid-template-columns: 1fr; gap: 11px; }
    .steps-list::before { display: block; left: 32px; right: auto; top: 30px; bottom: 30px; width: 2px; height: auto; background: linear-gradient(var(--cobalt),#73a6ff 78%,var(--coral)); }
    .step { min-height: 0; padding: 21px 18px 21px 68px; }
    .step, .step:nth-child(n) { grid-column: auto; grid-row: auto; }
    .step::after { display: none; }
    .step > span { left: 15px; top: 18px; }
    .step h3 { font-size: 19px; }
    .benefits-list { grid-template-columns: 1fr; }
    .benefits-list li { min-height: 108px; }
    .services-section { padding-top: 22px; }
    .services-grid { grid-template-columns: 1fr; grid-auto-rows: auto; grid-auto-flow: row; gap: 11px; }
    .services-grid .service-card { grid-row: auto !important; }
    .services-heading { margin-bottom: 26px; }
    .service-card { min-height: 0; padding: 0; }
    .service-card-toggle { min-height: 78px; padding: 17px 18px; grid-template-columns: 38px minmax(0,1fr) 32px; gap: 12px; }
    .service-icon { width: 38px; height: 38px; border-radius: 10px; }
    .service-icon svg { width: 21px; height: 21px; }
    .service-card-title { font-size: 18px; }
    .service-toggle-mark { width: 32px; height: 32px; }
    .service-card ul { padding: 0 18px 19px; gap: 9px; }
    .masonry { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
    .review-card.initial-over-mobile { display: none; }
    .review-card { margin-bottom: 9px; border-radius: 11px; box-shadow: 0 7px 20px rgba(28,70,120,.075); }
    .review-card:hover { transform: none; box-shadow: 0 7px 20px rgba(28,70,120,.075); }
    .review-badge { left: 7px; top: 7px; padding: 4px 6px; border-radius: 5px; font-size: 6px; }
    .review-zoom { right: 7px; bottom: 7px; width: 29px; height: 29px; border-radius: 7px; opacity: .9; transform: none; }
    .review-zoom svg { width: 13px; }
    .review-date { padding: 9px 10px 10px; font-size: 9px; white-space: nowrap; }
    .reviews-pagination { margin-top: 25px; }
    .reviews-more { width: min(100%,280px); min-height: 46px; }
    .review-total-pill { margin-left: auto; padding: 7px 9px; font-size: 9px; }
    .faq-layout { gap: 28px; }
    .faq-toggle { min-height: 70px; padding: 16px; font-size: 15px; }
    .faq-item p { margin: -2px 42px 20px 16px; font-size: 13px; }
    .contact-section { padding: 38px 0; }
    .contact-layout { width: var(--container); padding: 0; gap: 0; border-radius: 0; }
    .contact-section h2 { font-size: 32px; }
    .contact-lead { margin-top: 14px; font-size: 14px; }
    .contact-actions { width: 100%; margin-top: 20px; flex-direction: column; }
    .contact-channel { width: 100%; }
    .contact-notes { margin-top: 18px; display: grid; justify-items: start; gap: 10px; text-align: left; }
    .contact-notes p { font-size: 12px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-legal { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 9px; }
    .site-footer { padding-top: 44px; }
    .lightbox { padding: 58px 12px 12px; }
    .lightbox-close { top: 10px; right: 10px; }
}

@media (max-width: 390px) {
    .service-label { max-width: 178px; }
    .service-label span { max-width: 138px; font-size: 10.5px; }
    .menu-toggle { font-size: 0; }
    .menu-toggle svg { width: 18px; }
    .hero h1 { font-size: 39px; }
    .metric strong { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .001ms !important; transition-delay: 0ms !important; }
    .reveal, .reveal-item { opacity: 1; transform: none; }
}
