:root {
  --blue: #1596db;
  --cyan: #54d5d0;
  --action: #08669b;
  --deep: #0d3e64;
  --navy: #082d49;
  --teal: #176b68;
  --text: #19394f;
  --muted: #506779;
  --soft: #eef9fd;
  --line: #d4e5ed;
  --white: #fff;
  --focus: #753c86;
  --shadow: 0 14px 36px rgb(8 45 73 / 7%);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: 'Nunito', Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
picture { display: block; }
a { color: var(--action); text-underline-offset: .2em; }
button { font: inherit; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
h1, h2, h3 { margin: 0 0 18px; color: var(--deep); font-family: 'Poppins', Arial, sans-serif; font-weight: 600; line-height: 1.25; overflow-wrap: break-word; }
h1 { font-size: clamp(2.4rem, 4.2vw, 3.7rem); font-weight: 700; letter-spacing: -.035em; }
h2 { font-size: clamp(1.8rem, 2.7vw, 2.45rem); letter-spacing: -.025em; }
h3 { font-size: 1.22rem; }
p { margin: 0 0 18px; }
p:last-child { margin-bottom: 0; }
ul, ol { margin-top: 0; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 100; padding: 12px 20px; border-radius: 10px; background: var(--navy); color: var(--white); font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--white); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; gap: 18px; min-height: 84px; padding-block: 12px; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 9px; text-decoration: none; color: var(--deep); }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong { font-family: 'Poppins', Arial, sans-serif; font-size: 1.2rem; font-weight: 700; letter-spacing: -.04em; }
.brand-copy > span { margin-top: 3px; font-size: .81rem; font-weight: 800; letter-spacing: .06em; }
.nav { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.nav a { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 8px; border-radius: 8px; font-size: .91rem; font-weight: 800; color: var(--deep); text-decoration: none; }
.nav a:hover { color: var(--action); background: var(--soft); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 13px 22px; border: 1px solid var(--action); border-radius: 12px; color: var(--white); background: var(--action); text-decoration: none; text-align: center; font-size: 1rem; font-weight: 800; line-height: 1.35; transition: background-color .18s ease, border-color .18s ease; }
.btn:hover { background: var(--deep); border-color: var(--deep); }
.btn-small { min-height: 44px; padding: 10px 18px; font-size: .91rem; }
.btn-ghost { color: var(--deep); background: var(--white); border-color: #8da8ba; }
.btn-ghost:hover { color: var(--deep); background: var(--soft); border-color: var(--action); }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; flex-shrink: 0; padding: 10px; border: 1px solid #8da8ba; border-radius: 10px; color: var(--deep); background: var(--white); cursor: pointer; }
.menu-toggle > span { display: grid; gap: 5px; width: 20px; }
.menu-toggle i { display: block; width: 20px; height: 2px; background: currentColor; }
.menu-toggle[aria-expanded='true'] i:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded='true'] i:last-child { transform: translateY(-7px) rotate(-45deg); }
.hero { padding: 28px 0 64px; background: linear-gradient(150deg, #eef9fd, #fff 65%, #effaf7); }
.hero-banner { margin-bottom: 36px; border-radius: 24px; overflow: hidden; background: var(--soft); }
.hero-banner img { width: 100%; height: 360px; object-fit: cover; object-position: center; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr); gap: 44px; align-items: center; }
.eyebrow { display: block; margin-bottom: 13px; color: var(--action); font-size: .79rem; font-weight: 800; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; }
.hero-copy h1 span { color: var(--action); }
.hero-subtitle { margin-top: -5px; color: var(--deep); font-size: clamp(1.06rem, 1.8vw, 1.24rem); font-weight: 800; }
.lead { font-size: 1.1rem; line-height: 1.65; }
.audience { color: var(--muted); font-size: .95rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: .85rem; line-height: 1.55; }
.quick-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 26px 0 0; }
.quick-facts > div { padding: 15px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.quick-facts dt { margin-bottom: 3px; color: var(--muted); font-size: .81rem; }
.quick-facts dd { margin: 0; color: var(--deep); font-size: .95rem; font-weight: 800; line-height: 1.45; }
.hero-card { padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.hero-card h2 { margin-bottom: 24px; font-size: 1.7rem; }
.route-list { display: grid; gap: 20px; list-style: none; padding: 0; margin-bottom: 28px; counter-reset: route; }
.route-list li { display: grid; grid-template-columns: 38px minmax(0, 1fr); column-gap: 13px; counter-increment: route; }
.route-list li::before { content: counter(route, decimal-leading-zero); grid-row: 1 / 3; display: grid; place-items: center; align-self: start; width: 38px; height: 38px; border-radius: 12px; color: var(--teal); background: #e8f7f2; font-size: .8rem; font-weight: 800; }
.route-list strong { color: var(--deep); font-size: 1.04rem; }
.route-list li > span { color: var(--muted); font-size: .91rem; line-height: 1.45; }
.mini-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.mini-badges > span { padding: 6px 11px; border-radius: 8px; color: var(--teal); background: #e8f7f2; font-size: .77rem; font-weight: 800; }
.section { padding: 76px 0; }
.section-soft { background: var(--soft); }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 52px; }
.audience-heading { margin-top: 27px; font-size: 1.05rem; }
.purpose-card { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--soft); }
.check-list { display: grid; gap: 15px; padding: 0; margin-bottom: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; }
.check-list li::before { content: ''; position: absolute; left: 3px; top: .4em; width: 8px; height: 13px; border: solid var(--teal); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.profile-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: 60px; }
.portrait { width: 100%; max-width: 410px; aspect-ratio: 4 / 5; margin-inline: auto; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--white); }
.portrait picture { width: 100%; height: 100%; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.portrait-founder img { object-position: center; }
.profile-reverse { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
.profile-reverse .portrait { grid-column: 2; grid-row: 1; }
.profile-reverse .profile-copy { grid-column: 1; grid-row: 1; }
.profile-role { color: var(--action); font-weight: 800; }
.bio-details { margin: 8px 0 24px; border-block: 1px solid var(--line); }
.bio-details summary { padding: 15px 0; font-size: .92rem; }
.bio-details > p { padding-bottom: 18px; }
.section-heading { max-width: 720px; margin-bottom: 30px; }
.section-heading > p { color: var(--muted); }
.centered { margin-inline: auto; text-align: center; }
details > summary { display: flex; align-items: center; gap: 18px; min-height: 48px; color: var(--deep); font-weight: 800; list-style: none; cursor: pointer; }
details > summary::-webkit-details-marker { display: none; }
.chevron { display: block; flex-shrink: 0; width: 9px; height: 9px; margin: -4px 3px 0 auto; border: solid currentColor; border-width: 0 2px 2px 0; transform: rotate(45deg); }
details[open] > summary .chevron { margin-top: 4px; transform: rotate(225deg); }
.modules { display: grid; gap: 14px; }
.modules > details { border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.modules summary { padding: 21px 24px; border-radius: 18px; }
.modules summary:hover, .faq-list summary:hover { background: #f5fbfd; }
.module-number { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; color: var(--action); background: var(--soft); font-size: .9rem; }
.module-title { display: block; min-width: 0; }
.module-title strong { display: block; font-size: 1.04rem; line-height: 1.5; }
.module-title small { display: block; margin-top: 4px; color: var(--muted); font-size: .87rem; font-weight: 600; }
.module-body { padding: 0 28px 24px 86px; }
.module-body p { max-width: 800px; color: var(--muted); }
.module-body ul { margin-bottom: 0; padding-left: 20px; }
.module-body li { padding: 3px 0 3px 4px; }
.section-dark { color: #e2eff6; background: var(--navy); }
.section-dark h2 { color: var(--white); }
.section-dark .eyebrow { color: #8ce3dd; }
.materials-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; list-style: none; }
.materials-grid li { padding: 16px; border: 1px solid #355a72; border-radius: 14px; background: #113c57; font-size: .92rem; line-height: 1.5; }
.dates-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.date-card { padding: 23px 18px 18px; border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 17px; background: var(--white); text-align: center; }
.date-day { color: var(--muted); font-size: .84rem; }
.date-card time { display: block; margin: 8px 0 14px; }
.date-card time strong { display: block; color: var(--action); font-family: 'Poppins', Arial, sans-serif; font-size: 2.8rem; font-weight: 600; line-height: 1.2; }
.date-card time > span { display: block; margin-top: 5px; color: var(--deep); font-size: .94rem; font-weight: 800; }
.date-card p { margin: 0; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.country-times { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.country-times > div { padding: 20px 24px; border-radius: 16px; background: var(--soft); text-align: center; }
.country-times strong { display: block; color: var(--muted); font-size: .9rem; font-weight: 700; }
.country-times span { display: block; margin-top: 5px; color: var(--deep); font-size: 1.4rem; font-weight: 800; }
.pricing-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 410px; align-items: center; gap: 60px; }
.pricing-wrap .check-list { margin-top: 26px; }
.price-card { width: 100%; max-width: 560px; margin-inline: auto; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.price-label { display: inline-block; padding: 6px 15px; border-radius: 50px; color: var(--teal); background: #e8f7f2; font-weight: 800; font-size: .83rem; }
.price { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin: 14px 0 0; color: var(--deep); }
.price span { font-size: 1.15rem; font-weight: 800; }
.price strong { font-family: 'Poppins', Arial, sans-serif; font-size: 4.3rem; font-weight: 600; line-height: 1.25; letter-spacing: -.05em; }
.price-caption { margin: 3px 0 22px; color: var(--muted); font-size: .93rem; }
.price-details { padding-block: 18px; margin: 0 0 24px; border-block: 1px solid var(--line); }
.price-details > div { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; text-align: left; }
.price-details dt { color: var(--muted); }
.price-details dd { margin: 0; color: var(--deep); font-weight: 800; white-space: nowrap; }
.price-card > .btn { width: 100%; }
.faq-wrap { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 60px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.faq-list summary { padding: 18px 20px; border-radius: 14px; line-height: 1.5; }
.faq-body { padding: 0 20px 20px; }
.closing-cta { padding: 44px 0; border-top: 1px solid var(--line); background: #e8f7f2; }
.closing-wrap { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.closing-wrap > div { max-width: 700px; }
.closing-wrap h2 { margin: 0; font-size: clamp(1.6rem, 2.4vw, 2rem); }
.closing-wrap .btn { flex-shrink: 0; min-width: 180px; }
.footer { padding: 32px 0; border-top: 1px solid var(--line); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-copy strong { font-size: .87rem; }
.footer-copy p { margin: 5px 0 0; color: var(--muted); font-size: .81rem; }
.back-top { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 0; white-space: nowrap; font-size: .85rem; font-weight: 800; }
@media (max-width: 1050px) and (min-width: 901px) {
  .nav-wrap { gap: 12px; }
  .nav { gap: 0; }
  .nav a { padding-inline: 6px; font-size: .85rem; }
  .brand-copy strong { font-size: 1.06rem; }
  .brand-copy > span { font-size: .73rem; }
}
@media (max-width: 900px) {
  .nav-wrap { flex-wrap: wrap; justify-content: space-between; }
  .header-actions { margin-left: auto; }
  .nav { order: 3; flex-basis: 100%; margin-left: 0; flex-wrap: wrap; gap: 6px; padding-top: 8px; border-top: 1px solid var(--line); }
  .nav a { flex: 1 1 auto; }
  .menu-enhanced .menu-toggle { display: inline-flex; }
  .menu-enhanced .nav[data-open='false'] { display: none; }
  .menu-enhanced .nav[data-open='true'] { display: flex; }
  .hero-banner img { height: auto; aspect-ratio: 8 / 3; object-fit: contain; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .hero-card { max-width: none; }
  .two-col { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .profile-grid, .profile-reverse { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 30px; }
  .profile-reverse .portrait, .profile-reverse .profile-copy { grid-column: auto; grid-row: auto; }
  .pricing-wrap, .faq-wrap { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .faq-wrap .section-heading { margin-bottom: 0; }
  .footer-wrap { flex-wrap: wrap; }
}
@media (max-width: 650px) {
  .profile-grid, .profile-reverse { grid-template-columns: minmax(0, 1fr); }
  .portrait { max-width: 340px; }
  .dates-grid, .country-times { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .country-times { grid-template-columns: minmax(0, 1fr); }
  .closing-wrap { flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; gap: 18px; }
}
@media (max-width: 560px) {
  html { scroll-padding-top: 92px; }
  .container { width: calc(100% - 32px); }
  .nav-wrap { min-height: 74px; gap: 10px; }
  .brand { gap: 7px; }
  .brand img { width: 38px; height: 38px; }
  .brand-copy strong { font-size: .98rem; }
  .brand-copy > span { font-size: .68rem; letter-spacing: .03em; }
  .header-actions { gap: 7px; }
  .header-actions .btn-small { padding-inline: 11px; font-size: .79rem; }
  .hero { padding: 18px 0 48px; }
  .hero-banner { margin-bottom: 28px; border-radius: 16px; }
  h1 { font-size: clamp(2.05rem, 8.8vw, 2.65rem); }
  .eyebrow { font-size: .72rem; letter-spacing: .075em; }
  .lead { font-size: 1.03rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .quick-facts { gap: 10px; }
  .quick-facts > div { padding: 13px 12px; }
  .quick-facts dd { font-size: .88rem; }
  .hero-card { padding: 24px; border-radius: 22px; }
  .hero-card h2 { font-size: 1.5rem; }
  .section { padding: 52px 0; }
  .purpose-card, .price-card { padding: 24px; }
  .modules summary { gap: 12px; padding: 18px 16px; }
  .module-number { width: 34px; height: 34px; border-radius: 10px; font-size: .78rem; }
  .module-title strong { font-size: .95rem; }
  .module-title small { font-size: .8rem; }
  .module-body { padding: 0 20px 22px; }
  .materials-grid { grid-template-columns: minmax(0, 1fr); }
  .dates-grid { gap: 12px; }
  .date-card { padding: 18px 12px 15px; }
  .date-card time strong { font-size: 2.4rem; }
  .country-times > div { padding: 18px; }
  .price-details { font-size: .94rem; }
  .faq-list summary { padding: 17px 18px; font-size: .95rem; }
  .faq-body { padding: 0 18px 18px; }
  .closing-wrap .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Reservation conditions approved on 15 September 2026. */
.reservation-terms { margin-top: 30px; padding-top: 26px; border-top: 1px solid #8da8ba; }
.reservation-terms h3 { font-size: 1.1rem; }
.reservation-terms ol { display: grid; gap: 14px; padding-left: 23px; margin-bottom: 0; }
.reservation-terms li { padding-left: 5px; font-size: .95rem; }
.reservation-terms li::marker { color: var(--action); font-weight: 800; }
