:root {
  --ink: #102033;
  --ink-soft: #415064;
  --navy: #071d3d;
  --blue: #165dff;
  --blue-dark: #0b45c5;
  --red: #d61f3d;
  --mist: #eef4ff;
  --sky: #dceaff;
  --line: #dbe3ee;
  --paper: #ffffff;
  --warm: #f8f6f2;
  --success: #087a5b;
  --shadow: 0 22px 70px rgba(21, 45, 81, .09);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, select { cursor: pointer; }
img { max-width: 100%; height: auto; }
p { line-height: 1.68; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; background: var(--paper); border: 2px solid var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 18px; color: var(--blue-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mini-label { margin: 0; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.screen-section { position: relative; min-height: 88vh; padding: 110px 0; overflow: hidden; }
.screen-section h2, .service-body h2, .faq-section h2, .legal-page h1 { margin: 0; font-size: clamp(36px, 4.2vw, 62px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading { margin-bottom: 56px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 4px; color: var(--ink-soft); font-size: 17px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(219,227,238,.8); }
.notice-bar { border-bottom: 1px solid var(--line); background: #f7f9fc; }
.notice-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #627087; font-size: 11px; }
.notice-inner a { color: var(--navy); font-weight: 800; }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; }
.brand img { display: block; }
.nav-panel { display: flex; align-items: center; gap: 22px; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav a { position: relative; padding: 29px 0 26px; color: #344156; font-size: 13px; font-weight: 700; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--red); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }
.language-menu { display: flex; align-items: center; gap: 4px; padding-left: 12px; border-left: 1px solid var(--line); }
.language-menu select { border: 0; background: transparent; color: var(--navy); font-size: 12px; font-weight: 800; outline-offset: 4px; }
.globe { color: var(--blue); font-weight: 900; }
.nav-cta { padding: 11px 15px; border: 1px solid var(--navy); border-radius: 5px; color: var(--navy); font-size: 12px; font-weight: 800; transition: .2s ease; }
.nav-cta:hover { color: white; background: var(--navy); }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 5px; background: white; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-button span { width: 19px; height: 2px; background: var(--navy); transition: .2s ease; }

.home-hero { min-height: calc(100vh - 110px); padding-top: 92px; padding-bottom: 64px; background: linear-gradient(120deg, #f8fbff 0%, #fff 54%, #f1f6ff 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 690px) 1fr; min-height: 470px; align-items: center; }
.hero-copy h1, .interior-hero h1, .guide-hero h1, .contact-page h1 { max-width: 810px; margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.058em; font-weight: 750; }
.hero-intro { max-width: 720px; margin: 27px 0 0; color: var(--ink-soft); font-size: clamp(17px, 1.5vw, 20px); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--blue); box-shadow: 0 12px 28px rgba(22,93,255,.2); }
.button.primary:hover { background: var(--blue-dark); }
.button.secondary { color: var(--navy); background: rgba(255,255,255,.72); border-color: #bfcbdc; }
.button.light { color: var(--navy); background: white; }
.trust-list { display: flex; flex-wrap: wrap; gap: 16px 26px; padding: 0; margin: 32px 0 0; list-style: none; color: #516073; font-size: 12px; font-weight: 700; }
.trust-list li { display: flex; align-items: center; gap: 8px; }
.trust-list span { width: 19px; height: 19px; display: inline-grid; place-items: center; color: var(--success); border: 1px solid #b7d9cd; border-radius: 50%; font-size: 10px; }
.hero-visual { position: absolute; z-index: 1; top: 0; right: 0; width: 45vw; min-width: 620px; height: 610px; border-bottom-left-radius: 160px; background-position: center; background-size: cover; overflow: hidden; clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 86%); transition: background-image .25s ease; }
html[data-hero="0"] .hero-visual { background-image: url('assets/hero/hero-1.svg'); }
html[data-hero="1"] .hero-visual { background-image: url('assets/hero/hero-2.svg'); }
html[data-hero="2"] .hero-visual { background-image: url('assets/hero/hero-3.svg'); }
html[data-hero="3"] .hero-visual { background-image: url('assets/hero/hero-4.svg'); }
html[data-hero="4"] .hero-visual { background-image: url('assets/hero/hero-5.svg'); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.43); border-radius: 50%; animation: float 9s ease-in-out infinite; }
.orbit-one { width: 470px; height: 470px; right: -90px; top: 28px; }
.orbit-two { width: 270px; height: 270px; left: 90px; bottom: 32px; animation-delay: -3s; }
.hero-mark { position: absolute; right: 74px; bottom: 86px; display: grid; color: white; text-align: right; }
.hero-mark span { font-size: 84px; line-height: .8; font-weight: 800; letter-spacing: -.07em; }
.hero-mark small { margin-top: 12px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
@keyframes float { 0%,100% { transform: translate3d(0,0,0) rotate(0); } 50% { transform: translate3d(-14px,12px,0) rotate(5deg); } }
.stats-grid { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 30px; background: var(--line); border: 1px solid var(--line); box-shadow: var(--shadow); }
.stat-card { min-height: 155px; display: grid; grid-template-columns: 98px 1fr; gap: 20px; align-items: start; padding: 26px 28px; background: rgba(255,255,255,.96); }
.stat-card > strong { color: var(--blue); font-size: 38px; letter-spacing: -.05em; }
.stat-card h2 { margin: 4px 0 8px; font-size: 15px; letter-spacing: -.02em; }
.stat-card p { margin: 0; color: #5c6a7d; font-size: 12px; line-height: 1.55; }

.solutions-screen { background: white; }
.editorial-row { display: grid; grid-template-columns: 280px 1fr; gap: 64px; }
.editorial-copy { padding-right: 32px; border-right: 1px solid var(--line); }
.index-label { display: block; margin-bottom: 55px; color: #7a8798; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.editorial-copy h3 { margin: 0; font-size: 28px; letter-spacing: -.035em; }
.editorial-copy p { color: var(--ink-soft); font-size: 14px; }
.text-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 16px; color: var(--blue-dark); font-size: 13px; font-weight: 800; border-bottom: 1px solid #8bb0ff; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { min-height: 220px; position: relative; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: .2s ease; }
.solution-card:hover { z-index: 2; background: var(--mist); box-shadow: 0 16px 38px rgba(35,68,112,.08); }
.card-number { color: #8b97a9; font-size: 11px; font-weight: 800; }
.solution-card h3 { max-width: 300px; margin: 30px 0 10px; font-size: 21px; letter-spacing: -.025em; }
.solution-card p { max-width: 390px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.solution-card b { position: absolute; top: 27px; right: 28px; color: var(--blue); font-size: 19px; transition: transform .2s ease; }
.solution-card:hover b { transform: translateX(4px); }

.company-services-screen { min-height: auto; background: linear-gradient(145deg, #f3f7ff 0%, #fff 50%, #f7f4ef 100%); }
.service-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); box-shadow: var(--shadow); }
.service-link-card { min-height: 295px; display: flex; flex-direction: column; padding: 32px; background: rgba(255,255,255,.92); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .22s ease; }
.service-link-card:hover { position: relative; z-index: 2; transform: translateY(-4px); background: white; box-shadow: 0 20px 38px rgba(28,55,95,.11); }
.service-link-card > span { color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.service-link-card h3 { margin: 34px 0 13px; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }
.service-link-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.service-link-card b { margin-top: auto; padding-top: 24px; color: var(--blue-dark); font-size: 12px; }

.sectors-screen { background: var(--warm); }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d9d7d2; border-left: 1px solid #d9d7d2; }
.sector-card { min-height: 240px; padding: 34px; border-right: 1px solid #d9d7d2; border-bottom: 1px solid #d9d7d2; transition: .2s ease; }
.sector-card:hover { background: white; }
.sector-card > span { color: var(--red); font-size: 12px; font-weight: 800; }
.sector-card h3 { margin: 46px 0 12px; font-size: 22px; letter-spacing: -.035em; }
.sector-card p { margin: 0; color: #596676; font-size: 13px; }
.sector-card b { display: inline-block; margin-top: 22px; color: var(--blue-dark); font-size: 12px; }
.source-strip { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 25px; margin-top: 38px; color: #5c6878; font-size: 12px; }
.source-strip > span { color: var(--ink); font-weight: 800; }
.source-strip a { border-bottom: 1px solid #a6b0bf; }

.conversion-screen { display: grid; align-items: center; background: linear-gradient(135deg, #edf4ff 0%, #fbfdff 60%, #f6f2ed 100%); }
.conversion-grid { display: grid; grid-template-columns: 1fr 470px; gap: 100px; align-items: center; }
.conversion-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 16px; }
.steps-list { margin-top: 42px; border-top: 1px solid #cfd9e7; }
.steps-list article { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 19px 0; border-bottom: 1px solid #cfd9e7; }
.steps-list article > span { color: var(--blue); font-size: 12px; font-weight: 800; }
.steps-list h3 { margin: 0 0 5px; font-size: 16px; }
.steps-list p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.lead-card { position: relative; padding: 42px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.lead-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--red) 0 16%, white 16% 21%, var(--blue) 21% 100%); }
.lead-card-top { display: flex; gap: 18px; align-items: center; }
.lead-card-top h3 { margin: 5px 0 0; font-size: 24px; letter-spacing: -.035em; }
.document-icon { width: 46px; height: 54px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 3px; font-weight: 900; }
.lead-card > p { color: var(--ink-soft); font-size: 13px; }

.lead-form { padding: 34px; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.lead-card .lead-form { padding: 0; margin-top: 28px; border: 0; box-shadow: none; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid label { display: grid; gap: 7px; color: #47566a; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 12px 13px; border: 1px solid #cbd5e2; border-radius: 4px; color: var(--ink); background: white; outline: none; font-size: 14px; font-weight: 500; letter-spacing: normal; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,93,255,.1); }
.span-2 { grid-column: 1 / -1; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0; color: #687487; font-size: 11px; line-height: 1.5; }
.consent input { margin-top: 2px; accent-color: var(--blue); }
.lead-form .button { width: 100%; }
.form-status { min-height: 19px; margin: 12px 0 0; color: var(--success); font-size: 11px; font-weight: 700; }
.compact .form-grid { grid-template-columns: 1fr 1fr; }

.interior-hero, .guide-hero { position: relative; padding: 112px 0 96px; overflow: hidden; background: linear-gradient(115deg, #f2f7ff 0%, white 62%, #eaf1ff 100%); }
.interior-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 90px; align-items: end; }
.interior-hero h1, .guide-hero h1, .contact-page h1 { font-size: clamp(48px, 5.5vw, 76px); }
.interior-pattern { position: absolute; inset: 0 0 0 58%; opacity: .85; background: url('assets/hero/hero-1.svg') center/cover; clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%); }
.interior-pattern span { position: absolute; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.interior-pattern span:nth-child(1) { top: -80px; right: -40px; }
.interior-pattern span:nth-child(2) { bottom: -140px; left: 130px; }
.interior-pattern span:nth-child(3) { width: 90px; height: 90px; top: 120px; left: 120px; background: rgba(255,255,255,.13); }
.highlight-list { margin: 0; padding: 28px; list-style: none; background: rgba(255,255,255,.94); border: 1px solid var(--line); box-shadow: var(--shadow); }
.highlight-list li { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); color: #3f4d60; font-size: 13px; font-weight: 700; }
.highlight-list li:last-child { border: 0; }
.highlight-list span { color: var(--success); }
.service-body { padding: 104px 0; }
.content-columns { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 100px; justify-content: center; }
.sticky-summary { position: sticky; top: 140px; align-self: start; padding-top: 6px; }
.sticky-summary .index-label { margin-bottom: 20px; }
.sticky-summary p { color: #758196; font-size: 12px; }
.article-content section + section { margin-top: 80px; padding-top: 75px; border-top: 1px solid var(--line); }
.article-content h2 { margin: 0 0 28px; font-size: clamp(34px, 4vw, 51px); }
.article-content > section > p { color: #3f4e62; font-size: 17px; line-height: 1.82; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; margin: 36px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.check-grid li { display: flex; gap: 11px; padding: 14px 0; border-bottom: 1px solid var(--line); color: #3b495c; font-size: 13px; font-weight: 700; }
.check-grid span { color: var(--success); }
.process-section { padding: 86px 0; background: var(--navy); color: white; }
.process-section .eyebrow { color: #8eb4ff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); }
.process-grid article { min-height: 205px; padding: 27px; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.process-grid article > span { color: #7ba7ff; font-size: 11px; font-weight: 800; }
.process-grid h3 { margin: 45px 0 8px; font-size: 19px; }
.process-grid p { margin: 0; color: #b9c7da; font-size: 13px; }
.faq-section { padding: 105px 0; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-section h2 { max-width: 460px; font-size: clamp(33px, 3.7vw, 51px); }
.faq-section details { border-top: 1px solid var(--line); }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; font-weight: 750; list-style: none; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary span { color: var(--blue); font-size: 22px; }
.faq-section details p { margin: -5px 0 25px; color: var(--ink-soft); font-size: 14px; }
.cta-band { padding: 72px 0; color: white; background: var(--blue); }
.cta-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band .eyebrow { color: #d5e2ff; }
.cta-band h2 { max-width: 760px; margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.02; letter-spacing: -.045em; }

.guide-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 100px; align-items: center; }
.guide-meta { display: flex; gap: 24px; margin: 27px 0; color: #637187; font-size: 12px; font-weight: 700; }
.guide-cover { height: 490px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 35px; overflow: hidden; color: white; background: linear-gradient(145deg, #0a2f78, #155dff 55%, #68a1ff); box-shadow: 0 32px 65px rgba(10,47,120,.25); transform: rotate(2deg); }
.guide-cover::before, .guide-cover::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.guide-cover::before { width: 430px; height: 430px; top: -110px; right: -180px; }
.guide-cover::after { width: 260px; height: 260px; left: -100px; bottom: 40px; }
.guide-cover span { position: absolute; top: 32px; right: 30px; font-size: 13px; font-weight: 800; }
.guide-cover strong { position: relative; z-index: 2; font-size: 54px; letter-spacing: -.06em; }
.guide-cover small { position: relative; z-index: 2; margin-top: 8px; text-transform: uppercase; letter-spacing: .13em; }
.guide-cover i { position: absolute; top: 31px; left: 31px; width: 37px; height: 24px; background: linear-gradient(32deg, transparent 44%, white 45% 54%, transparent 55%), linear-gradient(-32deg, transparent 44%, #e51f44 45% 54%, transparent 55%); }
.guide-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); gap: 100px; justify-content: center; padding-top: 100px; padding-bottom: 110px; }
.guide-toc { position: sticky; top: 130px; align-self: start; padding: 26px; border: 1px solid var(--line); background: #f9fbfe; }
.guide-toc h2 { margin: 0 0 18px; font-size: 16px; }
.guide-toc a { display: block; padding: 11px 0; border-top: 1px solid var(--line); color: #526075; font-size: 12px; font-weight: 700; }
.guide-toc a:hover { color: var(--blue); }
.longform > section { scroll-margin-top: 125px; }
.longform > section + section { margin-top: 92px; padding-top: 85px; border-top: 1px solid var(--line); }
.longform h2 { margin: 0 0 30px; font-size: clamp(36px, 4vw, 54px); line-height: 1.05; letter-spacing: -.045em; }
.longform > section > p:not(.eyebrow) { color: #3d4c61; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.9; }
.analysis-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 34px 0 0; padding: 1px; background: var(--line); list-style: none; }
.analysis-list li { position: relative; padding: 21px 21px 21px 42px; background: #f8fafc; color: #415066; font-size: 13px; font-weight: 700; }
.analysis-list li::before { content: "→"; position: absolute; left: 19px; color: var(--blue); }
.source-note { margin-top: 90px; padding: 30px; border-left: 4px solid var(--blue); background: var(--mist); }
.source-note p { color: #415066; font-size: 13px; }
.source-note div { display: flex; flex-wrap: wrap; gap: 11px 20px; }
.source-note a { color: var(--blue-dark); font-size: 12px; font-weight: 800; border-bottom: 1px solid #9ab7f3; }

.contact-page { min-height: 80vh; padding: 110px 0; background: linear-gradient(125deg, #f4f8ff, white 62%); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 540px; gap: 100px; align-items: start; }
.response-pill { width: fit-content; display: flex; gap: 10px; align-items: center; margin-top: 35px; padding: 10px 13px; border: 1px solid #bdd9cf; color: var(--success); background: #f4fffa; font-size: 12px; font-weight: 800; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(8,122,91,.1); }
.direct-contact { margin-top: 80px; padding-top: 25px; border-top: 1px solid var(--line); }
.direct-contact p { color: var(--ink-soft); font-size: 13px; }
.direct-contact a { display: flex; justify-content: space-between; color: var(--blue); font-weight: 800; }
.legal-page { min-height: 70vh; padding: 115px 0; background: #f9fbfe; }
.legal-shell { max-width: 800px; }
.legal-page h1 { margin-bottom: 42px; }
.legal-page p:not(.eyebrow) { color: #415066; font-size: 17px; line-height: 1.85; }
.legal-page .button { margin-top: 28px; }
.legal-shell > section { margin-top: 48px; padding-top: 38px; border-top: 1px solid var(--line); }
.legal-shell > section h2 { font-size: 28px; }

.related-services { padding: 100px 0; background: #f5f8fd; }
.related-services h2 { max-width: 760px; margin: 0 0 46px; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.03; letter-spacing: -.045em; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-grid a { min-height: 230px; display: flex; flex-direction: column; padding: 28px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .2s ease; }
.related-grid a:hover { background: var(--mist); }
.related-grid h3 { margin: 0 0 14px; font-size: 19px; }
.related-grid p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.related-grid span { margin-top: auto; padding-top: 20px; color: var(--blue-dark); font-size: 12px; font-weight: 800; }

.site-footer { padding-top: 72px; background: #f4f6f8; border-top: 1px solid var(--line); }
.footer-brand-row { display: grid; grid-template-columns: 180px 1fr auto; gap: 42px; align-items: center; padding-bottom: 55px; }
.footer-brand-row p { max-width: 670px; margin: 0; color: #536178; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px; padding: 52px 0 60px; border-top: 1px solid var(--line); }
.footer-grid h2 { margin: 6px 0 20px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 12px 0; color: #596779; font-size: 12px; font-weight: 650; }
.footer-grid a:hover { color: var(--blue); }
.footer-legal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 32px; padding: 32px 0; border-top: 1px solid var(--line); }
.footer-legal a { margin: 8px 0; color: #5d6a7d; font-size: 12px; font-weight: 700; }
.footer-legal a:hover { color: var(--blue); }
.footer-contact { background: var(--navy); color: white; }
.footer-contact .shell { min-height: 68px; display: flex; flex-wrap: wrap; gap: 12px 30px; align-items: center; }
.footer-contact a { font-size: 13px; font-weight: 800; }
.footer-contact span { margin-left: auto; color: #bdcbe0; font-size: 12px; }
.footer-bottom { min-height: 75px; display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; color: #7a8798; font-size: 11px; }
.footer-bottom p { margin: 0; }

/* Expanded sales catalogue */
.nav-dropdown { position: relative; }
.nav-dropdown summary { position: relative; display: flex; gap: 6px; align-items: center; padding: 12px 0; color: #243247; font-size: 12px; font-weight: 750; cursor: pointer; list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary span { color: var(--blue); font-size: 14px; transition: transform .2s ease; }
.nav-dropdown[open] summary span { transform: rotate(180deg); }
.nav-dropdown summary.active { color: var(--blue); }
.dropdown-panel { width: 340px; max-height: min(70vh, 610px); position: absolute; z-index: 30; top: calc(100% + 12px); left: -22px; display: grid; overflow: auto; padding: 10px; border: 1px solid var(--line); border-top: 3px solid var(--blue); background: white; box-shadow: 0 24px 55px rgba(13,33,62,.16); }
.dropdown-panel a { padding: 10px 12px !important; border-bottom: 1px solid #edf1f6; font-size: 11px !important; line-height: 1.3; }
.dropdown-panel a::after { display: none !important; }
.dropdown-panel a:hover { color: var(--blue); background: var(--mist); }
.dropdown-panel .dropdown-hub { color: var(--blue-dark); background: #eef4ff; font-weight: 850; }
.info-menu { width: 380px; left: auto; right: -80px; }

/* Desktop: pointer hover opens the submenu. Mobile keeps native tap-to-toggle. */
@media (min-width: 981px) and (hover: hover) and (pointer: fine) {
  .nav-dropdown::after { content: ""; position: absolute; top: 100%; left: -20px; right: -20px; height: 14px; }
  .nav-dropdown summary { cursor: default; }
  .nav-dropdown > .dropdown-panel { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-7px); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
  .nav-dropdown[open] > .dropdown-panel,
  .nav-dropdown:focus-within > .dropdown-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
}

.catalog-hero { position: relative; overflow: hidden; padding: 110px 0 100px; background: linear-gradient(125deg,#edf4ff 0%,#fff 55%,#f8f1e9 100%); }
.catalog-hero h1 { max-width: 950px; margin: 0; font-size: clamp(50px,6vw,84px); line-height: .98; letter-spacing: -.06em; }
.catalog-hero h1 small { display: inline-block; color: var(--blue); font-size: .32em; font-weight: 800; letter-spacing: -.02em; vertical-align: .36em; }
.catalog-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 90px; align-items: end; }
.catalog-orb { width: 650px; height: 650px; position: absolute; top: -390px; right: -130px; border: 1px solid rgba(22,93,255,.15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(22,93,255,.035),0 0 0 180px rgba(229,31,68,.02); }
.digital-note,.price-ticket { padding: 30px; border: 1px solid rgba(122,145,178,.28); background: rgba(255,255,255,.86); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.digital-note strong { color: var(--blue); font-size: 58px; letter-spacing: -.06em; }
.digital-note p,.price-ticket p { margin: 10px 0 0; color: var(--ink-soft); font-size: 13px; }
.catalog-list { padding: 100px 0 115px; background: #f8fafc; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-card { min-height: 315px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); background: white; transition: transform .22s ease,box-shadow .22s ease,background .22s ease; }
.catalog-card:hover { position: relative; z-index: 2; transform: translateY(-5px); background: #fbfdff; box-shadow: 0 22px 45px rgba(24,54,96,.12); }
.catalog-card h3 { margin: 45px 0 12px; font-size: 23px; line-height: 1.08; letter-spacing: -.035em; }
.catalog-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.catalog-card > div { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-top: auto; padding-top: 25px; }
.catalog-card strong { color: var(--ink); font-size: 16px; }
.catalog-card b { color: var(--blue-dark); font-size: 12px; }
.domain-check { padding: 60px 0; color: white; background: var(--navy); }
.domain-check-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.domain-check h2 { margin: 0; font-size: 39px; }
.domain-check p { color: #b9c7da; font-size: 12px; }
.domain-check form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.domain-check input { width: 100%; height: 52px; padding: 0 17px; border: 1px solid #8096b7; border-radius: 3px; font-size: 16px; }
.detail-hero { padding-bottom: 86px; }
.price-ticket span { color: #6f7e92; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.price-ticket strong { display: block; margin: 12px 0 3px; color: var(--blue); font-size: 38px; line-height: 1; letter-spacing: -.05em; }
.cpa-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 30px; }
.cpa-grid .button { min-height: 48px; justify-content: center; padding: 12px 16px; font-size: 11px; }
.messenger { color: white; border-color: transparent; }
.messenger svg { width: 20px; height: 20px; margin-right: 8px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.messenger.telegram svg { fill: currentColor; stroke: none; }
.messenger.whatsapp { background: #128c61; }
.messenger.telegram { background: #2385c7; }
.messenger:hover { color: white; filter: brightness(.92); transform: translateY(-2px); }
.breadcrumbs { display: flex; gap: 10px; align-items: center; padding-top: 22px; padding-bottom: 22px; color: #728096; font-size: 11px; }
.breadcrumbs a { color: var(--blue-dark); font-weight: 750; }
.breadcrumbs strong { color: var(--ink); }
.sales-body { padding: 90px 0 110px; }
.question-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr); gap: 90px; }
.question-feature h2 { margin: 0 0 28px; font-size: clamp(42px,5vw,66px); }
.question-feature > p:not(.eyebrow) { color: #39485d; font-family: Georgia,"Times New Roman",serif; font-size: 19px; line-height: 1.9; }
.digital-callout { margin-top: 42px; padding: 28px; border-left: 4px solid var(--blue); background: #edf4ff; }
.digital-callout strong { color: var(--blue-dark); }
.digital-callout p { margin: 8px 0 0; color: var(--ink-soft); font-size: 13px; }
.answer-stack { border-top: 1px solid var(--line); }
.answer-stack article { padding: 27px 0 31px; border-bottom: 1px solid var(--line); }
.answer-stack article > span { color: var(--red); font-size: 11px; font-weight: 850; }
.answer-stack h3 { margin: 12px 0 16px; font-size: 21px; }
.answer-stack ul { display: grid; gap: 10px; margin: 0; padding: 0; color: #4f5d70; font-size: 13px; list-style: none; }
.warning-band { padding: 28px 0; color: #5c4511; background: #fff6d8; border-block: 1px solid #ead89b; }
.warning-band .shell { display: grid; grid-template-columns: 180px 1fr; gap: 25px; }
.warning-band p { margin: 0; font-size: 13px; }
.price-cpa { padding: 90px 0; color: white; background: var(--navy); }
.price-cpa > .shell { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(520px,1.2fr); gap: 90px; align-items: center; }
.price-summary h2 { margin: 4px 0 12px; color: white; font-size: 54px; }
.price-summary p { color: #c6d2e4; }
.price-summary small { color: #93a7c4; }
.price-cpa .secondary { color: white; border-color: rgba(255,255,255,.4); background: transparent; }
.official-sources { padding: 32px 0; background: #eef4ff; }
.official-sources .shell { display: flex; flex-wrap: wrap; gap: 12px 25px; align-items: center; }
.official-sources .eyebrow { margin: 0 auto 0 0; }
.official-sources a { color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.price-hero .shell,.article-hero .shell { position: relative; z-index: 2; }
.prices-page { padding: 100px 0; background: #f8fafc; }
.price-group + .price-group { margin-top: 90px; }
.price-group-head { display: grid; grid-template-columns: .7fr 1fr; gap: 70px; align-items: end; margin-bottom: 30px; }
.price-group-head h2 { margin: 0; font-size: 48px; }
.price-group-head p { color: var(--ink-soft); }
.price-rows { border-top: 1px solid var(--line); }
.price-rows a { display: grid; grid-template-columns: 1fr 220px 100px; gap: 25px; align-items: center; padding: 19px 20px; border-bottom: 1px solid var(--line); background: white; transition: background .2s ease; }
.price-rows a:hover { background: #edf4ff; }
.price-rows strong { color: var(--blue-dark); }
.price-rows small { color: var(--blue); font-weight: 800; text-align: right; }
.payment-note { margin-top: 90px; padding: 38px; border: 1px solid var(--line); border-top: 4px solid var(--red); background: white; }
.payment-note h2 { margin-top: 0; }
.payment-note p { color: var(--ink-soft); font-size: 14px; }
.info-hero { background: linear-gradient(130deg,#edf4ff,#fff 55%,#f4f0ff); }
.info-grid .catalog-card { min-height: 280px; }
.info-article { display: grid; grid-template-columns: 230px minmax(0,780px); gap: 100px; justify-content: center; padding-top: 100px; padding-bottom: 110px; }
.info-article > aside { position: sticky; top: 130px; align-self: start; display: grid; gap: 25px; }
.info-article > aside a { color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.sr-only { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

@media (max-width: 1160px) {
  .primary-nav { gap: 14px; }
  .primary-nav a { font-size: 11px; }
  .nav-panel { gap: 14px; }
  .hero-visual { right: -130px; opacity: .86; }
  .hero-grid { grid-template-columns: minmax(0, 720px) 1fr; }
  .contact-grid { gap: 55px; }
  .primary-nav { gap: 10px; }
  .nav-dropdown summary { font-size: 11px; }
  .catalog-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 980px) {
  .shell { width: min(100% - 36px, 760px); }
  .notice-inner span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .menu-button { display: flex; }
  .nav-panel { display: none; position: absolute; top: 110px; left: 0; right: 0; max-height: calc(100vh - 110px); overflow: auto; padding: 24px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 24px 50px rgba(13,33,62,.12); }
  .nav-panel.is-open { display: block; }
  .primary-nav { display: grid; gap: 0; }
  .primary-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .primary-nav a::after { display: none; }
  .nav-dropdown { border-bottom: 1px solid var(--line); }
  .nav-dropdown summary { padding: 16px 0; justify-content: space-between; font-size: 14px; }
  .dropdown-panel,.info-menu { width: auto; max-height: none; position: static; padding: 0 0 12px 15px; border: 0; border-left: 2px solid var(--blue); box-shadow: none; }
  .dropdown-panel a { padding: 10px 12px !important; border: 0; }
  .language-menu { margin-top: 18px; padding: 14px 0; border-left: 0; }
  .nav-cta { display: flex; justify-content: center; margin-top: 10px; }
  .screen-section { min-height: auto; padding: 90px 0; }
  .hero-visual { width: 620px; right: -340px; opacity: .25; }
  .hero-grid { grid-template-columns: 1fr; min-height: 470px; }
  .hero-copy { max-width: 690px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat-card { min-height: 130px; }
  .split-heading, .editorial-row, .conversion-grid, .interior-grid, .content-columns, .faq-grid, .guide-hero-grid, .guide-layout, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .editorial-copy { padding-right: 0; padding-bottom: 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .index-label { margin-bottom: 24px; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .service-link-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }
  .conversion-grid { max-width: 760px; }
  .lead-card { max-width: 610px; }
  .interior-pattern { inset: 0; opacity: .12; clip-path: none; }
  .interior-grid { align-items: start; }
  .highlight-list { max-width: 560px; }
  .content-columns { justify-content: initial; }
  .sticky-summary, .guide-toc { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-cover { width: 330px; height: 430px; margin-left: 25px; }
  .guide-layout { padding-top: 72px; }
  .guide-toc { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20px; }
  .guide-toc h2 { grid-column: 1 / -1; }
  .contact-grid .lead-form { max-width: 650px; }
  .footer-brand-row { grid-template-columns: 150px 1fr; }
  .footer-brand-row .button { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-hero-grid,.question-grid,.price-cpa > .shell,.domain-check-inner,.info-article { grid-template-columns: 1fr; gap: 48px; }
  .digital-note,.price-ticket { max-width: 520px; }
  .info-article > aside { position: static; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 520px); }
  .notice-inner { min-height: 28px; }
  .notice-inner span { max-width: 70%; }
  .nav-shell { min-height: 68px; }
  .brand img { width: 124px; }
  .nav-panel { top: 96px; }
  .screen-section { padding: 74px 0; }
  .home-hero { padding-top: 62px; }
  .hero-copy h1, .interior-hero h1, .guide-hero h1, .contact-page h1 { font-size: clamp(42px, 13vw, 61px); }
  .hero-visual { right: -420px; opacity: .18; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .trust-list { display: grid; }
  .stat-card { grid-template-columns: 82px 1fr; padding: 24px 20px; }
  .stat-card > strong { font-size: 32px; }
  .split-heading { gap: 26px; }
  .section-heading { margin-bottom: 38px; }
  .screen-section h2, .service-body h2, .faq-section h2, .legal-page h1 { font-size: 39px; }
  .solution-grid, .sector-grid, .service-link-grid, .related-grid, .form-grid, .compact .form-grid, .check-grid, .analysis-list, .guide-toc { grid-template-columns: 1fr; }
  .solution-card, .sector-card { min-height: 190px; }
  .sector-card h3 { margin-top: 30px; }
  .source-strip { align-items: flex-start; flex-direction: column; }
  .lead-card { padding: 30px 22px; }
  .lead-form { padding: 24px 18px; }
  .span-2 { grid-column: auto; }
  .interior-hero, .guide-hero, .contact-page { padding: 76px 0; }
  .highlight-list { padding: 20px; }
  .service-body { padding: 75px 0; }
  .article-content > section > p, .legal-page p:not(.eyebrow) { font-size: 16px; }
  .article-content section + section { margin-top: 58px; padding-top: 55px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 160px; }
  .process-grid h3 { margin-top: 30px; }
  .faq-section { padding: 75px 0; }
  .cta-band .shell { align-items: flex-start; flex-direction: column; }
  .guide-cover { width: 270px; height: 370px; margin: 0 auto; }
  .guide-cover strong { font-size: 44px; }
  .guide-layout { padding-bottom: 76px; }
  .longform > section + section { margin-top: 68px; padding-top: 62px; }
  .longform > section > p:not(.eyebrow) { font-size: 17px; }
  .footer-brand-row { grid-template-columns: 1fr; gap: 24px; }
  .footer-brand-row .button { grid-column: auto; }
  .footer-grid, .footer-legal { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-contact .shell { padding: 18px 0; }
  .footer-contact span { width: 100%; margin-left: 0; }
  .footer-bottom { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
  .catalog-hero { padding: 72px 0; }
  .catalog-hero h1 { font-size: clamp(43px,13vw,62px); }
  .catalog-grid,.cpa-grid { grid-template-columns: 1fr; }
  .catalog-card { min-height: 260px; }
  .catalog-card h3 { margin-top: 30px; }
  .domain-check form { grid-template-columns: 1fr; }
  .sales-body { padding: 70px 0; }
  .question-feature > p:not(.eyebrow) { font-size: 17px; }
  .warning-band .shell,.price-group-head,.price-rows a { grid-template-columns: 1fr; }
  .price-rows a { gap: 8px; }
  .price-rows small { text-align: left; }
  .price-cpa { padding: 70px 0; }
  .price-summary h2 { font-size: 43px; }
  .official-sources .shell { align-items: flex-start; flex-direction: column; }
  .info-article { padding-top: 70px; padding-bottom: 75px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
