:root {
  --blue: #0758a7;
  --blue-dark: #053d75;
  --blue-pale: #edf5fc;
  --orange: #ff8a00;
  --orange-dark: #db6f00;
  --ink: #17324d;
  --muted: #64788c;
  --line: #d9e6f1;
  --white: #fff;
  --shadow: 0 18px 50px rgba(20, 56, 91, .12);
  --radius: 22px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(217,230,241,.8);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 174px; max-height: 76px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 30px; font-weight: 700; font-size: .95rem; }
.main-nav > a:not(.nav-phone) { position: relative; }
.main-nav > a:not(.nav-phone)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.nav-phone { padding: 12px 18px; color: white; background: var(--blue); border-radius: 12px; }
.nav-phone:hover { background: var(--blue-dark); }
.menu-toggle { display: none; padding: 10px; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 27px; height: 3px; margin: 5px; background: var(--blue-dark); border-radius: 5px; }

.hero { position: relative; overflow: hidden; padding: 76px 0 92px; background: linear-gradient(135deg, #fff 25%, #f3f8fd 100%); }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 6px; background: linear-gradient(90deg, var(--orange), var(--blue)); }
.hero-shape { position: absolute; border-radius: 999px; pointer-events: none; }
.hero-shape-one { width: 380px; height: 380px; right: -160px; top: -120px; background: rgba(7,88,167,.08); }
.hero-shape-two { width: 240px; height: 240px; left: -130px; bottom: -120px; background: rgba(255,138,0,.11); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 15px; color: var(--orange-dark); font-weight: 850; letter-spacing: .13em; text-transform: uppercase; font-size: .82rem; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(2.5rem, 5vw, 4.45rem); line-height: 1.05; letter-spacing: -.045em; }
.hero-text { max-width: 680px; margin: 27px 0 32px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 23px; border: 2px solid transparent; border-radius: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 11px 28px rgba(7,88,167,.22); }
.button-primary:hover { background: var(--blue-dark); }
.button-primary svg { width: 21px; fill: currentColor; }
.button-secondary { color: var(--blue); background: white; border-color: var(--line); }
.button-secondary:hover { border-color: var(--blue); }
.hero-points { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 28px; color: var(--muted); font-size: .9rem; font-weight: 700; }
.hero-points b { color: var(--orange); }

.hero-card { position: relative; min-height: 490px; padding: 54px 40px 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: white; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); isolation: isolate; }
.hero-card::before { content: ""; position: absolute; inset: 18px; z-index: -1; border: 1px dashed #b9d2e8; border-radius: 22px; }
.hero-card img { width: min(420px, 90%); }
.paint-swatch { position: absolute; z-index: -2; border-radius: 50%; filter: blur(.2px); }
.swatch-blue { width: 220px; height: 220px; background: #e7f2fc; top: 20px; left: 15px; }
.swatch-orange { width: 130px; height: 130px; background: #fff0dc; bottom: 50px; right: 18px; }
.hero-card-contact { width: calc(100% - 70px); margin-top: 14px; padding: 20px 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 18px; background: var(--blue-dark); color: white; border-radius: 17px; }
.hero-card-contact span { grid-row: 1; font-size: .75rem; opacity: .75; text-transform: uppercase; letter-spacing: .11em; }
.hero-card-contact strong { grid-row: 2; font-size: 1.35rem; }
.hero-card-contact a { grid-column: 2; grid-row: 1 / 3; color: #ffb55e; font-size: 1.15rem; font-weight: 850; }

.section { padding: 94px 0; }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .commitments h2, .quote h2 { margin: 0 0 17px; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.15; letter-spacing: -.035em; }
.section-heading > p:last-child, .commitments-copy > p, .quote-info > p { color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 22px; color: var(--blue); background: var(--blue-pale); border-radius: 17px; }
.service-icon.orange { color: var(--orange-dark); background: #fff2e2; }
.service-icon svg { width: 31px; height: 31px; fill: currentColor; }
.service-card h3 { margin: 0 0 10px; font-size: 1.18rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .95rem; }

.commitments { color: white; background: var(--blue-dark); }
.commitments-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.eyebrow.light { color: #ffb763; }
.commitments-copy > p { color: #c7d8e7; }
.text-link { display: inline-flex; gap: 10px; margin-top: 16px; color: #ffb763; font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.commitments-list { display: grid; gap: 14px; }
.commitment { display: grid; grid-template-columns: 66px 1fr; gap: 20px; padding: 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; }
.commitment > span { width: 56px; height: 56px; display: grid; place-items: center; color: var(--orange); background: rgba(255,255,255,.08); border-radius: 15px; font-weight: 900; }
.commitment h3 { margin: 0 0 5px; }
.commitment p { margin: 0; color: #c7d8e7; font-size: .93rem; }

.quote { background: #f5f9fc; }
.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.contact-list { display: grid; gap: 13px; margin-top: 35px; }
.contact-list > a, .contact-list > div { display: flex; align-items: center; gap: 15px; padding: 15px; background: white; border: 1px solid var(--line); border-radius: 15px; }
.contact-symbol { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; color: white; background: var(--blue); border-radius: 12px; font-weight: 900; }
.contact-symbol.orange { background: var(--orange); }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--muted); font-size: .75rem; }
.contact-list strong { font-size: .97rem; overflow-wrap: anywhere; }
.quote-form { padding: 35px; background: white; border: 1px solid var(--line); border-radius: 25px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: block; margin-bottom: 18px; color: var(--ink); font-size: .88rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #fbfdff; border: 1px solid #cad9e6; border-radius: 10px; outline: none; transition: border-color .2s, box-shadow .2s; }
.quote-form textarea { resize: vertical; min-height: 125px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(7,88,167,.1); }
.form-submit { width: 100%; border: 0; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-consent { display: flex !important; align-items: flex-start; gap: 10px; margin-top: -2px; color: var(--muted) !important; font-size: .78rem !important; font-weight: 500 !important; }
.form-consent input { width: 18px !important; height: 18px; flex: 0 0 auto; margin: 2px 0 0 !important; accent-color: var(--blue); }
.form-consent a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.form-status { display: none; margin-top: 14px; padding: 12px 14px; border-radius: 10px; font-size: .88rem; font-weight: 750; text-align: center; }
.form-status.is-success { display: block; color: #12633a; background: #e8f8ef; border: 1px solid #a9dfbf; }
.form-status.is-error { display: block; color: #8b1f27; background: #fff0f1; border: 1px solid #f0b8bd; }
.form-submit:disabled { opacity: .7; cursor: wait; transform: none; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }

.site-footer { padding: 60px 0 22px; color: #d5e2ed; background: #102a43; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr 1.05fr; gap: 54px; }
.footer-brand img { width: 180px; padding: 8px; background: white; border-radius: 12px; }
.footer-brand p { max-width: 330px; }
.site-footer h2 { margin: 0 0 14px; color: white; font-size: 1rem; }
.site-footer a, .site-footer span { display: block; margin: 6px 0; font-size: .9rem; }
.site-footer a:hover { color: #ffb763; }
.footer-bottom { margin-top: 44px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom span, .footer-bottom a { margin: 0; font-size: .78rem; }
.mobile-actions { display: none; }

.legal-page { min-height: 70vh; padding: 70px 0 90px; background: #f5f9fc; }
.legal-card { max-width: 850px; margin: 0 auto; padding: 45px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.legal-card h1 { margin-top: 0; }
.legal-card h2 { margin-top: 32px; color: var(--blue-dark); }
.legal-card p, .legal-card li { color: var(--muted); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay-small { transition-delay: .08s; }
.reveal-delay { transition-delay: .15s; }
.reveal-delay-large { transition-delay: .16s; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 920px) {
  .header-inner { min-height: 78px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; padding: 22px; align-items: stretch; flex-direction: column; gap: 17px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .nav-phone { text-align: center; }
  .hero-grid, .commitments-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .hero-card { min-height: 420px; max-width: 620px; width: 100%; margin: 0 auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .commitments-grid, .quote-grid { gap: 45px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .brand img { width: 145px; }
  .hero { padding: 52px 0 68px; }
  .hero h1 { font-size: clamp(2.25rem, 12vw, 3.35rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 8px; }
  .hero-card { min-height: 370px; padding: 42px 20px 25px; }
  .hero-card-contact { width: calc(100% - 18px); grid-template-columns: 1fr; text-align: center; }
  .hero-card-contact a { grid-column: 1; grid-row: 3; margin-top: 5px; }
  .section { padding: 70px 0; }
  .services-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .service-card { padding: 25px; }
  .commitments-grid { gap: 35px; }
  .commitment { grid-template-columns: 50px 1fr; padding: 20px; }
  .commitment > span { width: 48px; height: 48px; }
  .quote-form { padding: 23px; }
  .footer-grid { gap: 34px; }
  .footer-bottom { padding-bottom: 68px; flex-direction: column; gap: 8px; }
  .mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 110; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 28px rgba(5,34,61,.16); }
  .mobile-actions a { min-height: 57px; display: grid; place-items: center; color: white; background: var(--blue); font-weight: 850; }
  .mobile-actions a:last-child { background: var(--orange-dark); }
  .legal-card { padding: 28px 22px; }
}
