/* Human-readable section map: selectors below are grouped by the component they style. */
/* Styles: :root */
:root{--prod-ink:#10181a;--prod-muted:#5d696b;--prod-green:#2f7cff;--prod-green2:#6d4aff;--prod-line:#dfe4ec;--prod-soft:#f5f8ff;--prod-dark:#0b1020}
/* Styles: .products-page */
.products-page{background:#fff;color:var(--prod-ink)}
/* Styles: .products-hero */
.products-hero{background:radial-gradient(circle at 78% 45%,rgba(109,74,255,.22),transparent 28%),linear-gradient(115deg,#0b1020,#18255a 55%,#10142d);color:#fff;padding:86px 0 62px;overflow:hidden}
/* Styles: .products-hero-grid */
.products-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:42px}
/* Styles: .products-kicker */
.products-kicker{font-size:12px;letter-spacing:.14em;font-weight:800;color:#9fa8ff;text-transform:uppercase;margin-bottom:14px}.products-hero h1{font-size:clamp(44px,6vw,76px);line-height:.96;letter-spacing:-.045em;margin:0 0 20px;max-width:760px}.products-hero h1 span{color:#7c8cff}.products-hero p{font-size:18px;line-height:1.65;color:#dbe1f4;max-width:700px;margin:0}.product-hero-art{min-height:280px;position:relative;display:grid;place-items:center}.product-hero-orb{width:240px;height:240px;border-radius:48px;background:linear-gradient(145deg,#1d2c72,#151a42);border:1px solid rgba(124,140,255,.4);box-shadow:0 35px 90px rgba(0,0,0,.35),inset 0 0 50px rgba(109,74,255,.14);transform:rotate(-8deg);position:relative}.product-hero-bars{position:absolute;inset:48px 50px;display:flex;align-items:flex-end;gap:12px;transform:rotate(8deg)}.product-hero-bars i{display:block;width:34px;border-radius:10px 10px 3px 3px;background:linear-gradient(#7f8fff,#4b67e8);box-shadow:0 8px 30px rgba(76,100,232,.22)}.product-hero-bars i:nth-child(1){height:68px}.product-hero-bars i:nth-child(2){height:108px}.product-hero-bars i:nth-child(3){height:145px}.product-hero-arrow{position:absolute;right:0;top:20px;font-size:62px;color:#8291ff;transform:rotate(8deg)}
/* Styles: .products-toolbar */
.products-toolbar{padding:22px 0 8px;position:sticky;top:72px;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #eef2f1}.products-filters{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.products-filter{border:1px solid var(--prod-line);background:#fff;border-radius:11px;padding:10px 15px;font-weight:700;color:#334143;cursor:pointer}.products-filter.active{background:var(--prod-green);border-color:var(--prod-green);color:#fff}.products-search{margin-left:auto;width:280px;position:relative}.products-search input{width:100%;height:44px;border:1px solid var(--prod-line);border-radius:11px;padding:0 42px 0 14px;font:inherit;outline:none}.products-search span{position:absolute;right:14px;top:12px;color:#718080}
/* Styles: .products-list */
.products-list{padding:24px 0 70px}.product-row{display:grid;grid-template-columns:280px minmax(300px,1.1fr) minmax(260px,.9fr) 160px;gap:24px;align-items:stretch;border:1px solid var(--prod-line);border-radius:16px;padding:14px;margin-bottom:12px;background:#fff;box-shadow:0 5px 20px rgba(11,16,32,.035);transition:.2s}.product-row:hover{box-shadow:0 12px 32px rgba(11,16,32,.08);transform:translateY(-1px)}.product-visual{min-height:184px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f3f6ff,#e8ebff);display:grid;place-items:center}.product-visual img{width:100%;height:100%;object-fit:cover}.product-visual .visual-placeholder{font-size:70px;font-weight:900;color:#2f7cff}.product-copy{padding:9px 0}.product-category{font-size:11px;letter-spacing:.1em;font-weight:900;color:var(--prod-green);text-transform:uppercase;margin-bottom:9px}.product-copy h2{font-size:22px;letter-spacing:-.02em;margin:0 0 8px}.product-copy p{margin:0;color:var(--prod-muted);line-height:1.5}.product-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px;color:#536365;font-size:12px;font-weight:700}.product-points span{display:flex;gap:5px;align-items:center}.product-points b{color:var(--prod-green)}.product-features{padding:9px 0}.product-features h3{font-size:13px;margin:0 0 8px}.product-features ul{list-style:none;padding:0;margin:0}.product-features li{font-size:12px;line-height:1.55;color:#536365;margin:3px 0}.product-features li:before{content:'✓';color:var(--prod-green);font-weight:900;margin-right:7px}.product-price{border-left:1px solid #e5ecea;padding:10px 0 10px 18px;display:flex;flex-direction:column;align-items:flex-start}.product-price strong{font-size:26px;letter-spacing:-.03em}.billing{display:inline-flex;margin:8px 0 18px;padding:5px 9px;border-radius:8px;background:#eef4ff;color:#53627d;font-size:11px;font-weight:800}.book-btn{border:0;background:linear-gradient(135deg,#2f7cff,#6d4aff);color:#fff;border-radius:9px;padding:12px 15px;font-weight:800;cursor:pointer;width:100%;box-shadow:0 8px 20px rgba(47,124,255,.18)}.product-meta-link{border:0;background:none;padding:10px 0 0;color:#536365;font-size:12px;font-weight:700;cursor:pointer}.products-empty{padding:60px;text-align:center;border:1px dashed #cddbd7;border-radius:16px;color:#61706f}.products-cta{margin:0 0 60px;background:linear-gradient(90deg,#eef4ff,#f5f3ff);border:1px solid #dfe4ff;border-radius:16px;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.products-cta h3{margin:0 0 4px}.products-cta p{margin:0;color:#5b6b68}.products-cta a{white-space:nowrap}
/* Styles: .product-booking-overlay */
.product-booking-overlay{position:fixed;inset:0;background:rgba(11,16,32,.62);backdrop-filter:blur(7px);z-index:9999;display:none;padding:20px;overflow:auto}.product-booking-overlay.open{display:grid;place-items:center}.product-booking{width:min(900px,100%);background:#fff;border-radius:20px;box-shadow:0 30px 100px rgba(0,0,0,.25);overflow:hidden}.product-booking-head{padding:24px 26px;border-bottom:1px solid #e3e7ee;display:flex;justify-content:space-between;gap:20px}.product-booking-head h2{margin:0;font-size:25px}.product-booking-head p{margin:5px 0 0;color:#667471}.booking-close{border:0;background:#f1f5f4;width:38px;height:38px;border-radius:10px;font-size:24px;cursor:pointer}.product-booking-body{padding:24px 26px}.selected-product{background:#f3f6ff;border:1px solid #dfe4ff;border-radius:12px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.selected-product strong{display:block}.selected-product span{color:#2f7cff;font-weight:900}.booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.booking-field{display:flex;flex-direction:column;gap:6px}.booking-field.full{grid-column:1/-1}.booking-field label{font-size:12px;font-weight:800;color:#394846}.booking-field input,.booking-field select,.booking-field textarea{width:100%;border:1px solid #dfe4ec;border-radius:9px;padding:11px 12px;font:inherit;outline:none;background:#fff}.booking-field textarea{min-height:90px;resize:vertical}.duration-options{display:flex;gap:8px;flex-wrap:wrap}.duration-options label{border:1px solid #dfe4ec;border-radius:9px;padding:10px 12px;cursor:pointer;font-size:12px}.duration-options input{margin-right:5px}.booking-submit{margin-top:18px;width:100%;height:48px;border:0;border-radius:10px;background:linear-gradient(135deg,#2f7cff,#6d4aff);color:#fff;font-weight:900;font-size:14px;cursor:pointer}.booking-success{text-align:center;padding:60px 20px}.booking-success h3{font-size:28px;margin:0 0 8px}.booking-success p{color:#667085}
@media(max-width:1050px){.product-row{grid-template-columns:230px 1fr 230px}.product-features{display:none}.product-price{grid-column:3;grid-row:1;border-left:1px solid #e5ecea}.product-copy{grid-column:2}.product-visual{grid-column:1;grid-row:1}.products-hero-grid{grid-template-columns:1fr .6fr}}
@media(max-width:780px){.products-hero{padding:55px 0 42px}.products-hero-grid{grid-template-columns:1fr}.product-hero-art{display:none}.products-toolbar{top:72px}.products-search{width:100%;margin:6px 0 0}.products-list{padding-top:16px}.product-row{grid-template-columns:1fr;gap:15px;padding:10px}.product-visual{height:210px;grid-column:auto;grid-row:auto}.product-copy{grid-column:auto}.product-price{grid-column:auto;grid-row:auto;border-left:0;border-top:1px solid #e5ecea;padding:15px 0 5px;display:grid;grid-template-columns:1fr auto;align-items:center}.product-price strong{grid-column:1}.billing{margin:5px 0 0;grid-column:1}.book-btn{grid-column:2;grid-row:1/3;width:145px}.product-meta-link{grid-column:1}.booking-grid{grid-template-columns:1fr}.booking-field.full{grid-column:auto}.product-booking-overlay{padding:8px}.product-booking-body,.product-booking-head{padding:18px}.products-cta{align-items:flex-start;flex-direction:column}.products-cta a{width:100%;text-align:center}}

/* ================================================================
   BOOKING FLOW — 3 STEP SERVICE BOOKING
   Page-scoped to Products & Packages only.
   ================================================================ */
.product-booking-overlay{padding:18px;}
.product-booking{position:relative;width:min(900px,100%);max-height:min(92vh,860px);overflow:hidden;border:1px solid rgba(16,22,42,.08);}
.product-booking-head{padding:24px 28px 18px;}
.booking-kicker{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#2f7cff;margin-bottom:5px;}
.product-booking-head h2{font-size:28px;letter-spacing:-.6px;}
.product-booking-head p{font-size:14px;}
.booking-steps{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:10px;padding:12px 28px 18px;border-bottom:1px solid #e7ebf2;background:#fbfcff;}
.booking-step{display:flex;align-items:center;gap:9px;min-width:0;opacity:.5;transition:.2s ease;}
.booking-step>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#edf2fa;color:#60708a;font-size:12px;font-weight:900;flex:none;}
.booking-step b{display:block;font-size:12px;line-height:1.2;color:#17233f;white-space:nowrap;}
.booking-step small{display:block;margin-top:2px;font-size:10px;color:#71809a;white-space:nowrap;}
.booking-step.active,.booking-step.done{opacity:1;}
.booking-step.active>span{background:linear-gradient(135deg,#2f7cff,#6d4aff);color:#fff;box-shadow:0 5px 16px rgba(47,124,255,.2);}
.booking-step.done>span{background:#c9ff4a;color:#152000;}
.booking-step-line{height:1px;background:#dce3ef;min-width:25px;}
.product-booking-body{padding:18px 28px 26px;max-height:calc(92vh - 145px);overflow:auto;}
.selected-product{margin-bottom:18px;padding:13px 15px;}
.booking-form-step{display:none;animation:bookingStepIn .22s ease both;}
.booking-form-step.active{display:block;}
@keyframes bookingStepIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.booking-step-title{display:flex;align-items:flex-start;gap:12px;margin:2px 0 18px;}
.booking-step-title>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#eef3ff;color:#2f7cff;font-size:11px;font-weight:900;flex:none;}
.booking-step-title h3{margin:0;font-size:18px;color:#10162a;}
.booking-step-title p{margin:3px 0 0;color:#6d7789;font-size:12px;}
.booking-field label b{color:#d63b59;}
.booking-field input,.booking-field select,.booking-field textarea{min-height:46px;border-radius:11px;transition:border-color .2s,box-shadow .2s;}
.booking-field textarea{min-height:105px;}
.booking-field input:focus,.booking-field select:focus,.booking-field textarea:focus{border-color:#2f7cff;box-shadow:0 0 0 3px rgba(47,124,255,.10);}
.booking-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:20px;}
.booking-actions.single{justify-content:flex-end;}
.booking-actions button{height:46px;border-radius:11px;padding:0 20px;font:inherit;font-size:13px;font-weight:900;cursor:pointer;}
.booking-next,.booking-submit{border:0;background:linear-gradient(135deg,#2f7cff,#6d4aff);color:#fff;box-shadow:0 10px 24px rgba(47,124,255,.18);}
.booking-back{border:1px solid #dce3ed;background:#fff;color:#394761;}
.booking-submit{margin-top:0;min-width:190px;}
.booking-trust{text-align:center;margin:12px 0 0;font-size:10px;color:#7a8597;}
.booking-success-overlay{position:absolute;inset:0;z-index:5;display:grid;place-items:center;padding:24px;background:rgba(255,255,255,.97);backdrop-filter:blur(8px);}
.booking-success-overlay[hidden]{display:none;}
.booking-success-card{position:relative;width:min(470px,100%);text-align:center;padding:35px 28px 30px;border:1px solid #e2e8f2;border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(16,22,42,.16);}
.booking-success-close{position:absolute;right:13px;top:13px;width:34px;height:34px;border:0;border-radius:10px;background:#f2f5f8;color:#26324a;font-size:21px;cursor:pointer;}
.booking-success-icon{width:64px;height:64px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:#eafbd0;color:#2b6200;font-size:31px;font-weight:900;box-shadow:0 0 0 8px #f5fbe9;}
.booking-success-kicker{font-size:10px;letter-spacing:.14em;font-weight:900;color:#2f7cff;}
.booking-success-card h3{margin:7px 0 8px;font-size:25px;letter-spacing:-.5px;color:#10162a;}
.booking-success-card p{margin:0 auto 20px;max-width:380px;color:#657087;font-size:13px;line-height:1.65;}
.booking-success-done{height:46px;padding:0 20px;border:0;border-radius:11px;background:linear-gradient(135deg,#2f7cff,#6d4aff);color:#fff;font-weight:900;cursor:pointer;}
@media(max-width:780px){
  .product-booking-overlay{padding:8px;}
  .product-booking{max-height:95vh;border-radius:20px;}
  .product-booking-head{padding:20px 18px 14px;}
  .product-booking-head h2{font-size:24px;}
  .booking-steps{padding:10px 18px 14px;gap:6px;}
  .booking-step{gap:6px;}
  .booking-step>span{width:28px;height:28px;}
  .booking-step b{font-size:10px;}
  .booking-step small{display:none;}
  .booking-step-line{min-width:10px;}
  .product-booking-body{padding:16px 18px 22px;max-height:calc(95vh - 132px);}
  .booking-grid{grid-template-columns:1fr;}
  .booking-field.full{grid-column:auto;}
  .booking-actions{flex-direction:row;}
  .booking-actions button{flex:1;}
  .booking-submit{min-width:0;}
}
