:root {
  --ink: #071826;
  --ink-2: #0b2538;
  --paper: #f4f2eb;
  --white: #ffffff;
  --muted: #5f6d75;
  --line: rgba(7, 24, 38, 0.14);
  --teal: #0c8479;
  --teal-dark: #07645d;
  --signal: #d8f23e;
  --max: 1220px;
  --shadow: 0 24px 70px rgba(7, 24, 38, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: .7rem 1rem;
  background: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: clamp(74px, 9vw, 124px) 0; }
.section-sm { padding: 56px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-white { background: var(--white); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1rem;
  color: var(--teal-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.section-dark .eyebrow { color: var(--signal); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 1.4rem; font-size: clamp(2.9rem, 6vw, 6.6rem); font-weight: 540; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.15rem, 4.1vw, 4.2rem); font-weight: 540; }
h3 { margin-bottom: .8rem; font-size: 1.45rem; font-weight: 650; }
.lead { max-width: 760px; color: #31434d; font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.55; }
.section-dark .lead { color: rgba(255,255,255,.72); }
.muted { color: var(--muted); }
.hero p:not(.eyebrow), main section p:not(.eyebrow):not(.form-note):not(.form-status), .site-footer p { text-align: justify; text-justify: inter-word; hyphens: auto; }
.rule { border-top: 1px solid var(--line); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(7, 24, 38, .94);
  border-bottom: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand-logo-link { flex: 0 0 auto; }
.brand-logo { width: 176px; height: auto; }
.footer-logo { display: inline-block; }
.footer-logo .brand-logo { width: min(260px, 100%); }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  background: var(--signal);
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: -.04em;
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1.12rem; letter-spacing: -.02em; }
.brand-copy span { margin-top: .28rem; color: rgba(255,255,255,.6); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 1.55rem; margin-left: auto; }
.nav a { color: rgba(255,255,255,.78); font-size: .92rem; font-weight: 620; text-decoration: none; }
.nav a:hover { color: var(--white); }
.lang { display: flex; align-items: center; gap: .45rem; padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.2); }
.lang a { font-size: .76rem; letter-spacing: .08em; }
.lang [aria-current="page"] { color: var(--signal); }
.nav-cta { padding: .68rem 1rem; color: var(--ink) !important; background: var(--signal); }
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255,255,255,.28);
}
.menu-button span, .menu-button::before, .menu-button::after { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; content: ""; }

.hero {
  position: relative;
  min-height: min(830px, calc(100vh - 82px));
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7,24,38,.98) 0%, rgba(7,24,38,.91) 45%, rgba(7,24,38,.36) 100%),
    var(--hero-image, linear-gradient(135deg, #071826, #0c5f5a));
  background-position: center;
  background-size: cover;
  content: "";
}
.hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .15;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 5vw; align-items: end; min-height: inherit; padding: clamp(82px, 11vw, 140px) 0 72px; }
.hero-copy { max-width: 900px; }
.hero h1 { max-width: 920px; }
.hero .lead { max-width: 750px; color: rgba(255,255,255,.78); }
.actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .84rem 1.22rem;
  border: 1px solid transparent;
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
}
.button-primary { color: var(--ink); background: var(--signal); }
.button-primary:hover { background: #e8ff68; }
.button-secondary { color: var(--white); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.34); }
.button-secondary:hover { background: rgba(255,255,255,.12); }
.button-dark { color: var(--white); background: var(--ink); }
.button-outline { color: var(--ink); background: transparent; border-color: rgba(7,24,38,.34); }
.button-outline:hover { background: var(--white); border-color: var(--ink); }
.arrow { font-size: 1.2em; line-height: 1; }
.hero-docket { align-self: end; padding: 1.4rem; background: rgba(6,22,33,.77); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(12px); }
.docket-label { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; color: rgba(255,255,255,.58); border-bottom: 1px solid rgba(255,255,255,.15); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.docket-label b { color: var(--signal); font-size: 1.3rem; }
.docket-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.docket-list a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); font-size: .94rem; text-decoration: none; }
.docket-list a:hover { color: var(--signal); }
.hero-proof { position: relative; z-index: 1; color: var(--white); background: var(--teal-dark); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { min-height: 116px; padding: 1.35rem 1.5rem; border-right: 1px solid rgba(255,255,255,.22); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; font-size: 1rem; }
.proof-item span { color: rgba(255,255,255,.7); font-size: .85rem; }

.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 285px; padding: 2rem; background: rgba(255,255,255,.36); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.service-card:hover { z-index: 1; background: var(--white); transform: translateY(-4px); box-shadow: var(--shadow); }
.service-no { display: block; margin-bottom: 2.7rem; color: var(--teal-dark); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.service-card p { color: var(--muted); }
.service-card .arrow { position: absolute; right: 1.5rem; bottom: 1.35rem; }

.problem-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.check-list { display: grid; gap: 0; margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.check-list li { display: grid; grid-template-columns: 30px 1fr; gap: .8rem; padding: 1rem 0; color: rgba(255,255,255,.8); border-bottom: 1px solid rgba(255,255,255,.16); }
.check-list li::before { color: var(--signal); content: "↳"; }
.metric-card { padding: clamp(32px, 5vw, 60px); color: var(--ink); background: var(--signal); }
.metric-card .big { display: block; margin-bottom: 1.5rem; font-size: clamp(4rem, 9vw, 8rem); font-weight: 550; line-height: .82; letter-spacing: -.075em; }
.metric-card p { max-width: 420px; font-size: 1.12rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3rem; border-top: 1px solid var(--line); }
.step { padding: 1.6rem 1.6rem 1.6rem 0; border-right: 1px solid var(--line); }
.step + .step { padding-left: 1.6rem; }
.step:last-child { border-right: 0; }
.step b { display: block; margin-bottom: 2.5rem; color: var(--teal-dark); font-size: .8rem; letter-spacing: .1em; }
.step p { color: var(--muted); }

.expert-grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(40px, 8vw, 110px); align-items: center; }
.portrait-frame { position: relative; padding: 0 0 25px 25px; }
.portrait-frame::before { position: absolute; left: 0; bottom: 0; width: 72%; height: 72%; background: var(--teal); content: ""; }
.portrait-frame img { position: relative; width: 100%; max-height: 620px; object-fit: cover; object-position: center 15%; filter: saturate(.72) contrast(1.04); }
.credential-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem 2rem; margin: 1.7rem 0; padding: 1.3rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.credential-list li { color: #334750; font-size: .93rem; }
.bio-copy { margin: 1.5rem 0 .5rem; }
.bio-copy p { color: #334750; }
.expert-links { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; align-items: start; }
.faq-list { border-top: 1px solid rgba(255,255,255,.2); }
details { border-bottom: 1px solid rgba(255,255,255,.2); }
summary { position: relative; padding: 1.35rem 3rem 1.35rem 0; font-size: 1.12rem; font-weight: 650; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; right: .4rem; content: "+"; color: var(--signal); font-size: 1.5rem; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { max-width: 760px; padding: 0 2.5rem 1.4rem 0; color: rgba(255,255,255,.68); }

.contact-band { padding: clamp(60px, 8vw, 100px) 0; color: var(--ink); background: var(--signal); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.contact-band h2 { max-width: 780px; }
.contact-links { display: grid; gap: .6rem; }
.contact-links a { width: fit-content; font-size: clamp(1.15rem, 2vw, 1.55rem); font-weight: 720; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.page-hero { position: relative; overflow: hidden; padding: clamp(90px, 12vw, 160px) 0 90px; color: var(--white); background: var(--ink); }
.page-hero::after { position: absolute; top: -150px; right: -80px; width: 520px; height: 520px; border: 1px solid rgba(216,242,62,.45); border-radius: 50%; box-shadow: 0 0 0 100px rgba(12,132,121,.1), 0 0 0 210px rgba(255,255,255,.035); content: ""; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 920px; font-size: clamp(2.8rem, 5.4vw, 5.5rem); }
.page-hero .lead { max-width: 760px; }
.breadcrumbs { margin-bottom: 3rem; color: rgba(255,255,255,.58); font-size: .82rem; }
.breadcrumbs a { text-underline-offset: 4px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(50px, 8vw, 105px); align-items: start; }
.content-main h2 { margin-top: 3.5rem; font-size: clamp(1.9rem, 3vw, 2.85rem); }
.content-main h2:first-child { margin-top: 0; }
.content-main p, .content-main li { color: #334750; }
.content-main ul { padding-left: 1.2rem; }
.content-main li { margin-bottom: .6rem; }
.side-card { position: sticky; top: 112px; padding: 2rem; color: var(--white); background: var(--ink-2); }
.side-card .eyebrow { color: var(--signal); }
.side-card p { color: rgba(255,255,255,.68); }
.side-card .button { width: 100%; margin-top: .5rem; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 2.5rem 0; background: var(--line); border: 1px solid var(--line); }
.feature { padding: 1.5rem; background: var(--white); }
.feature strong { display: block; margin-bottom: .4rem; }
.feature span { color: var(--muted); font-size: .9rem; }

.contact-section { background: var(--white); }
.contact-overview { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.contact-overview h2 { max-width: 650px; }
.contact-methods { margin-top: 2.2rem; border-top: 1px solid var(--line); }
.contact-method { display: grid; grid-template-columns: 150px 1fr; gap: 1.5rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.contact-method span { color: var(--muted); font-size: .84rem; font-weight: 700; }
.contact-method a { width: fit-content; font-size: 1.16rem; font-weight: 760; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.office-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: clamp(55px, 8vw, 95px); background: var(--line); border: 1px solid var(--line); }
.contact-card { min-height: 230px; padding: clamp(1.6rem, 4vw, 2.7rem); background: var(--paper); }
.contact-card address { color: #334750; font-style: normal; }
.email-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 95px); margin-top: 1px; padding: clamp(45px, 7vw, 85px); color: var(--white); background: var(--ink-2); }
.email-panel .eyebrow { color: var(--signal); }
.email-panel p { color: rgba(255,255,255,.7); }
.email-options { border-top: 1px solid rgba(255,255,255,.2); }
.email-option { position: relative; display: grid; gap: .2rem; padding: 1.35rem 3rem 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; }
.email-option span, .email-option small { color: rgba(255,255,255,.58); font-size: .78rem; }
.email-option strong { overflow-wrap: anywhere; font-size: clamp(1rem, 2vw, 1.25rem); }
.email-option b { position: absolute; top: 50%; right: .25rem; color: var(--signal); font-size: 1.45rem; transform: translateY(-50%); }
.email-option:hover strong { color: var(--signal); }
.privacy-note { margin: 1.2rem 0 0; color: var(--muted); font-size: .82rem; }
.privacy-note a { text-underline-offset: 4px; }

.site-footer { padding: 68px 0 30px; color: var(--white); background: #04111b; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4rem; padding-bottom: 55px; }
.site-footer h3 { color: var(--signal); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.68); font-size: .9rem; }
.site-footer a { text-underline-offset: 4px; }
.footer-nav { display: grid; gap: .55rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.46); font-size: .78rem; }
.footer-bottom a { color: inherit; font-size: inherit; }

@media (max-width: 980px) {
  .nav { position: fixed; inset: 82px 0 auto; display: none; padding: 1.5rem 20px 2rem; flex-direction: column; align-items: flex-start; gap: 1.1rem; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); }
  .menu-open .nav { display: flex; }
  .menu-button { display: block; }
  .lang { padding: 1rem 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .hero-grid { grid-template-columns: 1fr; align-items: center; }
  .hero-docket { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .intro-grid, .problem-grid, .faq-grid, .contact-grid, .contact-overview, .email-panel { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .content-layout { grid-template-columns: 1fr; }
  .side-card { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 72px; }
  .nav { inset-block-start: 72px; }
  .brand-logo { width: 150px; }
  .hero { min-height: auto; }
  .hero::before { background: linear-gradient(90deg, rgba(7,24,38,.98), rgba(7,24,38,.76)), var(--hero-image, linear-gradient(135deg, #071826, #0c5f5a)); background-position: 62% center; }
  .hero-grid { padding: 76px 0 58px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 3.1rem); }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .expert-links { align-items: stretch; flex-direction: column; }
  .expert-links .button { width: 100%; }
  .proof-grid, .service-grid, .process-grid, .expert-grid, .credential-list, .feature-list, .office-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .proof-item:last-child { border-bottom: 0; }
  .service-card { min-height: 240px; }
  .process-grid .step { padding: 1.3rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid .step + .step { padding-left: 0; }
  .contact-method { grid-template-columns: 1fr; gap: .25rem; }
  .email-panel { padding-inline: 1.35rem; }
  .footer-grid { gap: 2rem; }
  .footer-bottom { flex-direction: column; }
}

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