

:root {
  --ink: #071b56;
  --ink-deep: #03123d;
  --blue: #0c55d9;
  --bright: #1276f3;
  --sky: #dcecff;
  --mist: #f4f8ff;
  --paper: #ffffff;
  --gold: #ffc833;
  --green: #148238;
  --text: #17203a;
  --muted: #65708b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(18, 118, 243, .36); outline-offset: 3px; }

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(7, 27, 86, 0.08);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 82px;
  padding: 0 clamp(24px, 5vw, 84px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand { align-items: center; display: inline-flex; gap: 11px; width: max-content; }
.brand-mark { align-items: center; background: linear-gradient(145deg, #0e63ee, #031656 80%); border-radius: 50%; color: white; display: inline-flex; font-size: 27px; font-weight: 800; height: 48px; justify-content: center; letter-spacing: -3px; padding-right: 3px; position: relative; width: 48px; }
.brand-mark::after { background: #46b8ff; border: 2px solid white; border-radius: 999px; bottom: 5px; content: ""; height: 8px; position: absolute; right: 7px; width: 8px; }
.brand-name { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand-name strong { color: var(--ink); font-size: 18px; letter-spacing: -0.4px; }
.brand-name small { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 1.35px; margin-top: 5px; }
.desktop-nav { display: flex; gap: 36px; }
.desktop-nav a { color: #4a5571; font-size: 14px; font-weight: 650; transition: color 0.2s; }
.desktop-nav a:hover { color: var(--blue); }
.header-cta { background: var(--ink); border: 0; border-radius: 999px; color: white; font-size: 14px; font-weight: 750; justify-self: end; padding: 13px 21px; transition: transform 0.2s, background 0.2s; }
.header-cta:hover { background: var(--blue); transform: translateY(-1px); }

.hero { display: grid; gap: clamp(40px, 6vw, 90px); grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr); min-height: 720px; overflow: hidden; padding: clamp(64px, 8vw, 112px) clamp(24px, 7vw, 112px) 74px; position: relative; }
.hero::before { background: radial-gradient(circle, rgba(18, 118, 243, 0.12) 0 1.5px, transparent 1.8px); background-size: 18px 18px; content: ""; height: 150px; left: -30px; opacity: 0.55; position: absolute; top: 130px; width: 190px; }
.hero-copy { align-self: center; animation: rise-in .65s ease both; max-width: 690px; position: relative; z-index: 2; }
.eyebrow, .section-kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 1.75px; margin: 0 0 22px; text-transform: uppercase; }
.eyebrow { align-items: center; display: flex; }
.eyebrow span { background: var(--gold); border-radius: 99px; height: 8px; margin-right: 10px; width: 8px; }
.hero h1 { color: var(--ink-deep); font-size: clamp(58px, 7vw, 100px); letter-spacing: -0.072em; line-height: 0.89; margin: 0; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lede { color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; margin: 31px 0; max-width: 590px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: 15px; font-weight: 760; gap: 22px; justify-content: center; min-height: 54px; padding: 0 25px; transition: transform 0.2s, box-shadow 0.2s, background 0.2s; }
.button-primary { background: var(--blue); box-shadow: 0 14px 34px rgba(12, 85, 217, 0.22); color: white; }
.button-primary:hover { background: #0847bd; box-shadow: 0 18px 40px rgba(12, 85, 217, 0.3); transform: translateY(-2px); }
.button-secondary { border-color: #ccd6e8; color: var(--ink); }
.button-secondary:hover { background: var(--mist); transform: translateY(-2px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.hero-proof span { color: #4f5a74; font-size: 13px; font-weight: 650; }
.hero-proof b { color: var(--green); margin-right: 5px; }
.hero-visual { align-self: stretch; animation: rise-in .7s .08s ease both; background: linear-gradient(145deg, #e8f3ff 0%, #c8e2ff 100%); border: 1px solid #c8ddf8; border-radius: 34px; box-shadow: 0 28px 70px rgba(4, 25, 78, 0.13); min-height: 590px; overflow: hidden; position: relative; }
.hero-visual::before { background: linear-gradient(145deg, rgba(255,255,255,.62), rgba(255,255,255,.08)); border-radius: 50%; content: ""; height: 470px; position: absolute; right: -150px; top: -120px; width: 470px; }
.visual-orb { border-radius: 50%; position: absolute; }
.visual-orb-one { background: #6db8ff; height: 110px; left: -40px; top: 65px; width: 110px; }
.visual-orb-two { background: var(--gold); bottom: 54px; height: 48px; right: 45px; width: 48px; }
.laundry-card { animation: gentle-float 5s ease-in-out infinite; background: var(--ink-deep); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: 0 30px 70px rgba(3,18,61,.25); color: white; left: 50%; max-width: 370px; padding: 25px; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(-2deg); width: 70%; }
.laundry-card-head { align-items: center; display: flex; justify-content: space-between; }
.laundry-card-head > span { font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.laundry-card-head small { align-items: center; color: #c3d0ea; display: flex; font-size: 10px; gap: 6px; }
.laundry-card-head i { background: #65dd9d; border-radius: 50%; box-shadow: 0 0 0 4px rgba(101,221,157,.12); height: 7px; width: 7px; }
.laundry-scene { background: linear-gradient(145deg, #1364df, #073d9c); border-radius: 20px; height: 265px; margin: 24px 0 19px; overflow: hidden; position: relative; }
.laundry-scene::after { background: rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 240px; left: -80px; position: absolute; top: -80px; width: 240px; }
.washer { background: linear-gradient(145deg, #fff, #dbe9fb); border-radius: 18px; bottom: 27px; box-shadow: 0 20px 28px rgba(1,19,62,.22); height: 168px; left: 35px; position: absolute; width: 145px; z-index: 2; }
.washer::before { background: #c2d2e7; border-radius: 99px; content: ""; height: 5px; left: 18px; position: absolute; top: 20px; width: 62px; }
.washer-dial { background: var(--ink); border: 4px solid #87a7cd; border-radius: 50%; height: 21px; position: absolute; right: 17px; top: 12px; width: 21px; }
.washer-door { align-items: center; background: #061942; border: 8px solid #bbcee7; border-radius: 50%; bottom: 18px; display: flex; height: 100px; justify-content: center; left: 22px; overflow: hidden; position: absolute; width: 100px; }
.washer-door div { background: radial-gradient(circle at 35% 30%, #62b9ff, #0c479e 55%, #061942 56%); border-radius: 45% 55% 52% 48%; height: 78px; transform: rotate(20deg); width: 78px; }
.folded-stack { bottom: 40px; position: absolute; right: 26px; transform: rotate(4deg); z-index: 3; }
.folded-stack span { border: 2px solid rgba(255,255,255,.7); border-radius: 9px; box-shadow: 0 9px 18px rgba(3,18,61,.16); display: block; height: 34px; margin-top: -5px; width: 105px; }
.folded-stack span:nth-child(1) { background: #ffc833; width: 90px; }
.folded-stack span:nth-child(2) { background: #f4f7ff; margin-left: 8px; }
.folded-stack span:nth-child(3) { background: #57b0ff; margin-left: -5px; width: 96px; }
.spark { color: white; position: absolute; z-index: 5; }
.spark-one { font-size: 24px; right: 34px; top: 38px; }
.spark-two { color: #ffd76a; font-size: 15px; right: 78px; top: 78px; }
.laundry-card-copy { display: flex; flex-direction: column; gap: 6px; }
.laundry-card-copy strong { font-size: 18px; }
.laundry-card-copy span { color: #adbcda; font-size: 11px; line-height: 1.5; }
.offer-card { background: var(--gold); border: 6px solid white; border-radius: 20px; box-shadow: 0 16px 38px rgba(7,27,86,.16); color: var(--ink-deep); display: flex; flex-direction: column; padding: 16px 18px; position: absolute; right: 18px; top: 40px; transform: rotate(4deg); }
.offer-card span, .offer-card small { font-size: 9px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.offer-card strong { font-size: 25px; letter-spacing: -1px; line-height: 1.1; }
.pickup-pill { align-items: center; background: white; border: 1px solid #d7e3f4; border-radius: 16px; bottom: 35px; box-shadow: 0 14px 34px rgba(7,27,86,.13); display: flex; gap: 11px; left: 18px; padding: 12px 16px; position: absolute; transform: rotate(3deg); }
.pickup-icon { align-items: center; background: var(--blue); border-radius: 11px; color: white; display: flex; font-size: 20px; height: 38px; justify-content: center; width: 38px; }
.pickup-pill > span:last-child { display: flex; flex-direction: column; }
.pickup-pill strong { color: var(--ink); font-size: 12px; }
.pickup-pill small { color: var(--muted); font-size: 9px; margin-top: 2px; }

.promise-strip { align-items: center; background: var(--ink-deep); color: white; display: flex; justify-content: space-between; padding: 22px clamp(24px, 7vw, 112px); }
.promise-strip p { font-size: clamp(17px, 2vw, 23px); margin: 0; }
.promise-strip strong { color: #5dc5ff; }
.promise-strip a { color: var(--gold); font-size: 14px; font-weight: 800; }
.quick-facts { background: white; border-bottom: 1px solid #e6ebf3; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 7vw, 112px); }
.quick-facts div { align-items: center; border-left: 1px solid #e6ebf3; display: flex; gap: 12px; justify-content: center; padding: 25px; }
.quick-facts div:last-child { border-right: 1px solid #e6ebf3; }
.quick-facts strong { color: var(--blue); font-size: 25px; letter-spacing: -1px; }
.quick-facts span { color: var(--muted); font-size: 12px; font-weight: 650; }
.section { padding: 116px clamp(24px, 7vw, 112px); }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 54px; }
.section-heading > div { max-width: 710px; }
.section-heading h2, .booking h2 { color: var(--ink-deep); font-size: clamp(39px, 4.6vw, 68px); letter-spacing: -0.055em; line-height: 0.98; margin: 0; }
.section-heading > p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0 0 2px 36px; max-width: 400px; }
.section-kicker { margin-bottom: 17px; }

.services { background: var(--mist); }
.service-grid { display: grid; gap: 15px; grid-template-columns: repeat(4, 1fr); }
.service-card { background: white; border: 1px solid #dce5f2; border-radius: 20px; box-shadow: 0 12px 35px rgba(7,27,86,.045); display: flex; flex-direction: column; min-height: 330px; padding: 24px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.service-card:hover { border-color: #b8d2f5; box-shadow: 0 20px 45px rgba(7,27,86,.09); transform: translateY(-4px); }
.service-card-top { align-items: center; display: flex; justify-content: space-between; }
.service-mark { align-items: center; background: var(--sky); border-radius: 13px; color: var(--blue); display: flex; font-size: 16px; font-weight: 900; height: 46px; justify-content: center; width: 46px; }
.service-card:nth-child(2) .service-mark { background: #fff3c9; color: #9a6b00; }
.service-card:nth-child(3) .service-mark { background: #e8e0ff; color: #5b32bf; }
.service-card:nth-child(4) .service-mark { background: #dff7ea; color: var(--green); }
.service-number { color: var(--blue); font-size: 12px; font-weight: 800; }
.service-label { color: #8c96aa; font-size: 10px; font-weight: 800; letter-spacing: 1px; margin-top: 34px; text-transform: uppercase; }
.service-card h3 { color: var(--ink); font-size: 20px; margin: 9px 0 13px; text-transform: capitalize; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }
.service-card > button { align-items: center; background: transparent; border: 0; border-top: 1px solid #e7ecf3; color: var(--ink); display: flex; font-size: 11px; font-weight: 800; justify-content: space-between; margin-top: auto; padding: 19px 0 0; text-align: left; }
.service-card > button span { color: var(--blue); font-size: 18px; }
.delivery-callout { align-items: center; background: white; border: 1px solid #dce4f1; border-radius: 20px; box-shadow: 0 16px 40px rgba(7, 27, 86, 0.06); display: grid; gap: 20px; grid-template-columns: auto 1fr auto; margin-top: 48px; padding: 22px 25px; }
.delivery-icon { align-items: center; background: var(--blue); border-radius: 14px; color: white; display: flex; font-size: 25px; height: 52px; justify-content: center; width: 52px; }
.delivery-callout > div:nth-child(2) { display: flex; flex-direction: column; gap: 5px; }
.delivery-callout strong { color: var(--ink); }
.delivery-callout span { color: var(--muted); font-size: 13px; }
.delivery-callout button { background: transparent; border: 0; color: var(--blue); font-size: 14px; font-weight: 800; }

.packages { background: var(--ink-deep); color: white; overflow: hidden; position: relative; }
.packages::before { border: 85px solid rgba(18, 118, 243, 0.07); border-radius: 50%; content: ""; height: 520px; position: absolute; right: -220px; top: -200px; width: 520px; }
.light-heading { position: relative; }
.light-heading h2 { color: white; }
.light-heading > p { color: #aebbd8; }
.light-heading .section-kicker { color: #66c5ff; }
.package-grid { display: grid; gap: 15px; grid-template-columns: repeat(4, 1fr); position: relative; }
.package-card { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 22px; display: flex; flex-direction: column; min-height: 420px; padding: 28px; position: relative; transition: background 0.2s, transform 0.2s; }
.package-card:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-4px); }
.package-card.featured { background: var(--blue); border-color: #438bfa; box-shadow: 0 24px 70px rgba(12, 85, 217, 0.25); }
.popular-tag { background: var(--gold); border-radius: 99px; color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: 0.8px; padding: 7px 11px; position: absolute; right: 20px; text-transform: uppercase; top: 20px; }
.package-top { display: flex; flex-direction: column; gap: 35px; }
.package-name { font-size: 15px; font-weight: 800; text-transform: uppercase; }
.package-count { color: #b4c2e0; font-size: 12px; }
.featured .package-count { color: #dbe8ff; }
.package-count b { color: white; display: block; font-size: 66px; letter-spacing: -5px; line-height: 0.9; }
.package-card > p { color: #b8c3dc; font-size: 13px; line-height: 1.6; min-height: 63px; }
.featured > p { color: #e4ecff; }
.package-card ul { border-top: 1px solid rgba(255, 255, 255, 0.13); display: flex; flex-direction: column; gap: 10px; list-style: none; margin: 16px 0 28px; padding: 18px 0 0; }
.package-card li { color: #dbe2f2; font-size: 13px; }
.package-card li span { color: #59c98a; margin-right: 8px; }
.featured li span { color: var(--gold); }
.package-card button { background: white; border: 0; border-radius: 99px; color: var(--ink); font-size: 12px; font-weight: 800; margin-top: auto; min-height: 44px; padding: 0 16px; }
.package-card button span { margin-left: 8px; }
.package-note { color: #8998bd; font-size: 12px; margin: 28px 0 0; text-align: center; }

.steps-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.steps-grid article { border-top: 1px solid #dbe2ee; padding: 29px 30px 20px 0; }
.steps-grid span { align-items: center; background: var(--sky); border-radius: 50%; color: var(--blue); display: flex; font-size: 13px; font-weight: 850; height: 38px; justify-content: center; width: 38px; }
.steps-grid h3 { color: var(--ink); font-size: 20px; margin: 29px 0 10px; }
.steps-grid p { color: var(--muted); font-size: 14px; line-height: 1.65; max-width: 350px; }

.faq { background: var(--mist); display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: .72fr 1.28fr; }
.faq-heading h2 { color: var(--ink-deep); font-size: clamp(39px, 4.2vw, 62px); letter-spacing: -.055em; line-height: 1; margin: 0; }
.faq-heading > p:not(.section-kicker) { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 23px 0; max-width: 410px; }
.faq-heading > a { color: var(--blue); font-size: 13px; font-weight: 800; }
.faq-heading > a span { margin-left: 8px; }
.faq-list { background: white; border: 1px solid #dce4f0; border-radius: 24px; box-shadow: 0 20px 55px rgba(7,27,86,.07); overflow: hidden; padding: 0 28px; }
.faq-list details { border-bottom: 1px solid #e7ebf1; }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { align-items: center; color: var(--ink); cursor: pointer; display: flex; font-size: 15px; font-weight: 760; justify-content: space-between; list-style: none; padding: 25px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { align-items: center; background: var(--sky); border-radius: 50%; color: var(--blue); display: flex; flex: 0 0 auto; font-size: 17px; font-weight: 500; height: 28px; justify-content: center; margin-left: 20px; transition: transform .2s; width: 28px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: -7px 50px 24px 0; }

.booking { background: #e9f2ff; display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: 0.8fr 1.2fr; padding: 110px clamp(24px, 7vw, 112px); }
.booking-copy > p:not(.section-kicker) { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 25px 0 35px; max-width: 500px; }
.contact-card { background: var(--ink); border-radius: 20px; color: white; display: flex; flex-direction: column; padding: 22px 24px; width: max-content; }
.contact-card small { color: #9caed5; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.contact-card a { color: var(--gold); font-size: 27px; font-weight: 850; margin: 5px 0; }
.contact-card span { color: #c4cee5; font-size: 11px; }
.booking-form { background: white; border-radius: 26px; box-shadow: 0 20px 60px rgba(7, 27, 86, 0.1); display: flex; flex-direction: column; gap: 18px; padding: clamp(25px, 4vw, 42px); }
.form-heading { align-items: baseline; border-bottom: 1px solid #e4e9f1; display: flex; justify-content: space-between; margin-bottom: 5px; padding-bottom: 22px; }
.form-heading span { color: var(--ink); font-size: 20px; font-weight: 800; }
.form-heading small { color: var(--muted); font-size: 11px; }
.form-row { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.booking-form label { color: #39435b; display: flex; flex-direction: column; font-size: 12px; font-weight: 720; gap: 8px; }
.booking-form input, .booking-form select, .booking-form textarea { background: #f7f9fc; border: 1px solid #dbe2ed; border-radius: 11px; color: var(--text); outline: none; padding: 13px 14px; resize: vertical; transition: border 0.2s, box-shadow 0.2s; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--bright); box-shadow: 0 0 0 3px rgba(18, 118, 243, 0.11); }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: #a2aabc; }
.optional { color: #98a0b1; font-weight: 500; margin-left: 4px; }
.form-submit { border: 0; margin-top: 4px; width: 100%; }
.privacy-note { color: #939bad; font-size: 10px; margin: -6px 0 0; text-align: center; }

footer { align-items: center; background: var(--ink-deep); color: white; display: grid; grid-template-columns: 1fr auto 1fr; padding: 40px clamp(24px, 7vw, 112px); }
.footer-brand .brand-name strong { color: white; }
footer > p { color: #91a0c1; font-size: 12px; }
footer > div { display: flex; gap: 26px; justify-self: end; }
footer > div a { color: #bdc8df; font-size: 12px; font-weight: 700; }
.floating-whatsapp { align-items: center; background: #128c4b; border: 4px solid white; border-radius: 999px; bottom: 20px; box-shadow: 0 14px 36px rgba(5,63,33,.26); color: white; display: flex; font-size: 12px; font-weight: 800; gap: 8px; padding: 10px 16px 10px 10px; position: fixed; right: 20px; transition: transform .2s, background .2s; z-index: 40; }
.floating-whatsapp span { align-items: center; background: rgba(255,255,255,.16); border-radius: 50%; display: flex; height: 30px; justify-content: center; width: 30px; }
.floating-whatsapp:hover { background: #0d743d; transform: translateY(-3px); }

@keyframes rise-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes gentle-float {
  0%, 100% { transform: translate(-50%, -50%) rotate(-2deg); }
  50% { transform: translate(-50%, calc(-50% - 7px)) rotate(-1deg); }
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 0.85fr; padding-inline: 45px; }
  .hero h1 { font-size: 70px; }
  .section, .booking { padding-inline: 45px; }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .package-card { min-height: 390px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .faq { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; padding-inline: 22px; }
  .desktop-nav { display: none; }
  .hero { gap: 46px; grid-template-columns: 1fr; padding: 62px 22px 45px; }
  .hero-copy { max-width: 680px; }
  .hero h1 { font-size: clamp(53px, 13vw, 80px); }
  .hero-visual { min-height: 560px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .section-heading > p { margin-left: 0; }
  .section, .booking { padding: 84px 22px; }
  .booking { grid-template-columns: 1fr; }
  footer { gap: 28px; grid-template-columns: 1fr auto; }
  footer > p { display: none; }
}

@media (max-width: 590px) {
  .brand-mark { font-size: 23px; height: 42px; width: 42px; }
  .brand-name strong { font-size: 15px; }
  .brand-name small { font-size: 8px; }
  .header-cta { font-size: 12px; padding: 11px 15px; }
  .hero { min-height: auto; }
  .hero-lede { font-size: 16px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-proof { gap: 12px 18px; }
  .hero-visual { border-radius: 24px; min-height: 460px; }
  .laundry-card { padding: 18px; width: 78%; }
  .laundry-scene { height: 220px; }
  .washer { height: 142px; left: 25px; width: 122px; }
  .washer-door { height: 82px; left: 19px; width: 82px; }
  .washer-door div { height: 64px; width: 64px; }
  .folded-stack { right: 18px; }
  .folded-stack span { height: 30px; width: 82px; }
  .folded-stack span:nth-child(1) { width: 72px; }
  .folded-stack span:nth-child(3) { width: 76px; }
  .offer-card { right: 8px; top: 18px; }
  .pickup-pill { bottom: 18px; left: 8px; }
  .promise-strip { align-items: start; flex-direction: column; gap: 12px; padding: 21px 22px; }
  .quick-facts { padding: 0 22px; }
  .quick-facts div { align-items: flex-start; flex-direction: column; gap: 2px; padding: 19px 11px; }
  .quick-facts div:first-child { border-left: 0; }
  .quick-facts div:last-child { border-right: 0; }
  .quick-facts strong { font-size: 21px; }
  .quick-facts span { font-size: 10px; }
  .section-heading { margin-bottom: 40px; }
  .service-grid, .package-grid, .steps-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .delivery-callout { align-items: start; grid-template-columns: auto 1fr; }
  .delivery-callout button { grid-column: 1 / -1; text-align: left; }
  .package-card { min-height: 390px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-card { width: 100%; }
  .faq-list { padding: 0 20px; }
  .faq-list summary { font-size: 14px; }
  footer { align-items: start; grid-template-columns: 1fr; }
  footer > div { justify-self: start; }
  .floating-whatsapp { bottom: 12px; right: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
  .hero-copy, .hero-visual, .laundry-card { animation: none !important; }
}
