:root {
  --blue-950: #003b78;
  --blue-900: #00458e;
  --blue-800: #005ab6;
  --blue-700: #006ed5;
  --blue-600: #058bf1;
  --cyan-500: #0bb7fa;
  --ice: #eef9ff;
  --ink: #053d78;
  --muted: #4f7195;
  --line: #dbeaf6;
  --white: #fff;
  --shadow: 0 18px 50px rgba(0, 91, 173, .12);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.45; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -60px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--blue-900); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 14px; }

.site-header { position: sticky; top: 0; z-index: 100; height: 82px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(0,90,182,.06); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 225px; }
.brand-mark { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 5px 9px rgba(0,123,220,.18)); animation: logoFloat 4.6s ease-in-out infinite; }
.brand-copy { display: grid; color: var(--blue-900); line-height: 1; text-align: center; }
.brand-copy strong { font-size: 30px; letter-spacing: .13em; font-weight: 600; }
.brand-copy span { margin-top: 5px; font-size: 12px; letter-spacing: .42em; }
.brand-copy small { margin-top: 8px; color: var(--blue-700); font-size: 7px; letter-spacing: .45em; font-weight: 700; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 34px; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; padding: 29px 0 25px; white-space: nowrap; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 16px; height: 2px; background: var(--blue-700); border-radius: 10px; transition: left .25s, right .25s; }
.main-nav > a:hover::after, .main-nav > a.active::after { left: 0; right: 0; }
.nav-social span { font-size: 21px; vertical-align: -2px; }
.menu-toggle { display: none; width: 44px; height: 44px; place-content: center; gap: 5px; padding: 0; background: transparent; border: 0; }
.menu-toggle span { width: 25px; height: 2px; background: var(--blue-900); border-radius: 3px; transition: .25s; }

.button { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 24px; color: #fff; background: linear-gradient(110deg, var(--blue-700), var(--blue-600)); border: 0; border-radius: 999px; font-weight: 700; box-shadow: 0 10px 22px rgba(0,105,210,.18); transition: transform .22s, box-shadow .22s, filter .22s; }
.button::before { content: ""; position: absolute; z-index: -1; top: -30%; bottom: -30%; left: -40%; width: 28%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-20deg); animation: buttonShine 5.5s ease-in-out infinite; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,105,210,.25); filter: saturate(1.1); }
.button:focus-visible, .main-nav a:focus-visible { outline: 3px solid rgba(11,183,250,.35); outline-offset: 4px; }
.button-header { min-height: 43px; padding-inline: 24px; }
.button-header span { font-size: 20px; }
.whatsapp-icon { width: 1.2em; height: 1.2em; display: inline-block; flex: 0 0 auto; fill: currentColor; vertical-align: -.16em; }
.button-header .whatsapp-icon { width: 21px; height: 21px; }
.button-primary { min-height: 54px; padding-inline: 29px; font-size: 17px; }
.button-primary .basket-icon { font-size: 25px; }
.button-primary .arrow { margin-left: 4px; font-size: 24px; font-weight: 400; transition: transform .25s; }
.button-primary:hover .arrow, .button-small:hover span { transform: translateX(4px); }
.button-small { min-height: 39px; padding: 0 19px; gap: 9px; font-size: 14px; }
.button-small span { display: inline-block; font-size: 19px; transition: transform .25s; }

.hero { position: relative; min-height: 420px; overflow: hidden; isolation: isolate; background: #eaf8ff; }
.hero-bg { position: absolute; inset: -8px; z-index: -2; background: url("assets/lavan-hero.png") center center / cover no-repeat; animation: heroBreath 12s ease-in-out infinite alternate; transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(247,253,255,.98) 0%, rgba(247,253,255,.89) 26%, rgba(247,253,255,.08) 54%, rgba(247,253,255,0) 72%); }
.hero-inner { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: space-between; }
.hero-copy { width: 425px; padding-block: 38px; }
.eyebrow { margin: 0 0 3px; color: var(--blue-600); font-size: 13px; font-weight: 800; letter-spacing: .035em; }
.hero h1 { margin: 0 0 5px; color: var(--blue-950); font-size: clamp(48px, 4.5vw, 66px); line-height: .92; letter-spacing: -.045em; }
.hero h1 span { color: var(--blue-600); }
.lead { max-width: 410px; margin: 14px 0 20px; color: #1c568f; font-size: 17px; line-height: 1.45; }
.handwritten { position: absolute; top: 105px; right: 10px; margin: 0; color: #0051aa; font: 700 30px/1 "Kalam", cursive; text-align: center; transform: rotate(-4deg); text-shadow: 0 2px 12px rgba(255,255,255,.7); }
.handwritten span { display: block; width: 150px; height: 24px; margin: -6px auto 0; border-top: 3px solid currentColor; border-radius: 50%; animation: underlineWave 2.8s ease-in-out infinite; transform-origin: center; }
.bubble { position: absolute; z-index: 2; width: 25px; aspect-ratio: 1; border: 2px solid rgba(0,143,234,.7); border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fff 0 12%, rgba(255,255,255,.1) 22%, rgba(10,161,241,.35) 62%, rgba(0,92,190,.6) 100%); box-shadow: inset 4px 4px 9px #fff, 0 5px 10px rgba(0,109,196,.15); animation: bubbleFloat 5.5s ease-in-out infinite; will-change: transform; }
.bubble-one { left: 42%; top: 28%; width: 31px; }
.bubble-two { left: 4%; top: 56%; width: 18px; animation-delay: -1.6s; }
.bubble-three { right: 11%; top: 14%; width: 20px; animation-delay: -3.2s; }
.bubble-one::after, .bubble-two::after, .bubble-three::after, .bubble-field span::after { content: ""; position: absolute; top: 18%; left: 20%; width: 26%; height: 17%; border-radius: 50%; background: rgba(255,255,255,.9); filter: blur(.3px); }
.bubble-field { position: absolute; inset: 0; z-index: 2; overflow: hidden; pointer-events: none; transform: translate3d(var(--bubble-x, 0), var(--bubble-y, 0), 0); transition: transform .45s ease-out; }
.bubble-field span { position: absolute; left: var(--x); bottom: -46px; width: var(--size); aspect-ratio: 1; border: 1.5px solid rgba(0,139,228,.62); border-radius: 50%; opacity: 0; background: radial-gradient(circle at 28% 24%, #fff 0 10%, rgba(255,255,255,.18) 22%, rgba(0,177,247,.28) 63%, rgba(0,86,179,.48) 100%); box-shadow: inset 2px 2px 6px rgba(255,255,255,.92), 0 5px 12px rgba(0,110,195,.13); animation: bubbleRise var(--duration) linear var(--delay) infinite; will-change: transform, opacity; }

.section { padding-block: 28px; }
.services-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 20px; align-items: stretch; }
.section-intro { padding: 0 6px; align-self: center; }
.section h2 { margin: 0; color: var(--blue-950); font-size: clamp(28px, 2.6vw, 38px); line-height: 1.08; letter-spacing: -.035em; }
.section-intro > p:last-child { max-width: 330px; margin: 15px 0 0; color: #285b8c; }
.service-card { min-height: 158px; padding: 19px 20px 18px; background: linear-gradient(145deg, #fff 0%, #f4faff 100%); border: 1px solid var(--line); border-radius: 15px; transition: transform .28s, box-shadow .28s, border-color .28s; }
.service-card:hover { transform: translateY(-6px); border-color: #addcff; box-shadow: var(--shadow); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 7px; color: var(--blue-700); background: linear-gradient(145deg, #def5ff, #bce8ff); border-radius: 50%; }
.service-icon span { width: 38px; height: 38px; display: grid; place-items: center; font-size: 26px; font-weight: 800; border: 3px solid var(--blue-700); border-radius: 8px; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.service-card:hover .service-icon { animation: iconHalo 1.3s ease-in-out infinite; }
.service-card:hover .service-icon span { transform: rotate(-7deg) scale(1.08); }
.service-card h3, .location-card h3, .instagram-card h3 { margin: 0 0 4px; color: var(--blue-950); font-size: 18px; }
.service-card p { margin: 0; color: #285b8c; font-size: 14px; line-height: 1.35; }

.price-section { padding: 0 0 8px; }
.price-banner { position: relative; min-height: 142px; display: grid; grid-template-columns: .9fr 1.45fr .8fr; align-items: center; gap: 22px; padding: 18px 26px; overflow: hidden; background: linear-gradient(90deg, rgba(224,246,255,.95), rgba(177,229,255,.9)), url("assets/lavan-hero.png") center 69% / cover; border: 1px solid #a9dcfa; border-radius: 15px; box-shadow: inset 0 1px 0 #fff; }
.price-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 0 30%, rgba(255,255,255,.55) 44%, transparent 60%); transform: translateX(-80%); animation: waterShimmer 8s ease-in-out infinite; }
.price-banner > * { position: relative; z-index: 1; }
.price-copy h2 { margin: 0; color: var(--blue-950); font-size: 36px; line-height: 1; letter-spacing: -.04em; }
.price-copy > p:last-child { margin: 9px 0 0; }
.cycle-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cycle-card { min-height: 102px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr; align-items: center; padding: 12px 16px; color: #fff; background: linear-gradient(125deg, #0054b7, #078aec); border-radius: 18px; box-shadow: 0 14px 30px rgba(0,95,190,.18); transition: transform .25s ease, box-shadow .25s ease; }
.cycle-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(0,95,190,.27); }
.cycle-card > span { grid-column: 1 / -1; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.cycle-card > strong { display: flex; align-items: flex-start; font-size: 45px; line-height: .9; letter-spacing: -.06em; }
.cycle-card > strong small { margin: 7px 5px 0 0; font-size: 15px; letter-spacing: 0; }
.cycle-card sup { position: relative; top: -7px; margin-left: 3px; font-size: 23px; }
.cycle-card em { align-self: end; margin-bottom: 4px; font-size: 11px; font-style: normal; font-weight: 700; text-transform: uppercase; }
.promo-card { position: relative; display: grid; justify-items: center; padding: 12px 15px; color: var(--blue-950); background: rgba(255,255,255,.9); border: 2px solid #32aef0; border-radius: 18px; box-shadow: 0 12px 28px rgba(0,101,184,.13); animation: promoPulse 3.8s ease-in-out infinite; }
.promo-card > span { position: absolute; top: -12px; padding: 4px 12px; color: #fff; background: linear-gradient(110deg, #006ed5, #0bb7fa); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.promo-card p { margin: 8px 0 0; font-size: 13px; }
.promo-card > div { display: flex; align-items: flex-start; color: var(--blue-700); }
.promo-card > div small { margin: 7px 4px 0 0; font-size: 15px; font-weight: 800; }
.promo-card > div > strong { font-size: 45px; line-height: .95; letter-spacing: -.06em; }
.promo-card sup { position: relative; top: -7px; margin-left: 2px; font-size: 22px; }
.promo-card em { font-size: 11px; font-style: normal; font-weight: 800; text-transform: uppercase; }

.location { padding-top: 12px; padding-bottom: 14px; }
.section-title { margin-bottom: 8px; }
.location-grid { display: grid; grid-template-columns: .95fr 1.12fr .92fr; gap: 14px; }
.location-card, .instagram-card, .map-card { min-height: 175px; overflow: hidden; border: 1px solid #e5f0f8; border-radius: 15px; background: linear-gradient(145deg, #f8fcff, #eef7ff); }
.location-card { display: flex; gap: 14px; padding: 18px; }
.pin { flex: 0 0 auto; width: 43px; height: 43px; display: grid; place-items: center; color: #fff; background: var(--blue-700); border: 8px solid #dff3ff; border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); }
.pin::first-letter { transform: rotate(45deg); }
.location-card p { margin: 0 0 8px; color: #285b8c; font-size: 13px; line-height: 1.25; }
.map-card { position: relative; display: block; background: #e8e8e8; }
.map-card img { width: 100%; height: 100%; min-height: 175px; object-fit: cover; transition: transform .5s ease; }
.map-card:hover img { transform: scale(1.045); }
.map-pin { position: absolute; left: 46%; top: 48%; width: 20px; height: 20px; background: #ed3827; border: 4px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 4px 12px rgba(0,0,0,.25); animation: mapPin 2s ease-in-out infinite; }
.instagram-card { position: relative; padding: 14px 25px; }
.instagram-card::after { content: ""; position: absolute; right: -36px; bottom: -58px; width: 210px; height: 120px; opacity: .82; background: url("assets/lavan-hero.png") right bottom / 460px auto no-repeat; transform: rotate(-7deg); }
.instagram-icon { display: block; margin-bottom: 4px; color: var(--blue-700); font-size: 42px; line-height: 1; }
.instagram-card p { max-width: 260px; margin: 0 0 9px; color: #285b8c; font-size: 13px; }
.instagram-card .button, .instagram-handle { position: relative; z-index: 1; }
.instagram-handle { display: block; margin-top: 7px; color: var(--blue-700); font-size: 13px; font-weight: 700; }

.site-footer { border-top: 1px solid #d9e9f5; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 0 18px; color: #fff; background: #10b85a; border: 2px solid rgba(255,255,255,.92); border-radius: 999px; box-shadow: 0 14px 30px rgba(0,99,47,.25); transition: transform .22s ease, box-shadow .22s ease; animation: whatsappPulse 3s ease-in-out infinite; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 18px 38px rgba(0,99,47,.34); }
.whatsapp-float .whatsapp-icon { width: 25px; height: 25px; }
.whatsapp-float strong { font-size: 14px; }
.footer-inner { min-height: 83px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand-footer { min-width: 230px; transform: scale(.82); transform-origin: left center; }
.footer-links { display: flex; justify-content: center; gap: 24px; color: #49739c; font-size: 11px; }
.footer-links a { display: inline-flex; align-items: center; gap: 5px; }
.footer-links a:hover { color: var(--blue-700); }
.copyright { margin: 0; color: #8aa7c2; font-size: 9px; white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@keyframes heroBreath { from { scale: 1.01; } to { scale: 1.035; } }
@keyframes logoFloat { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-4px) rotate(1.5deg); } }
@keyframes bubbleFloat { 0%,100% { transform: translate3d(0,0,0) scale(1) rotate(0deg); } 30% { transform: translate3d(8px,-15px,0) scale(1.08) rotate(8deg); } 65% { transform: translate3d(-7px,-25px,0) scale(.96) rotate(-7deg); } }
@keyframes bubbleRise { 0% { opacity: 0; transform: translate3d(0,35px,0) scale(.55); } 12% { opacity: .72; } 46% { transform: translate3d(var(--drift),-190px,0) scale(1); } 76% { opacity: .62; transform: translate3d(0,-330px,0) scale(.86); } 100% { opacity: 0; transform: translate3d(var(--drift),-500px,0) scale(.45); } }
@keyframes underlineWave { 0%,100% { transform: scaleX(.92) rotate(-2deg); } 50% { transform: scaleX(1.06) rotate(2deg); } }
@keyframes iconHalo { 0%,100% { box-shadow: 0 0 0 0 rgba(5,139,241,.05); } 50% { box-shadow: 0 0 0 9px rgba(5,139,241,.11); } }
@keyframes buttonShine { 0%,65% { left: -45%; } 85%,100% { left: 125%; } }
@keyframes waterShimmer { 0%, 15% { transform: translateX(-100%); } 55%, 100% { transform: translateX(130%); } }
@keyframes priceGlow { 0%,100% { box-shadow: 0 16px 32px rgba(0,95,190,.2); } 50% { box-shadow: 0 18px 38px rgba(0,140,237,.37); } }
@keyframes promoPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.025); } }
@keyframes whatsappPulse { 0%,100% { box-shadow: 0 14px 30px rgba(0,99,47,.25), 0 0 0 0 rgba(16,184,90,.22); } 50% { box-shadow: 0 14px 30px rgba(0,99,47,.25), 0 0 0 10px rgba(16,184,90,0); } }
@keyframes mapPin { 0%,100% { transform: rotate(-45deg) translate(0,0); } 50% { transform: rotate(-45deg) translate(3px,-3px); } }

@media (max-width: 1080px) {
  .main-nav { gap: 20px; font-size: 14px; }
  .button-header { padding-inline: 17px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .section-intro { grid-row: span 2; }
  .price-banner { grid-template-columns: .8fr 1.4fr .8fr; }
  .footer-inner { grid-template-columns: auto 1fr; }
  .copyright { display: none; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 75px; }
  .site-header { height: 74px; }
  .brand { min-width: 0; }
  .brand-mark { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 24px; }
  .brand-copy span { font-size: 10px; }
  .brand-copy small { font-size: 6px; }
  .menu-toggle { display: grid; }
  .main-nav { position: absolute; top: 74px; left: 0; right: 0; display: grid; justify-content: stretch; gap: 0; max-height: 0; padding: 0 20px; overflow: hidden; background: rgba(255,255,255,.98); box-shadow: 0 18px 30px rgba(0,72,135,.12); transition: max-height .35s ease, padding .35s ease; }
  .main-nav.open { max-height: 520px; padding-block: 10px 22px; }
  .main-nav > a:not(.button) { padding: 12px 6px; }
  .main-nav > a:not(.button)::after { bottom: 7px; }
  .button-header { margin-top: 8px; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { min-height: 640px; }
  .hero-bg { background-position: 63% bottom; background-size: auto 65%; background-repeat: no-repeat; }
  .hero::after { background: linear-gradient(180deg, rgba(247,253,255,1) 0%, rgba(247,253,255,.97) 38%, rgba(247,253,255,.15) 72%, rgba(247,253,255,0) 100%); }
  .hero-inner { min-height: 640px; align-items: flex-start; }
  .hero-copy { width: min(440px, 100%); padding-top: 42px; }
  .hero h1 { font-size: clamp(46px, 13vw, 62px); }
  .handwritten { top: auto; right: 4px; bottom: 215px; font-size: 24px; }
  .bubble-one { left: 84%; top: 43%; }
  .bubble-two { top: 68%; }

  .services-grid { grid-template-columns: 1fr 1fr; }
  .section-intro { grid-column: 1 / -1; grid-row: auto; }
  .section-intro > p:last-child { max-width: 540px; }
  .price-banner { grid-template-columns: 1fr; gap: 16px; padding: 24px 20px; }
  .price-copy { text-align: center; }
  .promo-card { width: min(300px, 100%); justify-self: center; }
  .location-grid { grid-template-columns: 1fr 1fr; }
  .instagram-card { grid-column: 1 / -1; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; padding-block: 16px; }
  .brand-footer { transform-origin: center; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--container)); }
  .brand-copy small { display: none; }
  .hero { min-height: 600px; }
  .hero-bg { background-position: 65% bottom; background-size: auto 54%; }
  .hero-copy { padding-top: 32px; }
  .lead { font-size: 16px; }
  .handwritten { bottom: 180px; font-size: 20px; }
  .services { padding-top: 24px; }
  .services-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { display: grid; grid-template-columns: 58px 1fr; gap: 0 15px; min-height: 0; padding: 16px; }
  .service-icon { grid-row: span 2; margin: 0; }
  .service-card h3 { align-self: end; }
  .price-banner { grid-template-columns: 1fr; text-align: center; padding-block: 26px; }
  .cycle-prices { grid-template-columns: 1fr; }
  .cycle-card { width: min(290px, 100%); justify-self: center; }
  .price-copy h2 { font-size: 32px; }
  .location-grid { grid-template-columns: 1fr; }
  .instagram-card { grid-column: auto; }
  .location-card, .instagram-card, .map-card { min-height: 188px; }
  .footer-links { gap: 12px; flex-direction: column; align-items: center; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; justify-content: center; padding: 0; }
  .whatsapp-float strong { display: none; }
}

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