:root {
  --ink: #102c3a;
  --ink-2: #173e50;
  --ink-3: #245066;
  --paper: #f7f7f4;
  --white: #ffffff;
  --sand: #e4d8c6;
  --accent: #c49a61;
  --accent-2: #d8b983;
  --muted: #66727a;
  --line: #dfe4e5;
  --shadow: 0 24px 70px rgba(16,44,58,.12);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }
.skip-link { position: fixed; z-index: 1000; left: 18px; top: 12px; transform: translateY(-150%); padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 10px; text-decoration: none; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(16,44,58,.08); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--ink); color: var(--white); font-weight: 800; font-size: 21px; letter-spacing: -.04em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 16px; letter-spacing: .18em; }
.brand-copy small { font-size: 8.5px; margin-top: 5px; color: var(--muted); letter-spacing: .28em; }
.primary-nav { display: flex; align-items: center; gap: 29px; }
.primary-nav a { text-decoration: none; font-size: 14px; font-weight: 650; color: #304b58; transition: .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--ink); }
.primary-nav .nav-cta { padding: 11px 18px; color: var(--white); background: var(--ink); border-radius: 11px; }
.nav-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 9px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .2s; }
.hero { overflow: hidden; padding: 100px 0 88px; background: linear-gradient(145deg,#fbfbf8 0%,#f2f4f2 52%,#edf1ef 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(16,44,58,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(16,44,58,.04) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom,#000,transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .4; }
.hero-glow-one { width: 400px; height: 400px; right: -170px; top: -140px; background: radial-gradient(circle,rgba(196,154,97,.2),transparent 68%); }
.hero-glow-two { width: 320px; height: 320px; left: -140px; bottom: -160px; background: radial-gradient(circle,rgba(23,62,80,.12),transparent 68%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: #5e6f75; font-weight: 760; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 1px; background: var(--accent); }
.eyebrow.light { color: #bfd0d7; }
.hero h1 { margin: 0; max-width: 730px; font-size: clamp(46px,6vw,76px); line-height: .98; letter-spacing: -.055em; font-weight: 790; }
.hero-lead { margin: 28px 0 0; max-width: 675px; color: #53656d; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border-radius: 13px; text-decoration: none; font-weight: 760; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--ink); box-shadow: 0 10px 26px rgba(16,44,58,.15); }
.btn-primary:hover { background: #173b4c; box-shadow: 0 14px 32px rgba(16,44,58,.2); }
.btn-secondary { color: var(--ink); background: rgba(255,255,255,.68); border: 1px solid #d8dfdf; }
.btn-secondary svg { width: 18px; height: 18px; }
.btn-secondary.dark-border { background: transparent; border-color: rgba(16,44,58,.18); }
.hero-trust { margin-top: 46px; padding-top: 26px; border-top: 1px solid #d9dfdc; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.hero-trust div { min-width: 0; }
.hero-trust strong { display: block; font-size: 13px; margin-bottom: 4px; }
.hero-trust span { display: block; color: #748187; font-size: 11.5px; line-height: 1.45; }
.hero-panel { background: #102c3a; color: var(--white); padding: 18px; border-radius: 31px; box-shadow: 0 35px 90px rgba(16,44,58,.24); transform: rotate(.5deg); }
.panel-topline { padding: 4px 5px 14px; display: flex; justify-content: space-between; align-items: center; gap: 10px; color: #afc0c8; font-size: 9px; letter-spacing: .16em; font-weight: 800; }
.status { display: flex; align-items: center; gap: 7px; letter-spacing: .05em; font-weight: 600; }
.status i { width: 7px; height: 7px; background: #9fc79b; border-radius: 50%; box-shadow: 0 0 0 4px rgba(159,199,155,.12); }
.panel-card { border-radius: 20px; }
.panel-main { min-height: 255px; padding: 28px; background: linear-gradient(145deg,#f8f5ef,#e9e0d3); color: var(--ink); display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.panel-main::after { content: "F"; position: absolute; right: 18px; top: -31px; font-size: 180px; font-weight: 900; line-height: 1; color: rgba(16,44,58,.055); letter-spacing: -.09em; }
.panel-icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--white); border-radius: 14px; margin-bottom: auto; box-shadow: 0 10px 25px rgba(16,44,58,.08); }
.panel-icon svg { width: 25px; height: 25px; }
.panel-main p { margin: 0 0 5px; color: #7b7164; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.panel-main h2 { margin: 0; max-width: 310px; font-size: 29px; line-height: 1.03; letter-spacing: -.035em; }
.panel-main > span { margin-top: 12px; color: #657177; font-size: 12px; }
.panel-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.mini-card { min-height: 145px; padding: 21px; background: #183c4d; border-radius: 18px; display: flex; flex-direction: column; justify-content: flex-end; }
.mini-card.accent-card { background: var(--accent); color: #102c3a; }
.mini-label { margin-bottom: auto; color: #9eb2bc; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.accent-card .mini-label { color: rgba(16,44,58,.62); }
.mini-card strong { display: block; font-size: 16px; margin-bottom: 4px; }
.mini-card small { color: #b7c6cd; font-size: 10.5px; line-height: 1.4; }
.accent-card small { color: rgba(16,44,58,.68); }
.panel-note { margin: 13px 7px 1px; color: #a7bac2; font-size: 10.5px; text-align: center; }
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { padding: 28px 32px; display: flex; align-items: flex-start; gap: 15px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; padding-right: 0; }
.trust-number { color: var(--accent); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.trust-grid p { margin: 0; color: #728087; font-size: 12px; line-height: 1.5; }
.trust-grid strong { color: var(--ink); font-size: 13px; }
.section-heading { max-width: 690px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .services-intro h2, .about-copy h2, .faq-heading h2, .contact-copy h2 { margin: 0; font-size: clamp(36px,4.4vw,54px); line-height: 1.07; letter-spacing: -.045em; }
.section-heading > p:last-child, .services-intro > p:not(.eyebrow), .faq-heading > p:last-child { color: var(--muted); font-size: 16px; margin-top: 18px; }
.benefits { background: var(--white); }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.benefit-card { position: relative; min-height: 315px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.benefit-card:hover { transform: translateY(-5px); border-color: #ccd4d5; box-shadow: 0 18px 40px rgba(16,44,58,.08); }
.benefit-card .number { position: absolute; right: 22px; top: 18px; color: #a6b1b6; font-size: 10px; font-weight: 850; }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: #f3f5f4; color: var(--ink-2); }
.icon-box svg { width: 23px; height: 23px; }
.benefit-card h3 { margin: 70px 0 10px; font-size: 18px; letter-spacing: -.02em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }
.services { background: var(--ink); color: var(--white); overflow: hidden; }
.services::after { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; right: -230px; bottom: -250px; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.015); }
.services-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; position: relative; z-index: 1; }
.services-intro { position: sticky; top: 120px; align-self: start; }
.services-intro h2 { max-width: 520px; }
.services-intro > p:not(.eyebrow) { color: #b8c5ca; }
.text-link { display: inline-flex; gap: 8px; margin-top: 15px; color: var(--accent-2); text-decoration: none; font-weight: 700; font-size: 14px; }
.service-list { border-top: 1px solid rgba(255,255,255,.14); }
.service-item { display: grid; grid-template-columns: 70px 1fr; gap: 15px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.service-item > span { color: var(--accent-2); font-size: 10px; font-weight: 850; }
.service-item h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.02em; }
.service-item p { margin: 0; color: #adbdc4; font-size: 14px; }
.process { background: var(--paper); }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; counter-reset: process; }
.process-grid li { min-height: 260px; position: relative; padding: 26px 23px; background: var(--white); border-radius: 19px; border: 1px solid #e3e6e4; }
.process-grid li::after { content: ""; position: absolute; left: 100%; top: 50%; width: 13px; height: 1px; background: #d0d6d3; }
.process-grid li:last-child::after { display:none; }
.process-grid li > span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 10px; font-weight: 800; }
.process-grid h3 { margin: 66px 0 8px; font-size: 17px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.about-visual { position: relative; max-width: 480px; }
.portrait-shell { overflow: hidden; min-height: 515px; display: flex; align-items: flex-end; justify-content: center; border-radius: 24px; background: linear-gradient(160deg,#ede9e1,#dfe7e8); position: relative; }
.portrait-shell::before { content: ""; position: absolute; inset: 27px; border: 1px solid rgba(16,44,58,.1); border-radius: 17px; }
.portrait-shell img { width: 112%; max-width: none; margin-bottom: -1px; object-fit: contain; filter: saturate(.82) contrast(1.03); position: relative; z-index: 1; }
.portrait-caption { position: absolute; right: -28px; bottom: 28px; padding: 16px 18px; min-width: 195px; background: var(--ink); color: var(--white); border-radius: 14px; box-shadow: var(--shadow); }
.portrait-caption strong, .portrait-caption span { display: block; }
.portrait-caption strong { font-size: 14px; }
.portrait-caption span { color: #afc0c8; font-size: 10.5px; margin-top: 2px; }
.about-copy { max-width: 610px; }
.about-copy .large-copy { font-size: 19px; line-height: 1.65; color: #39515c; margin: 25px 0 15px; }
.about-copy > p:not(.eyebrow):not(.large-copy) { color: var(--muted); }
.about-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 27px 0; }
.about-points div { display: flex; gap: 8px; align-items: center; color: #405862; font-size: 12px; font-weight: 700; }
.about-points svg { width: 18px; height: 18px; color: var(--accent); stroke-width: 2.4; }
.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.accordion { border-top: 1px solid #ccd3d1; }
details { border-bottom: 1px solid #ccd3d1; }
summary { list-style: none; cursor: pointer; padding: 25px 44px 25px 0; position: relative; font-size: 16px; font-weight: 760; line-height: 1.35; }
summary::-webkit-details-marker { display: none; }
summary span, summary span::after { position: absolute; right: 4px; top: 50%; width: 15px; height: 1px; background: var(--ink); transition: transform .2s ease; }
summary span::after { content: ""; right: auto; top: auto; transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { margin: -5px 45px 23px 0; max-width: 640px; color: var(--muted); font-size: 14px; }
.contact-section { padding: 0 0 90px; background: var(--paper); }
.contact-card { background: var(--ink); color: var(--white); border-radius: 28px; padding: 58px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; position: relative; overflow: hidden; }
.contact-card::before { content:""; position:absolute; left:-160px; bottom:-240px; width:410px; height:410px; border:1px solid rgba(255,255,255,.07); border-radius:50%; box-shadow:0 0 0 75px rgba(255,255,255,.018),0 0 0 145px rgba(255,255,255,.012); }
.contact-copy, .contact-options { position: relative; z-index: 1; }
.contact-copy h2 { font-size: clamp(34px,4vw,49px); }
.contact-copy > p:last-child { color: #b2c1c7; font-size: 14px; margin-top: 19px; }
.contact-options { display: flex; flex-direction: column; gap: 10px; }
.contact-option { display: grid; grid-template-columns: 46px 1fr 24px; gap: 14px; align-items: center; min-height: 76px; padding: 11px 15px; border-radius: 15px; text-decoration: none; color: var(--white); background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.1); transition: .2s ease; }
.contact-option:hover { background: rgba(255,255,255,.1); transform: translateX(3px); }
.contact-icon { width: 42px; height: 42px; display:grid;place-items:center;background:rgba(255,255,255,.08);border-radius:12px;color:var(--accent-2); }
.contact-icon svg { width:20px;height:20px; }
.contact-option small,.contact-option strong{display:block;overflow-wrap:anywhere;}
.contact-option small{color:#9fb2bb;font-size:9.5px;text-transform:uppercase;letter-spacing:.11em;margin-bottom:2px;}
.contact-option strong{font-size:13px;}
.contact-option b{color:var(--accent-2);font-size:18px;font-weight:500;}
.site-footer { background: #0b222d; color: var(--white); padding: 68px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr .8fr 1.1fr; gap: 50px; padding-bottom: 52px; }
.footer-brand .brand-mark { background: var(--accent); color: var(--ink); }
.footer-brand .brand-copy small { color: #98adb6; }
.footer-description { color: #91a6af; font-size: 12px; max-width: 290px; margin-top: 18px; }
.footer-grid h3 { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; color: #d9e1e4; margin: 0 0 17px; }
.footer-grid a,.footer-grid p:not(.footer-description) { display:block;color:#91a6af;text-decoration:none;font-size:12px;margin:0 0 9px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display:flex;justify-content:space-between;gap:20px;align-items:center;color:#718891;font-size:10.5px; }
.footer-bottom p { margin:0; }
.footer-bottom div{display:flex;gap:18px;}
.footer-bottom a{color:#91a6af;text-decoration:none;}
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.in-view { opacity: 1; transform: translateY(0); }
.js .reveal.delay-1 { transition-delay: .08s; }
.js .reveal.delay-2 { transition-delay: .16s; }
.js .reveal.delay-3 { transition-delay: .24s; }
:focus-visible { outline: 3px solid rgba(196,154,97,.7); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto} *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.js .reveal{opacity:1;transform:none;} }
@media (max-width: 980px) {
  .section { padding: 88px 0; }
  .hero-grid,.about-grid,.faq-grid,.contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .hero-copy { max-width: 760px; }
  .hero-panel { max-width: 650px; }
  .benefit-grid,.process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid li:nth-child(2)::after { display:none; }
  .services-grid { grid-template-columns: 1fr; gap: 45px; }
  .services-intro,.faq-heading { position: static; }
  .about-grid { gap: 55px; }
  .about-visual { margin-inline:auto; width:min(100%,520px); }
  .faq-grid { gap: 35px; }
  .contact-card { gap: 35px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1/-1; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { height: 70px; }
  .nav-toggle { display:block; }
  .primary-nav { position: fixed; top:70px; left:14px; right:14px; padding:16px; background:rgba(255,255,255,.98); border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); flex-direction:column; align-items:stretch; gap:3px; transform:translateY(-12px); opacity:0; pointer-events:none; transition:.2s ease; }
  .primary-nav.open { transform:translateY(0); opacity:1; pointer-events:auto; }
  .primary-nav a { padding:12px 10px; }
  .primary-nav .nav-cta { text-align:center; margin-top:5px; }
  .hero { padding: 70px 0 65px; }
  .hero h1 { font-size: clamp(43px,14vw,62px); }
  .hero-lead { font-size:16px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .btn { width:100%; }
  .hero-trust { grid-template-columns:1fr; gap:14px; }
  .hero-trust div { padding-left:13px; border-left:2px solid var(--sand); }
  .panel-row { grid-template-columns:1fr; }
  .hero-panel { transform:none; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-grid > div,.trust-grid > div:first-child,.trust-grid > div:last-child { padding:20px 0; border-right:0; border-bottom:1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom:0; }
  .benefit-grid,.process-grid { grid-template-columns:1fr; }
  .benefit-card { min-height:260px; }
  .benefit-card h3 { margin-top:52px; }
  .process-grid li { min-height:215px; }
  .process-grid li::after { display:none; }
  .process-grid h3 { margin-top:42px; }
  .service-item { grid-template-columns:48px 1fr; }
  .portrait-shell { min-height:430px; }
  .portrait-caption { right:12px; bottom:12px; }
  .about-points { grid-template-columns:1fr; }
  .contact-card { padding:32px 20px; border-radius:22px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:35px; }
  .footer-grid > div:first-child,.footer-grid > div:last-child { grid-column:1/-1; }
  .footer-bottom { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 430px) {
  .brand-copy strong { font-size:14px; }
  .brand-copy small { font-size:7.5px; }
  .hero h1 { font-size:45px; }
  .panel-main { min-height:235px; padding:23px; }
  .panel-main h2 { font-size:25px; }
  .section-heading h2,.services-intro h2,.about-copy h2,.faq-heading h2,.contact-copy h2 { font-size:36px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-grid > div:first-child,.footer-grid > div:last-child { grid-column:auto; }
}
