:root {
  --navy: #0b1f3a;
  --navy-2: #102d52;
  --blue: #1769e0;
  --blue-2: #3d8cff;
  --sky: #dbeaff;
  --ink: #132238;
  --muted: #617087;
  --line: #dce4ef;
  --soft: #f4f7fb;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(14, 38, 72, 0.12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 1000; padding: 10px 14px; background: white; border-radius: 8px; }
.skip-link:focus { left: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,228,239,.75); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, var(--navy), var(--blue)); box-shadow: 0 8px 24px rgba(23,105,224,.25); }
.brand-mark svg { width: 31px; fill: white; }
.brand strong { display: block; letter-spacing: .14em; font-size: .97rem; line-height: 1.05; }
.brand small { display: block; color: var(--blue); font-size: .85rem; font-weight: 700; margin-top: 4px; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 700; }
.primary-nav > a:not(.button) { color: #405069; }
.primary-nav > a:not(.button):hover { color: var(--blue); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 6px; }
.nav-toggle span { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px 0; }
.button { display: inline-flex; justify-content: center; align-items: center; padding: 14px 20px; border: 0; border-radius: 12px; background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: white; font-weight: 800; cursor: pointer; box-shadow: 0 12px 26px rgba(23,105,224,.25); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(23,105,224,.32); }
.button-sm { padding: 11px 16px; border-radius: 10px; }
.button-light { background: white; color: var(--navy); box-shadow: none; }
.hero { min-height: 760px; position: relative; overflow: hidden; display: flex; align-items: center; background: radial-gradient(circle at 76% 16%, #eff6ff 0, #fff 34%, #fff 100%); }
.hero::before { content:""; position:absolute; inset:auto 0 0 0; height:110px; background:linear-gradient(to top,rgba(11,31,58,.035),transparent); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; padding: 88px 0 78px; }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(1px); opacity: .7; }
.hero-orb-one { width: 360px; height: 360px; background: rgba(61,140,255,.1); right: -90px; top: 90px; }
.hero-orb-two { width: 180px; height: 180px; background: rgba(23,105,224,.07); left: -60px; bottom: 80px; }
.eyebrow { margin: 0 0 14px; color: var(--blue); text-transform: uppercase; letter-spacing: .15em; font-weight: 800; font-size: .78rem; }
.eyebrow.light { color: #8fc2ff; }
.hero h1, .section h2 { font-family: "Playfair Display", serif; color: var(--navy); letter-spacing: -.025em; }
.hero h1 { font-size: clamp(3.35rem, 6.6vw, 6.3rem); line-height: .94; margin: 0; }
.hero h1 span { color: var(--blue); }
.hero-lead { font-size: 1.12rem; color: var(--muted); max-width: 670px; margin: 26px 0; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.text-link { font-weight: 800; color: var(--navy); }
.text-link span { color: var(--blue); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 40px; max-width: 570px; }
.trust-row div { border-left: 2px solid var(--sky); padding-left: 15px; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: .9rem; color: var(--navy); }
.trust-row span { font-size: .78rem; color: var(--muted); margin-top: 2px; }
.hero-card { background: rgba(255,255,255,.9); border: 1px solid rgba(220,228,239,.9); border-radius: 32px; box-shadow: var(--shadow); padding: 18px; transform: rotate(1deg); }
.hero-card-badge { display: inline-block; margin: 8px 8px 14px; padding: 7px 11px; border-radius: 999px; background: #eaf3ff; color: var(--blue); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero-visual { min-height: 430px; border-radius: 24px; overflow: hidden; background: linear-gradient(155deg,#d7e9ff,#f7fbff 58%,#cfe2f7); position: relative; }
.cleaning-scene { position:absolute; inset:0; }
.window { position:absolute; width:58%; height:50%; right:8%; top:8%; border:12px solid white; box-shadow:0 16px 36px rgba(11,31,58,.12); background:linear-gradient(145deg,#8cc8ff,#ecf7ff); display:grid; grid-template-columns:1fr 1fr; grid-template-rows:1fr 1fr; gap:5px; padding:5px; }
.window span { border:1px solid rgba(255,255,255,.8); background:rgba(255,255,255,.18); }
.counter { position:absolute; left:0; right:0; bottom:0; height:34%; background:linear-gradient(to bottom,#f8fbff,#c8d6e6); border-top:12px solid white; }
.counter::before { content:""; position:absolute; left:7%; top:34%; width:44%; height:12px; border-radius:99px; background:rgba(11,31,58,.15); }
.bottle { position:absolute; bottom:21%; border-radius:12px 12px 18px 18px; box-shadow:0 18px 28px rgba(11,31,58,.18); }
.bottle::before { content:""; position:absolute; top:-22px; left:50%; transform:translateX(-50%); width:30%; height:24px; background:#0b1f3a; border-radius:7px 7px 3px 3px; }
.bottle-one { width:76px; height:150px; left:18%; background:linear-gradient(135deg,#0f61d8,#3e96ff); }
.bottle-two { width:64px; height:122px; left:39%; background:linear-gradient(135deg,#fff,#d9e5f1); }
.sparkle { position:absolute; color:white; text-shadow:0 4px 18px rgba(23,105,224,.35); }
.sparkle-a { font-size:54px; right:18%; top:25%; }.sparkle-b{font-size:28px;right:38%;top:18%;}.sparkle-c{font-size:35px;left:9%;top:18%;}
.hero-card-footer { display:flex; justify-content:space-between; align-items:center; padding:18px 12px 4px; }
.hero-card-footer small, .hero-card-footer strong { display:block; }
.hero-card-footer small { color:var(--muted); font-size:.72rem; text-transform:uppercase; letter-spacing:.12em; }
.hero-card-footer strong { color:var(--navy); margin-top:4px; }
.check-icon { width:42px; height:42px; display:grid; place-items:center; background:#e9f7ef; color:#158a4f; border-radius:50%; font-weight:900; }
.logo-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#fbfdff; }
.logo-strip-inner { min-height:74px; display:flex; justify-content:center; align-items:center; gap:23px; flex-wrap:wrap; color:#52637b; font-size:.85rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.logo-strip i { width:4px; height:4px; background:var(--blue); border-radius:50%; }
.section { padding:110px 0; }
.section-heading { display:flex; justify-content:space-between; gap:56px; align-items:end; margin-bottom:46px; }
.section-heading h2, .section h2 { font-size:clamp(2.4rem,4vw,4.4rem); line-height:1.04; margin:0; }
.section-heading > p { max-width:520px; color:var(--muted); margin:0; }
.section-heading.compact { margin-bottom:36px; }
.service-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.service-card { position:relative; border:1px solid var(--line); border-radius:var(--radius); padding:34px; background:white; min-height:340px; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform:translateY(-6px); border-color:#bdd6fb; box-shadow:0 22px 55px rgba(11,31,58,.09); }
.service-icon { width:54px; height:54px; display:grid; place-items:center; background:#eaf3ff; color:var(--blue); border-radius:16px; font-size:1.45rem; font-weight:900; }
.service-card h3 { font-size:1.35rem; color:var(--navy); margin:22px 0 10px; }
.service-card p { color:var(--muted); }
.service-card ul { padding:0; margin:22px 0 0; list-style:none; }
.service-card li { padding:7px 0 7px 24px; position:relative; color:#3f5169; }
.service-card li::before { content:"✓"; position:absolute; left:0; color:var(--blue); font-weight:900; }
.featured-card { background:linear-gradient(145deg,#0b1f3a,#123a68); border-color:transparent; color:white; }
.featured-card h3,.featured-card p,.featured-card li { color:white; }.featured-card p,.featured-card li{opacity:.86}.featured-card .service-icon{background:rgba(255,255,255,.12);color:#8fc2ff}.featured-card li::before{color:#8fc2ff}
.service-label { position:absolute; right:22px; top:22px; padding:7px 10px; border-radius:999px; background:rgba(255,255,255,.12); font-size:.7rem; text-transform:uppercase; letter-spacing:.12em; font-weight:800; }
.section-dark { background:linear-gradient(135deg,var(--navy),#123861); color:white; }
.why-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:center; }
.why-copy h2 { color:white; }
.why-copy > p:not(.eyebrow) { color:#c7d4e6; margin:22px 0 30px; }
.why-list { display:grid; gap:14px; }
.why-item { display:grid; grid-template-columns:58px 1fr; gap:18px; padding:22px; border:1px solid rgba(255,255,255,.12); border-radius:18px; background:rgba(255,255,255,.05); }
.why-item > span { width:44px; height:44px; display:grid; place-items:center; border-radius:13px; background:rgba(143,194,255,.12); color:#8fc2ff; font-weight:800; }
.why-item h3 { margin:0 0 6px; font-size:1.03rem; }.why-item p{margin:0;color:#c7d4e6;font-size:.91rem;}
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.process-step { padding:28px; border-radius:20px; background:var(--soft); }
.process-step span { width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:white;color:var(--blue);font-weight:900;box-shadow:0 8px 20px rgba(11,31,58,.07); }
.process-step h3 { color:var(--navy); font-size:1.1rem; margin:22px 0 8px; }.process-step p{color:var(--muted);margin:0;font-size:.91rem;}
.section-soft { background:var(--soft); }
.about-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:center; }
.about-art { position:relative; min-height:430px; }
.about-block { border-radius:28px; box-shadow:var(--shadow); }
.about-block-main { position:absolute; inset:0 15% 12% 0; background:linear-gradient(145deg,var(--blue),#75b2ff); color:white; padding:42px; display:flex; flex-direction:column; justify-content:flex-end; }
.about-number { font-family:"Playfair Display",serif;font-size:5rem;line-height:1; }.about-block-main p{max-width:300px;font-weight:700;}
.about-block-small { position:absolute; right:0; top:14%; width:42%; height:38%; background:white; color:var(--navy); padding:28px; font-family:"Playfair Display",serif; font-size:1.8rem; line-height:1.1; display:flex; align-items:end; }
.about-copy p:not(.eyebrow) { color:var(--muted); }.about-signoff{margin-top:28px;padding-top:22px;border-top:1px solid var(--line);color:var(--navy);}
.quote-section { background:linear-gradient(135deg,#0a1c34,#123f70); color:white; }
.quote-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; align-items:start; }
.quote-copy h2 { color:white; }.quote-copy > p:not(.eyebrow){color:#c7d4e6;}
.contact-cards { margin-top:34px; display:grid; gap:12px; }
.contact-cards a { display:block;padding:16px 18px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.05); }
.contact-cards span,.contact-cards strong{display:block}.contact-cards span{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#8fc2ff}.contact-cards strong{margin-top:4px;}
.quote-form { background:white; color:var(--ink); border-radius:28px; padding:34px; box-shadow:0 28px 70px rgba(0,0,0,.22); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.quote-form label { display:grid; gap:8px; font-size:.82rem; font-weight:800; color:#405069; }
.quote-form label.full { grid-column:1/-1; }
.footer-brand img {
    filter: brightness(0) invert(1);
}
.quote-form input,.quote-form select,.quote-form textarea { width:100%; border:1px solid var(--line); border-radius:11px; padding:13px 14px; color:var(--ink); background:#fbfdff; outline:none; transition:border-color .2s, box-shadow .2s; }
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus { border-color:var(--blue); box-shadow:0 0 0 4px rgba(23,105,224,.09); }
.form-button { margin-top:20px; width:100%; }.form-note{font-size:.75rem;color:#7a889b;text-align:center;margin:12px 0 0;}
.site-footer { background:#071628; color:#cbd6e5; padding:72px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1.4fr .8fr 1fr; gap:60px; }
.footer-brand strong{color:white}.footer-brand small{color:#8fc2ff}.footer-grid p{max-width:430px;color:#91a2b8}.footer-grid h3{color:white;font-size:.95rem}.footer-grid > div:not(:first-child){display:grid;align-content:start;gap:10px}.footer-grid a,.footer-grid span{font-size:.9rem;}
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:50px; padding-top:24px; display:flex; justify-content:space-between; gap:20px; font-size:.8rem; color:#8496ac; }
.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease; }.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.18s}.delay-3{transition-delay:.26s}
@media (max-width: 900px) {
  .nav-toggle { display:block; }
  .primary-nav { position:absolute; left:20px; right:20px; top:74px; padding:18px; background:white; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); display:none; flex-direction:column; align-items:stretch; gap:10px; }
  .primary-nav.open { display:flex; }.primary-nav a{padding:9px 10px;}
  .hero { min-height:auto; }.hero-grid,.why-grid,.about-grid,.quote-grid{grid-template-columns:1fr;gap:48px}.hero-grid{padding-top:64px}.hero-card{max-width:620px}.hero h1{font-size:clamp(3.1rem,11vw,5.1rem)}
  .section-heading{align-items:start;flex-direction:column;gap:18px}.process-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
  .container { width:min(100% - 28px,1160px); }.nav-wrap{min-height:72px}.brand-mark{width:40px;height:40px}.brand strong{font-size:.84rem}.brand small{font-size:.76rem}
  .hero-grid{padding:48px 0 54px}.hero h1{font-size:3.35rem}.hero-lead{font-size:1rem}.trust-row{grid-template-columns:1fr;gap:14px}.hero-visual{min-height:330px}
  .logo-strip-inner{padding:18px 0;gap:12px 15px;font-size:.7rem}.section{padding:78px 0}.service-grid,.process-grid,.form-grid,.footer-grid{grid-template-columns:1fr}.service-card{padding:27px;min-height:auto}.why-grid,.about-grid,.quote-grid{gap:38px}.about-art{min-height:340px}.about-block-main{padding:28px}.about-number{font-size:4rem}.about-block-small{font-size:1.35rem;padding:20px}.quote-form{padding:24px}.quote-form label.full{grid-column:auto}.footer-grid{gap:34px}.footer-bottom{flex-direction:column}.hero-actions{align-items:stretch}.hero-actions .button{width:100%}.text-link{text-align:center}.section-heading h2,.section h2{font-size:2.75rem}
}
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none} }
