:root {
  --navy-950: #031225;
  --navy-900: #071c35;
  --navy-800: #0a2a4a;
  --navy-700: #123f66;
  --aqua-600: #0ba7bb;
  --aqua-500: #24c4d7;
  --aqua-400: #54d5e4;
  --sky-100: #e9f8fb;
  --sky-50: #f5fcfd;
  --teal-500: #0ba88c;
  --white: #ffffff;
  --grey-50: #f8fafb;
  --grey-100: #eef3f5;
  --grey-300: #cfd9dd;
  --grey-500: #6e7f88;
  --grey-700: #40515a;
  --text: #112738;
  --danger: #c73a4e;
  --success: #0f8b67;
  --shadow-sm: 0 10px 30px rgba(7, 28, 53, .08);
  --shadow-md: 0 24px 70px rgba(7, 28, 53, .14);
  --shadow-lg: 0 30px 90px rgba(7, 28, 53, .2);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --radius-xl: 46px;
  --container: min(1180px, calc(100% - 36px));
  --section-space: clamp(76px, 9vw, 124px);
  --transition: 260ms cubic-bezier(.2, .75, .25, 1);
  --header-height: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; overflow-x: hidden; }
html.menu-open, body.menu-open { overflow: hidden; overscroll-behavior: none; }
body.menu-open { position: fixed; width: 100%; }
img, svg { display: block; max-width: 100%; }

/* Lucide icon sizing — applied to all icon containers */
.service-icon svg, .step-icon svg,
.quality-icon svg, .stat-icon svg,
.mini-icon svg, .badge-icon svg,
.benefit-card i svg,
.contact-list > div > i svg,
.float-btn svg,
.mobile-action-bar a svg,
.check-grid i svg, .booking-benefits i svg,
.social-links a svg {
  width: 18px; height: 18px;
  stroke-width: 1.25;
  flex-shrink: 0;
}
.quality-icon svg { width: 20px; height: 20px; stroke-width: 1.25; }
.service-icon svg { width: 20px; height: 20px; stroke-width: 1.25; }
.stat-icon svg   { width: 20px; height: 20px; stroke-width: 1.25; }
.badge-icon svg  { width: 16px; height: 16px; stroke-width: 1.25; }
.benefit-card i svg { width: 13px; height: 13px; stroke-width: 1.75; }
.float-btn svg   { width: 18px; height: 18px; stroke-width: 1.5; }
.mobile-action-bar a svg { width: 16px; height: 16px; stroke-width: 1.5; color: var(--aqua-600); }
.contact-list > div > i svg { width: 16px; height: 16px; stroke-width: 1.25; }
.social-links a svg { width: 15px; height: 15px; stroke-width: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--white); background: var(--aqua-600); }

.skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 12px 18px; border-radius: 12px; color: var(--white); background: var(--navy-900); transition: top var(--transition); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid rgba(36, 196, 215, .5); outline-offset: 4px; }
.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding-block: var(--section-space); }
.section-kicker { display: inline-flex; margin-bottom: 14px; color: var(--aqua-600); font-size: .77rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker.light { color: #8ee9f1; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); line-height: 1.13; }
h1 { margin-bottom: 24px; font-size: clamp(2.85rem, 6vw, 5.4rem); letter-spacing: -.058em; }
h2 { margin-bottom: 22px; font-size: clamp(2.15rem, 4.2vw, 4rem); letter-spacing: -.045em; }
h3 { margin-bottom: 12px; font-size: 1.16rem; }
h1 span, h2 span { color: var(--aqua-600); }
p { color: var(--grey-500); }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition); }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(120deg, var(--navy-900), var(--aqua-600)); box-shadow: 0 13px 30px rgba(11, 167, 187, .24); }
.btn-primary:hover { box-shadow: 0 18px 38px rgba(11, 167, 187, .34); }
.btn-ghost { border-color: rgba(7, 28, 53, .12); color: var(--navy-900); background: rgba(255, 255, 255, .72); }
.btn-ghost:hover { border-color: rgba(11, 167, 187, .45); background: var(--white); }
.btn-lg { min-height: 56px; padding-inline: 25px; }
.btn-light { color: var(--navy-900); background: var(--white); }
.btn-outline-light { border-color: rgba(255,255,255,.26); color: var(--white); background: rgba(255,255,255,.07); }
.btn-whatsapp { color: var(--white); background: var(--teal-500); }

.scroll-progress { position: fixed; top: 0; left: 0; z-index: 2000; width: 100%; height: 3px; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--aqua-500), var(--teal-500)); }
.site-header { position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; transition: background var(--transition), box-shadow var(--transition), backdrop-filter var(--transition); }
.site-header.scrolled { background: rgba(255,255,255,.92); box-shadow: 0 8px 35px rgba(7,28,53,.08); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; height: var(--header-height); align-items: center; justify-content: space-between; gap: 24px; transition: height var(--transition); }
.site-header.scrolled .nav-wrap { height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-900); }
.brand-mark { display: grid; width: 44px; height: 44px; place-items: center; color: var(--aqua-600); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1.08rem; letter-spacing: -.025em; }
.brand-copy small { margin-top: 5px; color: var(--grey-500); font-size: .59rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.brand-logo { height: 44px; width: auto; display: block; object-fit: contain; }
.brand-logo--footer { height: 38px; filter: brightness(0) invert(1); }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2.1vw, 29px); }
.nav-link { position: relative; color: var(--grey-700); font-size: .77rem; font-weight: 700; }
.nav-link::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; border-radius: 3px; background: var(--aqua-600); content: ""; transform: scaleX(0); transform-origin: right; transition: transform var(--transition); }
.nav-link:hover, .nav-link.active { color: var(--navy-900); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { min-height: 44px; padding-inline: 18px; font-size: .78rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 50%; background: var(--sky-100); }
.menu-toggle span { display: block; width: 100%; height: 2px; margin-block: 4px; border-radius: 5px; background: var(--navy-900); }
.mobile-menu { position: fixed; inset: 0; z-index: 3000; display: flex; width: 100%; height: 100vh; height: 100dvh; justify-content: flex-end; overflow: hidden; isolation: isolate; background: rgba(3,18,37,.58); opacity: 0; pointer-events: none; visibility: hidden; transition: opacity var(--transition), visibility 0s linear var(--transition); }
.mobile-menu.open { opacity: 1; pointer-events: auto; visibility: visible; transition-delay: 0s; }
.mobile-menu-panel { position: relative; z-index: 1; width: min(88%, 380px); height: 100%; min-height: 0; padding: 24px; overflow-y: auto; overscroll-behavior: contain; color: var(--navy-900); background: #fff; opacity: 1; box-shadow: -20px 0 50px rgba(7,28,53,.17); transform: translateX(100%); transition: transform var(--transition); -webkit-overflow-scrolling: touch; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; padding-bottom: 18px; border-bottom: 1px solid var(--grey-100); font-size: .83rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.mobile-menu-top button { width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--navy-900); background: var(--sky-100); font-size: 1.8rem; }
.mobile-menu-panel > a:not(.btn) { display: block; padding: 14px 0; border-bottom: 1px solid var(--grey-100); color: var(--navy-900); font-weight: 700; }
.mobile-menu-panel .btn { width: 100%; margin-top: 24px; }

.hero { min-height: 800px; padding-top: calc(var(--header-height) + 70px); padding-bottom: 135px; background: radial-gradient(circle at 12% 25%, rgba(84,213,228,.22), transparent 30%), linear-gradient(135deg, #f9fdfd 0%, #eefbfc 56%, #f8fafb 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(410px, .94fr); align-items: center; gap: 64px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 8px 14px; border: 1px solid rgba(11,167,187,.19); border-radius: 999px; color: var(--navy-800); background: rgba(255,255,255,.65); font-size: .73rem; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; backdrop-filter: blur(8px); }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua-500); box-shadow: 0 0 0 5px rgba(36,196,215,.15); }
.hero-copy > p { max-width: 650px; margin-bottom: 32px; font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-strip { display: grid; max-width: 660px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(7,28,53,.1); }
.trust-strip span { display: flex; align-items: center; gap: 9px; color: var(--grey-700); font-size: .78rem; font-weight: 700; }
.mini-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--aqua-600); background: var(--white); box-shadow: var(--shadow-sm); font-style: normal; }
.hero-visual { position: relative; min-height: 500px; display: flex; align-items: center; justify-content: center; }
.hero-img-wrap { position: relative; width: 100%; max-width: 520px; }
.hero-img { width: 100%; height: auto; display: block; }
.delivery-badge { position: absolute; right: -10px; bottom: 15%; }
.care-badge { position: absolute; top: 18%; left: -10px; animation-delay: -2.3s; }
.basket-handle { position: absolute; top: 70px; left: 50%; width: 224px; height: 118px; border: 18px solid #d9edf0; border-bottom: 0; border-radius: 130px 130px 0 0; transform: translateX(-50%); }
.basket-front { position: absolute; bottom: 0; left: 50%; display: grid; width: 265px; height: 165px; place-items: center; border-radius: 30px 30px 52px 52px; color: var(--navy-900); background: linear-gradient(150deg, #fff, #dff3f6); box-shadow: 0 28px 50px rgba(2,20,35,.25); transform: translateX(-50%); }
.basket-front::before { position: absolute; inset: 18px; border: 2px solid rgba(7,28,53,.08); border-radius: 20px 20px 40px 40px; content: ""; }
.basket-front span { z-index: 1; color: var(--aqua-600); font-size: 1.1rem; font-weight: 900; line-height: .95; text-align: center; letter-spacing: .12em; }
.folded-stack { position: absolute; top: 0; left: 50%; z-index: 2; width: 235px; height: 180px; transform: translateX(-50%); }
.cloth { position: absolute; left: 50%; height: 48px; border-radius: 14px 22px 10px 15px; box-shadow: 0 12px 25px rgba(3,18,37,.13); transform: translateX(-50%); }
.cloth::after { position: absolute; top: 11px; right: 15px; left: 15px; height: 2px; border-radius: 99px; background: rgba(255,255,255,.35); content: ""; }
.cloth-1 { top: 8px; width: 205px; background: #f0ba7f; transform: translateX(-50%) rotate(3deg); }
.cloth-2 { top: 47px; width: 222px; background: #49c7d7; transform: translateX(-50%) rotate(-3deg); }
.cloth-3 { top: 88px; width: 211px; background: #163c5d; transform: translateX(-50%) rotate(2deg); }
.cloth-4 { top: 130px; width: 230px; background: #f3f5f6; transform: translateX(-50%) rotate(-1deg); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 1px; padding: 10px 10px; border: 1px solid rgba(255,255,255,.8); border-radius: 10px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-md); backdrop-filter: blur(11px); animation: floatY 5s ease-in-out infinite; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--navy-900); font-size: .65rem; }
.floating-card small { color: var(--grey-500); font-size: .58rem; }
.badge-icon { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 11px; color: var(--aqua-600); background: var(--sky-100); font-weight: 900; }
.delivery-badge { right: -12px; bottom: 93px; }
.care-badge { top: 96px; left: -10px; animation-delay: -2.3s; }
.floating-bubble { position: absolute; z-index: 2; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.95), rgba(84,213,228,.16) 45%, rgba(11,167,187,.08)); box-shadow: inset 0 0 16px rgba(255,255,255,.7); animation: bubbleFloat 7s ease-in-out infinite; }
.bubble-a { top: 48px; right: 20px; width: 54px; height: 54px; }
.bubble-b { right: 50px; bottom: 60px; width: 32px; height: 32px; animation-delay: -2s; }
.bubble-c { bottom: 124px; left: 7px; width: 42px; height: 42px; animation-delay: -4s; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { top: 160px; left: -150px; width: 330px; height: 330px; background: rgba(36,196,215,.09); }
.hero-orb-two { right: -85px; bottom: 80px; width: 260px; height: 260px; background: rgba(7,28,53,.045); }
.wave-divider { position: absolute; right: 0; bottom: -1px; left: 0; height: 110px; color: var(--white); }
.wave-divider svg { width: 100%; height: 100%; }

.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.about-visual { position: relative; min-height: 520px; }
.about-backdrop { position: absolute; inset: 25px 18px 28px 4px; border-radius: 44% 56% 38% 62% / 42% 38% 62% 58%; background: linear-gradient(145deg, var(--sky-100), #d9f3f6); }
.workspace-card { position: absolute; inset: 60px 45px 58px 30px; overflow: hidden; border: 10px solid var(--white); border-radius: 35px; background: linear-gradient(180deg, #0c3152 0 62%, #f8fafb 62%); box-shadow: var(--shadow-md); transform: rotate(-2deg); }
.shelf { display: flex; position: absolute; top: 42px; right: 38px; left: 38px; align-items: flex-end; justify-content: space-between; padding-bottom: 9px; border-bottom: 6px solid #224967; }
.shelf span { width: 27%; height: 76px; border-radius: 12px 12px 6px 6px; background: linear-gradient(180deg, #eef7f8, #72ced9); }
.shelf span:nth-child(2) { height: 58px; background: linear-gradient(180deg, #fee3bc, #efad68); }
.shelf span:nth-child(3) { height: 88px; background: linear-gradient(180deg, #e8edf0, #adbfc7); }
.workspace-counter { position: absolute; right: 0; bottom: 0; left: 0; height: 38%; background: linear-gradient(180deg, #f5f8f9, #dde9ed); }
.detergent { position: absolute; top: -25px; left: 45px; width: 60px; height: 90px; border-radius: 14px 14px 18px 18px; background: linear-gradient(160deg, var(--aqua-500), var(--aqua-600)); box-shadow: 0 13px 28px rgba(7,28,53,.16); }
.detergent::before { position: absolute; top: -17px; left: 15px; width: 30px; height: 25px; border-radius: 8px 8px 2px 2px; background: #dbeaed; content: ""; }
.laundry-pile { position: absolute; top: -30px; right: 35px; width: 190px; height: 120px; }
.laundry-pile i { position: absolute; right: 0; left: 0; height: 40px; border-radius: 13px; box-shadow: 0 9px 22px rgba(7,28,53,.12); }
.laundry-pile i:nth-child(1) { top: 0; right: 18px; left: 12px; background: #f2bd7e; transform: rotate(2deg); }
.laundry-pile i:nth-child(2) { top: 33px; left: 0; background: var(--aqua-500); transform: rotate(-2deg); }
.laundry-pile i:nth-child(3) { top: 66px; right: 12px; left: 7px; background: var(--navy-700); transform: rotate(1deg); }
.quality-seal { position: absolute; right: 5px; bottom: 35px; display: grid; width: 140px; height: 140px; place-items: center; align-content: center; border: 8px solid var(--white); border-radius: 50%; color: var(--white); background: var(--aqua-600); box-shadow: var(--shadow-md); text-align: center; transform: rotate(6deg); }
.quality-seal strong { font-size: 1.7rem; line-height: 1; }
.quality-seal span { width: 75px; margin-top: 7px; font-size: .62rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
.fabric-swatch { position: absolute; top: 40px; left: -5px; width: 120px; height: 120px; border-radius: 28px; background: repeating-linear-gradient(45deg, #fff, #fff 8px, var(--sky-100) 8px, var(--sky-100) 16px); box-shadow: var(--shadow-sm); transform: rotate(-12deg); }
.section-copy > p { max-width: 650px; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 30px 0; }
.check-grid span, .booking-benefits span { display: flex; align-items: center; gap: 10px; color: var(--grey-700); font-size: .85rem; font-weight: 700; }
.check-grid i, .booking-benefits i { display: grid; width: 26px; height: 26px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--aqua-600); background: var(--sky-100); font-style: normal; }
.signature-line { position: relative; display: inline-block; margin-top: 14px; color: var(--navy-900) !important; font-size: 1.18rem; font-weight: 700; font-style: italic; }
.signature-line::after { position: absolute; right: -48px; bottom: 4px; width: 38px; height: 10px; border-top: 2px solid var(--aqua-500); border-radius: 50%; content: ""; transform: rotate(-8deg); }

.services-section { background: var(--grey-50); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 46px; }
.section-heading > div:first-child { max-width: 720px; }
.section-heading > p { max-width: 440px; margin-bottom: 10px; }
.section-heading.centered { display: block; max-width: 780px; margin-right: auto; margin-left: auto; text-align: center; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; min-height: 280px; padding: 27px; overflow: hidden; border: 1px solid rgba(7,28,53,.07); border-radius: 28px; background: var(--white); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.service-card::before { position: absolute; top: -58px; right: -56px; width: 145px; height: 145px; border-radius: 45% 55% 65% 35%; background: var(--sky-100); content: ""; transition: transform var(--transition); }
.service-card:nth-child(even)::before { top: auto; right: auto; bottom: -62px; left: -48px; background: rgba(36,196,215,.09); }
.service-card:hover { border-color: rgba(11,167,187,.22); box-shadow: var(--shadow-md); transform: translateY(-7px); }
.service-card:hover::before { transform: scale(1.15) rotate(15deg); }
.service-icon { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; margin-bottom: 27px; place-items: center; border-radius: 14px; color: var(--aqua-600); background: var(--sky-100); font-size: 1.35rem; font-weight: 900; }
.service-card h3 { position: relative; z-index: 1; }
.service-card p { position: relative; z-index: 1; min-height: 77px; margin-bottom: 24px; font-size: .84rem; }
.service-card a { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; color: var(--navy-900); font-size: .77rem; font-weight: 800; }
.service-card a span { color: var(--aqua-600); transition: transform var(--transition); }
.service-card:hover a span { transform: translate(3px, -3px); }
.service-card.featured { color: var(--white); background: linear-gradient(145deg, var(--navy-900), var(--aqua-600)); }
.service-card.featured::before { background: rgba(255,255,255,.08); }
.service-card.featured h3, .service-card.featured a { color: var(--white); }
.service-card.featured p { color: rgba(255,255,255,.72); }
.service-card.featured .service-icon { color: var(--white); background: rgba(255,255,255,.13); }
.service-card.featured a span { color: var(--white); }

.process-section { overflow: hidden; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 65px; }
.process-line { position: absolute; top: 40px; right: 12%; left: 12%; height: 4px; overflow: hidden; border-radius: 5px; background: var(--sky-100); }
.process-line span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--aqua-500), var(--navy-700)); transition: width 1.25s ease; }
.process-track.in-view .process-line span { width: 100%; }
.process-step { position: relative; z-index: 1; text-align: center; }
.step-number { display: grid; width: 80px; height: 80px; margin: 0 auto 24px; place-items: center; border: 8px solid var(--white); border-radius: 50%; color: var(--white); background: linear-gradient(145deg, var(--navy-900), var(--aqua-600)); box-shadow: 0 14px 28px rgba(7,28,53,.15); font-size: .83rem; font-weight: 900; }
.step-icon { display: none; }
.process-step p { max-width: 220px; margin: 0 auto; font-size: .82rem; }

.why-section { overflow: hidden; color: var(--white); background: linear-gradient(135deg, var(--navy-950), var(--navy-800) 57%, #0d7182); }
.why-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 70px; }
.why-section h2 { color: var(--white); }
.why-section h2 span { color: #8ee9f1; }
.why-section .section-copy > p { color: rgba(255,255,255,.68); }
.benefit-orbit { position: relative; min-height: 570px; }
.orbit-center { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; width: 235px; height: 235px; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--white); background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.16), rgba(36,196,215,.13) 40%, rgba(7,28,53,.5)); box-shadow: 0 30px 80px rgba(0,0,0,.24), inset 0 0 40px rgba(255,255,255,.08); transform: translate(-50%, -50%); }
.orbit-center::before, .orbit-center::after { position: absolute; border: 1px dashed rgba(142,233,241,.25); border-radius: 50%; content: ""; }
.orbit-center::before { inset: -45px; }
.orbit-center::after { inset: -95px; }
.orbit-center strong { z-index: 2; font-size: 1.55rem; line-height: .95; text-align: center; letter-spacing: .15em; }
.orbit-center small { z-index: 2; margin-top: 10px; color: #8ee9f1; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.orbit-ring { position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.benefit-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.87); background: rgba(255,255,255,.08); backdrop-filter: blur(11px); box-shadow: 0 15px 35px rgba(0,0,0,.13); font-size: .74rem; font-weight: 700; }
.benefit-card i { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: var(--navy-900); background: #8ee9f1; font-style: normal; }
.benefit-1 { top: 40px; left: 48%; }
.benefit-2 { top: 150px; right: 0; }
.benefit-3 { right: 38px; bottom: 98px; }
.benefit-4 { bottom: 36px; left: 29%; }
.benefit-5 { bottom: 138px; left: 0; }
.benefit-6 { top: 138px; left: 4px; }
.why-bubbles span { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.why-bubbles span:nth-child(1) { top: 30px; right: 7%; width: 120px; height: 120px; }
.why-bubbles span:nth-child(2) { bottom: -55px; left: 10%; width: 190px; height: 190px; }
.why-bubbles span:nth-child(3) { top: 50%; left: -45px; width: 100px; height: 100px; }

.booking-section { background: linear-gradient(180deg, var(--white), var(--sky-50)); }
.booking-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 6vw, 78px); align-items: start; }
.booking-shell--centered { display: flex; justify-content: center; padding: clamp(20px, 4vw, 60px) 0; }
.booking-copy { position: sticky; top: 130px; }
.booking-copy--centered { position: static; max-width: 700px; width: 100%; text-align: center; }
.booking-copy--centered h2 { font-size: clamp(2rem, 4vw, 3rem); }
.booking-copy--centered p { font-size: 1.05rem; max-width: 520px; margin-inline: auto; color: var(--grey-600); }
.booking-copy--centered .booking-benefits { justify-content: center; max-width: 480px; margin-inline: auto; }
.booking-copy--centered .booking-note { text-align: left; max-width: 420px; margin-inline: auto; }
.booking-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin: 28px 0; }
.booking-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin: 36px 0 0; }
.booking-ctas .btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 28px; font-size: .95rem; }
.booking-ctas svg { width: 18px; height: 18px; stroke-width: 1.5; flex-shrink: 0; }
.booking-note { display: grid; gap: 3px; margin-top: 35px; padding: 18px; border-left: 3px solid var(--aqua-500); border-radius: 0 14px 14px 0; background: var(--white); box-shadow: var(--shadow-sm); }
.booking-note strong { color: var(--navy-900); font-size: .84rem; }
.booking-note span { color: var(--grey-500); font-size: .74rem; }
.form-card { padding: clamp(24px, 4vw, 42px); border: 1px solid rgba(7,28,53,.07); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-md); }
.form-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.form-head span:first-child { color: var(--aqua-600); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-head h3 { margin: 4px 0 0; font-size: 1.55rem; }
.secure-pill { padding: 7px 11px; border-radius: 999px; color: var(--teal-500); background: rgba(11,168,140,.09); font-size: .65rem; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: flex; position: relative; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: var(--navy-900); font-size: .72rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--grey-300); border-radius: 13px; color: var(--text); background: var(--white); outline: 0; transition: border-color var(--transition), box-shadow var(--transition), background var(--transition); }
.field input, .field select { height: 49px; padding: 0 14px; }
.field textarea { min-height: 96px; padding: 13px 14px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #9aa9af; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--aqua-500); box-shadow: 0 0 0 4px rgba(36,196,215,.11); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--danger); background: rgba(199,58,78,.025); }
.error-text { min-height: 16px; color: var(--danger); font-size: .64rem; }
.form-alert { display: none; margin-top: 18px; padding: 12px 14px; border-radius: 12px; font-size: .76rem; font-weight: 700; }
.form-alert.success { display: block; color: var(--success); background: rgba(15,139,103,.1); }
.form-alert.error { display: block; color: var(--danger); background: rgba(199,58,78,.09); }
.form-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
.form-actions .btn { flex: 1 1 220px; }
.form-consent { margin: 16px 0 0; color: #93a1a7; font-size: .65rem; text-align: center; }
.btn.loading { pointer-events: none; opacity: .72; }
.btn.loading span::after { content: "…"; }

.hygiene-section { background: var(--grey-50); }
.quality-timeline { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 50px; }
.quality-timeline::before { position: absolute; top: 56px; right: 8%; left: 8%; height: 1px; background: linear-gradient(90deg, transparent, rgba(36,196,215,.35), transparent); content: ""; }
.quality-step { position: relative; z-index: 1; min-height: 220px; padding: 28px 22px 24px; border: 1px solid rgba(7,28,53,.07); border-radius: 20px; background: var(--white); overflow: hidden; transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease; }
.quality-step::before { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--aqua-500), #54d5e4); border-radius: 20px 20px 0 0; content: ""; opacity: 0; transition: opacity 260ms ease; }
.quality-step:hover { border-color: rgba(11,167,187,.22); box-shadow: 0 12px 36px rgba(11,167,187,.1); transform: translateY(-6px); }
.quality-step:hover::before { opacity: 1; }
.quality-step > span { position: absolute; top: 16px; right: 18px; color: rgba(7,28,53,.1); font-size: 1.1rem; font-weight: 800; letter-spacing: .03em; }
.quality-icon { display: grid; width: 46px; height: 46px; margin-bottom: 20px; place-items: center; border-radius: 14px; color: var(--aqua-600); background: var(--sky-100); font-size: 1.35rem; font-weight: 900; transition: background 260ms ease; }
.quality-step:hover .quality-icon { background: rgba(11,167,187,.15); }
.quality-step h3 { font-size: .9rem; font-weight: 700; margin-bottom: 8px; }
.quality-step p { margin-bottom: 0; font-size: .77rem; color: var(--grey-500); line-height: 1.55; }

.area-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(48px, 7vw, 90px); }
.map-card { position: relative; min-height: 450px; padding: 24px; border-radius: 38px; background: linear-gradient(145deg, var(--grey-50), var(--sky-100)); box-shadow: var(--shadow-sm); }
.map-card svg { width: 100%; height: auto; }
.map-status { position: absolute; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 999px; color: var(--navy-900); background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); font-size: .68rem; font-weight: 800; }
.map-status span { width: 9px; height: 9px; border-radius: 50%; background: var(--teal-500); box-shadow: 0 0 0 5px rgba(11,168,140,.12); }
.area-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0; }
.area-chips span { padding: 9px 13px; border: 1px solid rgba(11,167,187,.16); border-radius: 999px; color: var(--navy-800); background: var(--sky-50); font-size: .74rem; font-weight: 700; }
.area-note { display: grid; gap: 2px; margin-bottom: 26px; }
.area-note strong { color: var(--navy-900); font-size: .82rem; }
.area-note span { color: var(--grey-500); font-size: .75rem; }

.testimonial-section { background: var(--grey-50); }
.slider-controls { display: flex; gap: 9px; }
.slider-controls button { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(7,28,53,.12); border-radius: 50%; color: var(--navy-900); background: var(--white); transition: background var(--transition), color var(--transition), transform var(--transition); }
.slider-controls button:hover { color: var(--white); background: var(--navy-900); transform: translateY(-2px); }
.testimonial-track { display: grid; grid-auto-columns: calc((100% - 36px) / 3); grid-auto-flow: column; gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 4px 4px 18px; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-card { position: relative; min-height: 300px; padding: 29px; overflow: hidden; border: 1px solid rgba(7,28,53,.07); border-radius: 28px; background: var(--white); scroll-snap-align: start; }
.quote-mark { position: absolute; top: -13px; right: 22px; color: var(--sky-100); font-family: Georgia, serif; font-size: 7rem; line-height: 1; }
.stars { position: relative; z-index: 1; margin-bottom: 20px; color: #efb649; font-size: .84rem; letter-spacing: .1em; }
.testimonial-card > p { position: relative; z-index: 1; min-height: 125px; color: var(--grey-700); font-size: .91rem; }
.customer { display: flex; align-items: center; gap: 12px; }
.avatar { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; color: var(--white); background: linear-gradient(145deg, var(--navy-900), var(--aqua-600)); font-weight: 900; }
.customer strong, .customer small { display: block; }
.customer strong { color: var(--navy-900); font-size: .8rem; }
.customer small { margin-top: 2px; color: var(--grey-500); font-size: .67rem; }

.stats-section { padding-block: 55px; color: var(--white); background: linear-gradient(110deg, var(--navy-900), #0b496a, var(--aqua-600)); }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat-item { display: grid; place-items: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.14); text-align: center; }
.stat-item:last-child { border-right: 0; }
.stat-icon { display: grid; width: 40px; height: 40px; margin-bottom: 12px; place-items: center; border-radius: 12px; background: rgba(255,255,255,.11); font-weight: 900; }
.stat-item strong { font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1; }
.stat-item small { margin-top: 9px; color: rgba(255,255,255,.68); font-size: .7rem; font-weight: 700; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: clamp(46px, 7vw, 90px); }
.faq-support { display: grid; gap: 4px; margin-top: 34px; padding: 20px; border-radius: 18px; background: var(--sky-50); }
.faq-support strong { color: var(--navy-900); font-size: .8rem; }
.faq-support span { color: var(--grey-500); font-size: .72rem; }
.faq-support a { margin-top: 6px; color: var(--aqua-600); font-size: .75rem; font-weight: 800; }
.accordion { border-top: 1px solid var(--grey-100); }
.faq-item { border-bottom: 1px solid var(--grey-100); }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; color: var(--navy-900); background: transparent; text-align: left; font-size: .9rem; font-weight: 800; }
.faq-item button i { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--aqua-600); background: var(--sky-100); font-size: 1.1rem; font-style: normal; transition: transform var(--transition), background var(--transition), color var(--transition); }
.faq-item.open button i { color: var(--white); background: var(--aqua-600); transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 340ms ease; }
.faq-answer > p { min-height: 0; margin: 0; overflow: hidden; font-size: .8rem; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding: 0 50px 22px 0; }

.contact-section { color: var(--white); background: var(--navy-950); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 7vw, 90px); }
.contact-info h2 { color: var(--white); }
.contact-info h2 span { color: #8ee9f1; }
.contact-info > p { color: rgba(255,255,255,.62); }
.contact-list { display: grid; gap: 14px; margin: 30px 0; }
.contact-list > div { display: flex; align-items: flex-start; gap: 14px; }
.contact-list > div > span, .contact-list > div > i { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 13px; color: #8ee9f1; background: rgba(255,255,255,.08); }
.contact-list p { margin: 0; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: rgba(255,255,255,.45); font-size: .63rem; }
.contact-list strong { margin-top: 2px; color: rgba(255,255,255,.87); font-size: .78rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-form { padding: clamp(24px, 4vw, 38px); border-radius: 30px; background: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.contact-form > p { margin-bottom: 24px; font-size: .78rem; }
.contact-form .btn { width: 100%; margin-top: 18px; }
.mini-map { display: flex; align-items: center; gap: 14px; margin-top: 14px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.055); transition: background var(--transition), transform var(--transition); }
.mini-map:hover { background: rgba(255,255,255,.09); transform: translateY(-2px); }
.mini-map-grid { position: relative; width: 78px; height: 52px; overflow: hidden; border-radius: 12px; background-color: #dff3f6; background-image: linear-gradient(rgba(7,28,53,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(7,28,53,.07) 1px, transparent 1px); background-size: 13px 13px; }
.map-pin { position: absolute; top: 50%; left: 50%; color: var(--aqua-600); transform: translate(-50%, -50%); }
.mini-map div:nth-child(2) { flex: 1; }
.mini-map strong, .mini-map small { display: block; }
.mini-map strong { font-size: .78rem; }
.mini-map small { color: rgba(255,255,255,.52); font-size: .65rem; }

.site-footer { padding-top: 68px; color: rgba(255,255,255,.64); background: #020d1b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; padding-bottom: 52px; }
.brand-light { color: var(--white); }
.brand-light .brand-copy small { color: rgba(255,255,255,.5); }
.footer-brand > p { max-width: 300px; margin-top: 20px; font-size: .75rem; }
.footer-grid h3 { margin-bottom: 20px; color: var(--white); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(.footer-brand) > a { display: block; margin-bottom: 10px; font-size: .72rem; transition: color var(--transition), transform var(--transition); }
.footer-grid > div:not(.footer-brand) > a:hover { color: #8ee9f1; transform: translateX(3px); }
.footer-grid > div:not(.footer-brand) > p { font-size: .72rem; }
.social-links { display: flex; gap: 8px; margin-top: 22px; }
.social-links a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: var(--white); font-size: .74rem; font-weight: 800; transition: background var(--transition); }
.social-links a:hover { background: var(--aqua-600); }
.footer-bottom { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 20px; padding-block: 28px; border-top: 1px solid rgba(255,255,255,.08); font-size: .68rem; text-align: center; flex-wrap: wrap; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.55); line-height: 1.5; }
.softnetix-credit { order: 0; }
.softnetix-credit strong { color: #8ee9f1; }
.footer-bottom > div { display: flex; gap: 20px; justify-content: center; }

.floating-actions { position: fixed; right: 20px; bottom: 22px; z-index: 900; display: grid; gap: 10px; }
.float-btn { display: grid; width: 49px; height: 49px; place-items: center; border: 0; border-radius: 50%; color: var(--white); box-shadow: var(--shadow-md); transition: transform var(--transition), opacity var(--transition); }
.float-btn:hover { transform: translateY(-3px); }
.whatsapp-float { background: var(--teal-500); }
.to-top { background: var(--navy-900); opacity: 0; pointer-events: none; }
.to-top.visible { opacity: 1; pointer-events: auto; }
.mobile-action-bar { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes slowRotate { to { transform: translateX(-50%) rotate(360deg); } }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes bubbleFloat { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(7px, -16px) scale(1.07); } }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .nav-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 30px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: .75fr 1.25fr; gap: 35px; }
  .quality-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quality-timeline::before { display: none; }
  .testimonial-track { grid-auto-columns: calc((100% - 18px) / 2); }
}

@media (max-width: 900px) {
  :root { --section-space: 82px; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid, .split-grid, .why-grid, .booking-shell, .area-grid, .faq-grid, .contact-shell { grid-template-columns: 1fr; }
  .hero-grid { gap: 12px; }
  .hero-visual { order: -1; min-height: auto; }
  .hero-img-wrap { max-width: 380px; margin-inline: auto; }
  .delivery-badge { right: 0; bottom: 10%; }
  .care-badge { left: 0; top: 15%; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-right: auto; margin-left: auto; }
  .hero-actions { justify-content: center; }
  .trust-strip { margin-right: auto; margin-left: auto; text-align: left; }
  .hero-visual { min-height: 570px; }
  .split-grid { gap: 50px; }
  .about-visual { max-width: 650px; width: 100%; margin-inline: auto; }
  .process-track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 25px; }
  .process-line { display: none; }
  .why-grid { gap: 30px; }
  .why-section .section-copy { max-width: 720px; }
  .booking-copy { position: static; }
  .area-grid { gap: 55px; }
  .map-card { order: 2; max-width: 650px; width: 100%; margin-inline: auto; }
  .faq-grid { gap: 50px; }
  .contact-shell { gap: 48px; }
  .contact-info { max-width: 720px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); --section-space: 72px; --header-height: 72px; }
  html { scroll-padding-top: 78px; }
  body { padding-bottom: 0; }
  h1 { font-size: clamp(2.55rem, 13vw, 4.1rem); }
  h2 { font-size: clamp(2rem, 9.5vw, 3rem); }
  .site-header { background: rgba(255,255,255,.88); backdrop-filter: blur(14px); }
  .site-header.scrolled .nav-wrap { height: 66px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: .96rem; }
  .brand-copy small { font-size: .5rem; }
  .nav-cta { display: none; }
  .hero { padding-top: 118px; padding-bottom: 115px; }
  .hero-copy > p { font-size: .94rem; }
  .hero-actions .btn { width: 100%; }
  .trust-strip { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 100%; }
  .trust-strip span { font-size: .68rem; }
  .hero-visual { min-height: auto; transform: none; margin: 0; order: -1; }
  .hero-img-wrap { max-width: 340px; margin-inline: auto; }
  .machine-ring { width: 350px; height: 350px; }
  .hero-wave { top: 90px; width: 340px; height: 295px; }
  .laundry-card { top: 123px; transform: translateX(-50%) scale(.9); }
  .care-badge { left: 0; }
  .delivery-badge { right: 0; bottom: 40px; }
  .section-heading { display: block; }
  .services-grid, .quality-timeline, .stats-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: auto; }
  .process-track { grid-template-columns: 1fr; gap: 25px; }
  .process-step { display: grid; grid-template-columns: 70px 1fr; column-gap: 18px; text-align: left; }
  .step-number { grid-row: 1 / 4; width: 70px; height: 70px; margin: 0; }
  .process-step h3, .process-step p { max-width: none; margin-right: 0; margin-left: 0; }
  .benefit-orbit { min-height: 620px; transform: scale(.88); margin: -20px -25px; }
  .benefit-1 { top: 28px; left: 40%; }
  .benefit-2 { top: 142px; right: 0; }
  .benefit-3 { right: 0; bottom: 110px; }
  .benefit-4 { bottom: 30px; left: 22%; }
  .benefit-5 { bottom: 145px; left: 0; }
  .benefit-6 { top: 151px; left: 0; }
  .form-grid, .check-grid, .booking-benefits { grid-template-columns: 1fr; }
  .booking-ctas { flex-wrap: nowrap; gap: 10px; justify-content: center; }
  .booking-ctas .btn { flex: 0 1 auto; padding: 10px 16px; font-size: .78rem; justify-content: center; white-space: nowrap; }
  .booking-ctas svg { width: 14px; height: 14px; }
  .form-card, .contact-form { padding: 22px 18px; border-radius: 25px; }
  .form-head { align-items: flex-start; }
  .secure-pill { display: none; }
  .form-actions { display: grid; }
  .quality-step { min-height: auto; }
  .map-card { min-height: 330px; padding: 12px; }
  .map-status { right: 14px; bottom: 14px; }
  .testimonial-track { grid-auto-columns: 88%; }
  .testimonial-card > p { min-height: 105px; }
  .stats-grid { gap: 0; }
  .stat-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .stat-item:last-child { border-bottom: 0; }
  .faq-item.open .faq-answer > p { padding-right: 0; }
  .contact-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-actions .btn:first-child { grid-column: 1 / -1; }
  .footer-grid { gap: 36px; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 14px; }
  .desktop-only { display: none; }
  .mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 950; display: grid; grid-template-columns: repeat(3, 1fr); padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(7,28,53,.1); background: rgba(255,255,255,.96); box-shadow: 0 -10px 35px rgba(7,28,53,.11); backdrop-filter: blur(14px); }
  .mobile-action-bar a { display: grid; place-items: center; gap: 2px; padding: 4px; color: var(--navy-900); font-size: .59rem; font-weight: 800; }
  .mobile-action-bar a svg { font-size: 1.07rem; color: var(--aqua-600); width: 18px; height: 18px; stroke-width: 1.8; }
}

@media (max-width: 430px) {
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-visual { transform: none; margin: 0; }
  .about-visual { min-height: 430px; transform: scale(.92); transform-origin: center; }
  .quality-seal { right: -3px; }
  .benefit-orbit { transform: scale(.76); margin: -60px -65px; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-actions .btn:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
