:root {
  --ink: #102a3a;
  --ink-soft: #3e5663;
  --navy: #0c3448;
  --navy-deep: #092938;
  --green: #086dcc;
  --green-light: #e1eefb;
  --cream: #f6f3ec;
  --paper: #fffdf9;
  --line: #dce4e2;
  --orange: #e6a046;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(16, 42, 58, 0.1); background: rgba(255, 253, 249, 0.94); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-logo { width: 52px; height: 52px; border-radius: 11px; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.04; letter-spacing: -0.02em; }
.brand-copy strong { font-size: 17px; }
.brand-copy span { margin-top: 4px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 28px; color: var(--ink-soft); font-size: 14px; font-weight: 700; }
.desktop-nav a { transition: color 160ms ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--green); }

.button { min-height: 50px; padding: 0 22px; border: 1px solid var(--navy); border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--navy); color: var(--white); font-weight: 800; box-shadow: 0 10px 25px rgba(9, 41, 56, 0.13); transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--green); border-color: var(--green); box-shadow: 0 14px 30px rgba(9, 41, 56, 0.18); }
.button-small { min-height: 42px; padding: 0 17px; font-size: 14px; }
.button-ghost { background: transparent; color: var(--navy); box-shadow: none; }
.button-ghost:hover, .button-ghost:focus-visible { color: var(--white); }

.hero { position: relative; overflow: hidden; padding: 86px 0 76px; background: var(--cream); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: 0.33; background-image: linear-gradient(rgba(47, 118, 104, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(47, 118, 104, 0.1) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 55%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 17px; display: flex; align-items: center; gap: 7px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: 0.12em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 23px; font-size: clamp(46px, 6vw, 74px); line-height: 0.98; letter-spacing: -0.055em; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 50px); line-height: 1.06; letter-spacing: -0.045em; }
h3 { margin-bottom: 10px; font-size: 19px; line-height: 1.25; letter-spacing: -0.02em; }
p { color: var(--ink-soft); line-height: 1.72; }
.hero-lead { max-width: 650px; margin-bottom: 31px; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.quick-trust { margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 11px 23px; list-style: none; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.quick-trust li { display: flex; align-items: center; gap: 6px; }
.quick-trust svg { color: var(--green); }
.hero-visual { position: relative; min-width: 0; }
.hero-image-wrap { overflow: hidden; aspect-ratio: 1.1; border-radius: 50% 12px 50% 12px; background: var(--green-light); box-shadow: 22px 22px 0 #c8def3, 0 24px 60px rgba(9, 41, 56, 0.15); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.service-note { position: absolute; left: -34px; bottom: 33px; min-width: 236px; padding: 15px; border: 1px solid rgba(16, 42, 58, 0.1); border-radius: 11px; display: flex; align-items: center; gap: 12px; background: var(--white); box-shadow: 0 18px 44px rgba(9, 41, 56, 0.15); }
.service-note-icon { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; background: var(--green-light); color: var(--green); }
.service-note > span:last-child { display: flex; flex-direction: column; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.service-note strong { color: var(--ink); font-size: 15px; }

.trust-bar { background: var(--navy); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 25px 27px; border-left: 1px solid rgba(255,255,255,0.13); display: flex; flex-direction: column; gap: 5px; }
.trust-grid > div:last-child { border-right: 1px solid rgba(255,255,255,0.13); }
.trust-grid strong { font-size: 18px; }
.trust-grid span { color: rgba(255,255,255,0.7); font-size: 12px; }

.section { padding: 102px 0; }
.section-tint { background: #edf5fc; }
.section-heading { margin-bottom: 44px; display: grid; grid-template-columns: 1.1fr 0.8fr; gap: 80px; align-items: end; }
.section-heading h2 { max-width: 670px; margin-bottom: 0; }
.section-heading > p { max-width: 500px; margin-bottom: 3px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 235px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform 170ms ease, box-shadow 170ms ease; }
.service-card:hover { position: relative; z-index: 1; transform: translateY(-4px); box-shadow: 0 18px 40px rgba(9, 41, 56, 0.11); }
.service-icon { width: 48px; height: 48px; margin-bottom: 24px; border-radius: 11px 4px 11px 4px; display: grid; place-items: center; background: var(--green-light); color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: 0.03em; }
.service-card p { margin-bottom: 0; font-size: 14px; }
.scope-note { margin: 25px 0 0; padding: 17px 20px; border-left: 3px solid var(--orange); display: flex; align-items: flex-start; gap: 11px; background: #fff8e9; font-size: 14px; }
.scope-note svg { flex: 0 0 auto; margin-top: 2px; color: #a46415; }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.audience-card { position: relative; overflow: hidden; min-height: 530px; padding: 50px; border-radius: 14px; }
.audience-card > svg { margin-bottom: 33px; }
.audience-card h2 { max-width: 500px; font-size: clamp(34px, 3.5vw, 47px); }
.audience-card p:not(.eyebrow) { max-width: 540px; }
.audience-card ul { margin: 28px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; font-weight: 700; }
.audience-card li { display: flex; align-items: center; gap: 9px; }
.audience-number { position: absolute; top: 28px; right: 34px; font-size: 62px; font-weight: 900; line-height: 1; opacity: 0.08; }
.audience-home { border: 1px solid #c8def3; background: var(--paper); }
.audience-home > svg, .audience-home li svg { color: var(--green); }
.audience-business { background: var(--navy); color: var(--white); }
.audience-business .eyebrow, .audience-business > svg, .audience-business li svg { color: #86c4fa; }
.audience-business p:not(.eyebrow) { color: rgba(255,255,255,0.72); }

.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 88px; align-items: center; }
.about-panel { position: relative; min-height: 480px; overflow: hidden; padding: 45px; border-radius: 14px 80px 14px 80px; display: grid; place-items: center; background: var(--navy); }
.about-panel::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,0.13); border-radius: 50%; }
.about-panel::after { content: ""; position: absolute; width: 240px; height: 240px; border: 1px solid rgba(255,255,255,0.16); border-radius: 50%; }
.about-logo { position: relative; z-index: 2; width: min(100%, 360px); height: auto; border-radius: 18px; box-shadow: 0 24px 55px rgba(0,0,0,0.22); }
.about-copy > p:not(.eyebrow) { max-width: 650px; font-size: 16px; }
.about-points { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 14px 23px; font-size: 14px; font-weight: 800; }
.about-points span { display: flex; align-items: center; gap: 7px; }
.about-points svg { color: var(--green); }

.process-section { padding-top: 42px; }
.process-heading { grid-template-columns: 1fr; }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.process-grid li { min-height: 220px; padding: 30px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); display: flex; gap: 20px; }
.process-grid li:first-child { border-left: 1px solid var(--line); }
.process-grid li > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; background: var(--green-light); color: var(--green); font-weight: 900; }
.process-grid p { margin-bottom: 0; font-size: 14px; }

.contact-section { padding: 92px 0; background: var(--green); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 0.95fr; gap: 80px; align-items: center; }
.contact-section .eyebrow { color: #d5eee6; }
.contact-section h2 { margin-bottom: 16px; }
.contact-section p { max-width: 570px; margin-bottom: 0; color: rgba(255,255,255,0.78); font-size: 17px; }
.contact-actions { display: grid; gap: 11px; }
.contact-link { padding: 16px 18px; border: 1px solid rgba(255,255,255,0.24); border-radius: 10px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; background: rgba(255,255,255,0.1); transition: background 160ms ease, transform 160ms ease; }
.contact-link:hover, .contact-link:focus-visible { transform: translateX(4px); background: rgba(255,255,255,0.17); }
.contact-link > span { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--white); color: var(--green); }
.contact-link .facebook-icon { font: 900 27px/1 Arial, sans-serif; }
.contact-link div { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.contact-link small { color: rgba(255,255,255,0.7); }
.contact-link strong { overflow-wrap: anywhere; font-size: 18px; }

footer { padding: 46px 0; background: var(--navy-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.1fr auto; gap: 45px; align-items: center; }
.brand-footer { margin: 0; }
.brand-footer .brand-logo { background: var(--white); }
.brand-footer .brand-copy span { color: #86c4fa; }
.footer-grid > p { margin: 0; color: rgba(255,255,255,0.65); font-size: 13px; }
.footer-meta { display: flex; flex-direction: column; gap: 6px; color: rgba(255,255,255,0.62); font-size: 11px; text-align: right; }
.footer-meta a { color: #86c4fa; font-weight: 800; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .hero { padding-top: 63px; }
  .hero-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 54px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 650px; }
  .hero-image-wrap { aspect-ratio: 1.45; }
  .section-heading, .contact-grid { grid-template-columns: 1fr; gap: 15px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.13); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-panel { min-height: 400px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; text-align: left; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { position: static; }
  .header-inner { min-height: 72px; }
  .header-inner > .button { width: 42px; min-height: 42px; padding: 0; font-size: 0; }
  .brand-logo { width: 43px; height: 43px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy span { font-size: 9px; }
  .hero { padding: 54px 0 61px; }
  h1 { font-size: clamp(43px, 13vw, 60px); }
  h2 { font-size: 36px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .quick-trust { display: grid; gap: 10px; }
  .hero-image-wrap { aspect-ratio: 1.05; border-radius: 38% 10px 38% 10px; box-shadow: 12px 12px 0 #c8def3; }
  .service-note { left: 13px; right: 13px; bottom: -24px; min-width: 0; }
  .trust-bar { padding-top: 18px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 19px 13px; }
  .trust-grid strong { font-size: 15px; }
  .section { padding: 74px 0; }
  .section-heading { margin-bottom: 32px; }
  .service-grid, .audience-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .scope-note { flex-direction: column; }
  .audience-card { min-height: 0; padding: 34px 27px; }
  .audience-card h2 { font-size: 34px; }
  .about-grid { gap: 49px; }
  .about-panel { min-height: 320px; border-radius: 10px 50px 10px 50px; }
  .about-monogram { font-size: 67px; }
  .process-section { padding-top: 8px; }
  .process-grid li { min-height: 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); border-top: 0; }
  .process-grid li:first-child { border-top: 1px solid var(--line); }
  .contact-section { padding: 72px 0; }
  .contact-grid { gap: 35px; }
  .contact-link { grid-template-columns: auto 1fr; }
  .contact-link > svg { display: none; }
  .contact-link strong { font-size: 15px; }
  .footer-grid { grid-template-columns: 1fr; gap: 29px; }
  .footer-meta { grid-column: auto; flex-direction: column; }
}

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