
:root {
  --ink: #15213b;
  --muted: #5e6b82;
  --blue: #306dc7;
  --violet: #487dc9;
  --pale: #f3f6fb;
  --line: #dce3ee;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: white; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgb(255 255 255 / .96); border-bottom: 1px solid rgb(220 227 238 / .8); backdrop-filter: blur(14px); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 38px; }
.brand img { width: 158px; height: auto; }
.header-inner nav { margin-left: auto; display: flex; align-items: center; gap: 34px; font-size: 16px; font-weight: 650; }
.header-inner nav a:hover { color: var(--blue); }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; }
.mobile-menu-panel { position: absolute; right: 0; top: 38px; width: 220px; padding: 12px; display: grid; gap: 4px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 18px 45px rgb(21 33 59 / .14); }
.mobile-menu-panel a { padding: 11px 13px; border-radius: 10px; font-weight: 650; }
.mobile-menu-panel a:hover { background: var(--pale); }
.hero { min-height: 500px; display: grid; align-items: center; color: white; background-position: center; background-size: cover; position: relative; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(7 19 48 / .86), rgb(20 27 56 / .60) 54%, rgb(12 17 35 / .18)); }
.home-hero { background-image: url('/images/cleanorbg1.webp'); }
.home-hero .hero-content { padding-block: 46px; }
.home-hero h1 { max-width: 900px; font-size: clamp(36px, 4.5vw, 54px); font-weight: 650; }
.home-hero .hero-content > p { font-size: 19px; }
.home-hero .trust-list { gap: 7px; margin: 17px 0 21px; }
.services-hero { background-image: url('/images/cleanorbg2.webp'); }
.contact-hero { background-image: url('/images/cleanorfun2.webp'); }
.hero-content { padding-block: 64px; }
.hero-content > * { max-width: 900px; }
.hero h1 { margin: 16px 0 18px; font-size: clamp(42px, 5.6vw, 72px); line-height: 1.03; letter-spacing: -.045em; }
.services-hero h1, .contact-hero h1 { font-size: clamp(42px, 5vw, 62px); }
.hero-content > p { font-size: clamp(18px, 2vw, 23px); line-height: 1.55; color: rgb(255 255 255 / .86); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #bad7ff; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow.dark { color: var(--violet); }
.eyebrow.light { color: #d8e9ff; }
.trust-list { display: grid; gap: 11px; padding: 0; margin: 25px 0 30px; list-style: none; font-weight: 700; }
.trust-list li { display: flex; align-items: center; gap: 10px; }
.trust-list svg { flex: none; padding: 3px; width: 22px; height: 22px; color: white; border-radius: 50%; background: var(--violet); }
.trust-list.compact { margin: 23px 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border: 1px solid var(--blue); border-radius: 999px; color: white; background: var(--blue); font-weight: 760; transition: transform .15s ease, filter .15s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.button-small { min-height: 43px; padding-inline: 20px; font-size: 14px; }
.button-ghost { border-color: rgb(255 255 255 / .55); background: rgb(255 255 255 / .08); }
.button-white { border-color: white; color: var(--blue); background: white; }
.section { padding: 104px 0; }
.section-soft { background: var(--pale); }
.split { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(44px, 8vw, 100px); align-items: center; }
.portrait-wrap { position: relative; }
.portrait-wrap::before { content: ""; position: absolute; width: 54%; aspect-ratio: 1; right: -22px; bottom: -22px; z-index: -1; border-radius: 32px; background: linear-gradient(135deg, #e7effa, #dce9fa); }
.portrait-wrap img { width: 100%; max-height: 590px; object-fit: cover; border-radius: var(--radius); box-shadow: 0 26px 60px rgb(28 45 79 / .16); }
h2 { margin: 12px 0 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.lead { max-width: 680px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 34px 0; }
.feature-grid article { padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.feature-grid svg { color: var(--violet); }
.feature-grid h3 { margin: 14px 0 7px; font-size: 17px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; }
.quote-band { padding: 94px 0; color: white; background: linear-gradient(120deg, #244f8d, #306dc7); }
.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 7vw, 86px); align-items: center; }
.quote-band p { color: rgb(255 255 255 / .83); line-height: 1.65; }
.form-card { min-height: 380px; padding: clamp(25px, 4vw, 44px); color: var(--ink); border-radius: var(--radius); background: white; box-shadow: 0 26px 70px rgb(10 23 66 / .25); }
.form-card h3 { margin: 0 0 8px; font-size: 27px; }
.form-card > p { margin: 0 0 25px; color: var(--muted); }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 8px 25px rgb(31 49 84 / .055); }
.service-card .icon-wrap { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--violet); background: #eeeaff; }
.service-card h2 { margin: 20px 0 10px; font-size: 23px; letter-spacing: -.02em; }
.service-card p, .service-card li { color: var(--muted); line-height: 1.6; }
.service-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.service-card li { position: relative; padding-left: 25px; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: stretch; }
.map-card { min-height: 500px; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); }
.map-card iframe { width: 100%; height: 100%; min-height: 500px; border: 0; }
.contact-cards { display: grid; gap: 16px; }
.contact-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.contact-card svg { color: var(--violet); }
.contact-card h2 { margin: 14px 0 8px; font-size: 23px; }
.contact-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.legal { max-width: 860px; padding-block: 74px 110px; }
.legal h1 { font-size: clamp(38px, 5vw, 58px); letter-spacing: -.04em; }
.legal h2 { margin-top: 40px; font-size: 27px; }
.legal h3 { margin-top: 28px; font-size: 20px; }
.legal p, .legal li { color: #44516a; line-height: 1.75; }
.legal-note { padding: 18px 20px; margin: 24px 0; border: 1px solid #f1c56d; border-radius: 14px; color: #654a13; background: #fff8e8; }
footer { color: #ccd4e3; background: #111a30; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .8fr .8fr; gap: 50px; padding: 68px 0 50px; }
.footer-brand img { width: 155px; padding: 0; background: transparent; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 280px; line-height: 1.65; }
footer h3 { margin: 0 0 16px; color: white; font-size: 15px; text-transform: uppercase; letter-spacing: .08em; }
footer a, footer p { display: flex; align-items: flex-start; gap: 8px; margin: 9px 0; font-size: 14px; line-height: 1.55; }
footer a:hover { color: white; }
footer svg { flex: none; margin-top: 2px; }
.footer-bottom { padding: 22px 0; border-top: 1px solid rgb(255 255 255 / .11); font-size: 13px; }

@media (max-width: 900px) {
  .header-inner nav, .header-inner > .button { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 520px; }
  .split, .quote-grid, .contact-grid { grid-template-columns: 1fr; }
  .feature-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { height: 70px; }
  .brand img { width: 135px; }
  .hero-content { padding-block: 70px; }
  .hero h1 { font-size: 40px; }
  .section { padding: 72px 0; }
  .feature-grid, .service-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature-grid article { padding: 20px; }
  .quote-band { padding: 70px 0; }
  .map-card, .map-card iframe { min-height: 360px; }
}
