/* ==========================================================================
   Clear View Window Cleaning W.L.L. — stylesheet (v2, clean corporate)
   Brand: Royal Blue #5271FF · Deep Navy #0E1B3C · Slate grays
   ========================================================================== */

:root {
  --blue: #5271FF;
  --blue-dark: #2E45C9;
  --blue-tint: #eef1ff;
  --navy: #0E1B3C;
  --navy-2: #16244d;
  --ink: #0E1B3C;
  --body: #46506a;
  --muted: #7a8298;
  --line: #e7eaf2;
  --line-2: #d9deeb;
  --bg: #ffffff;
  --bg-soft: #f6f8fc;
  --bg-rule: #f0f3fa;
  --white: #ffffff;
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 2px rgba(14,27,60,.06), 0 1px 3px rgba(14,27,60,.05);
  --shadow: 0 8px 24px rgba(14,27,60,.07);
  --shadow-lg: 0 24px 56px rgba(14,27,60,.13);
  --maxw: 1200px;
  --font: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font); color: var(--body); background: var(--bg);
  line-height: 1.65; font-size: 17px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
h1,h2,h3,h4 { color: var(--ink); line-height: 1.15; margin: 0 0 .5em; font-weight: 800; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.35rem); }
h2 { font-size: clamp(1.7rem, 3.1vw, 2.4rem); }
h3 { font-size: 1.2rem; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
a { color: var(--blue-dark); text-decoration: none; }
a:hover { color: var(--blue); }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section--soft { background: var(--bg-soft); }
.section--navy { background: var(--navy); color: #c4cce4; }
.section--navy h2, .section--navy h3 { color: #fff; }
.center { text-align: center; }
.lead { font-size: 1.2rem; color: var(--body); }

/* thin brand bar at very top */
.topbar { height: 4px; background: linear-gradient(90deg, var(--blue), var(--blue-dark)); }

/* eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; font-size: .76rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--blue-dark); margin-bottom: .8rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--blue); display: inline-block; }
.section-head { max-width: 730px; margin: 0 auto 52px; text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head p { color: var(--muted); font-size: 1.12rem; }

/* ---------- Icons ---------- */
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ic {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center;
  background: var(--blue-tint); color: var(--blue-dark); margin-bottom: 18px; flex: 0 0 auto;
}
.ic svg { width: 26px; height: 26px; }
.ico { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; vertical-align: middle; }
.social a svg, .wa-fab svg { fill: currentColor; stroke: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem; cursor: pointer; font-family: inherit;
  font-weight: 600; font-size: 1rem; padding: 13px 24px; border-radius: var(--radius-sm);
  border: 1.5px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }
.btn--primary { background: var(--blue); color: #fff; box-shadow: 0 6px 16px rgba(82,113,255,.28); }
.btn--primary:hover { background: var(--blue-dark); color: #fff; }
.btn--ghost { background: #fff; color: var(--navy); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--blue); color: var(--blue-dark); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: #eef1ff; color: var(--blue-dark); }
.btn--lg { padding: 15px 30px; font-size: 1.05rem; }

/* ---------- Header / nav ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(14,27,60,.97); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.brand { display: inline-flex; align-items: center; }
.brand:hover { text-decoration: none; }
.brand-logo { height: 48px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: #dfe4f5; font-weight: 550; font-size: .97rem; position: relative; padding: 6px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform .18s ease; transform-origin: left; }
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-cta .btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.nav-cta .btn--ghost:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.6); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: #fff; margin: 5px 0; border-radius: 2px; transition: .2s; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--bg-soft); padding: 92px 0 84px; overflow: hidden; }
.hero::before { content:""; position:absolute; inset:0; background:
  radial-gradient(720px 360px at 88% -8%, rgba(82,113,255,.12), transparent 60%); pointer-events:none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.hero h1 { color: var(--navy); }
.hero h1 span { color: var(--blue); }
.hero p.lead { color: var(--body); margin-bottom: 2rem; max-width: 36ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-badges { display: grid; gap: 12px; }
.hero-badges .badge { color: var(--navy); font-weight: 600; font-size: .96rem; display: flex; align-items: center; gap: 10px; }
.hero-badges .badge svg { width: 20px; height: 20px; color: var(--blue); }
.hero-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 30px; border: 1px solid var(--line); }
.hero-card h3 { color: var(--navy); }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.card h3 { color: var(--navy); margin-bottom: .45rem; }
.card p { color: var(--muted); font-size: .98rem; margin: 0; }
.card--link { display: block; }
.card--link:hover { text-decoration: none; }

/* ---------- Trust strip ---------- */
.proof { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.proof .stat { text-align: center; padding: 8px 0; }
.proof .num { font-size: 2.3rem; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.proof .lbl { font-size: .92rem; color: #9aa4cc; margin-top: 2px; }
.proof .stat + .stat { border-left: 1px solid rgba(255,255,255,.1); }

/* ---------- Checklist ---------- */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; }
.checklist .tick { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 7px; background: var(--blue-tint); color: var(--blue-dark); display: grid; place-items: center; margin-top: 1px; }
.checklist .tick svg { width: 16px; height: 16px; stroke-width: 2.4; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.media-ph { border-radius: var(--radius); border: 1px dashed var(--line-2); background: var(--bg-soft); min-height: 300px; display: grid; place-items: center; text-align: center; color: var(--muted); padding: 24px; }
.media-ph .ph-ic { color: var(--blue); margin-bottom: 10px; }
.media-ph .ph-ic svg { width: 40px; height: 40px; }

/* visual panel (decorative, replaces empty look) */
.glass-visual { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 340px;
  background: linear-gradient(135deg, #16244d, #2c3f86 60%, #5271FF); box-shadow: var(--shadow-lg); }
.glass-visual .panes { position:absolute; inset:0; display:grid; grid-template-columns:1fr 1fr; grid-template-rows:1fr 1fr; gap:10px; padding:10px; }
.glass-visual .pane { border-radius: 10px; background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.16); }
.glass-visual .shine { position:absolute; top:-30%; left:-10%; width:55%; height:160%; transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); }
.glass-visual .vcap { position:absolute; left:24px; bottom:22px; right:24px; color:#fff; }
.glass-visual .vcap strong { display:block; font-size:1.15rem; }
.glass-visual .vcap span { color:#c4cce4; font-size:.92rem; }

/* ---------- Placeholder ---------- */
.placeholder { border: 1px dashed var(--line-2); background: var(--bg-soft); border-radius: var(--radius); padding: 32px; text-align: center; color: var(--muted); }
.placeholder strong { color: var(--navy); display: block; margin-bottom: 6px; font-size: 1.05rem; }

/* ---------- FAQ ---------- */
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; background: #fff; overflow: hidden; transition: border-color .15s ease; }
.faq-item.open { border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 18px 22px; font-size: 1.04rem; font-weight: 650; color: var(--navy); display: flex; justify-content: space-between; gap: 16px; align-items: center; font-family: inherit; }
.faq-q:hover { color: var(--blue-dark); }
.faq-q .chev { transition: transform .2s ease; color: var(--blue); flex: 0 0 auto; }
.faq-q .chev svg { width: 20px; height: 20px; stroke-width: 2.2; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 22px 20px; color: var(--body); }
.faq-group-title { margin: 40px 0 16px; color: var(--blue-dark); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }

/* ---------- Comparison ---------- */
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
table.compare { width: 100%; border-collapse: collapse; background: #fff; min-width: 580px; }
table.compare th, table.compare td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line); }
table.compare thead th { background: var(--navy); color: #fff; font-size: .95rem; font-weight: 600; }
table.compare thead th:nth-child(2) { background: var(--blue); }
table.compare td.yes { color: #15803d; font-weight: 650; }
table.compare td.yes svg, table.compare td.no svg { width: 17px; height: 17px; vertical-align: -3px; margin-right: 5px; }
table.compare td.no { color: #aab1c4; }
table.compare tbody tr:last-child td { border-bottom: 0; }
table.compare tbody tr:nth-child(even) { background: var(--bg-soft); }

/* ---------- Calculator ---------- */
.calc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 32px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; color: var(--navy); margin-bottom: 7px; font-size: .94rem; }
.field select, .field input, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line-2); border-radius: var(--radius-sm); font-size: 1rem; font-family: inherit; color: var(--ink); background: #fff; transition: border-color .15s ease, box-shadow .15s ease; }
.field select:focus, .field input:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(82,113,255,.15); }
.calc-result { margin-top: 8px; background: var(--blue-tint); border-radius: var(--radius); padding: 22px; text-align: center; display: none; }
.calc-result.show { display: block; }
.calc-result .range { font-size: 2rem; font-weight: 800; color: var(--blue-dark); letter-spacing: -0.02em; }
.calc-result small { color: var(--muted); }

/* ---------- Chatbot ---------- */
.chat-fab { position: fixed; bottom: 22px; right: 22px; z-index: 60; width: 58px; height: 58px; border-radius: 16px; background: var(--blue); color: #fff; border: 0; cursor: pointer; box-shadow: var(--shadow-lg); display: grid; place-items: center; transition: transform .15s ease, background .15s ease; }
.chat-fab:hover { background: var(--blue-dark); transform: translateY(-2px); }
.chat-fab svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 2; }
.chat-panel { position: fixed; bottom: 90px; right: 22px; z-index: 60; width: 352px; max-width: calc(100vw - 36px); background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); display: none; flex-direction: column; overflow: hidden; }
.chat-panel.open { display: flex; }
.chat-head { background: var(--navy); color: #fff; padding: 16px 18px; }
.chat-head strong { display: block; }
.chat-head small { color: #9aa4cc; }
.chat-body { padding: 16px; max-height: 340px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; }
.chat-msg { padding: 11px 14px; border-radius: 12px; font-size: .95rem; max-width: 85%; }
.chat-msg.bot { background: var(--bg-soft); color: var(--ink); align-self: flex-start; border-bottom-left-radius: 4px; }
.chat-msg.user { background: var(--blue); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.chat-options { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 16px 14px; }
.chat-opt { background: #fff; border: 1.5px solid var(--blue); color: var(--blue-dark); border-radius: 8px; padding: 8px 13px; cursor: pointer; font-size: .88rem; font-weight: 600; font-family: inherit; }
.chat-opt:hover { background: var(--blue); color: #fff; }
.chat-input-row { display: flex; gap: 8px; padding: 12px 16px; border-top: 1px solid var(--line); }
.chat-input-row input { flex: 1; padding: 10px 12px; border: 1px solid var(--line-2); border-radius: 8px; font-size: .92rem; font-family: inherit; }
.chat-input-row button { background: var(--blue); color: #fff; border: 0; border-radius: 8px; padding: 0 18px; cursor: pointer; font-weight: 600; font-family: inherit; }

/* ---------- WhatsApp ---------- */
.wa-fab { position: fixed; bottom: 22px; left: 22px; z-index: 55; width: 56px; height: 56px; border-radius: 16px; background: #25D366; display: grid; place-items: center; box-shadow: var(--shadow-lg); color: #fff; transition: transform .15s ease; }
.wa-fab:hover { transform: translateY(-2px); color: #fff; }
.wa-fab svg { width: 30px; height: 30px; fill: #fff; }

/* ---------- Forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 34px; }
.form-note { font-size: .85rem; color: var(--muted); }
.form-success { display: none; background: #ecfdf3; border: 1px solid #abefc6; color: #067647; padding: 14px 16px; border-radius: 10px; margin-bottom: 16px; }
.form-success.show { display: block; }

/* ---------- Newsletter ---------- */
.newsletter { background: linear-gradient(135deg, var(--navy), #233a86); border-radius: var(--radius-lg); padding: 48px; color: #fff; text-align: center; position: relative; overflow: hidden; }
.newsletter::after { content:""; position:absolute; right:-60px; top:-60px; width:220px; height:220px; border-radius:50%; background: rgba(82,113,255,.25); filter: blur(10px); }
.newsletter h2 { color: #fff; position: relative; }
.newsletter p { color: #c4cce4; position: relative; }
.newsletter form { display: flex; gap: 10px; max-width: 470px; margin: 20px auto 0; flex-wrap: wrap; position: relative; }
.newsletter input { flex: 1; min-width: 200px; padding: 14px 16px; border-radius: 8px; border: 0; font-size: 1rem; font-family: inherit; }

/* ---------- Contact info ---------- */
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; }
.info-list .ic { width: 44px; height: 44px; border-radius: 11px; margin: 0; }
.info-list .ic svg { width: 21px; height: 21px; }
.info-list strong { color: var(--navy); display: block; }
.info-list a, .info-list span { color: var(--body); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #9aa4cc; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 38px; }
.site-footer h4 { color: #fff; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.site-footer a { color: #9aa4cc; }
.site-footer a:hover { color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: .95rem; }
.footer-links li { display: flex; align-items: center; gap: 9px; }
.footer-links li svg { width: 16px; height: 16px; stroke: #6f79a0; flex: 0 0 auto; }
.footer-brand .brand-logo { height: 42px; margin-bottom: 16px; }
.footer-brand p { font-size: .93rem; max-width: 290px; line-height: 1.6; }
.social { display: flex; gap: 10px; margin-top: 16px; }
.social a { width: 38px; height: 38px; border-radius: 9px; background: rgba(255,255,255,.07); display: grid; place-items: center; color: #fff; }
.social a:hover { background: var(--blue); }
.social a svg { width: 18px; height: 18px; fill: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .85rem; }

/* ---------- Page hero ---------- */
.page-hero { background: var(--navy); color: #c4cce4; padding: 66px 0; position: relative; overflow: hidden; }
.page-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(640px 320px at 90% -20%, rgba(82,113,255,.22), transparent 60%); }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #b3bcdb; max-width: 700px; font-size: 1.12rem; }
.crumbs { font-size: .85rem; color: #8089ad; margin-bottom: 14px; }
.crumbs a { color: #b3bcdb; }

/* ---------- Byline / article ---------- */
.byline { display: flex; align-items: center; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 22px 0; font-size: .92rem; color: var(--muted); }
.byline .av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: #fff; display: grid; place-items: center; font-weight: 700; flex: 0 0 auto; }
.byline strong { color: var(--navy); }
.article { max-width: 760px; margin: 0 auto; }
.article h2 { margin-top: 2em; }
.article h3 { margin-top: 1.6em; color: var(--navy); }
.article ul, .article ol { padding-left: 1.3em; margin-bottom: 1.2rem; }
.article li { margin-bottom: .5rem; }
.article blockquote { border-left: 4px solid var(--blue); background: var(--bg-soft); margin: 1.4em 0; padding: 16px 22px; border-radius: 0 10px 10px 0; color: var(--ink); }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--navy), #233a86); border-radius: var(--radius-lg); padding: 56px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band::after { content:""; position:absolute; left:-50px; bottom:-70px; width:240px; height:240px; border-radius:50%; background: rgba(82,113,255,.22); filter: blur(8px); }
.cta-band h2 { color: #fff; position: relative; }
.cta-band p { color: #c4cce4; max-width: 580px; margin: 0 auto 24px; position: relative; }
.cta-band .btn { position: relative; }

/* ---------- Utility ---------- */
.tag { display: inline-block; background: var(--blue-tint); color: var(--blue-dark); font-size: .76rem; font-weight: 700; letter-spacing: .04em; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .proof { grid-template-columns: repeat(2,1fr); gap: 30px; }
  .proof .stat:nth-child(3) { border-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-cta .btn--ghost { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links { display: flex; position: absolute; top: 80px; left: 0; right: 0; background: var(--navy); flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 24px 16px; border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: var(--shadow); }
  .nav.open .nav-links li { width: 100%; }
  .nav.open .nav-links a { display: block; padding: 13px 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav.open .nav-links a::after { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .proof { grid-template-columns: repeat(2,1fr); }
  .cta-band, .newsletter, .form-card, .calc { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 56px 0; }
}

/* ============================ v3 additions ============================ */
/* Hero with photo support */
.hero--photo { position: relative; color:#fff; }
.hero--photo .hero-bg { position:absolute; inset:0; overflow:hidden; }
.hero--photo .hero-bg img { width:100%; height:100%; object-fit:cover; }
.hero--photo::after { content:""; position:absolute; inset:0;
  background: linear-gradient(120deg, rgba(14,27,60,.92) 0%, rgba(14,27,60,.74) 45%, rgba(27,37,89,.45) 100%); }
.hero--photo .container { position:relative; z-index:2; }
.hero--photo h1 { color:#fff; }
.hero--photo h1 span { color:#9db0ff; }
.hero--photo p.lead { color:#dfe4f5; }
.hero--photo .hero-badges .badge { color:#fff; }
.hero--photo .hero-badges .badge svg { color:#9db0ff; }
/* decorative fallback panes when no photo */
.hero-fallback { position:absolute; inset:0; background:
  radial-gradient(900px 480px at 82% -10%, rgba(82,113,255,.45), transparent 60%),
  linear-gradient(120deg,#0E1B3C,#1b2b63 60%,#2a3f86); }
.hero-fallback .panes { position:absolute; right:-4%; top:8%; width:46%; height:84%; display:grid;
  grid-template-columns:1fr 1fr; grid-template-rows:1fr 1fr 1fr; gap:12px; opacity:.5; }
.hero-fallback .panes span { border-radius:10px; background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.03)); border:1px solid rgba(255,255,255,.14); }

/* Trust chips */
.chips { display:flex; flex-wrap:wrap; gap:10px; }
.chip { display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22); color:#fff; padding:8px 14px; border-radius:999px; font-size:.86rem; font-weight:600; }
.chip svg { width:16px; height:16px; color:#9db0ff; }
.chips--light .chip { background:var(--blue-tint); border-color:transparent; color:var(--navy); }
.chips--light .chip svg { color:var(--blue-dark); }

/* Process steps */
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; counter-reset:step; }
.step { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px; position:relative; box-shadow:var(--shadow-sm); }
.step .n { font-size:.8rem; font-weight:800; color:var(--blue); letter-spacing:.1em; }
.step h3 { color:var(--navy); margin:8px 0 .4rem; font-size:1.08rem; }
.step p { color:var(--muted); font-size:.95rem; margin:0; }
.step .ic { width:44px; height:44px; margin-bottom:14px; }
.step .ic svg { width:22px; height:22px; }

/* Sustainability band */
.sustain { background: linear-gradient(135deg,#0d3b2e,#16513c 60%,#1f6b4f); border-radius:var(--radius-lg); padding:52px; color:#cfeede; text-align:center; }
.sustain .eyebrow { color:#7fe0b0; justify-content:center; }
.sustain .eyebrow::before { background:#7fe0b0; }
.sustain h2 { color:#fff; }
.sustain p { color:#bfe6cf; max-width:760px; margin:0 auto 30px; }
.sustain .proof .num { color:#fff; }
.sustain .proof .lbl { color:#9fd7b9; }
.sustain .proof .stat + .stat { border-color: rgba(255,255,255,.14); }

/* Pricing packages */
.pricing { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:stretch; }
.pkg { background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); padding:32px; display:flex; flex-direction:column; box-shadow:var(--shadow-sm); position:relative; }
.pkg--featured { border:2px solid var(--blue); box-shadow:var(--shadow); }
.pkg .flag { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:var(--blue); color:#fff; font-size:.72rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; padding:5px 14px; border-radius:999px; }
.pkg h3 { color:var(--navy); margin-bottom:4px; }
.pkg .cadence { color:var(--blue-dark); font-weight:600; font-size:.9rem; margin-bottom:16px; }
.pkg .price { font-size:1.9rem; font-weight:800; color:var(--navy); letter-spacing:-.02em; }
.pkg .price small { display:block; font-size:.82rem; font-weight:500; color:var(--muted); margin-top:2px; }
.pkg ul { list-style:none; padding:0; margin:20px 0 24px; display:grid; gap:11px; }
.pkg ul li { display:flex; gap:10px; align-items:flex-start; font-size:.95rem; color:var(--body); }
.pkg ul li svg { width:18px; height:18px; color:var(--blue-dark); flex:0 0 auto; margin-top:2px; }
.pkg .btn { margin-top:auto; width:100%; justify-content:center; }
.pkg-note { text-align:center; color:var(--muted); font-size:.9rem; margin-top:18px; }

/* Testimonials */
.quotes { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.quote { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:28px; box-shadow:var(--shadow-sm); }
.quote .stars { color:#f5b301; letter-spacing:2px; font-size:1rem; margin-bottom:10px; }
.quote p { color:var(--ink); font-size:1.02rem; line-height:1.6; }
.quote .who { display:flex; align-items:center; gap:12px; margin-top:18px; }
.quote .av { width:46px; height:46px; border-radius:50%; background:linear-gradient(135deg,var(--blue),var(--blue-dark)); color:#fff; display:grid; place-items:center; font-weight:700; flex:0 0 auto; }
.quote .who strong { color:var(--navy); display:block; font-size:.98rem; }
.quote .who span { color:var(--muted); font-size:.86rem; }

@media (max-width:980px){
  .steps{ grid-template-columns:repeat(2,1fr); }
  .pricing{ grid-template-columns:1fr; }
  .quotes{ grid-template-columns:1fr; }
}
@media (max-width:560px){
  .steps{ grid-template-columns:1fr; }
  .sustain{ padding:30px; }
}

/* ---------- Client marquee ---------- */
.marquee { background: linear-gradient(90deg, var(--blue), var(--blue-dark)); color:#fff; overflow:hidden; position:relative; }
.marquee__track { display:inline-flex; align-items:center; white-space:nowrap; padding:15px 0; animation: cv-marquee 38s linear infinite; will-change: transform; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee .m-item { font-weight:700; font-size:1.02rem; letter-spacing:.01em; padding:0 26px; }
.marquee .m-thanks { font-weight:600; font-size:.76rem; text-transform:uppercase; letter-spacing:.16em; color:rgba(255,255,255,.7); }
.marquee .m-sep { opacity:.55; font-size:.9rem; }
/* soft fade at the edges */
.marquee::before, .marquee::after { content:""; position:absolute; top:0; bottom:0; width:70px; z-index:2; pointer-events:none; }
.marquee::before { left:0; background: linear-gradient(90deg, var(--blue), transparent); }
.marquee::after { right:0; background: linear-gradient(270deg, var(--blue-dark), transparent); }
@keyframes cv-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; white-space: normal; padding: 14px 24px; text-align:center; } }
