:root{
  --marine:#1C3261;--marine-d:#142448;--marine-l:#2A4785;
  --teal:#2BBFAC;--teal-d:#1A9E8C;--teal-l:#E0F7F5;
  --off:#F7F8FA;--white:#fff;
  --text:#1A1A2E;--mid:#4A5568;--light:#718096;
  --border:#E2E8F0;
  --f:'Plus Jakarta Sans',system-ui,sans-serif;
  --r:12px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--f);color:var(--text);background:var(--white);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%}

/* NAV */
nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:0 5%}
.nav-inner{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:68px}
.logo-wrap{display:flex;align-items:center;gap:10px;cursor:pointer}
.logo-text{font-size:20px;font-weight:700;color:var(--marine)}.logo-text span{color:var(--teal)}
.nav-links{display:flex;gap:32px;list-style:none}
.nav-links a{font-size:14px;font-weight:500;color:var(--mid);transition:color .2s}
.nav-links a:hover{color:var(--marine)}
.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border-radius:var(--r);font-family:var(--f);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}
.btn-teal{background:var(--teal);color:var(--white)}.btn-teal:hover{background:var(--teal-d)}
.btn-outline{background:transparent;color:var(--marine);border:1.5px solid var(--marine)}.btn-outline:hover{background:var(--marine);color:var(--white)}
.btn-white{background:var(--white);color:var(--marine)}.btn-white:hover{background:var(--off)}
.btn-lg{padding:14px 32px;font-size:15px;border-radius:14px}

/* HERO */
.hero{background:var(--marine);padding:0 5%;min-height:88vh;display:flex;align-items:center;position:relative;overflow:hidden}
.hero-watermark{position:absolute;right:-4%;top:50%;transform:translateY(-50%);opacity:0.05;pointer-events:none}
.hero-inner{max-width:1160px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:center;padding:80px 0}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(43,191,172,0.15);color:var(--teal);padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:28px}
.hero h1{font-size:clamp(36px,4.5vw,64px);font-weight:300;color:var(--white);line-height:1.15;letter-spacing:-1px;margin-bottom:8px}
.hero h1 em{font-style:normal;font-weight:800;color:var(--teal)}
.hero-sub{font-size:17px;font-weight:400;color:rgba(255,255,255,0.72);line-height:1.7;margin-bottom:36px;max-width:520px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:48px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.stat{padding:16px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:var(--r)}
.stat-n{font-size:24px;font-weight:700;color:var(--teal)}
.stat-l{font-size:11px;color:rgba(255,255,255,0.55);margin-top:2px}
.hero-card{background:var(--white);border-radius:20px;padding:32px;box-shadow:0 20px 60px rgba(0,0,0,0.25)}
.hero-card-title{font-size:13px;font-weight:600;color:var(--marine);text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}
.sys-mini{display:flex;flex-direction:column;gap:10px}
.sys-row{display:flex;align-items:center;gap:12px;padding:12px;background:var(--off);border-radius:10px;transition:background .2s}
.sys-row:hover{background:var(--teal-l)}
.sys-ic{width:36px;height:36px;background:var(--marine);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--teal);font-size:16px;flex-shrink:0}
.sys-row-name{font-size:13px;font-weight:500;color:var(--text)}
.sys-row-price{font-size:11px;color:var(--light);margin-top:1px}
.sys-cta{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;padding:14px;background:var(--teal);border-radius:10px;color:var(--white);font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}
.sys-cta:hover{background:var(--teal-d)}

/* SECTIONS */
section{padding:80px 5%}
.section-inner{max-width:1160px;margin:0 auto}
.section-eyebrow{font-size:12px;font-weight:600;color:var(--teal);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}
.section-title{font-size:clamp(28px,3vw,42px);font-weight:700;color:var(--marine);line-height:1.2;margin-bottom:16px}
.section-sub{font-size:16px;color:var(--mid);max-width:600px;line-height:1.7}

/* USPS */
.usps{background:var(--off)}
.usp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
.usp-card{background:var(--white);border-radius:16px;padding:28px;border:1px solid var(--border)}
.usp-ic{width:48px;height:48px;background:var(--teal-l);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--teal);font-size:22px;margin-bottom:16px}
.usp-title{font-size:15px;font-weight:700;color:var(--marine);margin-bottom:8px}
.usp-text{font-size:13px;color:var(--mid);line-height:1.6}

/* SYSTEMS */
.sys-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:48px}
.sys-card{border-radius:16px;padding:24px 20px;border:1px solid var(--border);text-align:center;transition:all .2s;cursor:pointer}
.sys-card:hover{border-color:var(--teal);box-shadow:0 8px 32px rgba(43,191,172,0.12);transform:translateY(-3px)}
.sys-card.active{border:2px solid var(--teal);background:var(--teal-l);transform:translateY(-3px)}
.sys-info-panel{background:var(--off);border:1px solid var(--border);border-radius:16px;padding:28px 32px;margin-top:20px;display:none}
.sys-info-panel.open{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start}
.ftab{padding:9px 18px;border-radius:20px;border:1px solid var(--border);background:white;font-size:13px;font-weight:500;color:var(--mid);cursor:pointer;font-family:var(--f);transition:all .2s}
.ftab:hover{border-color:var(--teal);color:var(--teal)}
.ftab-active{background:var(--marine);color:white;border-color:var(--marine)}
.sip-fact{background:var(--marine);border-radius:10px;padding:14px 18px;color:var(--white)}
.sip-fact-label{font-size:10px;color:rgba(255,255,255,0.55);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}
.sip-fact-value{font-size:18px;font-weight:700;color:var(--teal)}
.sys-card-ic{width:56px;height:56px;background:var(--marine);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--teal);font-size:26px;margin:0 auto 16px}
.sys-card-name{font-size:14px;font-weight:700;color:var(--marine);margin-bottom:6px}
.sys-card-from{font-size:11px;color:var(--light)}
.sys-card-price{font-size:18px;font-weight:700;color:var(--teal);margin-top:2px}

/* WHY */
.why{background:var(--marine)}
.why-inner{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.why .section-title{color:var(--white)}
.why .section-sub{color:rgba(255,255,255,0.65)}
.why-points{margin-top:32px;display:flex;flex-direction:column;gap:20px}
.wp{display:flex;gap:16px;align-items:flex-start}
.wp-dot{width:10px;height:10px;border-radius:50%;background:var(--teal);flex-shrink:0;margin-top:6px}
.wp-text{font-size:15px;color:rgba(255,255,255,0.82);line-height:1.65}
.wp-text strong{color:var(--white)}
.why-visual{display:flex;flex-direction:column;gap:16px}
.wv-card{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);border-radius:16px;padding:24px}
.wv-label{font-size:11px;color:rgba(255,255,255,0.45);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}
.wv-value{font-size:15px;color:var(--white);font-weight:500}
.wv-bar{height:6px;background:rgba(255,255,255,0.1);border-radius:3px;margin-top:10px;overflow:hidden}
.wv-fill{height:100%;border-radius:3px;background:var(--teal)}

/* PRICING */
.pricing-intro{margin-bottom:48px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tier-card{border-radius:20px;padding:32px;border:1px solid var(--border);position:relative}
.tier-card.featured{border:2px solid var(--teal);background:var(--white)}
.tier-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--teal);color:var(--white);font-size:11px;font-weight:600;padding:4px 14px;border-radius:20px;white-space:nowrap}
.tier-name{font-size:13px;font-weight:600;color:var(--light);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}
.tier-price{font-size:36px;font-weight:700;color:var(--marine)}
.tier-per{font-size:12px;color:var(--light);margin-bottom:20px}
.tier-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.tier-features li{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--mid)}
.tier-features li i{color:var(--teal);font-size:15px;margin-top:1px;flex-shrink:0}
.pricing-note{text-align:center;margin-top:32px;font-size:13px;color:var(--light)}

/* SYNDICI */
.syndici{background:var(--off)}
.syn-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:48px}
.syn-features{display:flex;flex-direction:column;gap:20px}
.sf{display:flex;gap:16px;align-items:flex-start}
.sf-ic{width:44px;height:44px;background:var(--marine);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--teal);font-size:18px;flex-shrink:0}
.sf-title{font-size:14px;font-weight:600;color:var(--marine);margin-bottom:3px}
.sf-text{font-size:13px;color:var(--mid);line-height:1.6}
.discount-table{background:var(--white);border-radius:16px;border:1px solid var(--border);overflow:hidden}
.dt-header{background:var(--marine);padding:16px 24px;display:grid;grid-template-columns:1fr repeat(3,80px);gap:8px}
.dt-header span{font-size:12px;font-weight:600;color:rgba(255,255,255,0.7);text-align:center}
.dt-header span:first-child{text-align:left;color:var(--white)}
.dt-row{padding:14px 24px;display:grid;grid-template-columns:1fr repeat(3,80px);gap:8px;border-bottom:1px solid var(--border)}
.dt-row:last-child{border-bottom:none}
.dt-row:nth-child(even){background:var(--off)}
.dt-row span{font-size:13px;color:var(--mid);text-align:center}
.dt-row span:first-child{text-align:left;font-weight:500;color:var(--text)}
.dt-row .pct{color:var(--teal);font-weight:700}

/* CTA BAND */
.cta-band{background:var(--teal);padding:60px 5%}
.cta-inner{max-width:1160px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px;flex-wrap:nowrap}
.cta-band h2{font-size:clamp(24px,2.5vw,36px);font-weight:700;color:var(--white)}
.cta-band p{font-size:15px;color:rgba(255,255,255,0.82);margin-top:6px}

/* FOOTER */
footer{background:var(--marine-d);padding:60px 5% 32px}
.footer-inner{max-width:1160px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:220px 1fr 1fr 1fr;gap:32px;margin-bottom:48px}
.footer-brand p{font-size:13px;color:rgba(255,255,255,0.5);margin-top:12px;line-height:1.7}
.footer-col h4{font-size:12px;font-weight:600;color:rgba(255,255,255,0.4);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-col ul li a{font-size:13px;color:rgba(255,255,255,0.6);transition:color .2s}
.footer-col ul li a:hover{color:var(--teal)}
.footer-bottom{padding-top:24px;border-top:1px solid rgba(255,255,255,0.08);display:flex;justify-content:space-between;align-items:center}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,0.35)}
.cert-badges{display:flex;gap:12px}

.faq-item{border:1px solid var(--border);border-radius:10px;margin-bottom:8px;overflow:hidden;background:var(--white)}
.faq-item summary{padding:16px 20px;cursor:pointer;font-weight:500;color:var(--marine);list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-family:var(--f)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:20px;color:var(--teal);font-weight:300;flex-shrink:0;margin-left:12px}
.faq-item[open] summary::after{content:'−'}
.faq-item[open] summary{color:var(--teal)}
.faq-a{padding:0 20px 16px;font-size:13px;color:var(--mid);line-height:1.75;border-top:1px solid var(--border)}
.faq-cat{font-size:11px;font-weight:700;color:var(--light);text-transform:uppercase;letter-spacing:1.5px;margin:24px 0 10px}

#optinOverlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}
#optinOverlay.show{display:flex}
#optinBox{background:white;border-radius:20px;padding:40px 36px;max-width:460px;width:100%;position:relative;box-shadow:0 24px 80px rgba(0,0,0,0.25)}
.optin-badge{background:var(--teal);color:white;font-size:12px;font-weight:700;padding:5px 14px;border-radius:20px;display:inline-block;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}
.optin-h{font-size:24px;font-weight:800;color:var(--marine);margin-bottom:8px;line-height:1.2}
.optin-sub{font-size:14px;color:var(--mid);margin-bottom:20px;line-height:1.6}
.optin-deadline{background:var(--off);border-radius:10px;padding:12px 16px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}
.optin-dl-label{font-size:11px;color:var(--light)}
.optin-dl-val{font-size:14px;font-weight:700;color:var(--marine)}
.optin-input{width:100%;box-sizing:border-box;padding:11px 14px;border:1px solid var(--border);border-radius:10px;font-size:14px;font-family:var(--f);margin-bottom:10px}
.optin-cta{width:100%;padding:13px;background:var(--teal);color:white;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;font-family:var(--f)}
.optin-no{display:block;text-align:center;margin-top:12px;font-size:12px;color:var(--light);cursor:pointer;text-decoration:underline}
.optin-close{position:absolute;top:14px;right:16px;font-size:20px;color:var(--light);cursor:pointer;background:none;border:none;font-family:var(--f)}
#optinTimer{font-size:13px;font-weight:700;color:var(--teal)}

#offerBar{position:fixed;bottom:0;left:0;right:0;background:var(--teal);color:white;padding:14px 24px;display:none;align-items:center;gap:16px;z-index:9000;flex-wrap:wrap;box-shadow:0 -4px 24px rgba(43,191,172,0.5)}
@keyframes pulse-bar{0%,100%{box-shadow:0 -4px 24px rgba(43,191,172,0.5)}50%{box-shadow:0 -4px 36px rgba(43,191,172,0.8)}}
#offerBar.show{display:flex;animation:pulse-bar 2s ease-in-out 3}
#offerBar.show{display:flex}
.ob-code{background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.3);border-radius:6px;padding:4px 12px;font-size:14px;font-weight:700;letter-spacing:2px;color:white;cursor:pointer;font-family:monospace}
.ob-copy{font-size:11px;color:rgba(255,255,255,0.6);cursor:pointer;text-decoration:underline;white-space:nowrap}
.ob-cta{padding:8px 16px;background:var(--teal);color:white;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;font-family:var(--f)}
.ob-timer{font-size:12px;color:rgba(255,255,255,0.7);white-space:nowrap}
.ob-close{margin-left:auto;background:none;border:none;color:rgba(255,255,255,0.5);font-size:18px;cursor:pointer;flex-shrink:0}
#offerTab{position:fixed;bottom:0;right:20px;background:var(--teal);color:white;padding:8px 16px;border-radius:8px 8px 0 0;font-size:12px;font-weight:600;cursor:pointer;z-index:9000;display:none;align-items:center;gap:8px;box-shadow:0 -2px 10px rgba(0,0,0,0.15)}
#offerTab.show{display:flex}

.sys-tab-btn{padding:10px 16px;border:1px solid var(--border);border-radius:20px;background:white;font-size:13px;font-weight:500;color:var(--mid);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;font-family:var(--f)}
.sys-tab-btn:hover{border-color:var(--teal);color:var(--teal)}
.sys-tab-btn.active{background:var(--marine);color:white;border-color:var(--marine)}
.tier-feature-list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:8px}
.tier-feature-list li{display:flex;gap:8px;align-items:flex-start;font-size:13px;color:var(--mid)}
.tier-feature-list li i{color:var(--teal);font-size:14px;margin-top:1px;flex-shrink:0}

@media(max-width:700px){
  .booking-two-col{flex-direction:column!important}
  .booking-right{position:static!important;max-width:100%!important}
  #mobilePayBtn{display:block!important}
  #summaryPanel button{display:none}
}
.cert{font-size:11px;color:rgba(255,255,255,0.4);background:rgba(255,255,255,0.06);padding:4px 10px;border-radius:6px}

/* RESPONSIVE */
@media(max-width:1024px){
  .hero-inner{grid-template-columns:1fr;padding:60px 0}
  .hero-card{display:none}
  .usp-grid{grid-template-columns:repeat(2,1fr)}
  .sys-grid{grid-template-columns:repeat(3,1fr)}
  .pricing-grid{grid-template-columns:1fr}
  .why-inner{grid-template-columns:1fr}
  .syn-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .cta-inner{flex-wrap:wrap}
}
@media(max-width:640px){
  nav .nav-links{display:none}
  .usp-grid{grid-template-columns:1fr}
  .sys-grid{grid-template-columns:repeat(2,1fr)}
  .hero-stats{grid-template-columns:1fr}
  .cta-inner{flex-direction:column;text-align:center}
  .footer-grid{grid-template-columns:1fr}
  .dt-header{grid-template-columns:1fr repeat(2,70px)}
  .dt-row{grid-template-columns:1fr repeat(2,70px)}
}
