:root {
  --sky: #2f8fd6;
  --sky-deep: #1f6fb0;
  --sky-soft: #eaf4fc;
  --sky-mist: #f4f9fd;
  --accent: #21b6a8;
  --gold: #f0a830;
  --gold-soft: #fff4e0;
  --ink: #1b2e3d;
  --text: #34485a;
  --muted: #5a6e7c;
  --line: #e3edf4;
  --white: #ffffff;
  --warm: #fff7ec;
  --shadow: 0 10px 34px rgba(31, 111, 176, 0.12);
  --shadow-sm: 0 4px 16px rgba(31, 111, 176, 0.08);
  --radius: 20px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--sky-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; display: block; }

/* Header / Nav */
header.site { background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; max-width: 1120px; margin: 0 auto; flex-wrap: wrap; gap: 10px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 1.4rem; color: var(--ink); letter-spacing: -0.02em; }
.brand .dot { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--sky), var(--accent)); display: inline-flex; align-items: center; justify-content: center; color:#fff; font-size:15px; }
.brand:hover { text-decoration: none; }
.navlinks { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.navlinks a { color: var(--ink); font-weight: 600; font-size: 0.97rem; }
.navlinks a:hover { color: var(--sky-deep); text-decoration: none; }
.nav-cta { background: var(--sky); color: #fff !important; padding: 11px 22px; border-radius: 999px; font-weight: 700; box-shadow: var(--shadow-sm); }
.nav-cta:hover { background: var(--sky-deep); text-decoration: none; }

/* Mobile menu toggle (hidden on desktop) */
.nav-toggle { display: none; background: none; border: none; padding: 8px; cursor: pointer; color: var(--ink); border-radius: 10px; }
.nav-toggle svg { width: 26px; height: 26px; display: block; }
.nav-toggle:hover { background: var(--sky-soft); }

/* Hero */
.hero { background: linear-gradient(180deg, var(--sky-soft) 0%, var(--white) 100%); padding: 60px 0 70px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero .pill { display: inline-flex; align-items: center; gap: 8px; background: var(--white); color: var(--sky-deep); font-weight: 700; font-size: 0.85rem; padding: 7px 16px; border-radius: 999px; box-shadow: var(--shadow-sm); margin-bottom: 20px; }
.hero h1 { font-size: 3rem; line-height: 1.1; margin-bottom: 18px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.hero h1 .hl { color: var(--sky-deep); }
.hero p.lead { font-size: 1.18rem; color: var(--muted); max-width: 540px; margin-bottom: 30px; }
.hero .actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hero-img-wrap { position: relative; }
.hero-img { border-radius: 28px; box-shadow: var(--shadow); width: 100%; height: 460px; object-fit: cover; }
.hero-badge { position: absolute; bottom: -18px; left: -18px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); padding: 16px 20px; display: flex; align-items: center; gap: 12px; }
.hero-badge .big { font-size: 1.5rem; font-weight: 800; color: var(--sky-deep); line-height: 1; }
.hero-badge .big .stars { color: var(--gold); font-size: 1.1rem; }
.hero-badge .small { font-size: 0.82rem; color: var(--muted); font-weight: 600; }

.btn { display: inline-flex; align-items:center; gap:8px; padding: 15px 30px; border-radius: 999px; font-weight: 700; font-size: 1.04rem; cursor: pointer; border: none; transition: transform .08s ease, background .15s ease; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--sky); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--sky-deep); text-decoration: none; }
.btn-ghost { background: #fff; color: var(--sky-deep); border: 1.5px solid var(--line); }
.btn-ghost:hover { background: var(--sky-mist); text-decoration: none; }
.phone-inline { font-size: 1.1rem; font-weight: 800; color: var(--ink); }
.phone-inline:hover { text-decoration: none; color: var(--sky-deep); }

.trustbar { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 32px; }
.trustbar .item { display: flex; align-items: center; gap: 8px; color: var(--text); font-size: 0.94rem; font-weight: 600; }
.trustbar .item span.ic { color: var(--accent); font-size: 1.15rem; display: inline-flex; }
.trustbar .item svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }

/* Trust band */
.trustband { background: var(--white); border-bottom: 1px solid var(--line); }
.trustband-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 26px 0; }
.trustband .tb { display: flex; align-items: center; gap: 13px; }
.trustband .tb-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--sky-soft); color: var(--sky-deep); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trustband .tb-ic svg { width: 22px; height: 22px; }
.trustband .tb-t { font-weight: 800; color: var(--ink); font-size: 0.98rem; line-height: 1.25; }
.trustband .tb-s { font-size: 0.84rem; color: var(--muted); }
@media (max-width: 860px) { .trustband-inner { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .trustband-inner { grid-template-columns: 1fr; } }

/* Sections */
section.block { padding: 72px 0; }
section.block.tint { background: var(--sky-mist); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section-head h2 { font-size: 2.2rem; color: var(--ink); margin-bottom: 14px; letter-spacing: -0.02em; }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.eyebrow { color: var(--accent); font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 10px; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 26px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .ic-circle { width: 56px; height: 56px; border-radius: 16px; background: var(--sky-soft); color: var(--sky-deep); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 16px; }
.card .ic-circle svg { width: 28px; height: 28px; }
.card h3 { color: var(--ink); font-size: 1.22rem; margin-bottom: 9px; }
.card p { color: var(--muted); font-size: 0.99rem; }

/* Photo feature row */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.feature.rev .feature-text { order: 2; }
.feature-img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: 380px; object-fit: cover; }
.feature-text h2 { font-size: 2rem; color: var(--ink); margin-bottom: 16px; letter-spacing: -0.02em; }
.feature-text p { color: var(--muted); font-size: 1.06rem; margin-bottom: 14px; }
.checklist { list-style: none; margin-top: 8px; }
.checklist li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; color: var(--text); font-weight: 600; }
.checklist li span.ic { color: var(--accent); font-size: 1.2rem; flex-shrink: 0; display: inline-flex; }
.checklist li span.ic svg { width: 20px; height: 20px; }

/* Testimonials */
.tgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 26px; }
.tcard { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); }
.tcard .stars { color: #f5a623; font-size: 1.05rem; margin-bottom: 12px; }
.tcard p.quote { color: var(--text); font-size: 1.04rem; font-style: italic; margin-bottom: 20px; }
.tcard .who { display: flex; align-items: center; gap: 13px; }
.tcard .who img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.tcard .who .name { font-weight: 800; color: var(--ink); font-size: 0.98rem; }
.tcard .who .role { font-size: 0.85rem; color: var(--muted); }

/* CTA strip */
.cta-strip { background: linear-gradient(135deg, var(--sky) 0%, var(--sky-deep) 100%); color: #fff; padding: 60px 0; text-align: center; }
.cta-strip h2 { font-size: 2.1rem; margin-bottom: 12px; letter-spacing: -0.02em; }
.cta-strip p { font-size: 1.15rem; margin-bottom: 26px; color: #e3f1fb; }
.cta-strip .btn-primary { background: #fff; color: var(--sky-deep); }
.cta-strip .btn-primary:hover { background: var(--warm); }
.cta-strip .phone-inline { color:#fff; }

/* Form */
.form-wrap { max-width: 700px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; color: var(--ink); margin-bottom: 7px; font-size: 0.92rem; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px; font-size: 1rem; font-family: inherit; color: var(--text); background: var(--sky-mist); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--sky); background: #fff; }
.field textarea { resize: vertical; min-height: 100px; }
.form-note { font-size: 0.86rem; color: var(--muted); margin-top: 4px; }
.form-msg { padding: 15px 17px; border-radius: 12px; margin-bottom: 20px; font-weight: 600; display: none; }
.form-msg.ok { background: #e6f7f4; color: #178f89; display: block; }
.form-msg.err { background: #fdecec; color: #c0392b; display: block; }

/* Footer */
footer.site { background: var(--ink); color: #aebecb; padding: 56px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 34px; margin-bottom: 34px; }
footer.site h4 { color: #fff; margin-bottom: 16px; font-size: 1.05rem; }
footer.site a { color: #aebecb; display: block; margin-bottom: 9px; }
footer.site a:hover { color: #fff; }
.foot-brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 1.4rem; color: #fff; margin-bottom: 14px; }
.foot-brand .dot { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--sky), var(--accent)); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 20px; font-size: 0.86rem; color: #8295a3; text-align: center; }

/* Page hero (subpages) */
.page-hero { background: linear-gradient(180deg, var(--sky-soft) 0%, var(--white) 100%); padding: 56px 0; text-align: center; }
.page-hero h1 { font-size: 2.5rem; margin-bottom: 10px; color: var(--ink); letter-spacing: -0.02em; }
.page-hero p { color: var(--muted); font-size: 1.15rem; max-width: 600px; margin: 0 auto; }

/* Area list */
.area-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; max-width: 800px; margin: 0 auto; }
.area-grid div { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; font-weight: 700; color: var(--ink); text-align: center; box-shadow: var(--shadow-sm); }
.area-grid div::before { content: ""; display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); margin-right: 9px; vertical-align: middle; }

@media (max-width: 860px) {
  .hero-grid, .feature { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.3rem; }
  .feature.rev .feature-text { order: 0; }
  .hero-img, .feature-img { height: 320px; }

  /* Collapse nav into a dropdown */
  .nav { flex-wrap: nowrap; justify-content: space-between; align-items: center; gap: 0; }
  .nav-toggle { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; }
  .brand { flex: 0 1 auto; }
  .navlinks {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--white); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); padding: 8px 0;
    max-height: 0; overflow: hidden; opacity: 0; visibility: hidden;
    transition: max-height .25s ease, opacity .2s ease;
  }
  header.site { position: sticky; }
  .nav { position: relative; }
  .navlinks.open { max-height: 420px; opacity: 1; visibility: visible; }
  .navlinks a { padding: 14px 24px; font-size: 1.05rem; border-bottom: 1px solid var(--sky-mist); }
  .navlinks a:last-child { border-bottom: none; }
  .nav-cta {
    margin: 10px 24px 6px; text-align: center;
    border-bottom: none !important; box-shadow: var(--shadow-sm);
  }
}
@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2rem; }
}
