:root {
  --navy: #17324d;
  --navy-dark: #0f263a;
  --green: #0e5b4f;
  --green-dark: #09483f;
  --green-soft: #eaf4f1;
  --light: #f4f6f9;
  --text: #1f2933;
  --muted: #566572;
  --line: #dbe2e8;
  --warning: #9a6b22;
  --white: #fff;
  --shadow: 0 18px 52px rgba(23, 50, 77, .10);
  --radius: 18px;
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--white); color: var(--text); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; margin: 0; }
body.nav-open { overflow: hidden; }
img { height: auto; max-width: 100%; }
a { color: var(--green); }
button, input { font: inherit; }
h1, h2, h3 { color: var(--navy); font-family: Manrope, Inter, system-ui, sans-serif; letter-spacing: -.025em; line-height: 1.16; margin: 0 0 .75em; }
h1 { font-size: clamp(2rem, 8vw, 3.9rem); }
h2 { font-size: clamp(1.75rem, 6vw, 3rem); }
h3 { font-size: 1.12rem; }
p { margin: 0 0 1.05rem; }
.shell { margin-inline: auto; max-width: var(--shell); padding-inline: 20px; width: 100%; }
.skip-link { background: var(--navy); color: #fff; left: 16px; padding: .7rem 1rem; position: fixed; top: -100px; z-index: 9999; }
.skip-link:focus { top: 16px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }

.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.admin-bar .site-header { top: 32px; }
.site-header__inner { align-items: center; display: flex; min-height: 72px; }
.brand { align-items: center; color: var(--navy); display: inline-flex; font-family: Manrope, Inter, sans-serif; font-size: 1.05rem; font-weight: 800; gap: .6rem; line-height: 1; text-decoration: none; }
.brand__mark { align-items: center; background: var(--navy); border-radius: 8px; color: #fff; display: inline-flex; font-size: .72rem; height: 36px; justify-content: center; letter-spacing: .03em; width: 36px; }
.custom-logo-link { display: flex; }
.custom-logo { max-height: 46px; width: auto; }
.nav-toggle { background: transparent; border: 0; color: var(--navy); cursor: pointer; margin-left: auto; padding: .5rem; }
.nav-toggle__label { font-size: .8rem; font-weight: 750; margin-right: .35rem; }
.nav-toggle__icon, .nav-toggle__icon::before, .nav-toggle__icon::after { background: currentColor; display: inline-block; height: 2px; position: relative; transition: transform .18s ease; width: 21px; }
.nav-toggle__icon::before, .nav-toggle__icon::after { content: ""; left: 0; position: absolute; }
.nav-toggle__icon::before { top: -6px; }
.nav-toggle__icon::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon::after { top: 0; transform: rotate(-45deg); }
.site-nav { background: #fff; border-bottom: 1px solid var(--line); display: none; left: 0; padding: 1rem 20px 1.5rem; position: absolute; top: 100%; width: 100%; }
.site-nav.is-open { display: block; }
.site-nav__list, .site-nav .menu { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.site-nav a { border-bottom: 1px solid #edf0f2; color: var(--navy); display: block; font-weight: 650; padding: .8rem 0; text-decoration: none; }
.header-phone, .header-cta { display: none; }

.button { align-items: center; border: 1px solid transparent; border-radius: 10px; display: inline-flex; font-weight: 750; justify-content: center; line-height: 1.25; min-height: 50px; padding: .75rem 1.15rem; text-decoration: none; transition: background-color .15s ease, border-color .15s ease, transform .15s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .text-link:focus-visible, summary:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(14,91,79,.28); outline-offset: 3px; }
.button--primary { background: var(--green); color: #fff; }
.button--primary:hover { background: var(--green-dark); }
.button--secondary { background: #fff; border-color: #b8c5ce; color: var(--navy); }
.button--secondary:hover { border-color: var(--green); }
.button--light { background: #fff; color: var(--navy); }
.text-link { font-weight: 750; text-decoration: none; }
.text-link span { display: inline-block; transition: transform .15s ease; }
.text-link:hover span { transform: translateX(3px); }
.eyebrow { color: var(--green); font-size: .77rem; font-weight: 800; letter-spacing: .1em; margin-bottom: .8rem; text-transform: uppercase; }
.lead { color: #344552; font-size: clamp(1.05rem, 2.5vw, 1.22rem); line-height: 1.65; }
.microcopy { color: var(--muted); font-size: .84rem; line-height: 1.5; }
.notice { background: #fff3cd; border-radius: 8px; color: #6b4a13; padding: 1rem; }

.hero { background: linear-gradient(145deg, #eef4f5 0%, #fff 55%, #f2f6f8 100%); overflow: hidden; padding: 3rem 0 3.5rem; position: relative; }
.hero::before { background: rgba(14,91,79,.07); border-radius: 50%; content: ""; height: 380px; position: absolute; right: -210px; top: -190px; width: 380px; }
.hero__grid { display: grid; gap: 2rem; position: relative; }
.hero__copy h1 { max-width: 760px; }
.hero__copy .lead { max-width: 710px; }
.hero__actions { display: grid; gap: .7rem; margin: 1.5rem 0 1rem; }
.hero__proof { border-top: 1px solid var(--line); color: var(--navy); display: grid; font-size: .83rem; gap: .45rem; margin-top: 1.5rem; padding-top: 1rem; }
.hero__proof strong { font-size: 1rem; }
.rating-proof { align-items: center; display: flex; flex-wrap: wrap; gap: .4rem; }
.rating-proof__stars { color: #c8931f; font-size: 1.05rem; letter-spacing: .08em; line-height: 1; }
.hero__form { min-width: 0; scroll-margin-top: 96px; }
.hero__form-intro { color: var(--navy); margin: 0 0 .65rem; }
.hero__form-intro strong { font-weight: 750; }
.hero__form .umd-analysis { box-shadow: var(--shadow); }
.hero__form .umd-analysis__intro { display: none; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--light { background: var(--light); }
.section--green-soft { background: var(--green-soft); }
.section--navy { background: var(--navy); color: #eaf0f4; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section--navy .eyebrow { color: #8bd1c2; }
.split { display: grid; gap: 2.3rem; }
.section-heading { margin-bottom: 2.2rem; max-width: 760px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-heading--light > p:last-child { color: #d0dbe3; }
.check-panels { display: grid; gap: 1rem; }
.check-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 9px 28px rgba(23,50,77,.06); padding: 1.3rem; }
.check-panel--warning { border-top: 3px solid var(--warning); }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { border-top: 1px solid #edf0f2; padding: .7rem 0 .7rem 1.7rem; position: relative; }
.check-list li:first-child { border-top: 0; }
.check-list li::before { color: var(--green); content: "✓"; font-weight: 900; left: 0; position: absolute; }

.service-grid { display: grid; gap: 1rem; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.3rem; }
.service-card > span { align-items: center; background: var(--green-soft); border-radius: 50%; color: var(--green); display: inline-flex; font-size: .82rem; font-weight: 850; height: 38px; justify-content: center; width: 38px; }
.service-card h3 { font-size: 1.18rem; margin-top: .8rem; }
.service-card p { color: var(--muted); font-size: .91rem; margin-bottom: 0; }
.service-card__list { color: var(--muted); font-size: .91rem; margin: 0; padding-left: 1.15rem; }
.service-card__list li + li { margin-top: .45rem; }
.centered { margin: 2rem 0 0; text-align: center; }

.process-list { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.process-list li { border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 1rem; grid-template-columns: 44px 1fr; padding: 1.25rem 0; }
.process-list li > span { align-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; display: flex; font-weight: 800; height: 40px; justify-content: center; width: 40px; }
.process-list h3 { margin: .35rem 0 .3rem; }
.process-list p { color: #cbd8e0; font-size: .91rem; margin: 0; }
.price-card { align-items: start; background: #fff; border: 2px solid rgba(14,91,79,.18); border-radius: var(--radius); box-shadow: 0 20px 52px rgba(6,23,38,.2); color: var(--text); display: grid; gap: 1.4rem; margin-top: 2.25rem; padding: 1.5rem; }
.price-card__label { color: var(--muted); font-size: .9rem; line-height: 1.45; margin-bottom: .45rem; }
.price-card__price { color: var(--navy); font-size: clamp(2.35rem, 9vw, 3.35rem); font-weight: 900; letter-spacing: -.045em; line-height: .96; margin: 0; white-space: nowrap; }
.price-card__scope { color: var(--muted); font-size: .9rem; }
.price-card .boundary { font-size: .88rem; }
.price-card .button--light { background: var(--green); color: #fff; min-height: 52px; }
.price-card .button--light:hover { background: var(--green-dark); }
.boundary { border-left: 3px solid var(--warning); color: #654a20; font-size: .84rem; padding-left: .8rem; }
.boundary--light { background: rgba(255,255,255,.55); border-radius: 0 8px 8px 0; padding-block: .65rem; padding-right: .65rem; }

.reason-list, .faq-list { border-top: 1px solid var(--line); }
.reason-list details, .faq-list details { border-bottom: 1px solid var(--line); }
.reason-list summary, .faq-list summary { color: var(--navy); cursor: pointer; font-weight: 750; list-style: none; padding: 1rem 2.2rem 1rem 0; position: relative; }
.reason-list summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.reason-list summary::after, .faq-list summary::after { color: var(--green); content: "+"; font-size: 1.4rem; position: absolute; right: .25rem; top: .75rem; }
.reason-list details[open] summary::after, .faq-list details[open] summary::after { content: "−"; }
.reason-list details p, .faq-list details p { color: var(--muted); font-size: .92rem; padding: 0 1.5rem .8rem 0; }

.trust-section { background: #fff; }
.trust-grid { display: grid; gap: 1rem; }
.trust-card { background: var(--light); border-radius: var(--radius); padding: 1.4rem; }
.trust-card__value { color: var(--green); display: block; font-size: 1.55rem; font-weight: 850; margin-bottom: .8rem; }
.trust-card__stars { color: #c8931f; display: block; font-size: 1.12rem; letter-spacing: .1em; margin-bottom: .2rem; }
.trust-card p { color: var(--muted); font-size: .9rem; margin: 0; }
.trust-card--awards { background: var(--navy); }
.trust-card--awards h3 { color: #fff; }
.trust-card--awards p { color: #d6e0e7; }
.trust-card__medals { align-items: center; display: flex; gap: .85rem; margin-bottom: .8rem; min-height: 60px; }
.trust-card__medals img { flex: 0 0 auto; height: 60px; object-fit: contain; width: 83px; }
.faq-section .section-heading { margin-bottom: 0; }

.final-cta { background: linear-gradient(140deg, #f4f7f8, #eaf4f1); }
.final-cta__grid { display: grid; gap: 2.2rem; }
.sla { border-top: 1px solid #cad8d4; font-size: .9rem; margin-top: 1.3rem; padding-top: 1rem; }

.page-main, .analysis-page { min-height: 60vh; }
.page-main { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.content-shell { max-width: 820px; }
.entry h1 { margin-bottom: .6em; }
.entry > * { max-width: 760px; }
.entry ul, .entry ol { padding-left: 1.4rem; }
.narrow-heading { max-width: 820px; text-align: center; }
.analysis-page__form { margin-top: 2rem; max-width: 760px; }
.thank-you { max-width: 760px; text-align: center; }
.thank-you__icon { align-items: center; background: var(--green-soft); border-radius: 50%; color: var(--green); display: flex; font-size: 2rem; font-weight: 850; height: 72px; justify-content: center; margin: 0 auto 1.5rem; width: 72px; }

.detail-hero { background: linear-gradient(145deg, #eef4f5 0%, #fff 62%, #f2f6f8 100%); padding: clamp(3.5rem, 8vw, 6.5rem) 0; position: relative; }
.detail-hero__inner { max-width: 990px; }
.detail-hero h1 { max-width: 920px; }
.detail-hero .lead { max-width: 900px; }
.detail-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.6rem 0 1rem; }
.detail-hero .microcopy, .detail-final-cta .microcopy { max-width: 790px; }
.application-intro { grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); }
.key-message { background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); color: #fff; padding: clamp(1.6rem, 4vw, 2.4rem); position: relative; }
.key-message::before { background: #8bd1c2; border-radius: 4px; content: ""; height: 5px; left: 2rem; position: absolute; top: 0; width: 68px; }
.key-message p { font-family: Manrope, Inter, sans-serif; font-size: clamp(1.25rem, 2.2vw, 1.65rem); font-weight: 750; line-height: 1.42; margin: 0; }
.detail-step-grid { display: grid; gap: 1rem; }
.detail-step-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(23,50,77,.055); padding: 1.45rem; }
.detail-step-card > span { align-items: center; background: var(--green-soft); border-radius: 50%; color: var(--green); display: inline-flex; font-size: .82rem; font-weight: 850; height: 40px; justify-content: center; width: 40px; }
.detail-step-card h3 { font-size: 1.16rem; margin: .8rem 0 .55rem; }
.detail-step-card p { color: var(--muted); font-size: .94rem; line-height: 1.58; margin: 0; }
.application-reasoning .content-shell { max-width: 900px; }
.application-reasoning__emphasis { border-left: 4px solid var(--green); color: var(--navy); font-size: 1.08rem; margin-top: 1.8rem; padding: .4rem 0 .4rem 1.25rem; }
.documents-grid { align-items: center; display: grid; gap: 2.2rem; }
.documents-card { background: #fff; border: 1px solid #d4e4df; border-radius: var(--radius); box-shadow: 0 12px 32px rgba(23,50,77,.07); padding: clamp(1.3rem, 3vw, 2rem); }
.documents-card h3 { margin-bottom: .55rem; }
.application-price__card { background: #fff; border: 2px solid rgba(139,209,194,.45); border-radius: var(--radius); box-shadow: 0 22px 58px rgba(6,23,38,.28); color: var(--text); display: grid; gap: 2rem; padding: clamp(1.5rem, 4vw, 2.5rem); }
.application-price__summary .price-card__price { margin-bottom: 1rem; }
.application-price__summary .button { margin-top: .45rem; }
.application-price__scope { background: var(--light); border-radius: 14px; padding: 1.35rem; }
.application-price__scope h3 { color: var(--navy); margin-bottom: .55rem; }
.application-price__scope .check-list { font-size: .94rem; line-height: 1.48; }
.application-next-stage .boundary { margin-block: 1.2rem; }
.application-reviews { background: var(--light); }
.application-rating { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; display: flex; flex-wrap: wrap; gap: .5rem; max-width: 420px; padding: 1rem 1.2rem; }
.application-rating .trust-card__stars { margin: 0 .2rem 0 0; }
.application-rating strong { color: var(--navy); font-size: 1.25rem; }
.application-rating > span:last-child { color: var(--muted); }
.detail-final-cta__inner { max-width: 920px; }
.detail-final-cta h2 { max-width: 820px; }
.detail-final-cta .lead { max-width: 850px; }

.about-hero__link { display: inline-block; margin-top: .75rem; }
.about-experience { scroll-margin-top: 108px; }
.about-stats { display: grid; gap: 1rem; }
.about-stat { background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 1.35rem; }
.about-stat > strong { color: #8bd1c2; display: block; font-family: Manrope, Inter, sans-serif; font-size: clamp(2rem, 6vw, 3rem); font-weight: 900; letter-spacing: -.045em; line-height: 1; margin-bottom: 1rem; }
.about-stat h3 { color: #fff; font-size: 1.08rem; }
.about-stat p { color: #cbd8e0; font-size: .91rem; margin: 0; }
.about-group { border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 1.4rem; margin-top: clamp(2.5rem, 6vw, 4.5rem); padding-top: clamp(2rem, 5vw, 3.5rem); }
.about-group p { color: #d3dee5; }
.about-group p:last-child { margin-bottom: 0; }
.about-person__role { color: var(--green); font-weight: 800; }
.about-person--pending, .about-office__gallery--pending { display: none !important; }
.about-person__media { background: var(--light); border-radius: var(--radius); min-height: 360px; overflow: hidden; }
.about-person__media img { height: 100%; object-fit: cover; width: 100%; }
.about-rating { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.4rem; max-width: 430px; padding: 1rem 1.2rem; }
.about-rating .trust-card__stars { margin: 0 .2rem 0 0; }
.about-rating strong { color: var(--navy); font-size: 1.25rem; }
.about-rating > span:last-child { color: var(--muted); }
.about-reviews-link { display: inline-block; margin-top: 1.25rem; }
.about-awards { align-items: center; background: var(--navy); border-radius: var(--radius); color: #d6e0e7; display: grid; gap: clamp(1.4rem, 4vw, 2.6rem); margin-top: clamp(2.4rem, 6vw, 4rem); overflow: hidden; padding: clamp(1.2rem, 3vw, 2rem); }
.about-awards h3 { color: #fff; font-size: clamp(1.35rem, 3vw, 1.8rem); margin-bottom: .55rem; }
.about-awards p { margin-bottom: .65rem; }
.about-awards__graphic { background: #fff; border-radius: calc(var(--radius) - 6px); margin: 0; overflow: hidden; }
.about-awards__graphic img { display: block; height: auto; width: 100%; }
.about-awards__medals { align-items: center; display: flex; gap: 1rem; margin-bottom: 1rem; }
.about-awards__medals img { height: auto; width: 83px; }
.about-awards__note { border-top: 1px solid rgba(255,255,255,.16); color: #aebfc9; font-size: .8rem; margin-top: 1rem; padding-top: .8rem; }
.about-office__card { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }

.contact-channel-grid { display: grid; gap: 1rem; }
.contact-channel-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(23,50,77,.055); display: flex; flex-direction: column; padding: clamp(1.3rem, 3vw, 1.8rem); }
.contact-channel-card__number { align-items: center; background: var(--green-soft); border-radius: 50%; color: var(--green); display: inline-flex; font-size: .8rem; font-weight: 850; height: 38px; justify-content: center; margin-bottom: 1rem; width: 38px; }
.contact-channel-card h3 { font-size: 1.25rem; }
.contact-channel-card p { color: var(--muted); font-size: .93rem; }
.contact-channel-card__primary { color: var(--navy); font-family: Manrope, Inter, sans-serif; font-size: clamp(1.25rem, 4vw, 1.65rem); font-weight: 850; margin-bottom: 1rem; overflow-wrap: anywhere; text-decoration: none; }
.contact-channel-card__email { font-size: 1.05rem; }
.contact-channel-card .text-link { margin-top: auto; }
.contact-office__actions { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; }
.contact-office__actions .button { margin: .35rem 0 1.2rem; }
.contact-preparation__note { border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; margin: 1rem 0 0; padding-top: 1rem; }
.contact-response__grid { max-width: 820px; }

.legal-hero { padding-bottom: clamp(2.6rem, 5vw, 4rem); }
.legal-hero h1 { font-size: clamp(2rem, 6vw, 3.25rem); }
.legal-page { padding-top: clamp(2.5rem, 5vw, 4rem); }
.legal-document { color: #344552; max-width: 900px; }
.legal-document__section { border-top: 1px solid var(--line); padding: clamp(1.7rem, 4vw, 2.6rem) 0; scroll-margin-top: 118px; }
.legal-document__section:first-child { border-top: 0; padding-top: 0; }
.legal-document h2 { font-size: clamp(1.35rem, 4vw, 1.85rem); margin-bottom: 1rem; }
.legal-document h3 { font-size: 1.05rem; margin: 1.5rem 0 .55rem; }
.legal-document ol, .legal-document ul { padding-left: 1.4rem; }
.legal-document li { padding-left: .25rem; }
.legal-document li + li { margin-top: .55rem; }
.legal-document li > ul, .legal-document li > ol { margin: .55rem 0 .2rem; }
.legal-document li > p { margin: .55rem 0 0; }
.legal-document__updated { border-top: 2px solid var(--navy); color: var(--navy); font-size: .9rem; margin: 1.5rem 0 0; padding-top: 1rem; }

.knowledge-hub__hero h1 { max-width: 760px; }
.knowledge-hub__hero .lead { max-width: 820px; }
.knowledge-hub__quiet-cta { display: inline-block; margin-top: .7rem; }
.knowledge-hub__quiet-cta strong { color: var(--green); }
.knowledge-groups-heading { margin-bottom: 1.7rem; }
.knowledge-groups { display: grid; gap: 1.25rem; }
.knowledge-group { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(23,50,77,.055); display: flex; flex-direction: column; padding: clamp(1.35rem, 4vw, 2.4rem); scroll-margin-top: 110px; }
.knowledge-group__header { display: grid; gap: 1rem; grid-template-columns: 44px minmax(0, 1fr); margin-bottom: 1.5rem; }
.knowledge-group__number { align-items: center; background: var(--green-soft); border-radius: 50%; color: var(--green); display: flex; font-size: .82rem; font-weight: 850; height: 42px; justify-content: center; width: 42px; }
.knowledge-group__header h2 { font-size: clamp(1.45rem, 4vw, 2rem); margin: .18rem 0 .45rem; }
.knowledge-group__header p { color: var(--muted); margin: 0; max-width: 820px; }
.knowledge-group__empty { border-top: 1px solid var(--line); color: var(--muted); margin: 0; padding-top: 1.2rem; }
.knowledge-group .knowledge-card-grid { grid-template-columns: 1fr; }
.knowledge-card-grid { display: grid; gap: .85rem; }
.knowledge-card { background: var(--light); border: 1px solid transparent; border-radius: 14px; display: flex; flex-direction: column; min-height: 100%; padding: 1.25rem; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.knowledge-card:hover { border-color: #c8d6dc; box-shadow: 0 10px 24px rgba(23,50,77,.07); transform: translateY(-2px); }
.knowledge-card h3 { font-size: 1.12rem; margin-bottom: .55rem; }
.knowledge-card h3 a { color: var(--navy); text-decoration: none; }
.knowledge-card p { color: var(--muted); font-size: .91rem; line-height: 1.55; }
.knowledge-card__excerpt { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; margin-bottom: .85rem; overflow: hidden; }
.knowledge-card .text-link { margin-top: auto; padding-top: .35rem; }
.knowledge-breadcrumbs { align-items: center; color: var(--muted); display: flex; flex-wrap: wrap; font-size: .83rem; gap: .45rem; margin-bottom: 1.2rem; }
.knowledge-breadcrumbs a { font-weight: 700; text-decoration: none; }
.knowledge-article__hero { padding-bottom: clamp(2rem, 3.5vw, 2.75rem); }
.knowledge-article__lead { margin-bottom: 0; max-width: 850px; }
.knowledge-article__main { padding-top: clamp(2.25rem, 4vw, 3rem); }
.knowledge-article__footer { margin-top: clamp(2rem, 4vw, 3.25rem); }
.knowledge-article__meta { border-top: 1px solid var(--line); color: var(--muted); display: flex; flex-wrap: wrap; font-size: .82rem; gap: .45rem 1.4rem; max-width: 780px; padding-top: 1rem; }
.knowledge-article__meta strong { color: var(--navy); }
.knowledge-article__layout { display: grid; gap: 2.5rem; }
.knowledge-article__content { max-width: 780px; min-width: 0; }
.knowledge-article__content > :first-child { margin-top: 0; }
.knowledge-article__content h2 { font-size: clamp(1.55rem, 4.5vw, 2.25rem); margin-top: 2.2rem; }
.knowledge-article__content h3 { font-size: clamp(1.16rem, 3vw, 1.4rem); margin-top: 1.65rem; }
.knowledge-article__content p, .knowledge-article__content li { color: #344552; }
.knowledge-article__content ul, .knowledge-article__content ol { padding-left: 1.35rem; }
.knowledge-article__content li + li { margin-top: .42rem; }
.knowledge-article__content blockquote { background: var(--green-soft); border-left: 4px solid var(--green); margin: 1.8rem 0; padding: 1.2rem 1.35rem; }
.knowledge-article__content blockquote p:last-child { margin-bottom: 0; }
.knowledge-article__content table { border-collapse: collapse; display: block; max-width: 100%; overflow-x: auto; width: 100%; }
.knowledge-article__content th, .knowledge-article__content td { border: 1px solid var(--line); padding: .65rem .75rem; text-align: left; }
.knowledge-article__aside { min-width: 0; }
.knowledge-aside-card { background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); color: #d8e2e9; padding: 1.45rem; }
.knowledge-aside-card h2 { color: #fff; font-size: 1.35rem; margin-bottom: .55rem; }
.knowledge-aside-card p { font-size: .91rem; line-height: 1.52; }
.knowledge-aside-card .button { margin: .35rem 0 .9rem; width: 100%; }
.knowledge-aside-card__phone { color: #fff; display: block; font-weight: 800; text-align: center; text-decoration: none; }
.knowledge-article__sources { padding-top: 0; }
.knowledge-article__sources ul { border-top: 1px solid var(--line); list-style: none; margin: 1.4rem 0 0; padding: 0; }
.knowledge-article__sources li { border-bottom: 1px solid var(--line); color: var(--muted); overflow-wrap: anywhere; padding: .75rem 0; }
.knowledge-related .knowledge-card { background: #fff; }

.site-footer { background: var(--navy-dark); color: #cbd7df; padding: 3.5rem 0 5.5rem; }
.site-footer__grid { display: grid; gap: 2rem; }
.site-footer__brand, .site-footer__heading { color: #fff; font-weight: 800; }
.site-footer__note { color: #97a9b5; font-size: .8rem; }
.site-footer address { font-style: normal; }
.site-footer a { color: #fff; }
.site-footer__links { list-style: none; margin: 0; padding: 0; }
.site-footer__links li { margin-bottom: .35rem; }
.footer-cookie-button { background: transparent; border: 0; color: #fff; cursor: pointer; padding: 0; text-decoration: underline; }

/* Complianz: compact, clearly separated consent card on mobile. */
@media (max-width: 767px) {
  body.cmplz-banner-active::before {
    background: rgba(15, 38, 58, .2);
    content: "";
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: 99998;
  }

  body.cmplz-banner-active .mobile-actions { display: none; }

  body .cmplz-cookiebanner {
    border: 1px solid #b9c8d4;
    border-radius: 14px;
    bottom: 12px;
    box-shadow: 0 16px 48px rgba(15, 38, 58, .28);
    grid-gap: 8px;
    left: 12px;
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    padding: 16px;
    right: 12px;
    width: auto;
  }

  body .cmplz-cookiebanner .cmplz-header {
    display: block;
  }

  body .cmplz-cookiebanner .cmplz-header .cmplz-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
  }

  body .cmplz-cookiebanner .cmplz-divider {
    margin-left: -16px;
    margin-right: -16px;
  }

  body .cmplz-cookiebanner .cmplz-message {
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
  }

  body .cmplz-cookiebanner .cmplz-message p { margin: 0; }

  body .cmplz-cookiebanner .cmplz-buttons {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    font-size: 13px;
    min-height: 42px;
    padding: 8px 6px;
  }

  body .cmplz-cookiebanner .cmplz-buttons .cmplz-view-preferences,
  body .cmplz-cookiebanner .cmplz-buttons .cmplz-save-preferences {
    grid-column: 1 / -1;
  }

  body .cmplz-cookiebanner .cmplz-documents ul {
    display: grid;
    gap: 4px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  body .cmplz-cookiebanner .cmplz-documents li { text-align: center; }

  body .cmplz-cookiebanner .cmplz-links .cmplz-link {
    font-size: 12px;
    line-height: 1.35;
  }
}

@media (max-width: 360px) {
  body .cmplz-cookiebanner {
    bottom: 8px;
    left: 8px;
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    right: 8px;
  }
}
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.13); font-size: .78rem; margin-top: 2.5rem; padding-top: 1.2rem; }

.mobile-actions { background: #fff; border-top: 1px solid var(--line); bottom: 0; display: grid; grid-template-columns: 1fr 1fr; left: 0; padding: 8px; position: fixed; right: 0; z-index: 90; }
.mobile-actions a { align-items: center; border-radius: 8px; color: var(--navy); display: flex; font-size: .86rem; font-weight: 800; justify-content: center; min-height: 46px; text-decoration: none; }
.mobile-actions a:last-child { background: var(--green); color: #fff; }
body.form-keyboard-open .mobile-actions, body.form-in-view .mobile-actions { display: none; }

@media (min-width: 560px) {
  .hero__actions { display: flex; flex-wrap: wrap; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .detail-step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 782px) {
  .admin-bar .site-header { top: 32px; }
  .section { padding-block: 6.5rem; }
  .hero { padding-block: 5.2rem; }
  .hero__grid { align-items: start; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); }
  .split { align-items: start; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .split--aligned { align-items: center; }
  .split--reasons, .split--faq { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .process-list { grid-template-columns: repeat(5, 1fr); }
  .process-list li { border-left: 1px solid rgba(255,255,255,.16); border-top: 0; display: block; padding: 0 1.1rem; }
  .process-list li:first-child { border-left: 0; padding-left: 0; }
  .price-card { align-items: center; grid-template-columns: .78fr 1.32fr auto; padding: 2.2rem; }
  .final-cta__grid { align-items: start; grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr); }
  .detail-step-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .documents-grid { grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); }
  .application-price__card { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); }
  .knowledge-groups { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .knowledge-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .knowledge-article__layout { grid-template-columns: minmax(0, 1fr) 300px; }
  .knowledge-aside-card { position: sticky; top: 120px; }
  .about-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .about-group { grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); }
  .about-awards { grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }
  .contact-channel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-footer { padding-bottom: 3.5rem; }
  .mobile-actions { display: none; }
}

@media (min-width: 1040px) {
  .site-header__inner { min-height: 90px; }
  .brand { font-size: 1.16rem; }
  .brand__mark { font-size: .78rem; height: 40px; width: 40px; }
  .custom-logo { max-height: 52px; max-width: 180px; }
  .nav-toggle { display: none; }
  .site-nav { background: transparent; border: 0; display: block; margin-left: auto; padding: 0; position: static; width: auto; }
  .site-nav__list, .site-nav .menu { align-items: center; display: flex; gap: 1.18rem; }
  .site-nav a { border: 0; font-size: .9rem; padding: .55rem 0; }
  .site-nav a:hover { color: var(--green); }
  .header-phone { color: var(--navy); display: grid; font-size: .75rem; line-height: 1.18; margin-left: 1.25rem; text-decoration: none; }
  .header-phone strong { font-size: 1rem; }
  .header-cta { display: inline-flex; font-size: .81rem; margin-left: .85rem; min-height: 44px; padding-inline: .85rem; white-space: nowrap; }
  .hero__copy .microcopy { font-size: .82rem; letter-spacing: -.006em; line-height: 1.52; }
  .hero__proof { font-size: .88rem; gap: .55rem; }
  .hero__proof strong { font-size: 1.06rem; }
  .rating-proof__stars { font-size: 1.1rem; }
}

@media (max-width: 781px) {
  html { scroll-padding-top: 66px; }
  .admin-bar .site-header { top: 46px; }
  .site-header__inner { min-height: 58px; }
  .custom-logo { max-height: 36px; max-width: 142px; }
  .brand { font-size: .98rem; }
  .brand__mark { border-radius: 7px; font-size: .66rem; height: 32px; width: 32px; }
  .nav-toggle { align-items: center; display: inline-flex; height: 44px; justify-content: center; padding: .65rem; width: 44px; }
  .nav-toggle__label { display: none; }
  .header-phone, .header-cta { display: none !important; }
  .site-nav { padding-top: .65rem; }
  .hero { padding: 2.05rem 0 2.65rem; }
  .hero__grid { gap: 1.55rem; }
  .hero__copy .eyebrow { margin-bottom: .6rem; }
  .hero__copy h1 { font-size: clamp(1.82rem, 8vw, 2.2rem); line-height: 1.08; margin-bottom: .58em; }
  .hero__copy .lead { font-size: 1rem; line-height: 1.5; margin-bottom: .8rem; }
  .hero__actions { margin: 1.05rem 0 .8rem; }
  .hero__copy .microcopy { font-size: .82rem; line-height: 1.47; }
  .hero__proof { font-size: .82rem; margin-top: 1.1rem; padding-top: .85rem; }
  .hero__proof strong { font-size: .98rem; }
  .hero__form { scroll-margin-top: 68px; }
  .section--assessment { padding-block: 3.35rem; }
  .section--assessment .split { gap: 1.55rem; }
  .check-panels { gap: .75rem; }
  .check-panel { padding: 1rem; }
  .check-panel h3 { font-size: 1.05rem; margin-bottom: .55rem; }
  .check-list { font-size: .94rem; line-height: 1.45; }
  .check-list li { padding: .52rem 0 .52rem 1.5rem; }
  .service-grid { gap: .75rem; }
  .service-card { padding: 1rem; }
  .service-card > span { font-size: .74rem; height: 32px; width: 32px; }
  .service-card h3 { font-size: 1.06rem; margin: .55rem 0 .45rem; }
  .service-card__list { font-size: .9rem; line-height: 1.45; }
  .service-card__list li + li { margin-top: .3rem; }
  .detail-hero { padding: 2.7rem 0 3rem; }
  .detail-hero h1 { font-size: clamp(2rem, 9vw, 2.55rem); line-height: 1.1; }
  .detail-hero .lead { font-size: 1rem; line-height: 1.52; }
  .detail-hero__actions { display: grid; margin-top: 1.2rem; }
  .application-intro { grid-template-columns: 1fr; }
  .key-message { padding: 1.5rem; }
  .key-message::before { left: 1.5rem; }
  .detail-step-grid { gap: .75rem; }
  .detail-step-card { padding: 1.05rem; }
  .detail-step-card > span { height: 34px; width: 34px; }
  .detail-step-card h3 { font-size: 1.06rem; margin: .6rem 0 .4rem; }
  .detail-step-card p { font-size: .91rem; line-height: 1.48; }
  .documents-grid { gap: 1.5rem; }
  .documents-card { padding: 1.1rem; }
  .application-price__card { gap: 1.4rem; }
  .application-price__scope { padding: 1.05rem; }
  .knowledge-group__header { grid-template-columns: 36px minmax(0, 1fr); }
  .knowledge-group__number { height: 34px; width: 34px; }
  .knowledge-card { padding: 1.05rem; }
  .knowledge-article__hero { padding-bottom: 1.6rem; }
  .knowledge-article__main { padding-top: 1.8rem; }
	.knowledge-article__footer { margin-top: 1.8rem; }
  .knowledge-article__layout { gap: 1.8rem; }
	.knowledge-hub__quiet-cta { line-height: 1.55; }
}

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