:root {
  --ink: #071e18;
  --deep: #063c2e;
  --deep-2: #07523d;
  --cream: #f5f0df;
  --paper: #fffdf5;
  --gold: #e1b941;
  --gold-light: #ffe07a;
  --green-live: #10a66f;
  --green-bright: #33c98d;
  --muted: #526b62;
  --line: rgba(18, 30, 27, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 138px; padding: 10px clamp(20px, 3vw, 58px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); color: white; }
.brand { width: 190px; height: 126px; display: grid; place-items: center; overflow: visible; flex: 0 0 auto; }
.brand-official { width: 165px; height: 124px; object-fit: contain; filter: brightness(1.28) saturate(1.35) drop-shadow(0 7px 15px rgba(0,0,0,.32)) drop-shadow(0 0 8px rgba(231,216,143,.16)); transform: translateY(1px); transition: transform .25s ease, filter .25s ease; }
.brand:hover .brand-official { transform: translateY(1px) scale(1.06); filter: brightness(1.42) saturate(1.45) drop-shadow(0 8px 18px rgba(0,0,0,.36)) drop-shadow(0 0 12px rgba(231,216,143,.24)); }
.main-nav { display: flex; align-items: center; gap: clamp(7px, .85vw, 14px); font-size: .58rem; text-transform: uppercase; letter-spacing: .07em; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--gold-light); }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(231,216,143,.7); }
.menu-toggle { display: none; }

.hero { min-height: 100vh; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 32vw); gap: 7vw; align-items: center; padding: 190px clamp(24px, 8vw, 130px) 90px; color: white; background: radial-gradient(circle at 78% 30%, #11805d 0, #07523d 24%, var(--deep) 60%, #02281e 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, transparent, black); }
.hero-watermark { position: absolute; z-index: 0; left: clamp(-55px, -2vw, -15px); top: 48%; transform: translateY(-50%); color: #19b77d; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34rem, 66vw, 66rem); font-weight: 700; line-height: .72; letter-spacing: -.12em; opacity: .17; pointer-events: none; user-select: none; text-shadow: 0 0 100px rgba(33,211,145,.18); }
.hero-content { position: relative; z-index: 2; max-width: 770px; }
.eyebrow { margin: 0 0 22px; color: var(--gold-light); font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: #987a44; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.08; }
h1 { margin: 0; max-width: 880px; font-size: clamp(3.1rem, 5.9vw, 6.25rem); letter-spacing: -.055em; }
.hero-copy { max-width: 650px; margin: 30px 0 38px; color: rgba(255,255,255,.75); font-size: clamp(1rem, 1.25vw, 1.2rem); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 56px; padding: 15px 25px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(120deg, #d8a91f, var(--gold-light)); color: #08251c; box-shadow: 0 12px 30px rgba(225,185,65,.18); }
.button-secondary { border: 1px solid rgba(255,255,255,.35); color: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 38px; margin-top: 65px; color: rgba(255,255,255,.55); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.trust-row span { display: flex; flex-direction: column; }
.trust-row strong { color: white; font-size: .84rem; }
.hero-question { position: relative; z-index: 2; padding: 28px 30px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.hero-question span { display: block; color: var(--gold); font-size: .6rem; letter-spacing: .16em; }
.hero-question p { margin: 4px 0 25px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.11); font-family: Georgia, serif; font-size: clamp(1.05rem, 1.5vw, 1.4rem); line-height: 1.25; }
.hero-question p:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
.hero-mark { position: absolute; z-index: 1; right: -8vw; bottom: -19vw; width: min(55vw, 720px); opacity: .055; filter: drop-shadow(0 32px 70px rgba(0,0,0,.25)); animation: float 7s ease-in-out infinite; }
.hero-mark img { width: 100%; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .25; }
.hero-glow-one { right: -8%; top: 10%; width: 40vw; height: 40vw; background: radial-gradient(circle, #9d8357, transparent 67%); }
.hero-glow-two { left: 15%; bottom: -30%; width: 32vw; height: 32vw; background: radial-gradient(circle, #455e55, transparent 68%); }
.scroll-cue { position: absolute; bottom: 27px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.55); font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; }
.scroll-cue span { margin-left: 8px; color: var(--gold-light); }
.audience-section { padding: clamp(80px, 9vw, 135px) clamp(24px, 8vw, 130px); background: linear-gradient(135deg, #fffdf5, #f3ecd3); }
.audience-heading { max-width: 820px; margin-bottom: 52px; }
.audience-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(3rem, 5.5vw, 5.8rem); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.audience-heading > p:last-child { max-width: 590px; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(7,30,24,.16); border-left: 1px solid rgba(7,30,24,.16); }
.audience-card { min-height: 325px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid rgba(7,30,24,.16); border-bottom: 1px solid rgba(7,30,24,.16); background: rgba(255,255,255,.45); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.audience-card:hover { z-index: 1; transform: translateY(-7px); background: white; box-shadow: 0 22px 55px rgba(5,55,40,.12); }
.audience-card > span { color: #b18516; font-size: .65rem; font-weight: 700; }
.audience-card h3 { margin: auto 0 15px; color: var(--deep); font-size: clamp(1.9rem, 2.6vw, 2.8rem); }
.audience-card p { min-height: 70px; color: var(--muted); }
.audience-card strong { color: #087553; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.condo-problems { position: relative; overflow: hidden; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; padding: clamp(85px, 10vw, 150px) clamp(24px, 8vw, 130px); color: white; background: linear-gradient(135deg, #032b20, #087052); }
.condo-problems > *:not(.section-watermark) { position: relative; z-index: 1; }
.labor-impact { position: relative; overflow: hidden; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; padding: clamp(85px, 10vw, 150px) clamp(24px, 8vw, 130px); color: white; background: linear-gradient(135deg, #052d24, #0a7257 65%, #0e9670); }
.labor-impact > *:not(.section-watermark) { position: relative; z-index: 1; }
.labor-impact .problem-list > div { background: rgba(255,255,255,.025); }
.labor-situations .audience-card { border-top: 4px solid transparent; }
.labor-situations .audience-card:hover { border-top-color: var(--gold); }
.problem-intro h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 4.8vw, 5.15rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.04; }
.problem-intro > p:not(.eyebrow) { margin: 25px 0 34px; color: rgba(255,255,255,.66); }
.problem-list { border-top: 1px solid rgba(255,255,255,.2); }
.problem-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.problem-list span { color: var(--gold-light); font-size: .68rem; }
.problem-list p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.15rem, 1.8vw, 1.55rem); line-height: 1.25; }

.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 130px); }
.smart-section { padding: clamp(80px, 9vw, 140px) clamp(24px, 6vw, 95px); background: var(--cream); }
.smart-intro { max-width: 850px; margin: 0 auto 55px; text-align: center; }
.smart-intro h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.smart-intro > p:last-child { max-width: 680px; margin: 25px auto 0; color: var(--muted); }
.topic-selector { max-width: 1180px; margin: 0 auto 28px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.topic-button { padding: 13px 17px; border: 1px solid rgba(18,30,27,.16); border-radius: 99px; color: #48514d; background: transparent; cursor: pointer; font: 700 .69rem Arial, sans-serif; letter-spacing: .06em; text-transform: uppercase; transition: .2s ease; }
.topic-button:hover, .topic-button.active { border-color: var(--deep); color: white; background: var(--deep); transform: translateY(-2px); }
.topic-result { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.08fr .92fr; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 24px 70px rgba(21,32,28,.08); }
.result-main, .result-actions { padding: clamp(30px, 5vw, 68px); }
.result-main { border-right: 1px solid var(--line); }
.result-kicker { margin: 0 0 16px; color: #927342; font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.result-main h3 { margin: 0 0 24px; font-size: clamp(2.15rem, 3.8vw, 4.1rem); letter-spacing: -.04em; }
.result-main > p:not(.result-kicker) { color: var(--muted); }
.signal-box { margin: 28px 0; padding: 20px 22px; border-left: 3px solid var(--gold); background: #f0ece2; }
.signal-box strong, .signal-box span { display: block; }
.signal-box strong { margin-bottom: 4px; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.signal-box span { color: #59615d; font-size: .9rem; }
.smart-contact { margin-top: 8px; }
.result-actions { color: white; background: var(--deep); }
.result-actions > p { margin: 0 0 22px; color: var(--gold-light); font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.result-actions ul { margin: 0; padding: 0; list-style: none; }
.result-actions li { position: relative; padding: 14px 0 14px 25px; border-bottom: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.78); }
.result-actions li::before { content: "+"; position: absolute; left: 0; color: var(--gold-light); }
.legal-note { max-width: 1180px; margin: 16px auto 0; color: #787f7b; font-size: .72rem; text-align: center; }
.section-label { margin-bottom: 55px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.intro h2, .section-heading h2, .process h2, .contact h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.5rem); letter-spacing: -.045em; }
.intro-copy { padding-top: 25px; color: #505854; font-size: 1.04rem; }
.intro-copy p { max-width: 610px; margin: 0 0 22px; }
.text-link { display: inline-block; margin-top: 15px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: var(--ink); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.text-link span, .area-card a span { color: #a78348; margin-left: 8px; }

.areas, .team { background: var(--deep); color: white; }
.feature-cases { position: relative; overflow: hidden; color: white; background: linear-gradient(145deg, #032c21, #07513d); }
.section-watermark { position: absolute; z-index: 0; color: #17a973; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(32rem, 62vw, 62rem); font-weight: 700; line-height: .72; letter-spacing: -.12em; opacity: .13; pointer-events: none; user-select: none; text-shadow: 0 0 90px rgba(33,211,145,.14); }
.watermark-right { right: -10vw; top: 48%; transform: translateY(-50%); }
.watermark-left { left: -11vw; top: 52%; transform: translateY(-50%); }
.watermark-center { left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: .1; }
.feature-cases > *:not(.section-watermark), .team > *:not(.section-watermark), .contact > *:not(.section-watermark) { position: relative; z-index: 1; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.feature-card { min-height: 390px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s ease; }
.feature-card:hover { background: rgba(199,166,107,.09); }
.feature-card > span { color: var(--gold-light); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.feature-card h3 { margin: auto 0 18px; font-size: clamp(1.8rem, 2.4vw, 2.8rem); }
.feature-card p { min-height: 125px; margin: 0 0 25px; color: rgba(255,255,255,.54); font-size: .88rem; }
.feature-card button { padding: 0; border: 0; color: white; background: none; cursor: pointer; text-align: left; font: 700 .68rem Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.feature-card button:hover { color: var(--gold-light); }
.condo-partnership { padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 130px); background: #e9e4d9; }
.condo-heading { max-width: 970px; margin-bottom: 58px; }
.condo-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 5.3vw, 5.7rem); font-weight: 400; letter-spacing: -.05em; line-height: 1.03; }
.condo-heading > p:last-child { max-width: 690px; margin: 25px 0 0; color: var(--muted); }
.condo-paths { display: grid; grid-template-columns: 1fr 1fr; }
.condo-path { padding: clamp(30px, 5vw, 65px); color: var(--ink); background: var(--paper); }
.condo-path.judicial { color: white; background: var(--deep); }
.condo-path > span { color: #987a44; font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.condo-path.judicial > span { color: var(--gold-light); }
.condo-path h3 { margin: 55px 0 20px; font-size: clamp(2rem, 3.3vw, 3.7rem); letter-spacing: -.04em; }
.condo-path > p { min-height: 75px; color: var(--muted); }
.condo-path.judicial > p { color: rgba(255,255,255,.58); }
.condo-path ul { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.condo-path.judicial ul { border-color: rgba(255,255,255,.14); }
.condo-path li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.condo-path.judicial li { border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.75); }
.partner-strip { display: grid; grid-template-columns: .75fr 1fr auto; gap: clamp(30px, 5vw, 70px); align-items: center; padding: 45px clamp(28px, 5vw, 65px); color: white; background: #293b35; }
.partner-strip > div:first-child { display: flex; flex-direction: column; }
.partner-strip span { color: var(--gold-light); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.partner-strip strong { margin: 5px 0; font-family: Georgia, serif; font-size: 2.7rem; font-weight: 400; line-height: 1; }
.partner-name { display: inline-block; width: fit-content; color: white; }
.partner-name strong { display: inline-block; transition: color .2s ease, transform .2s ease; }
.partner-name:hover strong { color: var(--gold-light); transform: translateX(3px); }
.partner-strip small { color: rgba(255,255,255,.52); }
.partner-strip > p { color: rgba(255,255,255,.65); }
.partner-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.partner-actions .text-link { color: white; }
.track-record { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 130px); background: linear-gradient(135deg, #f7f4ec, #e7dfcf); }
.track-number { min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px; border: 1px solid rgba(151,119,65,.25); text-align: center; background: rgba(255,255,255,.42); }
.track-number strong { color: #9a793e; font-family: Georgia, serif; font-size: clamp(5.5rem, 10vw, 10rem); font-weight: 400; line-height: .85; letter-spacing: -.07em; }
.track-number strong span { color: var(--gold); font-size: .42em; vertical-align: top; }
.track-number p { max-width: 280px; margin: 30px 0 0; color: #5c625f; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.track-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.65rem, 4.8vw, 5.2rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.05; }
.track-copy > p:not(.eyebrow) { max-width: 650px; margin: 27px 0; color: var(--muted); }
.authority-record { grid-template-columns: .9fr 1.1fr; }
.authority-numbers { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(151,119,65,.25); border-left: 1px solid rgba(151,119,65,.25); }
.authority-numbers > div { min-height: 210px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-right: 1px solid rgba(151,119,65,.25); border-bottom: 1px solid rgba(151,119,65,.25); background: rgba(255,255,255,.38); }
.authority-numbers > div:last-child { grid-column: 1 / -1; }
.authority-numbers strong { color: #987319; font-family: Georgia, serif; font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.authority-numbers strong span { color: var(--gold); font-size: .42em; vertical-align: top; }
.authority-numbers p { margin: 20px 0 0; color: #52645d; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 65px; }
.section-heading > p { max-width: 420px; color: rgba(255,255,255,.55); }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.area-card { min-height: 410px; padding: 36px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s ease, transform .25s ease; }
.area-card:hover { background: rgba(255,255,255,.05); transform: translateY(-6px); }
.card-number { color: var(--gold); font-size: .7rem; letter-spacing: .16em; }
.area-card h3 { margin: auto 0 20px; font-size: clamp(2rem, 3vw, 3.25rem); }
.area-card p { min-height: 96px; margin: 0 0 30px; color: rgba(255,255,255,.55); }
.area-card a { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: start; background: var(--paper); }
.why-us { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; background: var(--paper); }
.why-statement h2 { margin: 0; font-size: clamp(2.7rem, 4.6vw, 5rem); }
.why-list > div { display: grid; grid-template-columns: 42px 1fr; padding: 25px 0; border-bottom: 1px solid var(--line); }
.why-list span { grid-row: 1 / 3; color: #9b7c48; font-size: .68rem; }
.why-list h3 { margin: 0; font-size: 1.45rem; }
.why-list p { margin: 6px 0 0; color: var(--muted); }
.process-copy > p:last-child { max-width: 530px; color: var(--muted); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: #9b7c48; font-size: .72rem; }
.steps strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.4rem; font-weight: 400; }
.steps p { margin: 7px 0 0; color: var(--muted); }

.team { position: relative; overflow: hidden; background: linear-gradient(140deg, #043326, #086047); }
.team-groups { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; }
.team-group.assistants { grid-column: 1 / -1; }
.team-group.assistants ul { display: grid; grid-template-columns: repeat(5, 1fr); border-left: 1px solid rgba(255,255,255,.14); }
.team-group.assistants li { display: flex; align-items: center; padding: 22px; border-right: 1px solid rgba(255,255,255,.14); font-size: 1.08rem; }
.team-group h3 { margin: 0 0 18px; color: var(--gold-light); font-family: Arial, sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.team-group ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.team-group li { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.1rem, 1.7vw, 1.55rem); }
.team-group small { flex: 0 0 auto; color: rgba(255,255,255,.4); font-family: Arial, sans-serif; font-size: .62rem; letter-spacing: .08em; }

.contact { min-height: 660px; position: relative; overflow: hidden; display: grid; place-items: center; padding: 100px 24px; color: white; text-align: center; background: radial-gradient(circle at center, #109169, #063c2e 55%, #02261c 100%); }
.contact-content { z-index: 2; max-width: 850px; }
.contact h2 { font-size: clamp(3rem, 6vw, 6.3rem); }
.contact-content > p:not(.eyebrow) { max-width: 620px; margin: 28px auto 38px; color: rgba(255,255,255,.64); }
.contact-actions { justify-content: center; }
.phone-link { margin-left: 15px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.4); font-family: Georgia, serif; font-size: 1.25rem; }
.contact-mark { display: none; }

footer { padding: 60px clamp(24px, 8vw, 130px) 25px; display: grid; grid-template-columns: 220px minmax(260px, 1fr) minmax(320px, 720px); gap: 42px; align-items: center; color: rgba(255,255,255,.62); background: #0d1513; font-size: .75rem; }
.footer-brand { width: 250px; height: 230px; display: grid; place-items: center; overflow: hidden; }
.footer-brand img { width: 230px; height: 225px; object-fit: contain; filter: brightness(1.35) saturate(1.4) drop-shadow(0 12px 28px rgba(0,0,0,.4)) drop-shadow(0 0 15px rgba(231,216,143,.14)); }
footer div { display: flex; flex-direction: column; }
footer strong { color: white; text-transform: uppercase; letter-spacing: .08em; }
.footer-info { gap: 5px; }
footer a { color: inherit; }
.footer-links { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; gap: 12px 22px; text-transform: uppercase; letter-spacing: .08em; line-height: 1.45; }
footer > p { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }

.floating-whatsapp { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 11px; padding: 11px 13px 11px 17px; border-radius: 99px; color: white; background: #1f9d5b; box-shadow: 0 10px 35px rgba(0,0,0,.25); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.floating-whatsapp svg { width: 27px; height: 27px; fill: white; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

@media (max-width: 960px) {
  .site-header { height: 112px; }
  .brand { width: 145px; height: 102px; }
  .brand-official { width: 130px; height: 100px; }
  .menu-toggle { display: grid; gap: 5px; padding: 10px; border: 0; background: none; }
  .menu-toggle span:not(.sr-only) { display: block; width: 27px; height: 1px; background: white; }
  .main-nav { position: absolute; top: 112px; left: 0; right: 0; display: none; align-items: stretch; padding: 24px; background: #111c19; }
  .main-nav.open { display: flex; flex-direction: column; }
  .hero { grid-template-columns: 1fr; padding-top: 165px; }
  .hero-question { display: none; }
  .hero-watermark { left: -70px; top: 48%; font-size: clamp(30rem, 90vw, 48rem); opacity: .14; }
  .section-watermark { font-size: clamp(30rem, 92vw, 48rem); opacity: .1; }
  .hero-mark { position: absolute; right: -18%; width: 68vw; opacity: .16; }
  .hero-content { max-width: 850px; }
  .intro-grid, .process, .team-groups, .why-us, .track-record, .authority-record { grid-template-columns: 1fr; gap: 55px; }
  .topic-result { grid-template-columns: 1fr; }
  .result-main { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .condo-problems, .labor-impact { grid-template-columns: 1fr; }
  .partner-strip { grid-template-columns: 1fr 1fr; }
  .partner-actions { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .team-group.assistants ul { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: 1fr; }
  .area-card { min-height: 330px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 20px; }
  .brand { width: 126px; height: 96px; }
  .brand-official { width: 112px; height: 94px; }
  .hero { min-height: 790px; padding: 155px 20px 75px; align-items: start; }
  .hero-watermark { left: -72px; top: 52%; font-size: 31rem; opacity: .13; }
  .section-watermark { font-size: 30rem; opacity: .085; }
  .watermark-right { right: -190px; }
  .watermark-left { left: -180px; }
  h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-copy { margin-top: 23px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .trust-row { margin-top: 38px; gap: 17px; }
  .trust-row span { width: 45%; }
  .scroll-cue { display: none; }
  .section { padding: 75px 20px; }
  .smart-section { padding: 75px 16px; }
  .topic-selector { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .topic-button { flex: 0 0 auto; scroll-snap-align: start; }
  .result-main, .result-actions { padding: 30px 23px; }
  .smart-contact { width: 100%; }
  .feature-grid { grid-template-columns: 1fr; }
  .audience-section, .condo-problems, .labor-impact { padding: 75px 20px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 280px; }
  .feature-card { min-height: 340px; }
  .condo-partnership { padding: 75px 20px; }
  .track-record { padding: 75px 20px; }
  .track-number { min-height: 330px; }
  .authority-numbers { grid-template-columns: 1fr; }
  .authority-numbers > div:last-child { grid-column: auto; }
  .condo-paths, .partner-strip { grid-template-columns: 1fr; }
  .condo-path h3 { margin-top: 38px; }
  .condo-path > p { min-height: 0; }
  .partner-actions { grid-column: auto; flex-direction: column; align-items: stretch; }
  .team-group.assistants ul { grid-template-columns: 1fr; }
  .section-label { margin-bottom: 40px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading > p { margin-top: 22px; }
  .area-card { min-height: 350px; padding: 28px; }
  .team-group li { display: block; }
  .team-group small { display: block; margin-top: 5px; }
  .contact { min-height: 600px; padding-inline: 20px; }
  .phone-link { margin: 12px 0 0; }
  footer { grid-template-columns: 1fr; gap: 30px; padding: 50px 20px 25px; }
  .footer-brand, footer > p { grid-column: auto; }
  .footer-brand { width: 220px; height: 205px; justify-self: start; }
  .footer-brand img { width: 205px; height: 200px; }
  .footer-links { flex-wrap: wrap; justify-content: flex-start; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { padding: 13px; }
}

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

/* Simplified home */
.simple-home-hero { min-height: 820px; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); }
.simple-home-hero h1 { max-width: 900px; font-size: clamp(3.5rem, 6.4vw, 6.7rem); }
.home-actions .button-green { border: 1px solid var(--green-bright); }
.button-green { display: inline-flex; justify-content: center; align-items: center; min-height: 56px; padding: 15px 25px; color: white; background: linear-gradient(120deg, #087b59, #13ad79); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, filter .2s ease; }
.button-green:hover { transform: translateY(-2px); filter: brightness(1.08); }
.subtle-action { opacity: .8; }
.hero-choice { position: relative; z-index: 2; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.hero-choice > span { display: block; margin-bottom: 8px; color: var(--gold-light); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-choice > a { display: grid; grid-template-columns: 34px 1fr 22px; gap: 14px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.13); transition: padding .2s ease, color .2s ease; }
.hero-choice > a:last-child { border: 0; }
.hero-choice > a:hover { padding-left: 8px; color: var(--gold-light); }
.hero-choice strong { color: var(--gold); font-size: .65rem; }
.hero-choice div { display: flex; flex-direction: column; }
.hero-choice b { font-family: Georgia, serif; font-size: 1.28rem; font-weight: 400; }
.hero-choice small { margin-top: 5px; color: rgba(255,255,255,.54); }
.hero-choice i { font-style: normal; color: var(--gold-light); }
.home-authority { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(24px, 8vw, 130px) clamp(70px, 8vw, 110px); background: linear-gradient(135deg, #fffdf5, #f4edd7); }
.authority-card { min-height: 205px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.authority-card:first-child { border-left: 1px solid var(--line); }
.authority-card strong { color: var(--deep); font-family: Georgia, serif; font-size: clamp(1.75rem, 2.8vw, 3rem); font-weight: 400; line-height: 1; }
.authority-card em { color: #9d7714; font-style: normal; }
.authority-card p { margin: 15px 0 0; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.authority-card.highlighted { color: white; background: linear-gradient(145deg, #07523d, #0c8b64); }
.authority-card.highlighted strong, .authority-card.highlighted p { color: white; }
.authority-note { grid-column: 1 / -1; max-width: 900px; margin: 38px auto 0; color: var(--muted); text-align: center; }
.home-pillars, .support-areas { padding: clamp(80px, 10vw, 145px) clamp(24px, 8vw, 130px); background: var(--paper); }
.home-section-heading { max-width: 850px; margin-bottom: 55px; }
.home-section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 5vw, 5.3rem); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
.pillar-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 22px; }
.pillar-card { position: relative; overflow: hidden; min-height: 590px; display: flex; flex-direction: column; padding: clamp(34px, 5vw, 65px); }
.pillar-card > *:not(.section-watermark) { position: relative; z-index: 1; }
.pillar-card > span { font-size: .67rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.pillar-card h3 { margin: auto 0 22px; font-size: clamp(3rem, 5vw, 5.2rem); letter-spacing: -.05em; }
.pillar-card p { max-width: 610px; font-size: 1.03rem; }
.pillar-card ul { margin: 18px 0 30px; padding: 0; list-style: none; }
.pillar-card li { padding: 8px 0; border-bottom: 1px solid currentColor; opacity: .72; }
.pillar-card .button { align-self: flex-start; }
.pillar-actions { margin-top: auto; display: flex; flex-direction: column; align-items: stretch; gap: 13px; min-height: 58px; }
.pillar-actions .button { width: 100%; min-height: 58px; padding-inline: 18px; text-align: center; }
.pillar-condo { color: white; background: linear-gradient(145deg, #032c21, #087052); }
.pillar-condo > span { color: var(--gold-light); }
.pillar-labor { color: var(--ink); border: 1px solid var(--line); background: linear-gradient(145deg, #f7f1dc, #fffdf7); }
.pillar-labor > span { color: #9b7414; }
.home-method { position: relative; overflow: hidden; padding: clamp(80px, 10vw, 145px) clamp(24px, 8vw, 130px); color: white; background: linear-gradient(135deg, #032b20, #087052); }
.home-method > *:not(.section-watermark) { position: relative; z-index: 1; }
.method-flow { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.method-flow article { min-height: 255px; padding: 27px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.method-flow span { color: var(--gold-light); font-size: .65rem; }
.method-flow h3 { margin: 65px 0 14px; font-size: 1.55rem; }
.method-flow p { color: rgba(255,255,255,.61); font-size: .86rem; }
.support-areas { background: linear-gradient(135deg, #fffdf5, #f3ecd6); }
.support-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.support-card { min-height: 315px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.38); transition: transform .2s ease, background .2s ease; }
.support-card:hover { transform: translateY(-5px); background: white; }
.support-card span { color: #9b7414; font-size: .65rem; font-weight: 700; }
.support-card h3 { margin: auto 0 15px; color: var(--deep); font-size: 2rem; }
.support-card p { min-height: 70px; color: var(--muted); }
.support-card strong { color: #087553; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.home-contact { min-height: 570px; }
.four-path-hero { min-height: 820px; grid-template-columns: minmax(0, 1.04fr) minmax(330px, .76fr); }
.four-path-hero h1 { max-width: 1080px; font-size: clamp(3.25rem, 6vw, 6.5rem); }
.hero-stats { align-self: center; display: grid; gap: 0; padding: 34px 0; }
.hero-stats div { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-stats div:last-child { border-bottom: 0; }
.hero-stats strong { display: block; color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(2.8rem, 4.5vw, 4.8rem); font-weight: 400; line-height: .9; }
.hero-stats p { margin: 9px 0 0; color: rgba(255,255,255,.66); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.compact-authority { grid-template-columns: repeat(3, 1fr); padding-top: clamp(55px, 6vw, 80px); }
.four-pillar-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 22px; align-items: stretch; }
.five-pillar-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 22px; align-items: stretch; }
.five-pillar-grid .pillar-card { grid-column: span 2; }
.five-pillar-grid .pillar-card:nth-child(4) { grid-column: 2 / span 2; }
.five-pillar-grid .pillar-card:nth-child(5) { grid-column: 4 / span 2; }
.four-pillars .pillar-card { min-height: 610px; padding: clamp(34px, 4.4vw, 58px); }
.four-pillars .pillar-card h3 { margin: clamp(45px, 5vw, 82px) 0 22px; font-size: clamp(2.55rem, 4vw, 4.45rem); }
.four-pillars .pillar-card p { font-size: 1rem; }
.four-pillars .pillar-card ul { margin-bottom: 28px; }
.four-pillars .pillar-card > .button { margin-top: auto; }
.five-pillars .pillar-card { min-height: 620px; padding: clamp(30px, 3vw, 48px); overflow: hidden; }
.five-pillars .pillar-card h3 { margin: clamp(44px, 4.5vw, 70px) 0 18px; font-size: clamp(2.25rem, 3.2vw, 3.9rem); line-height: 1.02; overflow-wrap: normal; hyphens: none; }
.five-pillars .pillar-card p { font-size: .97rem; }
.five-pillars .pillar-card li { font-size: .9rem; }
.pillar-light { color: var(--ink); border: 1px solid var(--line); background: linear-gradient(145deg, #fffdf7, #f2ead2); }
.pillar-light > span { color: #9b7414; }
.other-actions-strip { padding: clamp(75px, 9vw, 125px) clamp(24px, 8vw, 130px); background: linear-gradient(135deg, #fffdf5, #f3ecd6); }
.other-actions-strip > p { max-width: 860px; color: var(--muted); font-size: 1.08rem; }
.other-actions-strip .text-link { display: inline-flex; margin-top: 25px; color: #087553; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* Team presentation */
.people-section { padding: clamp(75px, 9vw, 135px) clamp(24px, 8vw, 130px); background: var(--paper); }
.home-people-section { background: linear-gradient(135deg, #fffdf5, #f4edd7); }
.home-people-section .people-group:first-child .person-card { min-height: 245px; background: linear-gradient(145deg, #063427, #0a7a58); }
.home-people-section .people-group:first-child .person-card small, .home-people-section .people-group:first-child .person-card h3, .home-people-section .people-group:first-child .person-card p { color: white; }
.home-people-section .people-group:first-child .person-card::before { color: #e7d88f; opacity: .12; }
.people-group + .people-group { margin-top: 75px; }
.people-group-header { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 28px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.people-group-header h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.5rem, 4vw, 4.3rem); font-weight: 400; letter-spacing: -.04em; }
.people-group-header p { max-width: 440px; margin: 0; color: var(--muted); }
.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.person-card { position: relative; min-height: 225px; display: flex; flex-direction: column; justify-content: flex-end; padding: 27px; border: 1px solid var(--line); background: linear-gradient(145deg, #fff, #f6f1df); transition: transform .2s ease, box-shadow .2s ease; }
.person-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(5,60,44,.1); }
.person-card::before { content: "B"; position: absolute; top: 10px; right: 20px; color: #0e8c66; font-family: Georgia, serif; font-size: 5rem; font-weight: 700; opacity: .07; }
.person-card small { color: #9b7414; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.person-card h3 { margin: 11px 0 7px; color: var(--deep); font-size: clamp(1.45rem, 2vw, 2rem); }
.person-card p { margin: 0; color: var(--muted); font-size: .78rem; letter-spacing: .06em; }
.people-group.assistant-group .people-grid { grid-template-columns: repeat(5, 1fr); }
.people-group.assistant-group .person-card { min-height: 195px; }
.people-group.assistant-group .person-card h3 { font-size: 1.35rem; }

@media (max-width: 1050px) {
  .simple-home-hero, .four-path-hero { grid-template-columns: 1fr; }
  .hero-choice { display: none; }
  .home-authority, .support-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-grid, .four-pillar-grid, .five-pillar-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .five-pillar-grid .pillar-card, .five-pillar-grid .pillar-card:nth-child(4), .five-pillar-grid .pillar-card:nth-child(5) { grid-column: auto; }
  .method-flow { grid-template-columns: repeat(3, 1fr); }
  .people-group.assistant-group .people-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .home-actions { flex-direction: column; align-items: stretch; }
  .home-actions .button, .home-actions .button-green { width: 100%; }
  .home-authority, .support-grid, .people-grid, .people-group.assistant-group .people-grid { grid-template-columns: 1fr; }
  .authority-card:first-child { border-left: 1px solid var(--line); }
  .pillar-card, .four-pillars .pillar-card { min-height: 510px; padding: 34px 25px; }
  .method-flow { grid-template-columns: 1fr; }
  .method-flow article { min-height: 210px; }
  .people-group-header { display: block; }
  .people-group-header p { margin-top: 15px; }
}

/* Internal pages */
.inner-header { position: relative; height: 120px; background: #043326; }
.inner-header .main-nav { font-size: .58rem; }
.page-hero { position: relative; overflow: hidden; min-height: 590px; display: grid; align-items: center; padding: 90px clamp(24px, 8vw, 130px); color: white; background: radial-gradient(circle at 78% 35%, #15956c, #064632 45%, #02281e 100%); }
.page-hero-content { position: relative; z-index: 2; max-width: 1020px; }
.page-hero h1 { margin: 0; max-width: 1000px; font-size: clamp(3.2rem, 6vw, 6.4rem); }
.page-hero p:not(.eyebrow) { max-width: 760px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 1.1rem; }
.labor-page-hero { background: radial-gradient(circle at 75% 30%, #16a979, #07553e 38%, #022c21 100%); }
.labor-info-grid .info-card { border-top: 3px solid transparent; }
.labor-info-grid .info-card:hover { border-top-color: var(--gold); background: white; }
.page-watermark { position: absolute; right: -8vw; top: 50%; transform: translateY(-50%); color: #18b37a; font-family: Georgia, serif; font-size: clamp(34rem, 62vw, 62rem); font-weight: 700; line-height: .7; opacity: .13; pointer-events: none; }
.breadcrumbs { margin-bottom: 28px; color: rgba(255,255,255,.55); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.breadcrumbs a { color: var(--gold-light); }
.content-section { padding: clamp(75px, 9vw, 135px) clamp(24px, 8vw, 130px); background: var(--paper); }
.content-section.alt { background: var(--cream); }
.content-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.content-lead h2, .internal-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.7rem, 4.6vw, 5rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.04; }
.content-copy { color: var(--muted); }
.content-copy > p:first-child { margin-top: 0; color: var(--ink); font-size: 1.18rem; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.info-card { min-height: 265px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); }
.info-card span { color: #a77f12; font-size: .65rem; font-weight: 700; }
.info-card h3 { margin: 48px 0 15px; color: var(--deep); font-size: 1.75rem; }
.info-card p { color: var(--muted); font-size: .9rem; }
.dark-section { position: relative; overflow: hidden; padding: clamp(80px, 10vw, 145px) clamp(24px, 8vw, 130px); color: white; background: linear-gradient(135deg, #022c20, #087455); }
.dark-section > *:not(.section-watermark) { position: relative; z-index: 1; }
.dark-section .on-dark { max-width: 900px; margin-top: 28px; color: rgba(255,255,255,.7); }
.dark-section .on-dark p { color: rgba(255,255,255,.7); font-size: 1.05rem; }
.method-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.method-item { min-height: 245px; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.method-item span { color: var(--gold-light); font-size: .67rem; }
.method-item h3 { margin: 55px 0 12px; font-size: 1.65rem; }
.method-item p { color: rgba(255,255,255,.63); font-size: .9rem; }
.light-method { border-color: var(--line); }
.light-method .method-item { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.48); }
.light-method .method-item span { color: #9b7414; }
.light-method .method-item p { color: var(--muted); }
.document-box { margin-top: 45px; padding: clamp(30px, 5vw, 58px); border-left: 5px solid var(--gold); background: #fff; box-shadow: 0 22px 60px rgba(6,49,37,.1); }
.document-box h3 { margin: 0 0 20px; font-size: 2rem; }
.check-list { columns: 2; gap: 45px; margin: 0; padding: 0; list-style: none; }
.check-list li { break-inside: avoid; padding: 10px 0 10px 24px; position: relative; border-bottom: 1px solid var(--line); color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-live); font-weight: 700; }
.insurance-section { background: linear-gradient(135deg, #fffdf5, #f4edd7); }
.insurance-section .content-copy strong { color: var(--deep); }
.insurance-questions { border-left-color: var(--green-live); }
.faq { max-width: 980px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 23px 35px 23px 0; cursor: pointer; font-family: Georgia, serif; font-size: 1.3rem; list-style: none; }
.faq summary::after { content: "+"; float: right; color: #a77f12; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 0 23px; color: var(--muted); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { min-height: 310px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: white; transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(5,60,44,.1); }
.article-card small { color: #a77f12; text-transform: uppercase; letter-spacing: .1em; }
.article-card h2, .article-card h3 { margin: auto 0 18px; font-size: 2rem; }
.article-card p { color: var(--muted); }
.article-card strong { color: #087553; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.article-page { max-width: 980px; margin: 0 auto; }
.article-page h2 { margin: 52px 0 18px; color: var(--deep); font-size: clamp(2rem, 3.3vw, 3.4rem); }
.article-page h3 { margin: 34px 0 12px; color: var(--deep); font-size: 1.65rem; }
.article-page p { color: var(--muted); font-size: 1.04rem; }
.article-page p.lead { color: var(--ink); font-size: 1.22rem; }
.article-page a:not(.button) { color: #087553; font-weight: 700; border-bottom: 1px solid rgba(8,117,83,.25); }
.article-page ul { margin: 18px 0 28px; padding: 0; list-style: none; }
.article-page li { position: relative; padding: 10px 0 10px 24px; border-bottom: 1px solid var(--line); color: var(--muted); }
.article-page li::before { content: "+"; position: absolute; left: 0; color: #a77f12; font-weight: 700; }
.article-note { margin-top: 42px; padding: 24px 28px; border-left: 4px solid var(--gold); background: #f7f1dc; color: var(--muted); }
.article-cta { margin-top: 48px; padding: clamp(28px, 4vw, 44px); color: white; background: linear-gradient(135deg, #063c2e, #0b7657); }
.article-cta h2 { margin-top: 0; color: white; }
.article-cta p { color: rgba(255,255,255,.72); }
.simple-footer { margin-top: 0; }
@media (max-width: 960px) {
  .inner-header { height: 105px; }
  .inner-header .main-nav { top: 105px; }
  .content-grid { grid-template-columns: 1fr; }
  .info-grid, .method-list, .article-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .page-hero { min-height: 520px; padding: 70px 20px; }
  .content-section, .dark-section { padding: 75px 20px; }
  .info-grid, .method-list, .article-grid { grid-template-columns: 1fr; }
  .check-list { columns: 1; }
}
