:root{--ink:#082f38;--teal:#087184;--deep:#042a32;--ice:#edf6f7;--line:#d8e5e7;--muted:#71878b;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tahoma,Arial,sans-serif;color:var(--ink);background:#f7faf9}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.product-header{height:84px;padding:0 6vw;display:flex;align-items:center;gap:30px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.product-header img{width:83px}.product-header>a:last-child{margin-right:auto;color:var(--teal);font-weight:800}.product-hero{min-height:720px;display:grid;grid-template-columns:1.08fr .92fr;background:linear-gradient(135deg,#062b34,#0b6978);color:#fff}.gallery{padding:50px 4vw;display:grid;grid-template-columns:92px 1fr;gap:15px;align-items:center}.gallery-main{height:590px;position:relative;background:#e9eeee;overflow:hidden;border-radius:3px}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:flex;flex-direction:column;gap:10px}.gallery-thumbs button{height:86px;padding:0;border:2px solid transparent;background:#fff;cursor:pointer;overflow:hidden}.gallery-thumbs button.active{border-color:#59c0cf}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.product-copy{padding:80px 6vw;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:12px;letter-spacing:3px;color:#a8d8df}.product-copy h1{font-size:clamp(52px,6vw,88px);line-height:1;margin:22px 0}.product-copy h1 em{display:block;font-style:normal;font-weight:400;color:#a9d5dc}.product-copy>p{font-size:17px;line-height:1.9;color:#c1dce0}.product-price{margin:25px 0;display:flex;align-items:end;gap:12px}.product-price strong{font-size:52px}.product-price span{color:#b8d5da}.primary{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:16px 25px;border:0;background:#fff;color:var(--teal);font-weight:800;cursor:pointer}.benefits{display:flex;gap:15px;flex-wrap:wrap;margin-top:25px}.benefits span{font-size:12px;color:#c7e0e3}.section{padding:100px 7vw;background:#fff}.section.alt{background:var(--ice)}.section-title{max-width:760px;margin-bottom:45px}.section-title small{color:var(--teal);font-weight:800}.section-title h2{font-size:clamp(38px,5vw,65px);line-height:1.1;margin:15px 0}.section-title p{color:var(--muted);line-height:1.9}.feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.feature-list div{min-height:145px;padding:25px;background:var(--ice)}.feature-list b{display:block;color:var(--teal);font-size:13px;margin-bottom:12px}.feature-list span{line-height:1.7}.video-wrap{display:grid;grid-template-columns:1fr .75fr;gap:6vw;align-items:center}.video-wrap video{width:100%;max-height:720px;background:#061d22;box-shadow:0 25px 70px #052b3440}.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.payment-card{padding:28px;background:#fff;border:1px solid var(--line)}.payment-card img{height:50px;max-width:160px;object-fit:contain;margin-bottom:18px}.payment-card h3{font-size:22px}.payment-card p,.payment-card li{color:var(--muted);line-height:1.8;font-size:13px}.payment-card ul{padding-right:18px}.installments{width:100%;border-collapse:collapse;margin-top:18px}.installments th,.installments td{padding:11px;border-bottom:1px solid var(--line);text-align:right}.installments th{color:var(--muted);font-size:12px}.payment-note{font-size:11px;color:var(--muted);margin-top:18px}.booking-section{display:grid;grid-template-columns:.85fr 1.15fr;background:var(--deep);color:#fff}.booking-copy{padding:90px 7vw}.booking-copy h2{font-size:55px;margin:15px 0}.booking-copy p{color:#b5d2d7;line-height:1.9}.booking-form{padding:70px 7vw;background:#fff;color:var(--ink);display:grid;grid-template-columns:1fr 1fr;gap:15px}.booking-form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800}.booking-form input,.booking-form select{height:48px;padding:0 12px;border:1px solid var(--line);background:#f8fbfb}.booking-form .full{grid-column:1/-1}.booking-form button{grid-column:1/-1;border:0;background:var(--teal);color:#fff;height:55px;font-weight:800;cursor:pointer}.success{grid-column:1/-1;padding:18px;background:#e5f6ee;color:#12623c;display:none;line-height:1.7}.success.show{display:block}.country-switch{display:flex;align-items:center;gap:8px}.country-switch img{width:28px}.unavailable{display:none!important}.product-footer{padding:35px 7vw;background:#fff;display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.floating-wa{position:fixed;right:24px;bottom:24px;z-index:30;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#20c968;color:#fff;font-size:28px;box-shadow:0 12px 35px #0b6c3d55}
@media(max-width:900px){.product-hero,.video-wrap,.booking-section{grid-template-columns:1fr}.gallery{order:2}.product-copy{padding-top:55px}.feature-list,.payment-grid{grid-template-columns:1fr 1fr}.gallery-main{height:520px}}
@media(max-width:600px){.product-header{height:70px;padding:0 18px}.product-header img{width:68px}.product-header>a:last-child{font-size:12px}.product-copy{padding:55px 20px}.product-copy h1{font-size:51px}.gallery{padding:25px 16px 45px;grid-template-columns:1fr}.gallery-main{height:440px}.gallery-thumbs{order:2;flex-direction:row;overflow:auto}.gallery-thumbs button{min-width:72px}.section{padding:70px 18px}.feature-list,.payment-grid{grid-template-columns:1fr}.video-wrap video{max-height:600px}.booking-copy{padding:65px 22px}.booking-copy h2{font-size:42px}.booking-form{padding:45px 20px;grid-template-columns:1fr}.booking-form .full,.booking-form button,.success{grid-column:1}.product-footer{flex-direction:column;gap:10px}.floating-wa{bottom:85px;right:18px}}
.payment-card details{margin-top:16px;border-top:1px solid var(--line);padding-top:14px}.payment-card summary{cursor:pointer;color:var(--teal);font-weight:800;font-size:13px}.payment-card details ol{padding-right:20px}

/* Premium product experience */
:root{--ink:#0b3138;--teal:#0b7787;--teal-2:#12a1ae;--deep:#062b32;--ice:#f1f7f7;--line:#dce9ea;--muted:#657c80;--shadow:0 24px 70px rgba(5,42,49,.12)}
body{font-family:"Segoe UI",Tahoma,Arial,sans-serif;background:#f8fbfb;-webkit-font-smoothing:antialiased}
.product-header{height:88px;padding:0 clamp(22px,6vw,110px);gap:34px;border-bottom:1px solid rgba(9,75,85,.1);box-shadow:0 7px 30px rgba(6,43,50,.04)}
.product-header>a:first-child{display:flex;align-items:center}.product-header img{width:92px;height:48px;object-fit:contain}
.country-switch{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:var(--ice);font-size:13px;font-weight:700}
.country-switch img{width:25px;height:17px;object-fit:cover;border-radius:2px}
.product-header>a:last-child{padding:11px 16px;border-radius:999px;transition:.25s ease}.product-header>a:last-child:hover{background:var(--ice);transform:translateX(-3px)}
.product-hero{min-height:760px;background:radial-gradient(circle at 88% 18%,rgba(17,159,173,.2),transparent 30%),linear-gradient(135deg,#05272e 0%,#075461 100%);overflow:hidden}
.gallery{padding:58px clamp(22px,4vw,70px);grid-template-columns:84px minmax(0,1fr);gap:18px}
.gallery-main{height:min(650px,72vh);min-height:520px;border-radius:32px;background:#e6eeee;box-shadow:0 35px 90px rgba(0,0,0,.28)}
.gallery-main:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2);border-radius:inherit;pointer-events:none}
.gallery-main img{transition:opacity .25s ease,transform .7s ease}.gallery-main:hover img{transform:scale(1.02)}
.gallery-thumbs{gap:12px}.gallery-thumbs button{height:82px;border:2px solid transparent;border-radius:14px;opacity:.66;transition:.25s ease;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.gallery-thumbs button:hover,.gallery-thumbs button.active{opacity:1;transform:translateX(-3px)}.gallery-thumbs button.active{border-color:#86e0e8}
.product-copy{padding:80px clamp(28px,6vw,100px)}.eyebrow{width:max-content;padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.06);font-weight:700;letter-spacing:2px}
.product-copy h1{font-size:clamp(54px,5.5vw,92px);letter-spacing:-2px;margin:28px 0 22px}.product-copy h1 em{font-size:.62em;margin-top:12px;color:#a9dfe4}.product-copy>p{max-width:570px;font-size:18px}
.product-price{padding:17px 0;margin:18px 0 25px;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.product-price strong{font-size:54px;line-height:1}.product-price b{font-size:18px}
.primary{min-width:190px;padding:18px 28px;border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,.18);transition:.25s ease}.primary:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(0,0,0,.25)}
.benefits{gap:9px}.benefits span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.08);color:#d9edef}
.section{padding:clamp(75px,9vw,135px) clamp(22px,7vw,120px)}.section-title small{display:inline-flex;align-items:center;gap:12px;font-size:13px}.section-title small:before{content:"";width:30px;height:2px;background:var(--teal)}
.section-title h2{letter-spacing:-1.7px}.feature-list{gap:18px}.feature-list div{min-height:170px;padding:30px;border:1px solid transparent;border-radius:20px;transition:.25s ease}
.feature-list div:hover{background:#fff;border-color:var(--line);transform:translateY(-5px);box-shadow:var(--shadow)}.feature-list b{font-size:14px}.feature-list span{font-size:16px}
.video-wrap{gap:8vw}.video-wrap video{border-radius:28px;box-shadow:var(--shadow);outline:1px solid rgba(7,86,97,.08)}
#payments{position:relative;overflow:hidden}#payments:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(13,129,145,.07);left:-180px;top:-180px}
.payment-grid{position:relative;gap:20px}.payment-card{padding:30px;border-radius:22px;box-shadow:0 14px 45px rgba(6,43,50,.07);transition:.25s ease}.payment-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.payment-card img{background:#fff;border-radius:10px}.payment-card img[alt*="مسقط"]{width:100%;max-width:none;height:150px;object-fit:cover;object-position:center 48%;border:1px solid var(--line)}.installments th,.installments td{padding:13px 10px}.payment-note{position:relative}
.booking-section{background:linear-gradient(145deg,#062b32,#075563)}.booking-copy{padding:90px clamp(25px,7vw,115px);display:flex;flex-direction:column;justify-content:center}.booking-copy small{color:#8edbe2;font-weight:800}.booking-copy h2{font-size:clamp(43px,5vw,68px);letter-spacing:-1.5px}
.booking-form{margin:55px clamp(20px,6vw,95px);padding:42px;border-radius:28px;align-self:center;box-shadow:0 30px 80px rgba(0,0,0,.2)}
.booking-form label{gap:9px;font-size:13px}.booking-form input,.booking-form select{width:100%;height:54px;padding:0 15px;border-radius:11px;border:1px solid #d6e4e6;outline:0;transition:.2s ease}
.booking-form input:focus,.booking-form select:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(11,119,135,.1);background:#fff}
.booking-form label>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;border:1px solid #d6e4e6;border-radius:11px;background:#f8fbfb;padding-inline:13px;direction:ltr}
.booking-form label>div input{border:0;padding-inline:5px;background:transparent;box-shadow:none!important}.booking-form label>div:focus-within{border-color:var(--teal);box-shadow:0 0 0 4px rgba(11,119,135,.1)}
#dial{color:var(--teal);font-weight:800;white-space:nowrap}.booking-form button{height:58px;border-radius:12px;background:linear-gradient(90deg,var(--teal),var(--teal-2));box-shadow:0 12px 30px rgba(11,119,135,.24);transition:.25s ease}.booking-form button:hover{transform:translateY(-2px)}
.success{border-radius:12px}.product-footer{padding:42px clamp(22px,7vw,120px);border-top:1px solid var(--line)}
.floating-wa{width:62px;height:62px;right:28px;bottom:28px;border:4px solid #fff;box-shadow:0 16px 40px rgba(11,108,61,.32);transition:.25s ease}.floating-wa:hover{transform:translateY(-4px) scale(1.04)}.floating-wa svg{width:31px;height:31px;fill:#fff}
@media(max-width:900px){.product-hero{grid-template-columns:1fr;min-height:auto}.product-copy{order:1;padding:62px 7vw 35px}.gallery{order:2;padding-top:25px}.gallery-main{height:580px}.booking-form{margin:45px 22px}.feature-list{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.product-header{height:72px;padding:0 16px;gap:10px}.product-header img{width:70px;height:38px}.country-switch{padding:7px 9px;font-size:11px}.country-switch img{width:21px;height:14px}.product-header>a:last-child{font-size:0;padding:9px}.product-header>a:last-child:after{content:"←";font-size:20px}.product-copy{padding:45px 20px 28px}.eyebrow{font-size:10px}.product-copy h1{font-size:46px;letter-spacing:-1px;margin:22px 0 17px}.product-copy>p{font-size:15px;line-height:1.8}.product-price{flex-wrap:wrap}.product-price strong{font-size:43px}.primary{width:100%;border-radius:11px}.benefits{margin-top:18px}.benefits span{font-size:10px}.gallery{padding:18px 16px 42px;display:flex;flex-direction:column}.gallery-main{width:100%;height:430px;min-height:0;border-radius:22px}.gallery-thumbs{width:100%;order:2;flex-direction:row;overflow-x:auto;padding:2px 0 8px}.gallery-thumbs button{min-width:76px;height:70px;border-radius:11px}.section{padding:68px 18px}.section-title{margin-bottom:30px}.section-title h2{font-size:38px;letter-spacing:-1px}.feature-list{grid-template-columns:1fr;gap:12px}.feature-list div{min-height:0;padding:23px;border-radius:16px}.video-wrap{gap:36px}.video-wrap video{border-radius:20px}.payment-card{padding:24px;border-radius:18px}.booking-copy{padding:58px 22px 32px}.booking-form{margin:0 14px 42px;padding:24px 18px;border-radius:22px;grid-template-columns:1fr}.product-footer{padding-bottom:110px}.floating-wa{width:58px;height:58px;right:17px;bottom:22px}.floating-wa svg{width:28px;height:28px}}

/* Compact payment section */
#payments{padding-top:72px;padding-bottom:76px}
#payments .section-title{margin-bottom:30px}
#payments .section-title h2{font-size:clamp(36px,4vw,54px);margin-bottom:8px}
#payments .payment-grid{grid-template-columns:.72fr 1fr 1.12fr;align-items:start;gap:16px}
#payments .payment-card{align-self:start;min-height:0;padding:24px;border-radius:18px}
#payments .payment-card h3{margin:6px 0 10px;font-size:20px}
#payments .payment-card p{margin:0;font-size:12px;line-height:1.7}
#payments .payment-card>img{height:38px;margin:0 0 13px;object-position:right center}
#payments .payment-card img[alt*="مسقط"]{height:112px;margin-bottom:16px;object-fit:cover;object-position:center 46%;border-radius:12px}
#payments .payment-card details{margin-top:12px;padding-top:11px}
#payments .payment-card details ol{margin:11px 0 0}
#payments .payment-card details li{font-size:11px;line-height:1.65}
.thawani-card{border:2px solid #6fbd45!important;background:linear-gradient(145deg,#fff,#f4fbef)!important}.thawani-brand{display:flex;align-items:center;gap:12px;direction:ltr;margin-bottom:13px}.thawani-brand img{width:48px!important;height:45px!important;object-fit:contain!important;margin:0!important;background:transparent!important}.thawani-brand strong{font-size:21px;color:#526f75;letter-spacing:.2px}.live-payment{display:inline-flex;margin-top:16px;padding:7px 12px;border-radius:999px;background:#e8f6df;color:#467d28;font-size:11px;font-weight:800}
#payments .installments{margin-top:12px}
#payments .installments th,#payments .installments td{padding:9px 7px;font-size:12px}
#payments .payment-note{margin:17px 0 0}
@media(max-width:900px){
  #payments .payment-grid{grid-template-columns:1fr 1fr}
  #payments .payment-card:last-child{grid-column:1/-1}
  #payments .payment-card img[alt*="مسقط"]{height:135px}
}
@media(max-width:600px){
  #payments{padding-top:58px;padding-bottom:60px}
  #payments .section-title{margin-bottom:24px}
  #payments .section-title h2{font-size:34px}
  #payments .payment-grid{grid-template-columns:1fr;gap:12px}
  #payments .payment-card,#payments .payment-card:last-child{grid-column:auto;padding:20px}
  #payments .payment-card img[alt*="مسقط"]{height:105px}
  #payments .installments th,#payments .installments td{padding:8px 6px}
}

/* V4 — correct mobile product gallery proportions */
@media(max-width:600px){
  .product-hero{display:flex;flex-direction:column;min-height:0}
  .product-copy{order:1;padding:32px 18px 24px}
  .product-copy h1{font-size:39px;line-height:1.05;margin:17px 0 13px}
  .product-copy h1 em{margin-top:7px}
  .product-copy>p{font-size:14px;line-height:1.75;margin:0 0 13px}
  .product-price{padding:12px 0;margin:8px 0 15px}
  .product-price strong{font-size:36px}
  .product-price b{font-size:14px}
  .product-price span{font-size:11px}
  .primary{min-height:51px;padding:13px 20px}
  .benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:13px}
  .benefits span{display:grid;place-items:center;min-height:42px;padding:7px 5px;text-align:center;line-height:1.35;border-radius:11px;font-size:9px}

  .gallery{order:2;width:100%;padding:12px 12px 28px;gap:11px;overflow:hidden}
  .gallery-main{width:100%;height:auto;min-height:0;aspect-ratio:4/5;border-radius:20px;background:#edf3f3;box-shadow:0 18px 45px rgba(0,0,0,.2)}
  .gallery-main img{width:100%;height:100%;padding:0;object-fit:contain;object-position:center;background:#edf3f3}
  .gallery-main:hover img{transform:none}
  .gallery-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;width:100%;padding:0;overflow:visible}
  .gallery-thumbs button{width:100%;min-width:0;height:auto;aspect-ratio:1;border-radius:10px;box-shadow:none;background:#dce8e9;opacity:.72}
  .gallery-thumbs button:hover,.gallery-thumbs button.active{transform:none}
  .gallery-thumbs img{object-fit:cover;border-radius:8px}
  .floating-wa{bottom:18px}
}

@media(max-width:370px){
  .product-copy h1{font-size:35px}
  .benefits span{font-size:8px}
  .gallery{padding-inline:9px}
  .gallery-thumbs{gap:5px}
}
.success.error{background:#fff0e8;color:#a34219}
.coupon-entry{display:grid!important;grid-template-columns:1fr 110px;gap:8px}.coupon-entry button{height:48px!important;grid-column:auto!important;background:var(--ink)!important;border-radius:7px}.coupon-message{min-height:18px;color:var(--muted);font-weight:500}.coupon-message.valid{color:#08794c}.coupon-message.invalid{color:#b43b2f}@media(max-width:600px){.coupon-entry{grid-template-columns:1fr 88px}.coupon-entry button{padding:0 8px}}
