
:root{--ink:#0B1F2F;--blue:#1498E8;--blue2:#087FC7;--soft-blue:#65B9E8;--text:#17242D;--muted:#5F7180;--line:#D8E3E9;--soft:#EDF3F6;--page:#F7F9FA;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--page);line-height:1.6}a{color:inherit}button,input,textarea{font:inherit}.skip-link{position:absolute;left:-9999px;top:8px;z-index:1000;background:#fff;color:#0B1F2F;padding:10px 14px;border-radius:10px}.skip-link:focus{left:12px}.header{background:#fff;border-bottom:1px solid rgba(6,29,46,.08);position:sticky;top:0;z-index:20}.headin{max-width:1120px;margin:auto;padding:12px 22px;display:flex;align-items:center;gap:24px}.brand-logo{width:200px;max-width:45vw;height:auto}.nav{margin-left:auto;display:flex;gap:20px;align-items:center;font-size:13px;font-weight:700;color:#334b5f}.nav a{text-decoration:none}.nav a:hover,.nav a:focus-visible{color:var(--blue)}.booknow{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;background:var(--blue);color:#fff!important;text-decoration:none!important;font-weight:800;box-shadow:0 8px 22px rgba(20,152,232,.2)}.booknow:hover{background:var(--blue2)}main{max-width:980px;margin:42px auto 70px;padding:0 22px}.hero-card{background:linear-gradient(120deg,#0B1F2F,#16384A);color:#fff;border-radius:26px;padding:38px;margin-bottom:24px;box-shadow:0 20px 50px rgba(4,24,39,.14)}.kicker{font-size:12px;letter-spacing:.24em;text-transform:uppercase;font-weight:800;color:var(--blue)}.hero-card h1{margin:8px 0 10px;font-size:clamp(34px,5vw,54px);line-height:1.04;letter-spacing:-.02em}.hero-card p{margin:0;color:#C2CED6;max-width:700px}.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;margin:18px 0;box-shadow:0 12px 35px rgba(7,32,50,.05)}h2{color:var(--ink);margin:0 0 10px;font-size:25px;letter-spacing:-.015em}h3{color:var(--ink);margin:22px 0 6px;font-size:18px}p,li{color:var(--muted)}ul{padding-left:22px}.notice{background:#F0F7FB;border:1px solid #D5E8F3;border-radius:16px;padding:16px 18px;color:#314f66}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;align-items:stretch}.actions .booknow,.actions .secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;min-width:180px;padding:0 20px;line-height:1;border-radius:999px;box-sizing:border-box;font-weight:800}.actions .booknow{border:1px solid transparent}.secondary{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:0 20px;min-height:48px;text-decoration:none;font-weight:800;background:#fff;color:var(--ink)}label{display:block;font-weight:800;color:var(--ink);margin:14px 0 6px}.field{width:100%;padding:13px 14px;border:1px solid #ccdbe6;border-radius:13px;background:#fff;color:var(--ink);outline:none}.field:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(20,152,232,.13)}textarea.field{min-height:150px;resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-status{min-height:24px;margin-top:12px;font-weight:700}.form-status.ok{color:#087a4d}.form-status.err{color:#b42318}.hp{position:absolute;left:-9999px}.footer{background:#081722;color:#95a8b7}.footer-inner{max-width:1120px;margin:auto;padding:34px 22px;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:28px}.footer img{width:175px;height:auto;margin-bottom:10px}.footer p{color:#95a8b7;font-size:12px;margin:0}.footer strong{display:block;color:#fff;margin-bottom:9px}.footer a{display:block;color:#b7c6d1;text-decoration:none;font-size:13px;margin:7px 0}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:15px 22px;text-align:center;font-size:11px;color:#718797}.muted-small{font-size:12px;color:var(--muted)}:focus-visible{outline:3px solid rgba(20,152,232,.35);outline-offset:3px}@media(max-width:760px){.actions .booknow,.actions .secondary{width:100%;min-width:0}.nav{display:none}.headin{padding:10px 14px}.brand-logo{width:165px}main{margin-top:24px;padding:0 14px}.hero-card,.card{padding:24px}.form-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.footer{padding-bottom:10px}}
/* V26 — consistent checkbox sizing across MYOFLEX */
input[type="checkbox"]{
  -webkit-appearance:none;appearance:none;
  width:20px!important;min-width:20px!important;max-width:20px!important;
  height:20px!important;min-height:20px!important;max-height:20px!important;
  padding:0!important;margin:2px 0 0!important;
  border:2px solid #b8c8d5!important;border-radius:5px!important;
  background:#fff!important;box-shadow:none!important;
  display:inline-grid!important;place-content:center;
  flex:0 0 20px!important;vertical-align:top;cursor:pointer;
}
input[type="checkbox"]::before{
  content:"";width:9px;height:5px;
  border-left:2px solid #fff;border-bottom:2px solid #fff;
  transform:translateY(-1px) rotate(-45deg) scale(0);
  transform-origin:center;transition:transform .08s ease-in-out;
}
input[type="checkbox"]:checked{background:#1498E8!important;border-color:#1498E8!important}
input[type="checkbox"]:checked::before{transform:translateY(-1px) rotate(-45deg) scale(1)}
input[type="checkbox"]:focus-visible{outline:3px solid rgba(20,152,232,.28)!important;outline-offset:2px!important}
input[type="checkbox"]:disabled{opacity:.5;cursor:not-allowed}


/* V38 — MYOFLEX typography system */
body,input,select,textarea,p,li,td,.muted,.lead,.section-lead,.notice,.row,.field,.form-status,.footer p,.footer a,.muted-small{font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
h1,h2,h3,h4,h5,h6,.nav,.nav a,.booknow,.outline,.area-secondary,.btn,button,label,summary,.kicker,.eyebrow,.section-kicker,.duration,.deposit-note,.card-cta,.badge,.status,.home,.footer strong,th,strong.review-title{font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
\n/* V40 — final MYOFLEX visual system */
:root{--muted:#5F7180}
body,input,select,textarea,p,li,td,label,.muted,.lead,.section-lead,.notice,.row,.field,.form-status,.footer p,.footer a,.muted-small{font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
h1,h2{font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:800}
h3,h4,h5,h6,.nav,.nav a,.booknow,.outline,.area-secondary,.btn,button,summary,.kicker,.eyebrow,.section-kicker,.duration,.deposit-note,.card-cta,.badge,.status,.home,.footer strong,th{font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:700}
label{font-weight:600}.nav{font-weight:600;font-size:14px}.booknow,.secondary,.actions .booknow,.actions .secondary{min-height:48px;font-weight:700}.brand-logo{width:210px}.muted-small{font-size:13px}.footer p{font-size:13px}.footer a{font-size:13.5px}.footer-bottom{font-size:12px}
@media(max-width:760px){.brand-logo{width:165px}}


/* V46 — anti-widow / anti-orphan / anti-runt typography */
/* Headings balance naturally when they must wrap; body copy uses modern
   pretty wrapping to avoid a lone short final line where the browser supports it. */
h1,h2,h3,h4,h5,h6,
.hero h1,.hero-card h1,.section h2,.area-card h2,
.card h2,.card h3,.faq summary,.section-kicker,.eyebrow,.kicker {
  text-wrap: balance;
  text-wrap-style: balance;
}
p,li,
.lead,.section-lead,.micro,.muted,.muted-small,.notice,
.about-card p,.area-card p,.service-card p,.benefit span,.faq p,
.trust-chip span,.policy,.small,.consent-text {
  text-wrap: pretty;
  text-wrap-style: pretty;
  orphans: 3;
  widows: 3;
  hyphens: none;
}
/* Avoid splitting compact content blocks when printing/saving as PDF. */
@media print {
  p,li,.lead,.section-lead,.muted,.notice,.small,.consent-text {orphans:3;widows:3}
  .card,.service-card,.benefit,.notice,.faq,.consent-group,.summary,.row {break-inside:avoid;page-break-inside:avoid}
}
