:root {
  --thg-navy: #0b1f3a;
  --thg-blue: #0b5ed7;
  --thg-blue-dark: #084298;
  --thg-red: #d72f3f;
  --thg-sky: #eef6ff;
  --thg-text: #243247;
  --thg-muted: #65758b;
  --thg-border: #dce5ef;
  --thg-white: #ffffff;
  --thg-shadow: 0 20px 55px rgba(11, 31, 58, .10);
  --thg-radius: 22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--thg-text);background:#fff;line-height:1.7}
a{color:var(--thg-blue);text-decoration:none}a:hover{color:var(--thg-blue-dark)}
img{max-width:100%;height:auto}
.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid rgba(220,229,239,.9);backdrop-filter:blur(14px)}
.navbar{padding:.85rem 0}.navbar-brand{display:flex;align-items:center;gap:.75rem;font-weight:800;color:var(--thg-navy);font-size:1.05rem}.brand-mark{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,var(--thg-blue),var(--thg-blue-dark));color:#fff;letter-spacing:.04em;box-shadow:0 10px 24px rgba(11,94,215,.25)}
.nav-link{font-weight:650;color:#31445e!important;padding:.7rem .8rem!important}.nav-link:hover{color:var(--thg-blue)!important}.navbar-cta{margin-left:.4rem}
.btn{border-radius:12px;font-weight:750;padding:.8rem 1.2rem}.btn-primary{background:var(--thg-blue);border-color:var(--thg-blue)}.btn-primary:hover{background:var(--thg-blue-dark);border-color:var(--thg-blue-dark);transform:translateY(-1px)}.btn-outline-primary{color:var(--thg-blue);border-color:var(--thg-blue)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f6fbff 0%,#fff 54%,#fff5f6 100%);padding:6.8rem 0 5.7rem}.hero:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:rgba(11,94,215,.07);right:-150px;top:-120px}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--thg-blue);background:#eaf3ff;border:1px solid #cfe3ff;border-radius:999px;padding:.45rem .75rem;margin-bottom:1rem}.hero h1{font-size:clamp(2.5rem,5vw,4.65rem);line-height:1.04;letter-spacing:-.045em;color:var(--thg-navy);font-weight:850;max-width:760px}.hero .lead{font-size:1.19rem;color:var(--thg-muted);max-width:720px;margin:1.5rem 0 2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem}.microcopy{margin-top:1rem;font-size:.9rem;color:var(--thg-muted)}
.hero-panel{position:relative;background:#fff;border:1px solid var(--thg-border);border-radius:28px;padding:2rem;box-shadow:var(--thg-shadow)}.hero-panel:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(var(--thg-blue),var(--thg-red));border-radius:28px 0 0 28px}.hero-panel h2{color:var(--thg-navy);font-weight:800;font-size:1.45rem}.check-list{list-style:none;padding:0;margin:1.3rem 0 0}.check-list li{position:relative;padding:.48rem 0 .48rem 1.9rem;color:#43536a}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--thg-blue);font-weight:900}.trust-strip{border-top:1px solid var(--thg-border);border-bottom:1px solid var(--thg-border);background:#fff}.trust-item{padding:1.35rem 1rem;text-align:center}.trust-item strong{display:block;color:var(--thg-navy);font-size:1.02rem}.trust-item span{font-size:.86rem;color:var(--thg-muted)}
.section{padding:5.6rem 0}.section-alt{background:#f8fbff}.section-title{max-width:760px;margin-bottom:2.5rem}.section-title.center{text-align:center;margin-left:auto;margin-right:auto}.section-title h2{font-weight:850;color:var(--thg-navy);font-size:clamp(2rem,3.5vw,3rem);letter-spacing:-.035em}.section-title p{color:var(--thg-muted);font-size:1.05rem}.founder-card{background:#fff;border:1px solid var(--thg-border);border-radius:var(--thg-radius);padding:2rem;box-shadow:var(--thg-shadow)}.founder-photo{min-height:390px;border-radius:18px;background:linear-gradient(145deg,#eaf3ff,#f9fbfd);display:flex;align-items:flex-end;padding:1.5rem;color:var(--thg-navy);font-weight:800;border:1px dashed #b7cce5}.founder-meta h3{font-weight:850;color:var(--thg-navy)}.qualification{color:var(--thg-blue);font-weight:700}.service-card{height:100%;background:#fff;border:1px solid var(--thg-border);border-radius:20px;padding:1.6rem;transition:.2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(11,31,58,.09)}.service-number{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#eaf3ff;color:var(--thg-blue);font-weight:850;margin-bottom:1rem}.service-card h3{font-size:1.15rem;color:var(--thg-navy);font-weight:800}.service-card p{color:var(--thg-muted);margin-bottom:1rem}.service-price{font-weight:800;color:var(--thg-navy);font-size:.94rem}.step-card{text-align:center;padding:1.4rem}.step-circle{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin:0 auto 1rem;background:var(--thg-blue);color:#fff;font-weight:850;box-shadow:0 10px 24px rgba(11,94,215,.22)}.step-card h3{font-size:1.05rem;color:var(--thg-navy);font-weight:800}.step-card p{color:var(--thg-muted);font-size:.95rem}.global-panel{background:linear-gradient(135deg,var(--thg-navy),#123865);border-radius:28px;padding:3rem;color:#fff;box-shadow:var(--thg-shadow)}.global-panel h2{font-weight:850}.region-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.4rem}.region-tags span{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);padding:.48rem .75rem;border-radius:999px;font-size:.9rem}.notice{border-left:4px solid var(--thg-red);background:#fff6f7;border-radius:14px;padding:1.1rem 1.25rem;color:#5d3440}.faq .accordion-item{border:1px solid var(--thg-border);border-radius:14px!important;margin-bottom:.75rem;overflow:hidden}.faq .accordion-button{font-weight:750;color:var(--thg-navy)}.faq .accordion-button:not(.collapsed){background:#eef6ff;color:var(--thg-blue);box-shadow:none}.contact-panel{background:#fff;border:1px solid var(--thg-border);border-radius:24px;padding:2rem;box-shadow:var(--thg-shadow)}
.site-footer{background:#091a31;color:#cbd6e5;padding:3.5rem 0 1.6rem}.site-footer h3,.site-footer h4{color:#fff}.footer-links{list-style:none;padding:0}.footer-links li{margin:.45rem 0}.footer-links a{color:#cbd6e5}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:1.3rem;font-size:.88rem}
.simple-header{background:#fff;border-bottom:1px solid var(--thg-border);padding:.85rem 0}.simple-header .container{display:flex;align-items:center;justify-content:space-between}.page-shell{min-height:100vh;background:#f7faff;padding:2.5rem 0 5rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;margin-bottom:1.4rem}.booking-intro{position:sticky;top:1.5rem;background:linear-gradient(145deg,var(--thg-navy),#113d70);color:#fff;border-radius:24px;padding:2rem;box-shadow:var(--thg-shadow)}.booking-intro h1{font-weight:850}.booking-intro p,.booking-intro li{color:#d7e5f7}.booking-intro ol{padding-left:1.25rem}.booking-card,.payment-card,.legal-card{background:#fff;border:1px solid var(--thg-border);border-radius:24px;padding:2rem;box-shadow:var(--thg-shadow)}.form-label{font-weight:750;color:var(--thg-navy)}.form-control,.form-select{border:1px solid #cfdbe8;border-radius:12px;padding:.78rem .9rem}.form-control:focus,.form-select:focus{border-color:#7ab0f3;box-shadow:0 0 0 .22rem rgba(11,94,215,.12)}.form-text{color:var(--thg-muted)}.required{color:var(--thg-red)}.payment-shell{max-width:720px;margin:0 auto;padding:4rem 1rem}.payment-summary{background:#f7faff;border:1px solid var(--thg-border);border-radius:16px;padding:1rem 1.1rem;margin:1rem 0 1.4rem}.payment-row{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0}.status-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 1.2rem;font-size:2rem}.status-icon.success{background:#e8f8ef;color:#138a4b}.status-icon.failed{background:#fff0f1;color:var(--thg-red)}.legal-card h1{color:var(--thg-navy);font-weight:850}.legal-card h2{font-size:1.3rem;color:var(--thg-navy);font-weight:800;margin-top:2rem}.legal-card p,.legal-card li{color:#4d5d72}.legal-meta{color:var(--thg-muted);font-size:.9rem}.alert{border-radius:14px}
.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:1rem;top:1rem;z-index:9999;background:#fff;padding:.7rem 1rem;border-radius:8px;box-shadow:var(--thg-shadow)}
@media(max-width:991.98px){.hero{padding:4.7rem 0}.navbar-cta{margin:1rem 0 0}.booking-intro{position:static}.section{padding:4.3rem 0}}
@media(max-width:575.98px){.hero h1{font-size:2.45rem}.hero-panel,.booking-card,.legal-card,.payment-card{padding:1.35rem}.global-panel{padding:2rem}.brand-name{max-width:190px;line-height:1.2}.hero-actions .btn{width:100%}}
