:root {
  --ink: #122039;
  --ink-soft: #4f5f76;
  --blue: #083fa8;
  --blue-deep: #082a70;
  --blue-dark: #061d4d;
  --blue-pale: #edf3ff;
  --gold: #d7a64b;
  --line: #dfe6ef;
  --paper: #ffffff;
  --mist: #f5f7fa;
  --background: #ffffff;
  --foreground: #122039;
  --card: #ffffff;
  --card-foreground: #122039;
  --popover: #ffffff;
  --popover-foreground: #122039;
  --primary: #083fa8;
  --primary-foreground: #ffffff;
  --secondary: #edf3ff;
  --secondary-foreground: #082a70;
  --muted: #f5f7fa;
  --muted-foreground: #627087;
  --accent: #edf3ff;
  --accent-foreground: #082a70;
  --destructive: #bd1e2d;
  --border: #dfe6ef;
  --input: #d7e0eb;
  --ring: #5c86d9;
  --radius: .75rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }

.topline { background: var(--blue-dark); color: #dce7ff; font-size: 12px; letter-spacing: .02em; }
.topline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topline a { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 700; }
.site-header { position: relative; z-index: 30; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.nav-row { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { width: 184px; display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 184px; height: auto; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.desktop-nav a { color: #304057; font-size: 14px; font-weight: 650; transition: color .2s; white-space: nowrap; }
.desktop-nav a:hover { color: var(--blue); }
.nav-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 17px; background: var(--blue); color: #fff; border-radius: 8px; font-size: 13px; font-weight: 750; box-shadow: 0 10px 24px rgba(8,63,168,.18); }
.mobile-actions { display: none; align-items: center; gap: 8px; }
.phone-icon, .menu-trigger { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; border: 1px solid var(--line); color: var(--blue); background: #fff; }
.menu-trigger { cursor: pointer; }
.mobile-sheet { background: #fff; color: var(--ink); width: min(89vw, 390px) !important; border-left-color: var(--line); }
.mobile-sheet-head { padding: 28px 24px 18px; border-bottom: 1px solid var(--line); }
.mobile-sheet-head [data-slot="sheet-title"] { color: var(--blue-deep); font-size: 22px; }
.mobile-nav { display: flex; flex-direction: column; padding: 10px 24px; }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 50px; border-bottom: 1px solid var(--line); font-weight: 700; color: #243550; }
.mobile-nav a span { color: var(--blue); }
.mobile-contact { padding: 18px 24px; display: grid; gap: 10px; }
.mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; border: 1px solid var(--line); border-radius: 8px; color: var(--blue); font-weight: 700; }
.mobile-contact .mobile-wa { background: var(--blue); color: #fff; border-color: var(--blue); }

.hero { position: relative; overflow: hidden; background: linear-gradient(117deg, #f9fbff 0%, #f2f6fd 55%, #e9f0fc 100%); }
.hero::before { content: ""; position: absolute; width: 660px; height: 660px; border-radius: 50%; right: -210px; top: -330px; background: radial-gradient(circle, rgba(8,63,168,.11), rgba(8,63,168,0) 68%); }
.hero-lines { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(8,63,168,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(8,63,168,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, #000, transparent 85%); }
.hero-grid { position: relative; min-height: 670px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding-block: 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero h1, .inner-hero h1, .article-hero h1, .legal-hero h1 { margin: 17px 0 22px; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 5.5vw, 72px); line-height: 1.02; letter-spacing: -.042em; font-weight: 600; color: var(--ink); }
.hero h1 span { color: var(--blue); }
.hero-copy > p { max-width: 670px; margin: 0; font-size: 18px; line-height: 1.75; color: #506077; }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 32px; }
.primary-link, .secondary-link, .secondary-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 9px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.primary-link { background: var(--blue); color: #fff; box-shadow: 0 12px 28px rgba(8,63,168,.24); }
.primary-link:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(8,63,168,.3); }
.secondary-link, .secondary-button { border: 1px solid #c8d3e2; background: rgba(255,255,255,.75); color: var(--blue-deep); }
.secondary-link { flex-direction: column; align-items: flex-start; gap: 0; line-height: 1.15; }
.secondary-link span { font-size: 11px; color: #6a788c; font-weight: 600; }
.trust-row { margin-top: 33px; padding-top: 24px; border-top: 1px solid #dce3ed; display: flex; flex-wrap: wrap; gap: 20px; }
.trust-row span { display: inline-flex; gap: 7px; align-items: center; color: #526178; font-size: 12px; font-weight: 700; }
.trust-row svg { color: var(--blue); }
.hero-visual { position: relative; padding: 22px 20px 52px 0; }
.image-frame { position: relative; min-height: 480px; border-radius: 4px 4px 54px 4px; overflow: hidden; background: #173969; box-shadow: 28px 30px 0 #dce7f8, 0 30px 65px rgba(17,45,91,.18); }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,19,45,.03), rgba(5,19,45,.62)); }
.image-frame img { width: 100%; height: 480px; object-fit: cover; transform: scale(1.03); }
.image-overlay { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 30px; color: #fff; display: grid; gap: 6px; }
.image-overlay small { color: #c8d7f4; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.image-overlay strong { font-family: Georgia, serif; font-size: 25px; font-weight: 600; }
.image-overlay span { color: #d7e1f2; font-size: 13px; line-height: 1.5; }
.hero-stat { position: absolute; left: -36px; top: 68px; z-index: 3; width: 170px; padding: 20px; background: #fff; display: flex; align-items: center; gap: 12px; border-left: 4px solid var(--gold); box-shadow: 0 17px 35px rgba(12,38,82,.18); }
.hero-stat strong { font-family: Georgia, serif; color: var(--blue); font-size: 40px; line-height: 1; }
.hero-stat span { color: #526178; font-size: 11px; line-height: 1.45; font-weight: 700; }

.section-kicker { display: block; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 13px; }
.section-kicker.light { color: #aac5fb; }
.section-head h2, .choice-grid h2, .faq-grid h2, .two-col-content h2, .process-copy h2, .cluster-head h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(33px, 4vw, 48px); line-height: 1.08; letter-spacing: -.03em; font-weight: 600; }
.split-head { display: grid; grid-template-columns: 1fr 410px; align-items: end; gap: 60px; margin-bottom: 44px; }
.split-head p { margin: 0; color: var(--ink-soft); line-height: 1.75; }
.service-section { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); }
.service-card { grid-column: span 2; min-height: 310px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: background .2s, transform .2s, box-shadow .2s; }
.service-card:nth-child(3), .service-card:nth-child(5) { border-right: 0; }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-3px); background: #fbfcff; box-shadow: 0 18px 45px rgba(16,44,93,.12); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-pale); color: var(--blue); }
.service-card h3 { margin: 24px 0 12px; font-family: Georgia, serif; font-size: 24px; font-weight: 600; }
.service-card p { margin: 0 0 22px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.card-link { margin-top: auto; color: var(--blue); display: inline-flex; gap: 7px; align-items: center; font-size: 13px; font-weight: 800; }

.process-section { position: relative; background: var(--blue-dark); color: #fff; overflow: hidden; }
.process-section::after { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; left: -220px; bottom: -230px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.process-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: center; }
.process-copy h2 { color: #fff; }
.process-copy p { color: #b9c7df; line-height: 1.8; margin: 20px 0 28px; }
.text-link-light { display: inline-flex; align-items: center; gap: 8px; color: #fff; padding-bottom: 5px; border-bottom: 1px solid #5479bf; font-weight: 750; font-size: 13px; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { min-height: 68px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 12px; position: relative; }
.process-list li > span { color: #7699dc; font-size: 13px; font-weight: 800; }
.process-list strong { font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.process-list i { position: absolute; width: 1px; height: 22px; background: #36568f; left: 17px; bottom: -3px; }

.choice-section { background: var(--mist); }
.choice-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 70px; align-items: start; }
.choice-intro { color: var(--ink-soft); line-height: 1.8; margin-top: 22px; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.comparison-card { background: #fff; border: 1px solid var(--line); padding: 28px; min-height: 290px; }
.comparison-card.accent { background: var(--blue); color: #fff; border-color: var(--blue); box-shadow: 0 22px 48px rgba(8,63,168,.18); }
.comparison-card > span { display: block; color: var(--blue); text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.comparison-card.accent > span { color: #c0d4ff; }
.comparison-card h3 { font-family: Georgia, serif; font-size: 25px; font-weight: 600; margin: 15px 0 24px; }
.comparison-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.comparison-card li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #55647a; line-height: 1.45; }
.comparison-card.accent li { color: #e2eaff; }
.comparison-card li svg { color: var(--blue); flex: 0 0 auto; }
.comparison-card.accent li svg { color: #fff; }

.form-section { background: #fff; }
.lead-form { position: relative; padding: 38px; border: 1px solid #cfd9e7; background: #f9fbff; box-shadow: 0 18px 55px rgba(16,44,93,.08); }
.lead-form::before { content: ""; position: absolute; height: 4px; left: -1px; right: -1px; top: -1px; background: linear-gradient(90deg, var(--blue), #5079cb 68%, var(--gold)); }
.form-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.form-icon { width: 44px; height: 44px; display: grid; place-items: center; background: var(--blue); color: #fff; border-radius: 50%; }
.form-heading strong { display: block; font-family: Georgia, serif; font-size: 26px; font-weight: 600; }
.form-heading small { display: block; color: var(--ink-soft); margin-top: 5px; }
.form-grid { display: grid; grid-template-columns: 1fr 1.5fr .8fr 1fr; gap: 14px; }
.lead-form label { display: grid; gap: 7px; }
.lead-form label > span { color: #4d5c72; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.lead-form input, .lead-form textarea, .form-select { width: 100%; min-height: 46px; border-radius: 5px; background: #fff; border-color: #cfd9e7; box-shadow: none; color: var(--ink); }
.form-select { height: 46px !important; min-width: 0; overflow: hidden; }
.form-select [data-slot="select-value"] { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.form-select-menu {
  z-index: 100 !important;
  width: var(--radix-select-trigger-width);
  max-width: calc(100vw - 24px);
  max-height: min(320px, var(--radix-select-content-available-height));
  overflow: hidden auto;
  border: 1px solid #bfcadd !important;
  background: #fff !important;
  color: var(--ink) !important;
  opacity: 1 !important;
  box-shadow: 0 16px 38px rgba(8, 42, 112, .2) !important;
}
.form-select-menu [data-slot="select-viewport"] { background: #fff; }
.form-select-option {
  min-height: 42px;
  background: #fff;
  color: var(--ink);
  line-height: 1.35;
  white-space: normal;
}
.form-select-option[data-highlighted] { background: var(--blue-pale); color: var(--blue-deep); }
.form-select-option[data-state="checked"] { color: var(--blue-deep); font-weight: 750; }
.lead-form textarea { min-height: 86px; resize: vertical; }
.comment { margin-top: 14px; }
.form-submit { margin-top: 17px; display: flex; align-items: center; gap: 18px; }
.primary-button { min-height: 48px; border-radius: 6px; padding: 0 21px; background: var(--blue) !important; font-weight: 800; }
.form-submit small { color: #778397; font-size: 10px; line-height: 1.45; }
.form-submit small a { color: var(--blue); text-decoration: underline; }
.lead-form.compact .comment { display: none; }

.knowledge-preview { background: var(--mist); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.article-grid > a { min-height: 240px; padding: 25px; background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.article-grid > a:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(14,44,91,.1); }
.article-grid small { color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-weight: 850; font-size: 9px; }
.article-grid h3 { margin: 14px 0 10px; font-family: Georgia, serif; font-size: 21px; font-weight: 600; }
.article-grid p { color: var(--ink-soft); font-size: 13px; line-height: 1.65; margin: 0 0 15px; }
.article-grid span { margin-top: auto; color: var(--blue); display: inline-flex; gap: 7px; align-items: center; font-weight: 800; font-size: 12px; }
.center-link { display: flex; justify-content: center; margin-top: 32px; }
.secondary-button { background: #fff; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 85px; align-items: start; }
.faq-grid > div:first-child > p { color: var(--ink-soft); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-question { padding: 21px 3px; font-family: Georgia, serif; font-size: 19px; color: var(--ink); text-decoration: none !important; }
.faq-answer { color: var(--ink-soft); font-size: 14px; line-height: 1.75; padding-right: 50px; }

.inner-hero { background: linear-gradient(117deg, #f8faff, #eef3fb); border-bottom: 1px solid var(--line); }
.inner-hero-grid { min-height: 470px; display: grid; grid-template-columns: 1fr 350px; gap: 80px; align-items: center; padding-block: 65px; }
.inner-hero h1 { font-size: clamp(43px, 5vw, 64px); }
.inner-hero p { max-width: 760px; color: var(--ink-soft); line-height: 1.75; font-size: 17px; }
.promise-card { padding: 30px; background: var(--blue-dark); color: #fff; display: grid; gap: 12px; border-radius: 3px 3px 30px 3px; box-shadow: 22px 22px 0 #dbe6f8; }
.promise-card svg { color: #a9c2f8; }
.promise-card > span { color: #a9c2f8; font-size: 10px; text-transform: uppercase; font-weight: 850; letter-spacing: .13em; }
.promise-card strong { font-family: Georgia, serif; font-size: 21px; line-height: 1.45; font-weight: 500; }
.promise-card small { color: #aebbd2; line-height: 1.5; }
.service-hero-visual { position: relative; min-width: 0; padding-bottom: 86px; }
.service-hero-visual > img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 3px 3px 28px 3px; box-shadow: 20px 20px 0 #dbe6f8; }
.service-hero-visual .promise-card { position: absolute; left: -34px; right: 18px; bottom: 0; padding: 22px 24px; box-shadow: 0 18px 36px rgba(7,27,68,.2); }
.service-hero-visual .promise-card strong { font-size: 17px; }
.service-hero-visual .promise-card small { display: none; }
.compact-hero > .shell { padding-block: 76px; }
.compact-hero h1 { max-width: 900px; font-size: clamp(40px, 5vw, 61px); }
.compact-hero p { max-width: 830px; margin-bottom: 0; }
.visual-compact-hero > .shell { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 70px; align-items: center; }
.visual-compact-hero > .shell > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 3px 3px 32px 3px; box-shadow: 18px 20px 0 #dbe6f8; }
.two-col-content { display: grid; grid-template-columns: 1fr .86fr; gap: 85px; align-items: start; }
.two-col-content > div > p { color: var(--ink-soft); line-height: 1.8; }
.check-list { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 11px; align-items: center; color: #394a62; }
.check-list svg { color: var(--blue); }
.info-panel { padding: 32px; background: var(--mist); border: 1px solid var(--line); border-left: 4px solid var(--blue); }
.info-panel h3 { margin: 0 0 22px; font-family: Georgia, serif; font-size: 24px; font-weight: 600; }
.info-panel ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.info-panel li { display: flex; gap: 13px; color: #44536a; align-items: center; font-size: 14px; }
.info-panel li span { color: var(--blue); font-size: 10px; font-weight: 850; }
.info-panel p { color: var(--ink-soft); line-height: 1.75; }
.steps-section { background: var(--mist); }
.steps-section .section-head { margin-bottom: 35px; }
.step-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.step-cards > div { min-height: 225px; background: #fff; padding: 25px; }
.step-cards span { color: var(--blue); font-size: 11px; font-weight: 900; }
.step-cards h3 { font-family: Georgia, serif; font-size: 19px; line-height: 1.35; min-height: 54px; margin: 18px 0 12px; }
.step-cards p { color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.related-section { background: #fff; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-grid a { padding: 27px; border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 230px; }
.related-grid h3 { font-family: Georgia, serif; font-size: 22px; margin: 0 0 12px; }
.related-grid p { color: var(--ink-soft); line-height: 1.65; font-size: 13px; }
.related-grid span { display: flex; gap: 8px; align-items: center; margin-top: auto; color: var(--blue); font-size: 12px; font-weight: 800; }

.cluster-nav { margin-top: -23px; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; box-shadow: 0 15px 42px rgba(18,43,84,.11); border: 1px solid var(--line); }
.cluster-nav a { min-height: 70px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-right: 1px solid var(--line); font-weight: 750; font-size: 13px; color: #35455d; }
.cluster-nav a:last-child { border-right: 0; }
.cluster-nav span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-pale); color: var(--blue); font-size: 10px; }
.article-cluster:nth-of-type(even) { background: var(--mist); }
.cluster-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 34px; }
.cluster-head > span { color: #738097; font-size: 12px; }
.article-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.article-list a { min-height: 130px; display: grid; grid-template-columns: 34px 1fr 22px; gap: 15px; align-items: start; padding: 22px; background: #fff; border: 1px solid var(--line); transition: border .2s, transform .2s; }
.article-list a:hover { border-color: #9ab1db; transform: translateY(-2px); }
.article-list small { color: var(--blue); font-weight: 900; }
.article-list h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 18px; font-weight: 600; }
.article-list p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.article-list > a > svg { color: var(--blue); margin-top: 2px; }

.article-hero { background: #f1f5fc; border-bottom: 1px solid var(--line); }
.article-hero-inner { min-height: 420px; display: grid; grid-template-columns: 1fr 330px; gap: 80px; align-items: center; padding-block: 60px; }
.article-hero h1 { font-size: clamp(42px, 5vw, 62px); }
.article-hero p { color: var(--ink-soft); line-height: 1.75; font-size: 17px; }
.article-hero aside { padding: 27px; background: #fff; border-top: 4px solid var(--gold); box-shadow: 0 18px 42px rgba(15,42,87,.09); }
.article-hero aside.has-image { padding: 0; overflow: hidden; border-top: 0; }
.article-hero-card > img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.article-hero-summary { padding: 24px 27px 27px; border-top: 4px solid var(--gold); }
.article-hero aside > span { color: var(--blue); text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.article-hero-summary > span { color: var(--blue); text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.article-hero aside p { color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.article-hero aside a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 800; }
.article-breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-bottom: 22px; color: #6a7890; font-size: 11px; }
.article-breadcrumbs a { color: var(--blue); }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 22px; color: #687790; font-size: 11px; font-weight: 700; }
.article-meta span { display: inline-flex; align-items: center; gap: 7px; }
.article-meta svg { color: var(--blue); }
.prose-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 75px; align-items: start; padding-block: 80px; }
.article-prose { max-width: 760px; }
.article-prose .lead { font-size: 19px; color: #34455d; line-height: 1.8; }
.article-prose h2 { margin: 42px 0 15px; font-family: Georgia, serif; font-size: 30px; font-weight: 600; letter-spacing: -.02em; }
.article-prose p { color: #536278; line-height: 1.86; font-size: 15px; }
.article-prose ul { list-style: none; padding: 0; display: grid; gap: 12px; }
.article-prose ul li { display: flex; gap: 10px; align-items: flex-start; color: #3e4e65; line-height: 1.6; }
.article-prose ul svg { flex: 0 0 auto; color: var(--blue); margin-top: 2px; }
.article-prose ol { padding-left: 22px; color: #536278; }
.article-prose ol li { padding: 7px 0 7px 5px; line-height: 1.7; }
.article-note { margin: 35px 0; padding: 25px; background: var(--blue-pale); border-left: 4px solid var(--blue); }
.article-note strong { color: var(--blue); text-transform: uppercase; font-size: 10px; letter-spacing: .12em; }
.article-note p { margin-bottom: 0; color: #364a69; }
.article-content-section { scroll-margin-top: 24px; }
.article-toc { margin: 34px 0 44px; padding: 25px 28px; display: grid; gap: 10px; background: #f7f9fd; border: 1px solid var(--line); }
.article-toc strong { margin-bottom: 5px; color: var(--blue-deep); font-family: Georgia, serif; font-size: 20px; }
.article-toc a { color: #4a5d78; font-size: 13px; line-height: 1.45; }
.article-toc a:hover { color: var(--blue); }
.article-faq { scroll-margin-top: 24px; margin-top: 52px; }
.article-faq > h2 { margin-top: 0; }
.article-faq details { border-top: 1px solid var(--line); }
.article-faq details:last-child { border-bottom: 1px solid var(--line); }
.article-faq summary { padding: 18px 4px; cursor: pointer; color: #2d3f5a; font-weight: 800; line-height: 1.45; }
.article-faq details p { margin: -4px 0 18px; padding-right: 24px; }
.article-sources { margin-top: 50px; padding-top: 6px; border-top: 1px solid var(--line); }
.article-sources h2 { font-size: 24px; }
.article-sources a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article-sidebar { position: sticky; top: 24px; display: grid; gap: 18px; }
.sidebar-card { padding: 26px; background: var(--blue-dark); color: #fff; }
.sidebar-card > span { color: #a9c2f8; text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.sidebar-card h3 { font-family: Georgia, serif; font-size: 23px; line-height: 1.3; font-weight: 500; }
.sidebar-card p { color: #b9c7dd; font-size: 12px; line-height: 1.65; }
.sidebar-card a { display: flex; align-items: center; justify-content: space-between; margin-top: 21px; padding-top: 15px; border-top: 1px solid #294984; color: #fff; font-size: 12px; font-weight: 800; }
.related-mini { padding: 22px; border: 1px solid var(--line); }
.related-mini h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 18px; }
.related-mini a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 0; border-top: 1px solid var(--line); color: #485970; font-size: 11px; line-height: 1.4; }
.related-mini svg { flex: 0 0 auto; color: var(--blue); }
.article-service-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 17px 20px; border: 1px solid #b8c9e4; color: var(--blue); font-size: 12px; font-weight: 800; }
.article-form { background: var(--mist); }

.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.values-grid > div { padding: 27px; border: 1px solid var(--line); min-height: 230px; }
.values-grid svg { color: var(--blue); }
.values-grid h2 { font-family: Georgia, serif; font-size: 22px; font-weight: 600; }
.values-grid p { color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.about-text { background: var(--mist); }
.contacts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.contacts-grid > * { min-height: 235px; padding: 28px; border: 1px solid var(--line); display: flex; flex-direction: column; background: #fff; }
.contacts-grid svg { color: var(--blue); margin-bottom: 25px; }
.contacts-grid span { color: #748198; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 850; }
.contacts-grid strong { font-family: Georgia, serif; font-size: 20px; margin: 12px 0 10px; line-height: 1.4; }
.contacts-grid small { color: var(--ink-soft); line-height: 1.6; margin-top: auto; }
.legal-hero { background: #f1f5fc; }
.legal-hero > .shell { padding-block: 66px; }
.legal-hero span { color: var(--blue); text-transform: uppercase; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.legal-hero h1 { font-size: clamp(40px, 5vw, 58px); }
.legal-hero p { max-width: 750px; color: var(--ink-soft); line-height: 1.75; }
.legal-prose { max-width: 860px; padding-block: 70px; }
.legal-prose h2 { font-family: Georgia, serif; font-size: 25px; font-weight: 600; margin: 34px 0 11px; }
.legal-prose p { color: var(--ink-soft); line-height: 1.85; }
.not-found { min-height: 60vh; display: grid; place-items: center; padding: 70px 20px; text-align: center; }
.not-found > div { max-width: 620px; }
.not-found > div > span { color: var(--blue); font-size: 14px; font-weight: 900; letter-spacing: .2em; }
.not-found h1 { font-family: Georgia, serif; font-size: 48px; margin: 13px 0; }
.not-found p { color: var(--ink-soft); line-height: 1.7; }
.not-found > div > div { display: flex; justify-content: center; gap: 12px; margin-top: 25px; }

.site-footer { background: #061b47; color: #fff; padding-top: 66px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 55px; padding-bottom: 48px; }
.footer-brand img { width: 184px; height: auto; filter: brightness(0) invert(1); opacity: .93; }
.footer-brand p { color: #aebbd1; line-height: 1.7; font-size: 13px; max-width: 320px; }
.footer-grid h3 { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: #8fa9da; margin: 6px 0 18px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid a, .footer-grid span { color: #d5def0; font-size: 12px; }
.footer-contact a, .footer-contact span { display: flex; gap: 9px; align-items: flex-start; line-height: 1.5; }
.footer-contact svg { color: #8fa9da; flex: 0 0 auto; }
.footer-bottom { min-height: 63px; border-top: 1px solid #203760; display: flex; align-items: center; justify-content: space-between; color: #8294b4; font-size: 11px; }
.footer-bottom div { display: flex; gap: 20px; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .nav-cta { margin-left: auto; }
  .mobile-actions { display: flex; }
  .hero-grid { gap: 38px; }
  .hero-stat { left: -20px; }
  .process-grid { gap: 55px; }
  .step-cards { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / span 2; }
}

@media (max-width: 850px) {
  .section { padding: 70px 0; }
  .hero-grid, .inner-hero-grid, .article-hero-inner { grid-template-columns: 1fr; min-height: auto; }
  .visual-compact-hero > .shell { grid-template-columns: 1fr; gap: 42px; }
  .visual-compact-hero > .shell > img { max-width: 600px; }
  .hero-grid { padding-top: 64px; padding-bottom: 80px; }
  .hero-visual { max-width: 600px; }
  .image-frame, .image-frame img { min-height: 420px; height: 420px; }
  .split-head, .choice-grid, .faq-grid, .two-col-content, .process-grid, .prose-grid { grid-template-columns: 1fr; gap: 38px; }
  .split-head { align-items: start; }
  .service-card { grid-column: span 3; }
  .service-card:nth-child(3), .service-card:nth-child(5) { border-right: 1px solid var(--line); }
  .service-card:nth-child(2n) { border-right: 0; }
  .service-card:nth-child(4) { grid-column: span 3; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .cluster-nav { grid-template-columns: 1fr 1fr; }
  .cluster-nav a:nth-child(2) { border-right: 0; }
  .cluster-nav a { border-bottom: 1px solid var(--line); }
  .article-list { grid-template-columns: 1fr; }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .values-grid, .contacts-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-contact { grid-column: auto; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .topline { display: none; }
  .nav-row { min-height: 72px; gap: 8px; }
  .brand { width: 158px; }
  .brand img { width: 158px; }
  .nav-cta { display: none; }
  .mobile-actions { margin-left: auto; }
  .phone-icon, .menu-trigger { width: 39px; height: 39px; }
  .section { padding: 58px 0; }
  .hero-grid { padding-top: 48px; padding-bottom: 60px; }
  .hero h1, .inner-hero h1, .article-hero h1, .legal-hero h1 { font-size: 40px; }
  .hero-copy > p, .inner-hero p, .article-hero p { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-link, .secondary-link { width: 100%; }
  .secondary-link { align-items: center; }
  .trust-row { display: grid; gap: 12px; }
  .hero-visual { padding-right: 4px; padding-bottom: 28px; }
  .image-frame, .image-frame img { min-height: 345px; height: 345px; }
  .image-frame { box-shadow: 13px 15px 0 #dce7f8, 0 24px 48px rgba(17,45,91,.16); border-radius: 3px 3px 34px 3px; }
  .image-overlay { left: 21px; right: 21px; bottom: 22px; }
  .image-overlay strong { font-size: 21px; }
  .hero-stat { left: 13px; top: 40px; width: 145px; padding: 15px; }
  .hero-stat strong { font-size: 33px; }
  .split-head { margin-bottom: 28px; }
  .section-head h2, .choice-grid h2, .faq-grid h2, .two-col-content h2, .process-copy h2, .cluster-head h2 { font-size: 34px; }
  .service-grid { display: block; }
  .service-card { min-height: 270px; border-right: 0 !important; }
  .comparison { grid-template-columns: 1fr; }
  .lead-form { padding: 26px 18px; }
  .form-heading strong { font-size: 22px; }
  .form-heading small { font-size: 11px; line-height: 1.5; }
  .form-grid { grid-template-columns: 1fr; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .primary-button { width: 100%; }
  .article-grid, .related-grid { grid-template-columns: 1fr; }
  .faq-question { font-size: 17px; }
  .faq-answer { padding-right: 8px; }
  .inner-hero-grid, .compact-hero > .shell, .article-hero-inner { padding-block: 50px; }
  .promise-card { box-shadow: 10px 12px 0 #dbe6f8; }
  .service-hero-visual { padding-bottom: 78px; }
  .service-hero-visual .promise-card { left: 14px; right: 14px; }
  .visual-compact-hero > .shell > img { box-shadow: 10px 12px 0 #dbe6f8; }
  .step-cards { grid-template-columns: 1fr; }
  .step-cards > div { min-height: auto; }
  .cluster-nav { width: calc(100% - 28px); grid-template-columns: 1fr; margin-top: 16px; box-shadow: none; }
  .cluster-nav a { border-right: 0; }
  .article-list a { grid-template-columns: 27px 1fr; }
  .article-list > a > svg { display: none; }
  .article-sidebar { grid-template-columns: 1fr; }
  .prose-grid { padding-block: 55px; }
  .article-prose .lead { font-size: 17px; }
  .article-prose h2 { font-size: 27px; }
  .article-toc { padding: 21px 19px; }
  .article-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .values-grid, .contacts-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-bottom div { flex-wrap: wrap; gap: 11px 18px; }
  .not-found > div > div { flex-direction: column; }
}

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

/* Joomla package integration */
body > .alert { margin: 0; border-radius: 0; }
select { font: inherit; }
.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #cfd9e7;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  opacity: 1;
}
.lead-form select { appearance: auto; cursor: pointer; }
.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus { outline: 3px solid rgba(8,63,168,.14); border-color: var(--blue); }
.primary-button { border: 0; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.service-icon { font-size: 24px; font-weight: 800; }
.contacts-grid > * > b { color: var(--blue); font-size: 25px; margin-bottom: 25px; }
.article-list > a > b { color: var(--blue); font-size: 18px; }
.related-mini a > b { color: var(--blue); }
.mobile-drawer { position: fixed; z-index: 200; inset: 0; background: rgba(4,18,47,.55); }
.mobile-drawer[hidden] { display: none; }
.mobile-panel { width: min(89vw,390px); height: 100%; margin-left: auto; overflow-y: auto; background: #fff; box-shadow: -20px 0 50px rgba(4,18,47,.22); }
.mobile-sheet-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mobile-sheet-head img { width: 172px; height: auto; }
.mobile-sheet-head button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--blue); font-size: 26px; cursor: pointer; }
body.menu-open { overflow: hidden; }
.compact-hero > .shell { min-height: auto; }
.footer-grid a:hover, .mobile-nav a:hover { color: #fff; }

@media (min-width: 1101px) {
  .mobile-drawer { display: none !important; }
}
