/* ============================================================
   Brilliant Cleaning — styles
   Palette: navy #0B1D3A · teal #2ECFB4 · cream #FAF7F0
   ============================================================ */

:root {
  --navy: #0B1D3A;
  --navy-2: #13294E;
  --teal: #2ECFB4;
  --teal-dark: #17a98f;
  --cream: #FAF7F0;
  --paper: #FFFFFF;
  --ink: #101828;
  --muted: #5B6472;
  --line: #0B1D3A;
  --shadow: 6px 6px 0 var(--line);
  --shadow-sm: 3px 3px 0 var(--line);
  --radius: 18px;
  --font-display: 'Archivo Black', 'Arial Black', sans-serif;
  --font-body: 'Archivo', 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; margin: 0 0 .5em; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ---------- Decorative animated background ---------- */
.bg-decor { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.bg-decor .decor { position: absolute; opacity: .85; }

/* Broom */
.decor-broom { width: 92px; height: 92px; }
.decor-broom::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg transform='rotate(35 50 50)'%3E%3Crect x='46' y='10' width='8' height='46' rx='4' fill='%23C98A3B' stroke='%230B1D3A' stroke-width='4'/%3E%3Cpath d='M44 56 L56 56 L62 92 Q50 98 38 92 Z' fill='%23E7C24A' stroke='%230B1D3A' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
}

/* Mop */
.decor-mop { width: 84px; height: 84px; }
.decor-mop::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect x='46' y='8' width='8' height='50' rx='4' fill='%235C6B8A' stroke='%230B1D3A' stroke-width='4'/%3E%3Crect x='36' y='58' width='28' height='12' rx='5' fill='%232ECFB4' stroke='%230B1D3A' stroke-width='4'/%3E%3Cpath d='M38 70 L34 92 M50 70 L50 92 M62 70 L66 92' stroke='%23A9B4C4' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
}

/* Bucket */
.decor-bucket { width: 70px; height: 70px; }
.decor-bucket::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M28 34 L72 34 L66 88 Q50 94 34 88 Z' fill='%238FCDFF' stroke='%230B1D3A' stroke-width='5'/%3E%3Crect x='22' y='26' width='56' height='14' rx='7' fill='%23F4D35D' stroke='%230B1D3A' stroke-width='5'/%3E%3Ccircle cx='40' cy='55' r='8' fill='%23DDF1FF'/%3E%3Ccircle cx='62' cy='60' r='6' fill='%23DDF1FF'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
}

/* Spray bottle */
.decor-spray { width: 66px; height: 66px; }
.decor-spray::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect x='38' y='52' width='24' height='40' rx='6' fill='%232ECFB4' stroke='%230B1D3A' stroke-width='4'/%3E%3Crect x='42' y='42' width='16' height='10' rx='3' fill='%23F4D35D' stroke='%230B1D3A' stroke-width='4'/%3E%3Crect x='58' y='34' width='10' height='12' rx='3' fill='%23E07A5F' stroke='%230B1D3A' stroke-width='4'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
}

/* Glove */
.decor-glove { width: 70px; height: 70px; }
.decor-glove::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M34 90 L30 46 Q30 34 42 34 L60 32 Q70 32 72 42 L76 52 Q62 58 64 68 L50 90 Z' fill='%232ECFB4' stroke='%230B1D3A' stroke-width='4'/%3E%3Cg stroke='%230B1D3A' stroke-width='4' fill='%232ECFB4'%3E%3Crect x='46' y='12' width='12' height='14' rx='6'/%3E%3Crect x='60' y='14' width='12' height='14' rx='6'/%3E%3Crect x='72' y='22' width='12' height='14' rx='6'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
}

/* Sparkles */
.decor-spark { width: 26px; height: 26px; }
.decor-spark::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 4 L58 42 L96 50 L58 58 L50 96 L42 58 L4 50 L42 42 Z' fill='%23F4D35D' stroke='%230B1D3A' stroke-width='4'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
}

/* Float animations */
.b1 { top: 18%; left: 2%; animation: drift 26s linear infinite; }
.b2 { top: 62%; left: 4%; animation: drift 34s linear infinite reverse; }
.m1 { top: 30%; right: 2%; animation: drift 30s linear infinite; }
.m2 { top: 70%; right: 3%; animation: drift 40s linear infinite reverse; }
.c1 { top: 8%; right: 12%; animation: bob 7s ease-in-out infinite; }
.s1 { top: 82%; left: 14%; animation: bob 9s ease-in-out infinite reverse; }
.g1 { top: 12%; left: 30%; animation: bob 8s ease-in-out infinite; }
.k1 { top: 24%; left: 12%; animation: spin 9s linear infinite; }
.k2 { top: 68%; left: 46%; animation: spin 11s linear infinite reverse; }
.k3 { top: 14%; right: 26%; animation: spin 8s linear infinite; }
.k4 { top: 48%; left: 4%; animation: spin 12s linear infinite reverse; }
.k5 { top: 86%; right: 16%; animation: spin 10s linear infinite; }
.k6 { top: 40%; right: 8%; animation: spin 13s linear infinite reverse; }
.k7 { top: 5%; left: 48%; animation: spin 9s linear infinite; }
.k8 { top: 78%; left: 74%; animation: spin 11s linear infinite reverse; }

@keyframes drift {
  from { transform: translateY(-8vh) rotate(0deg); }
  to   { transform: translateY(110vh) rotate(360deg); }
}
@keyframes bob {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50%      { transform: translateY(-18px) rotate(5deg); }
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .bg-decor .decor { animation: none !important; opacity: .25; }
  html { scroll-behavior: auto; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-display); font-size: 15px; letter-spacing: .3px;
  padding: 14px 26px; border-radius: 14px; text-decoration: none;
  border: 3px solid var(--line);
  box-shadow: var(--shadow-sm); cursor: pointer; transition: transform .08s, box-shadow .08s;
  color: var(--line); background: var(--paper); white-space: nowrap;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--line); }
.btn:active { transform: translate(1px, 1px); box-shadow: 1px 1px 0 var(--line); }
.btn-primary { background: var(--teal); color: var(--line); }
.btn-accent  { background: var(--navy); color: #fff; }
.btn-ghost   { background: transparent; }
.btn-block   { width: 100%; }
.btn-small   { padding: 9px 16px; font-size: 13px; border-radius: 10px; }
.btn-lg      { padding: 17px 30px; font-size: 17px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--paper); border-bottom: 3px solid var(--line);
  box-shadow: 0 4px 0 rgba(11, 29, 58, .12);
}
.header-inner { display: flex; align-items: center; gap: 24px; padding-top: 12px; padding-bottom: 12px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.brand-text { font-family: var(--font-display); font-size: 20px; color: var(--navy); letter-spacing: .5px; }
.brand-text b { color: var(--teal-dark); }
.main-nav { display: flex; gap: 22px; margin-left: auto; }
.main-nav a { font-weight: 600; font-size: 15px; color: var(--navy); position: relative; padding: 4px 0; }
.main-nav a::after {
  content: ''; position: absolute; left: 0; bottom: -2px; height: 3px; width: 0;
  background: var(--teal); border-radius: 2px; transition: width .15s;
}
.main-nav a:hover::after { width: 100%; }
.header-cta { margin-left: 4px; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--navy); border-radius: 2px; margin: 5px 0; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 72px 0 60px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-block; font-weight: 700; font-size: 13px; letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--navy); background: var(--teal); border: 2.5px solid var(--line);
  border-radius: 999px; padding: 7px 14px; box-shadow: var(--shadow-sm); margin-bottom: 20px;
}
.hero h1 { font-size: clamp(40px, 5.4vw, 62px); margin-bottom: 18px; }
.hero h1 span { color: var(--teal-dark); }
.lead { font-size: 18px; color: var(--muted); max-width: 540px; margin-bottom: 26px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-badges { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.hero-badges li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; }
.badge-ico {
  display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px;
  border-radius: 50%; background: var(--teal); border: 2.5px solid var(--line);
  font-weight: 800; font-size: 13px; flex: none;
}
.hero-card { padding: 30px; box-shadow: var(--shadow); }
.hero-card-title { font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; color: var(--muted); margin-bottom: 6px; }
.hero-card-price { font-family: var(--font-display); font-size: 54px; color: var(--navy); margin-bottom: 14px; }
.hero-card-price .per { font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--muted); margin-left: 8px; letter-spacing: .3px; }
.hero-card-list { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 8px; }
.hero-card-list li { padding-left: 26px; position: relative; font-weight: 600; }
.hero-card-list li::before {
  content: '✓'; position: absolute; left: 0; top: 1px; width: 18px; height: 18px;
  background: var(--teal); border: 2px solid var(--line); border-radius: 50%;
  font-size: 11px; display: flex; align-items: center; justify-content: center;
}
.hero-card-note { font-size: 14px; color: var(--muted); background: #FFF6E8; border: 2px dashed var(--line); border-radius: 12px; padding: 12px 14px; margin-bottom: 18px; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--navy); color: #fff; padding: 26px 0; border-top: 3px solid var(--line); border-bottom: 3px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; text-align: center; }
.trust-grid strong { display: block; font-family: var(--font-display); font-size: 26px; color: var(--teal); }
.trust-grid span { font-size: 13px; color: #C7D0DF; }

/* ---------- Sections ---------- */
.section { position: relative; padding: 84px 0; }
.section-tint { background: #F1EEE5; }
.section-dark { background: var(--navy); color: #fff; }
.section-title { font-size: clamp(30px, 4vw, 44px); text-align: center; margin-bottom: 12px; }
.section-title.light { color: #fff; }
.section-sub { text-align: center; color: var(--muted); max-width: 680px; margin: 0 auto 46px; font-size: 17px; }

.card {
  background: var(--paper); border: 3px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { position: relative; padding: 30px 26px 26px; }
.step-num {
  position: absolute; top: -18px; left: 22px; width: 42px; height: 42px; border-radius: 12px;
  background: var(--teal); border: 3px solid var(--line); box-shadow: var(--shadow-sm);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 20px; color: var(--navy);
}
.step h3 { margin-top: 14px; font-size: 20px; }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service { padding: 24px; display: flex; flex-direction: column; }
.service h3 { font-size: 19px; }
.service p { color: var(--muted); font-size: 15px; flex: 1; }
.service-tag {
  display: inline-block; align-self: flex-start; margin-top: 12px;
  font-family: var(--font-display); font-size: 14px; color: var(--navy);
  background: var(--teal); border: 2.5px solid var(--line); border-radius: 10px; padding: 7px 12px;
  box-shadow: 3px 3px 0 var(--line);
}

/* ---------- Calculator ---------- */
.calc-wrap { display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; align-items: start; }
.calc-form { padding: 30px; }
.calc-group { border: 0; padding: 0; margin: 0 0 28px; }
.calc-group legend {
  font-family: var(--font-display); font-size: 17px; color: var(--navy);
  padding-bottom: 10px; margin-bottom: 12px; border-bottom: 3px solid var(--teal); width: 100%;
}
.calc-hint { font-size: 13px; color: var(--muted); margin: -4px 0 12px; }
.option-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.option {
  font-family: var(--font-body); font-weight: 700; font-size: 14px; cursor: pointer;
  background: var(--paper); border: 3px solid var(--line); border-radius: 12px; padding: 12px 8px;
  box-shadow: 3px 3px 0 var(--line); transition: transform .08s, box-shadow .08s;
}
.option:hover { transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--line); }
.option[aria-pressed="true"] { background: var(--teal); border-width: 3px; }

.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.check { position: relative; cursor: pointer; }
.check input { position: absolute; opacity: 0; pointer-events: none; }
.check span {
  display: flex; align-items: center; gap: 10px;
  background: var(--paper); border: 3px solid var(--line); border-radius: 12px;
  padding: 11px 12px; font-weight: 600; font-size: 14px; box-shadow: 2.5px 2.5px 0 var(--line);
  transition: background .1s;
}
.check span::before {
  content: ''; width: 20px; height: 20px; flex: none; border-radius: 6px;
  background: #fff; border: 2.5px solid var(--line);
}
.check input:checked + span { background: #E6FAF5; }
.check input:checked + span::before {
  background: var(--teal);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12 L10 17 L19 7' fill='none' stroke='%230B1D3A' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 80%;
  background-position: center;
}
.check b { color: var(--teal-dark); margin-left: auto; }
.check input:focus-visible + span { outline: 3px solid #E07A5F; }

.calc-minbill {
  background: #FFF6E8; border: 2.5px dashed var(--line); border-radius: 14px;
  padding: 14px 16px; font-size: 14px; color: var(--navy);
}
.calc-minbill strong { font-family: var(--font-display); }

/* Summary */
.calc-summary { position: sticky; top: 90px; padding: 28px; }
.calc-summary h3 { font-size: 22px; margin-bottom: 18px; }
.summary-row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 2px solid #EEE9DF; font-weight: 600; font-size: 15px; }
.summary-row span:last-child { font-variant-numeric: tabular-nums; }
.summary-row.total { border-bottom: 0; border-top: 3px solid var(--line); font-family: var(--font-display); font-size: 24px; padding-top: 16px; margin-top: 8px; color: var(--navy); }
.summary-note { font-size: 12.5px; color: var(--muted); margin: 8px 0 20px; }

.pay-block { background: #EFF6F4; border: 2.5px solid var(--line); border-radius: 14px; padding: 16px; margin-bottom: 18px; }
.pay-title { font-weight: 700; font-size: 14px; margin-bottom: 12px; }
.pay-seg { display: grid; gap: 10px; }
.pay-opt {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px;
  width: 100%; text-align: left; cursor: pointer;
  background: var(--paper); border: 2.5px solid var(--line); border-radius: 12px;
  padding: 12px 14px; font-family: var(--font-body); color: var(--ink);
  box-shadow: 2px 2px 0 rgba(11, 29, 58, .15); transition: transform .08s, box-shadow .08s, background .12s;
}
.pay-opt:hover { transform: translate(-1px, -1px); box-shadow: 4px 4px 0 rgba(11, 29, 58, .2); }
.pay-opt.is-active { background: #E6FAF5; border-width: 3.5px; border-color: var(--teal-dark); box-shadow: 3px 3px 0 var(--line); }
.pay-ico {
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 10px; background: #EFF6F4;
  border: 2px solid var(--line); flex: none;
}
.pay-ico svg { width: 24px; height: 24px; }
.pay-opt.is-active .pay-ico { background: var(--teal); }
.pay-txt b { display: block; font-size: 15px; color: var(--navy); }
.pay-txt small { display: block; color: var(--muted); font-size: 13px; margin-top: 2px; line-height: 1.35; }
.pay-check {
  width: 24px; height: 24px; border-radius: 50%; flex: none;
  border: 2.5px solid #B9C2CE; background: #fff;
}
.pay-opt.is-active .pay-check {
  border-color: var(--teal-dark); background: var(--teal);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12 L10 16 L18 8' fill='none' stroke='%230B1D3A' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 70%; background-position: center;
}
.pay-opt:focus-visible { outline: 3px solid #E07A5F; outline-offset: 1px; }
.pay-opt.is-active .pay-txt b { color: var(--navy); }

.lock-note { font-size: 12.5px; color: var(--muted); text-align: center; margin-top: 16px; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.team-card { padding: 22px; text-align: center; }
.team-card img {
  width: 110px; height: 110px; object-fit: cover; border-radius: 50%;
  border: 3.5px solid var(--line); box-shadow: var(--shadow-sm); margin: 0 auto 16px;
}
.team-card h3 { font-size: 19px; margin-bottom: 2px; }
.team-card .team-role { font-size: 13.5px; color: var(--muted); font-weight: 600; margin-bottom: 8px; }
.team-card .team-stats { display: inline-flex; gap: 12px; align-items: center; font-size: 13.5px; font-weight: 700; color: var(--navy); background: #EFF6F4; border: 2px solid var(--line); border-radius: 999px; padding: 5px 14px; }
.team-card .team-stats .stars { color: #E8A33D; letter-spacing: 1px; }
.team-card .team-stats .checks { color: var(--teal-dark); }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.review-card .rev-stars { color: #E8A33D; font-size: 18px; letter-spacing: 3px; }
.review-card blockquote { margin: 0; font-size: 15.5px; color: var(--ink); flex: 1; }
.review-card .rev-who { display: flex; align-items: center; gap: 12px; }
.review-card .rev-who img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; border: 2.5px solid var(--line); }
.review-card .rev-who .who-name { font-weight: 700; font-size: 14px; }
.review-card .rev-who .who-task { font-size: 12.5px; color: var(--muted); }
.reviews-foot { text-align: center; font-size: 13px; color: var(--muted); margin-top: 26px; }

/* ---------- Why ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why { padding: 24px; background: var(--navy-2); border-color: #2A3C5E; box-shadow: 6px 6px 0 #050E20; }
.why h3 { font-size: 18px; color: var(--teal); }
.why p { color: #C7D0DF; font-size: 14.5px; margin: 0; }

/* ---------- Booking form ---------- */
.booking { max-width: 860px; margin: 0 auto; padding: 36px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 6px; }
.optional { color: var(--muted); font-weight: 400; font-size: 12.5px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; font-family: var(--font-body); font-size: 15px;
  border: 3px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink);
  box-shadow: 2.5px 2.5px 0 rgba(11, 29, 58, .18); transition: box-shadow .1s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; box-shadow: 4px 4px 0 var(--teal); border-color: var(--navy);
}
.field .err { color: #C63A1F; font-weight: 700; font-size: 12.5px; display: block; margin-top: 5px; min-height: 1em; }
.field.invalid input, .field.invalid select { border-color: #C63A1F; box-shadow: 3px 3px 0 #C63A1F; }

.booking-summary {
  background: #EFF6F4; border: 2.5px solid var(--line); border-radius: 14px;
  padding: 16px 18px; margin: 10px 0 22px; font-size: 14.5px; display: grid; gap: 6px;
}
.booking-summary strong { font-family: var(--font-display); font-size: 20px; color: var(--navy); }

/* Checkout actions */
.checkout-actions {
  display: flex; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 6px;
}
.checkout-actions .btn-ghost { flex: none; }
.checkout-actions .btn-primary { flex: 1; min-width: 240px; }

/* Honeypot */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; opacity: 0; }

.form-note { text-align: center; font-size: 12.5px; color: var(--muted); margin-top: 14px; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 14px; }
.faq details {
  background: var(--paper); border: 3px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-sm); padding: 6px 18px; cursor: pointer;
}
.faq summary {
  font-weight: 700; font-size: 16px; padding: 14px 0; list-style: none; position: relative;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.faq summary::after { content: '+'; font-family: var(--font-display); font-size: 22px; color: var(--teal-dark); }
.faq details[open] summary::after { content: '–'; }
.faq details p { margin: 0 0 16px; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #C7D0DF; padding: 48px 0 0; border-top: 3px solid var(--teal); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.15fr; gap: 30px; padding-bottom: 34px; }
.site-footer .brand-text { color: #fff; }
.site-footer h4 { color: var(--teal); font-size: 15px; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 14px; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-note { font-size: 13.5px; color: #8FA0BB; }

/* Social links */
.social-list li a {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 14px; color: var(--teal);
  background: rgba(46, 207, 180, .08); border: 2px solid #2A3C5E; border-radius: 10px;
  padding: 7px 12px; transition: background .12s, color .12s, border-color .12s;
}
.social-list li a::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); flex: none;
}
.social-list li a:hover {
  background: var(--teal); color: var(--navy); border-color: var(--teal); text-decoration: none;
}
.social-list li a:hover::before { background: var(--navy); }
.footer-bottom {
  border-top: 2px solid #27405F; padding-top: 20px; padding-bottom: 20px;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: #8FA0BB;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
#checkout { animation: fadeUp .4s ease-out; }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal[aria-hidden="false"] { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(11, 29, 58, .6); }
.modal-card { position: relative; width: 100%; max-width: 420px; padding: 30px; box-shadow: var(--shadow); }
.modal-close {
  position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 10px;
  border: 3px solid var(--line); background: var(--paper); font-size: 20px; font-weight: 800; cursor: pointer;
}
.modal-bill {
  display: flex; justify-content: space-between; align-items: center;
  background: #EFF6F4; border: 2.5px solid var(--line); border-radius: 12px; padding: 14px 16px; margin: 18px 0;
  font-weight: 700;
}
.modal-bill strong { font-family: var(--font-display); font-size: 24px; color: var(--navy); }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero-grid, .calc-wrap { grid-template-columns: 1fr; }
  .calc-summary { position: static; }
  .services-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .main-nav {
    position: fixed; top: 0; right: 0; height: 100vh; width: min(300px, 82vw);
    background: var(--paper); border-left: 3px solid var(--line); box-shadow: -6px 0 0 rgba(11,29,58,.2);
    flex-direction: column; padding: 90px 28px; gap: 8px; transform: translateX(100%);
    transition: transform .2s; z-index: 60;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-size: 19px; padding: 10px 0; border-bottom: 2px solid #EEE9DF; }
  .nav-toggle { display: block; margin-left: auto; z-index: 70; }
  .header-cta { display: none; }
  .steps { grid-template-columns: 1fr; }
  .option-grid { grid-template-columns: repeat(2, 1fr); }
  .check-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .section { padding: 60px 0; }
}

@media (max-width: 520px) {
  .services-grid, .why-grid, .team-grid, .reviews-grid, .trust-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .calc-form, .booking { padding: 22px 18px; }
  .hero-card-price { font-size: 44px; }
  .bg-decor .decor { opacity: .55; }
}
