:root {
  --ink: #071c2c;
  --blue: #176bff;
  --blue-dark: #0755dd;
  --ice: #eef6fb;
  --line: #d7e3ea;
  --paper: #fbfdfd;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(7, 28, 44, .09);
  background: rgba(251, 253, 253, .92);
  backdrop-filter: blur(16px);
}
.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50% 50% 50% 12px;
  background: var(--blue);
  color: var(--white);
  font-size: 20px;
  font-weight: 800;
  transform: rotate(-8deg);
}
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 16px; letter-spacing: .13em; }
.brand small {
  margin-top: 5px;
  color: #5d7584;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .38em;
}
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
nav > a:not(.nav-cta) { color: #496273; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  padding: 12px 18px;
}
.hero {
  overflow: hidden;
  padding: 78px 0 80px;
  background: radial-gradient(circle at 9% 10%, rgba(23, 107, 255, .08), transparent 25%),
    linear-gradient(180deg, #fbfdfd 0%, #f4f9fc 100%);
}
.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .94fr) minmax(440px, .86fr);
  gap: 74px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;
  color: #3b6278;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow > span { width: 25px; height: 2px; background: var(--blue); }
.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 5.1vw, 77px);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: .99;
}
.hero h1 em { display: block; color: var(--blue); font-style: normal; font-weight: 520; }
.hero-lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: #496273;
  font-size: 18px;
  line-height: 1.72;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 750;
}
.button-primary {
  background: var(--blue);
  box-shadow: 0 12px 32px rgba(23, 107, 255, .22);
  color: var(--white);
  transition: background .16s ease, transform .16s ease;
}
.button-primary:hover { background: var(--blue-dark); transform: translateY(-2px); }
.text-link {
  border-bottom: 1px solid #9cb0bc;
  padding-bottom: 4px;
  color: #365267;
  font-size: 14px;
  font-weight: 700;
}
.hero-media {
  position: relative;
  min-height: 535px;
  overflow: hidden;
  border-radius: 48px 48px 48px 10px;
  background: #082438;
  box-shadow: 0 30px 70px rgba(6, 31, 48, .18);
}
.hero-media img { display: block; width: 100%; height: 535px; object-fit: cover; object-position: 58% center; }
.hero-note {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  background: rgba(5, 25, 39, .76);
  color: var(--white);
  padding: 25px 31px;
  backdrop-filter: blur(12px);
}
.hero-note span {
  color: #9cc6df;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-note strong { font-size: 17px; font-weight: 600; }
.trust-strip { border-block: 1px solid var(--line); background: var(--white); }
.trust-items { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-items p {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  border-right: 1px solid var(--line);
  color: #3c596b;
  font-size: 13px;
  font-weight: 650;
}
.trust-items p:first-child { border-left: 1px solid var(--line); }
.trust-items b { color: var(--blue); }
.section { padding-top: 118px; padding-bottom: 122px; }
.section-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 90px;
  align-items: end;
}
.section-heading h2, .process-intro h2, .audience-copy h2, .contact-section h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(36px, 4vw, 57px);
  letter-spacing: -.045em;
  line-height: 1.07;
}
.section-heading > p, .audience-copy > p:last-child {
  margin: 0;
  color: #587080;
  font-size: 16px;
  line-height: 1.8;
}
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; }
.service-card {
  min-height: 330px;
  border: 1px solid var(--line);
  border-radius: 6px 30px 30px 30px;
  background: var(--white);
  padding: 31px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: #aac8da;
  box-shadow: 0 22px 44px rgba(23, 56, 78, .1);
}
.card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.card-top small { color: #91a6b2; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.icon-wrap, .audience-icon {
  display: grid;
  width: 53px;
  height: 53px;
  place-items: center;
  border-radius: 17px 17px 17px 4px;
  background: var(--ice);
  color: var(--blue);
  font-weight: 800;
}
.service-card h3 { margin: 74px 0 14px; font-size: 25px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: #5c7280; font-size: 15px; line-height: 1.73; }
.cleaning-section {
  border-top: 1px solid var(--line);
  background: #f0f7fb;
}
.cleaning-card { border-color: #cbdde7; }
.cleaning-card .icon-wrap { background: #e2f0f8; }
.dark-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  padding: 112px 0;
}
.dark-section::after {
  position: absolute;
  right: -140px;
  bottom: -240px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(79, 155, 255, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(38, 111, 205, .06), 0 0 0 170px rgba(38, 111, 205, .03);
  content: "";
}
.process-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 110px;
}
.eyebrow-light { color: #9bc8e1; }
.process-intro > p:last-child {
  max-width: 520px;
  margin: 28px 0 0;
  color: #a9bdca;
  font-size: 16px;
  line-height: 1.8;
}
.steps { margin: 0; padding: 0; list-style: none; }
.steps li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 27px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding: 28px 0 30px;
}
.steps li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .14); }
.steps > li > span { color: #66a9ff; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.steps h3 { margin: -4px 0 8px; font-size: 21px; }
.steps p { margin: 0; color: #a9bdca; font-size: 14px; line-height: 1.7; }
.audience-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.audience-copy > p:last-child { max-width: 510px; margin-top: 25px; }
.audience-list { border-top: 1px solid var(--line); }
.audience-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}
.audience-icon { width: 40px; height: 40px; border-radius: 13px 13px 13px 4px; }
.audience-list h3 { margin: -3px 0 8px; font-size: 19px; }
.audience-list p { margin: 0; color: #5b7281; font-size: 14px; line-height: 1.65; }
.contact-section { background: var(--blue); color: var(--white); padding: 86px 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: 100px;
  align-items: center;
}
.contact-section .eyebrow-light { color: #cde2ff; }
.contact-section .eyebrow > span { background: var(--white); }
.contact-section h2 { font-size: clamp(40px, 4vw, 59px); }
.contact-section div > p:last-of-type {
  max-width: 570px;
  margin: 21px 0 0;
  color: #dbe9ff;
  line-height: 1.7;
}
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.contact-actions > a {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 18px 18px 18px 5px;
  background: rgba(255, 255, 255, .1);
  padding: 10px 17px;
}
.contact-actions > a:hover { background: rgba(255, 255, 255, .18); }
.contact-actions span { display: flex; flex-direction: column; gap: 4px; }
.contact-actions small {
  color: #cfe2ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.contact-actions strong { font-size: 14px; }
.contact-section address {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 25px 25px 25px 5px;
  padding: 27px;
  font-style: normal;
}
.contact-section address div { display: flex; flex-direction: column; gap: 8px; }
.contact-section address > b { color: #fff; }
.contact-section address strong { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.contact-section address span { color: #dbe9ff; font-size: 14px; line-height: 1.65; }
footer { background: #041622; color: var(--white); padding: 34px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand-footer .brand-mark { width: 36px; height: 36px; font-size: 16px; }
.brand-footer strong { font-size: 13px; }
.brand-footer small { color: #8da9ba; font-size: 8px; }
footer p, footer a { color: #93aaba; font-size: 12px; }
footer a:hover { color: var(--white); }
@media (max-width: 980px) {
  .hero-grid, .process-grid, .audience-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid, .process-grid, .audience-layout { gap: 62px; }
  .hero-media, .hero-media img { min-height: 430px; height: 430px; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .section-heading > p { max-width: 660px; }
  .contact-grid { gap: 42px; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 72px; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 11px 15px; }
  .hero { padding: 56px 0 58px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 46px; }
  .hero h1 { font-size: clamp(43px, 13vw, 61px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-media, .hero-media img { min-height: 370px; height: 370px; }
  .hero-media { border-radius: 32px 32px 32px 8px; }
  .hero-media img { object-position: 65% center; }
  .trust-items, .service-grid { grid-template-columns: 1fr; }
  .trust-items p {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-inline: 20px;
  }
  .trust-items p:first-child { border-left: 0; }
  .trust-items p:last-child { border-bottom: 0; }
  .section { padding-top: 82px; padding-bottom: 86px; }
  .service-grid { margin-top: 42px; }
  .service-card { min-height: 280px; }
  .service-card h3 { margin-top: 54px; }
  .dark-section { padding: 84px 0; }
  .process-grid, .audience-layout { gap: 48px; }
  .contact-section { padding: 74px 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Premium service template */
:root {
  --ink: #071827;
  --blue: #1570ef;
  --blue-dark: #0b5bd3;
  --ice: #eaf3ff;
  --line: #d9e4ec;
  --paper: #f7fafc;
}
body { background: var(--paper); }
.topbar { background: #061a2b; color: #bcd0df; font-size: 12px; }
.topbar-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-inner > div { display: flex; gap: 26px; }
.topbar a { color: #e8f2f8; }
.site-header { top: 0; background: rgba(255,255,255,.94); box-shadow: 0 8px 30px rgba(7,24,39,.05); }
.header-inner { min-height: 78px; }
.brand-mark { border-radius: 14px 14px 14px 4px; background: linear-gradient(145deg, #2583ff, #0753cf); box-shadow: 0 9px 22px rgba(21,112,239,.25); transform: none; }
nav { gap: 27px; }
.nav-cta { background: linear-gradient(135deg, #0a2032, #071827); box-shadow: 0 8px 24px rgba(7,24,39,.15); }
.hero {
  padding: 92px 0 96px;
  background: radial-gradient(circle at 13% 15%, rgba(37,131,255,.22), transparent 34%), linear-gradient(135deg, #061a2b 0%, #0a2a43 58%, #0c3554 100%);
  color: #fff;
}
.hero-grid { grid-template-columns: minmax(0,1fr) minmax(430px,.86fr); gap: 76px; }
.hero .eyebrow { color: #9ecbff; }
.hero h1 { font-size: clamp(50px,5vw,76px); }
.hero h1 em { color: #52a2ff; }
.hero-lead { color: #c5d6e2; }
.hero .text-link { border-color: #7693a8; color: #eaf4fb; }
.hero-media { border: 1px solid rgba(255,255,255,.16); border-radius: 34px 34px 34px 8px; box-shadow: 0 36px 90px rgba(0,0,0,.33); }
.hero-services { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 38px; }
.hero-services > div { display: flex; flex-direction: column; gap: 7px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px 18px 18px 5px; background: rgba(255,255,255,.07); padding: 16px 17px; }
.hero-services strong { color: #fff; font-size: 13px; }
.hero-services span { color: #a9c1d1; font-size: 11px; line-height: 1.5; }
.trust-strip { box-shadow: 0 16px 45px rgba(12,44,66,.07); }
.section { padding-top: 110px; padding-bottom: 116px; }
.section-heading h2, .process-intro h2, .audience-copy h2, .contact-section h2 { font-weight: 760; }
.service-grid { gap: 22px; }
.service-card { border-color: #dfe8ee; border-radius: 24px 24px 24px 7px; box-shadow: 0 16px 44px rgba(16,48,70,.07); }
.service-card:hover { box-shadow: 0 26px 58px rgba(16,48,70,.13); }
.icon-wrap { border-radius: 15px 15px 15px 4px; }
.cleaning-section { background: linear-gradient(180deg,#eef5f9 0%,#f5f9fb 100%); }
.dark-section { background: radial-gradient(circle at 90% 20%,rgba(38,124,239,.18),transparent 28%),#061a2b; }
.contact-section { background: linear-gradient(135deg,#1268df,#2583ff); }
.floating-whatsapp { position: fixed; z-index: 80; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: #18a957; box-shadow: 0 16px 40px rgba(7,45,26,.27); color: #fff; padding: 14px 19px; font-size: 13px; font-weight: 800; }
.floating-whatsapp:hover { background: #13954b; transform: translateY(-2px); }
@media (max-width: 760px) {
  .topbar-inner > div a:last-child { display: none; }
  .topbar-inner { min-height: 34px; }
  .hero { padding-top: 65px; }
  .hero-services { grid-template-columns: 1fr; }
  .floating-whatsapp { right: 16px; bottom: 16px; padding: 13px; }
  .floating-whatsapp span { display: none; }
}
