@font-face { font-family: "Inter Variable"; font-style: normal; font-display: swap; font-weight: 100 900; src: url("../fonts/inter-latin-ext-wght-normal.woff2") format("woff2-variations"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Inter Variable"; font-style: normal; font-display: swap; font-weight: 100 900; src: url("../fonts/inter-latin-wght-normal.woff2") format("woff2-variations"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

:root {
  --navy: #0d2146;
  --navy-2: #102b59;
  --blue: #1767d5;
  --sky: #6bb6e3;
  --ice: #edf6fb;
  --paper: #f7f9fc;
  --ink: #14213a;
  --muted: #5d6b80;
  --line: #dfe7f0;
  --white: #fff;
  --green: #1fbf66;
  --shadow: 0 22px 70px rgba(13, 33, 70, .13);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Inter Variable", Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.icon { width: 21px; height: 21px; flex: 0 0 auto; }

.topline { min-height: 34px; padding: 0 max(20px, calc((100vw - 1180px) / 2)); background: var(--navy); color: rgba(255,255,255,.72); display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .75rem; letter-spacing: .02em; }
.topline a { color: #fff; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); box-shadow: 0 10px 30px rgba(13,33,70,.07); backdrop-filter: blur(14px); }
.nav-wrap { width: var(--container); min-height: 74px; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand-logo { width: 144px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 26px; }
.desktop-nav a { color: #34445d; font-size: .88rem; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.header-cta { min-height: 44px; padding: 0 18px; border-radius: 12px; background: var(--navy); color: #fff; display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 750; transition: transform .2s, background .2s; }
.header-cta:hover { transform: translateY(-1px); background: var(--blue); }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { list-style: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; display: grid; place-content: center; gap: 5px; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 20px; height: 2px; background: var(--navy); border-radius: 2px; }
.mobile-nav nav { position: absolute; right: 0; top: 54px; width: min(310px, calc(100vw - 40px)); padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); display: grid; }
.mobile-nav nav a { padding: 13px 12px; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobile-nav nav a:last-child { margin-top: 9px; background: var(--green); color: #fff; border: 0; border-radius: 10px; text-align: center; }

.home-hero { min-height: 650px; padding: 68px max(20px, calc((100vw - 1180px) / 2)) 76px; color: #fff; background: linear-gradient(115deg, #091b3a 0%, var(--navy) 58%, #143b73 100%); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; overflow: hidden; position: relative; }
.home-hero::before { content: ""; position: absolute; width: 600px; height: 600px; right: -230px; top: -220px; border: 1px solid rgba(107,182,227,.28); border-radius: 50%; box-shadow: 0 0 0 80px rgba(107,182,227,.04), 0 0 0 160px rgba(107,182,227,.025); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--sky); }
.hero-copy h1, .service-hero h1 { margin: 0; max-width: 720px; font-size: clamp(2.8rem, 5vw, 5.1rem); line-height: .98; letter-spacing: -.055em; }
.hero-copy h1 em { color: var(--sky); font-style: normal; }
.hero-copy > p, .service-hero-copy > p { max-width: 650px; margin: 25px 0 0; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.72; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 13px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: .91rem; font-weight: 780; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-wa { background: var(--green); color: #fff; box-shadow: 0 12px 28px rgba(31,191,102,.27); }
.button-wa:hover { box-shadow: 0 16px 34px rgba(31,191,102,.34); }
.button-outline { border-color: rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.04); }
.button-outline:hover { background: rgba(255,255,255,.1); }
.microcopy { margin-top: 15px !important; font-size: .78rem !important; color: rgba(255,255,255,.52) !important; }
.hero-image-wrap { aspect-ratio: 1.02; max-height: 520px; border-radius: 38px 10px 38px 10px; overflow: hidden; box-shadow: 0 38px 80px rgba(0,0,0,.3); position: relative; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(5,18,40,.45)); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-note { position: absolute; left: -28px; bottom: 26px; min-width: 240px; padding: 17px 20px; background: rgba(255,255,255,.94); color: var(--ink); border-radius: 15px; box-shadow: var(--shadow); }
.hero-note span, .hero-note strong { display: block; }
.hero-note span { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-note strong { margin-top: 5px; font-size: .95rem; }

.trust-bar { width: min(1100px, calc(100% - 40px)); margin: -31px auto 0; padding: 22px 28px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 3; }
.trust-bar > div { padding: 0 20px; border-right: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.trust-bar > div:first-child { padding-left: 0; }
.trust-bar > div:last-child { border: 0; padding-right: 0; }
.trust-bar .icon { color: var(--blue); }
.trust-bar strong, .trust-bar small { display: block; }
.trust-bar strong { font-size: .83rem; }
.trust-bar small { margin-top: 4px; color: var(--muted); font-size: .7rem; }

.section { width: var(--container); margin: auto; padding: 104px 0; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.narrow { max-width: 660px; }
.section-heading h2, .about-copy h2, .coverage-section h2, .local-section h2, .attention-section h2 { margin: 0; color: var(--navy); font-size: clamp(2.1rem, 3.6vw, 3.6rem); line-height: 1.05; letter-spacing: -.045em; }
.section-heading p, .about-copy > p, .coverage-section p, .local-section p, .attention-section p { margin: 18px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.services-section { padding-top: 120px; }
.service-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.service-card { min-height: 390px; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #b8cdea; box-shadow: var(--shadow); }
.service-card.featured { color: #fff; background: linear-gradient(145deg, var(--navy), var(--navy-2)); border-color: transparent; }
.service-index { color: var(--sky); font-size: .75rem; font-weight: 850; letter-spacing: .16em; }
.card-kicker { color: var(--blue); font-size: .69rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.featured .card-kicker { color: var(--sky); }
.service-card h3 { margin: 12px 0 0; font-size: 1.45rem; letter-spacing: -.025em; }
.service-card p { min-height: 102px; margin: 15px 0 24px; color: var(--muted); line-height: 1.65; font-size: .92rem; }
.service-card.featured p { color: rgba(255,255,255,.68); }
.card-link, .text-link { color: var(--blue); display: inline-flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 800; }
.featured .card-link { color: #fff; }
.card-link .icon, .text-link .icon { width: 18px; }

.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: center; }
.about-media { position: relative; }
.about-media > img { width: 100%; aspect-ratio: 1.03; object-fit: cover; object-position: center; border-radius: 10px 36px 10px 36px; }
.about-badge { position: absolute; right: -24px; bottom: 30px; width: 148px; height: 148px; padding: 22px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-content: center; text-align: center; box-shadow: 0 20px 45px rgba(23,103,213,.25); }
.about-badge strong { font-size: 2.8rem; line-height: 1; }
.about-badge span { margin-top: 4px; font-size: .69rem; line-height: 1.3; }
.check-list { list-style: none; margin: 26px 0 30px; padding: 0; display: grid; gap: 13px; }
.check-list li { padding-left: 30px; color: #33445d; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 21px; height: 21px; border-radius: 50%; background: var(--ice); color: var(--blue); display: grid; place-content: center; font-size: .7rem; font-weight: 900; }

.steps-section { width: 100%; max-width: none; padding-left: max(20px, calc((100vw - 1180px) / 2)); padding-right: max(20px, calc((100vw - 1180px) / 2)); background: var(--paper); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.steps-grid article { padding: 38px; background: #fff; }
.steps-grid article > span { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-content: center; font-size: .78rem; font-weight: 850; }
.steps-grid h3 { margin: 28px 0 0; font-size: 1.12rem; }
.steps-grid p { margin: 12px 0 0; color: var(--muted); line-height: 1.65; font-size: .9rem; }

.testimonial-section { min-height: 420px; display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 35px; }
.quote-mark { color: var(--sky); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
.testimonial-section blockquote { margin: 0; }
.testimonial-section blockquote p { max-width: 760px; margin: 0; color: var(--navy); font-size: clamp(1.9rem, 3vw, 3.1rem); line-height: 1.17; letter-spacing: -.03em; }
.testimonial-section blockquote footer { margin-top: 25px; display: flex; gap: 10px; color: var(--muted); font-size: .83rem; }
.testimonial-section blockquote footer span::before { content: "·"; margin-right: 10px; }
.stars { color: #f3b43f; letter-spacing: .1em; white-space: nowrap; }

.coverage-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; border-top: 1px solid var(--line); }
.location-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.location-pills span { padding: 13px 18px; background: var(--ice); color: var(--navy); border: 1px solid #d1e5f2; border-radius: 999px; font-size: .82rem; font-weight: 750; }

.faq-section { padding-top: 80px; }
.faq-list { max-width: 860px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; color: var(--navy); font-weight: 780; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.4rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 760px; margin: -8px 0 24px; color: var(--muted); line-height: 1.7; }

.final-cta { width: min(1180px, calc(100% - 40px)); margin: 0 auto 90px; padding: 55px 62px; border-radius: 30px; color: #fff; background: linear-gradient(115deg, var(--navy), #174683); display: flex; align-items: center; justify-content: space-between; gap: 50px; position: relative; overflow: hidden; }
.final-cta::after { content: ""; position: absolute; width: 260px; height: 260px; right: -110px; top: -120px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.035); }
.final-cta > * { position: relative; z-index: 1; }
.final-cta h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 3.4vw, 3.5rem); line-height: 1.04; letter-spacing: -.04em; }
.final-cta p { max-width: 680px; margin: 15px 0 0; color: rgba(255,255,255,.7); line-height: 1.65; }
.final-cta .button { flex: 0 0 auto; }

.breadcrumb { width: var(--container); margin: auto; padding: 18px 0; display: flex; gap: 9px; color: var(--muted); font-size: .76rem; }
.breadcrumb a { color: var(--blue); font-weight: 700; }
.service-hero { padding: 72px max(20px, calc((100vw - 1180px) / 2)) 82px; color: #fff; background: linear-gradient(115deg, #091b3a, #143b73); display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 70px; }
.service-hero h1 { font-size: clamp(2.7rem, 4.5vw, 4.9rem); }
.service-hero-media { position: relative; }
.service-hero-media > img { width: 100%; aspect-ratio: 1.12; object-fit: cover; border-radius: 30px 8px 30px 8px; box-shadow: 0 32px 70px rgba(0,0,0,.28); }
.experience-card { position: absolute; left: -25px; bottom: -20px; min-width: 190px; padding: 17px 20px; background: #fff; color: var(--ink); border-radius: 14px; box-shadow: var(--shadow); }
.experience-card strong, .experience-card span { display: block; }
.experience-card strong { color: var(--blue); font-size: 1.2rem; }
.experience-card span { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.text-link { color: var(--blue); }
.service-hero .text-link { color: #fff; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-grid article { min-height: 270px; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.card-number { color: var(--blue); font-size: .7rem; font-weight: 850; letter-spacing: .14em; }
.benefit-grid h3 { margin: 44px 0 0; font-size: 1.05rem; }
.benefit-grid p { margin: 12px 0 0; color: var(--muted); font-size: .87rem; line-height: 1.65; }
.process-section { width: 100%; max-width: none; padding-left: max(20px, calc((100vw - 1180px) / 2)); padding-right: max(20px, calc((100vw - 1180px) / 2)); background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.process-grid article { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 17px; display: flex; gap: 22px; }
.process-grid article > span { color: var(--sky); font-size: 1.15rem; font-weight: 850; }
.process-grid h3 { margin: 0; font-size: 1.02rem; }
.process-grid p { margin: 9px 0 0; color: var(--muted); font-size: .87rem; line-height: 1.62; }
.attention-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.attention-section ul { list-style: none; margin: 0; padding: 28px; background: var(--ice); border-radius: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.attention-section li { padding: 12px; background: #fff; border: 1px solid #d9eaf4; border-radius: 12px; display: flex; align-items: center; gap: 10px; font-size: .84rem; font-weight: 690; }
.attention-section li .icon { width: 18px; color: var(--blue); }
.local-section { width: min(1040px, calc(100% - 40px)); padding: 50px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 32px; }
.local-section > div:first-child { width: 76px; height: 76px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-content: center; }
.local-section > div:first-child .icon { width: 30px; height: 30px; }

.site-footer { background: #07172f; color: #fff; }
.footer-main { width: var(--container); margin: auto; padding: 70px 0 55px; display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 80px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-main > div:first-child p { max-width: 380px; margin: 8px 0 0; color: rgba(255,255,255,.55); line-height: 1.65; font-size: .88rem; }
.footer-main h2 { margin: 0 0 7px; color: var(--sky); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-main a, .footer-main span { color: rgba(255,255,255,.72); font-size: .84rem; }
.footer-main a:hover { color: #fff; }
.footer-main small { color: rgba(255,255,255,.4); font-size: .7rem; }
.footer-bottom { width: var(--container); margin: auto; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.42); font-size: .72rem; }
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; min-height: 52px; padding: 0 17px; background: var(--green); color: #fff; border: 4px solid #fff; border-radius: 999px; box-shadow: 0 16px 38px rgba(0,0,0,.22); display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 800; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .home-hero, .service-hero { gap: 40px; }
  .trust-bar { grid-template-columns: 1fr 1fr; row-gap: 20px; }
  .trust-bar > div:nth-child(2) { border-right: 0; }
  .trust-bar > div:nth-child(3) { padding-left: 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured { grid-column: 1 / -1; min-height: 320px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid article { min-height: 230px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 30px, 1180px); }
  html { scroll-padding-top: 76px; }
  .topline { display: none; }
  .site-header { top: 0; }
  .nav-wrap { min-height: 70px; }
  .brand-logo { width: 124px; }
  .header-cta { display: none; }
  .home-hero, .service-hero { min-height: auto; padding: 55px 20px 75px; grid-template-columns: 1fr; gap: 44px; }
  .hero-copy h1, .service-hero h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .hero-copy > p, .service-hero-copy > p { font-size: .98rem; }
  .hero-actions .button { width: 100%; }
  .hero-image-wrap { aspect-ratio: 1 / .82; border-radius: 26px 8px; }
  .hero-note { left: 12px; bottom: -22px; min-width: 210px; }
  .trust-bar { margin-top: -25px; padding: 20px; grid-template-columns: 1fr 1fr; gap: 20px 12px; }
  .trust-bar > div { padding: 0; border: 0; align-items: flex-start; }
  .trust-bar small { display: none; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 32px; }
  .service-grid, .about-section, .steps-grid, .coverage-section, .benefit-grid, .process-grid, .attention-section { grid-template-columns: 1fr; }
  .service-card, .service-card.featured { min-height: 320px; grid-column: auto; }
  .about-section { gap: 58px; }
  .about-media { width: calc(100% - 18px); }
  .about-badge { right: -20px; width: 120px; height: 120px; }
  .about-badge strong { font-size: 2.2rem; }
  .steps-grid { gap: 1px; }
  .steps-grid article { padding: 28px; }
  .testimonial-section { min-height: 0; grid-template-columns: 1fr; gap: 10px; }
  .quote-mark { height: 75px; font-size: 6rem; }
  .testimonial-section .stars { margin-top: 18px; }
  .coverage-section { gap: 35px; }
  .final-cta { padding: 42px 28px; flex-direction: column; align-items: flex-start; gap: 28px; }
  .final-cta .button { width: 100%; }
  .breadcrumb { overflow: hidden; white-space: nowrap; }
  .service-hero-media { margin-top: 10px; }
  .service-hero-media > img { aspect-ratio: 1.15; }
  .experience-card { left: 12px; bottom: -26px; }
  .benefit-grid article { min-height: 215px; }
  .attention-section { gap: 36px; }
  .attention-section ul { grid-template-columns: 1fr; padding: 18px; }
  .local-section { padding: 30px 24px; grid-template-columns: 1fr; gap: 22px; }
  .local-section > div:first-child { width: 62px; height: 62px; }
  .footer-main { padding: 55px 0 40px; grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .wa-float { right: 14px; bottom: 14px; }
}

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