/* ==========================================================================
   Public website (marketing pages, login, registration, booking form)
   ========================================================================== */

body.ntm-site {
	margin: 0; background: var(--ntm-surface); color: var(--ntm-text);
	font: 400 1.0625rem/1.6 var(--ntm-font);
	-webkit-font-smoothing: antialiased;
}
.ntm-site h1, .ntm-site h2, .ntm-site h3, .ntm-site h4 { font-family: var(--ntm-font); color: var(--ntm-secondary); line-height: 1.2; letter-spacing: -.01em; }
.ntm-site h1 { font-size: clamp(2rem, 4.2vw, 3rem); margin: 0 0 16px; }
.ntm-site h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 14px; }
.ntm-site h3 { font-size: 1.25rem; margin: 0 0 8px; }
.ntm-site a { color: var(--ntm-primary); }
.ntm-site p { margin: 0 0 14px; }
.ntm-main { outline: 0; }
.ntm-main > .wp-block-shortcode, .ntm-main > p:empty { margin: 0; }
.ntm-lead { font-size: 1.2rem; color: var(--ntm-muted); max-width: 70ch; }
.ntm-eyebrow { font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--ntm-primary) !important; margin: 0 0 8px !important; }
.ntm-section { padding: clamp(40px, 7vw, 88px) 0; }
.ntm-section--tint { background: var(--ntm-background); }
.ntm-section--dark { background: var(--ntm-secondary); color: #e9f1f6; }
.ntm-section--dark h2, .ntm-section--dark h3 { color: #fff; }
.ntm-section__head { max-width: 760px; margin: 0 0 36px; }
.ntm-section__head--center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- Top bar & header ---------- */
.ntm-topbar { background: var(--ntm-secondary); color: #e9f1f6; font-size: .95rem; }
.ntm-topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 42px; }
.ntm-topbar p { margin: 0; display: flex; align-items: center; gap: 6px; }
.ntm-topbar a { color: #fff; }
.ntm-header { background: #fff; border-bottom: 1px solid var(--ntm-border); position: sticky; top: 0; z-index: 1000; }
.admin-bar .ntm-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .ntm-header { top: 0; } }
.ntm-header__inner { display: flex; align-items: center; gap: 16px; min-height: 76px; }
.ntm-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ntm-secondary) !important; font-weight: 800; font-size: 1.2rem; margin-right: auto; min-height: 48px; }
.ntm-brand__logo { max-height: 48px; width: auto; }
.ntm-brand__mark { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: var(--ntm-primary); color: #fff; }
.ntm-nav-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 14px; border: 2px solid var(--ntm-border); border-radius: var(--ntm-radius-sm); background: #fff; font: 700 1rem var(--ntm-font); color: var(--ntm-secondary); cursor: pointer; }
.ntm-nav { display: none; }
.ntm-nav.is-open { display: block; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--ntm-border); box-shadow: var(--ntm-shadow-lg); padding: 12px 20px 20px; max-height: calc(100vh - 120px); overflow-y: auto; }
.ntm-nav__list { list-style: none; margin: 0; padding: 0; }
.ntm-nav__list a, .ntm-nav__parent { display: flex; align-items: center; justify-content: space-between; gap: 6px; width: 100%; min-height: 52px; padding: 0 10px; font: 600 1.05rem var(--ntm-font); color: var(--ntm-text); text-decoration: none; border: 0; background: none; border-radius: var(--ntm-radius-sm); cursor: pointer; box-sizing: border-box; }
.ntm-nav__list a:hover, .ntm-nav__parent:hover { background: var(--ntm-surface-2); color: var(--ntm-primary); }
.ntm-nav__list a[aria-current="page"], .ntm-nav__group.is-current > .ntm-nav__parent { color: var(--ntm-primary); box-shadow: inset 0 -3px 0 var(--ntm-primary); }
.ntm-nav__sub { list-style: none; margin: 0 0 8px 12px; padding: 0; display: none; }
.ntm-nav__parent[aria-expanded="true"] + .ntm-nav__sub { display: block; }
.ntm-nav__parent[aria-expanded="true"] .ntm-icon { transform: rotate(180deg); }
.ntm-nav__actions { display: grid; gap: 10px; margin-top: 14px; }
.ntm-brand__name { white-space: nowrap; }
@media (min-width: 1240px) {
	.ntm-nav-toggle { display: none; }
	.ntm-nav__list a, .ntm-nav__parent, .ntm-nav__actions .ntm-btn { white-space: nowrap; }
	.ntm-nav, .ntm-nav.is-open { display: flex; align-items: center; gap: 12px; position: static; box-shadow: none; border: 0; padding: 0; max-height: none; overflow: visible; }
	.ntm-nav__list { display: flex; gap: 2px; }
	.ntm-nav__item { position: relative; }
	.ntm-nav__list a, .ntm-nav__parent { width: auto; min-height: 48px; font-size: 1rem; padding: 0 12px; }
	.ntm-nav__sub { position: absolute; top: 100%; left: 0; margin: 6px 0 0; min-width: 250px; background: #fff; border: 1px solid var(--ntm-border); border-radius: var(--ntm-radius); box-shadow: var(--ntm-shadow-lg); padding: 8px; z-index: 10; }
	.ntm-nav__actions { display: flex; margin: 0 0 0 8px; }
	.ntm-nav__actions .ntm-btn { min-height: 46px; padding: 8px 16px; }
}
@media (max-width: 599px) { .ntm-hide-sm { display: none; } }

/* ---------- Hero ---------- */
.ntm-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--ntm-secondary) 0%, var(--ntm-primary) 100%); color: #fff; padding: clamp(48px, 9vw, 110px) 0 clamp(56px, 9vw, 120px); }
.ntm-hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 480px; height: 480px; border-radius: 50%; background: rgba(255, 255, 255, .06); }
.ntm-hero__grid { position: relative; z-index: 1; display: grid; gap: 36px; align-items: center; }
@media (min-width: 960px) { .ntm-hero__grid { grid-template-columns: 1.15fr .85fr; } }
.ntm-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.5rem); }
.ntm-hero .ntm-lead { color: #dcebf2; font-size: 1.3rem; }
.ntm-hero .ntm-eyebrow { color: #ffd99a !important; }
.ntm-hero .ntm-btn--secondary { background: transparent; color: #fff !important; border-color: #fff; }
.ntm-hero .ntm-btn--secondary:hover { background: rgba(255, 255, 255, .12); }
.ntm-hero .ntm-btn--primary { background: var(--ntm-accent); color: #1b1300 !important; }
.ntm-hero .ntm-btn--primary:hover { background: #ffc164; }
.ntm-hero__card { background: #fff; color: var(--ntm-text); border-radius: var(--ntm-radius-lg); padding: 24px; box-shadow: var(--ntm-shadow-lg); }
.ntm-hero__card h2 { font-size: 1.3rem; }
.ntm-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; margin: 26px 0 0; padding: 0; color: #e3eef4; }
.ntm-trust li { display: flex; align-items: center; gap: 8px; font-weight: 600; }

/* ---------- Feature grids ---------- */
.ntm-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.ntm-grid--3 { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.ntm-feature { background: #fff; border: 1px solid var(--ntm-border); border-radius: var(--ntm-radius); padding: 24px; box-shadow: var(--ntm-shadow); }
.ntm-feature__icon { display: inline-flex; width: 52px; height: 52px; border-radius: 14px; background: var(--ntm-primary-soft); color: var(--ntm-primary); align-items: center; justify-content: center; margin-bottom: 14px; }
.ntm-feature p { color: var(--ntm-muted); margin: 0; }
.ntm-feature a { font-weight: 700; }
.ntm-section--dark .ntm-feature { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .15); box-shadow: none; }
.ntm-section--dark .ntm-feature p { color: #cfe0ea; }
.ntm-section--dark .ntm-feature__icon { background: rgba(255, 255, 255, .12); color: #fff; }

.ntm-steps-list { counter-reset: s; list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.ntm-steps-list li { counter-increment: s; background: #fff; border: 1px solid var(--ntm-border); border-radius: var(--ntm-radius); padding: 22px; position: relative; }
.ntm-steps-list li::before { content: counter(s); display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ntm-primary); color: #fff; font-weight: 800; font-size: 1.1rem; margin-bottom: 12px; }
.ntm-steps-list p { color: var(--ntm-muted); margin: 0; }

.ntm-split { display: grid; gap: 36px; align-items: center; }
@media (min-width: 900px) { .ntm-split { grid-template-columns: 1fr 1fr; } }
.ntm-ticks { list-style: none; margin: 0 0 16px; padding: 0; }
.ntm-ticks li { position: relative; padding: 6px 0 6px 34px; }
.ntm-ticks li::before { content: ""; position: absolute; left: 0; top: 9px; width: 22px; height: 22px; border-radius: 50%; background: var(--ntm-success) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/14px no-repeat; }
.ntm-chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.ntm-chips li { background: #fff; border: 1px solid var(--ntm-border); border-radius: 999px; padding: 10px 18px; font-weight: 600; display: flex; align-items: center; gap: 8px; }

.ntm-quote { background: #fff; border-radius: var(--ntm-radius); border: 1px solid var(--ntm-border); padding: 24px; margin: 0; box-shadow: var(--ntm-shadow); }
.ntm-quote p { font-size: 1.08rem; }
.ntm-quote footer { color: var(--ntm-muted); font-weight: 600; }
.ntm-stars { color: #b7791f; display: flex; gap: 2px; margin-bottom: 8px; }

.ntm-faq details { background: #fff; border: 1px solid var(--ntm-border); border-radius: var(--ntm-radius); margin: 0 0 12px; }
.ntm-faq summary { cursor: pointer; padding: 18px 52px 18px 20px; font-weight: 700; font-size: 1.08rem; list-style: none; position: relative; min-height: 28px; }
.ntm-faq summary::-webkit-details-marker { display: none; }
.ntm-faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; color: var(--ntm-primary); }
.ntm-faq details[open] summary::after { content: "–"; }
.ntm-faq details > div { padding: 0 20px 18px; color: var(--ntm-muted); }

.ntm-cta { background: linear-gradient(135deg, var(--ntm-primary) 0%, var(--ntm-secondary) 100%); color: #fff; border-radius: var(--ntm-radius-lg); padding: clamp(28px, 5vw, 48px); display: grid; gap: 20px; align-items: center; }
@media (min-width: 900px) { .ntm-cta { grid-template-columns: 1fr auto; } }
.ntm-cta h2 { color: #fff; margin: 0 0 8px; }
.ntm-cta p { color: #dcebf2; margin: 0; }
.ntm-cta .ntm-btn--primary { background: var(--ntm-accent); color: #1b1300 !important; }
.ntm-cta .ntm-btn--secondary { background: transparent; color: #fff !important; border-color: #fff; }

.ntm-pagehero { background: var(--ntm-background); border-bottom: 1px solid var(--ntm-border); padding: clamp(36px, 6vw, 70px) 0; }
.ntm-pagehero .ntm-lead { margin-bottom: 0; }
.ntm-prose { max-width: 76ch; }
.ntm-prose h2 { margin-top: 36px; font-size: 1.6rem; }
.ntm-prose h3 { margin-top: 24px; }
.ntm-prose ul { padding-left: 22px; }
.ntm-prose li { margin: 0 0 6px; }
.ntm-placeholder-note { border: 2px dashed #d68b00; background: var(--ntm-warning-bg); padding: 14px 16px; border-radius: var(--ntm-radius-sm); }

/* ---------- Auth & forms ---------- */
.ntm-auth { background: var(--ntm-background); }
.ntm-auth__grid { display: grid; gap: 28px; align-items: start; }
@media (min-width: 900px) { .ntm-auth__grid { grid-template-columns: minmax(0, 560px) 1fr; } }
.ntm-auth__card { padding: clamp(22px, 4vw, 36px); }
.ntm-auth__aside { padding: 12px 4px; }
.ntm-auth__aside h2 { font-size: 1.4rem; }
.ntm-loginform p { margin: 0 0 16px; }
.ntm-loginform label { display: block; font-weight: 700; margin-bottom: 6px; }
.ntm-loginform input[type="text"], .ntm-loginform input[type="password"] { display: block; width: 100%; box-sizing: border-box; min-height: var(--ntm-tap); padding: 10px 12px; font: 1rem var(--ntm-font); border: 2px solid var(--ntm-border-strong); border-radius: var(--ntm-radius-sm); }
.ntm-loginform input:focus { border-color: #1d5fb4; outline: 3px solid rgba(29, 95, 180, .35); }
.ntm-loginform .login-remember label { display: flex; gap: 10px; align-items: center; font-weight: 400; min-height: 44px; }
.ntm-loginform .login-remember input { width: 22px; height: 22px; accent-color: var(--ntm-primary); }
.ntm-loginform input[type="submit"] { width: 100%; min-height: 56px; background: var(--ntm-primary); color: #fff; border: 0; border-radius: var(--ntm-radius-sm); font: 700 1.1rem var(--ntm-font); cursor: pointer; }
.ntm-loginform input[type="submit"]:hover { background: var(--ntm-primary-dark); }
.ntm-register .ntm-fieldset, .ntm-book .ntm-step { padding: 22px; }
.ntm-btn--google { background: #fff; color: #1f1f1f !important; border: 2px solid #747775; gap: 12px; }
.ntm-btn--google:hover { background: #f5f7f9; }
.ntm-divider { display: flex; align-items: center; gap: 12px; color: var(--ntm-muted); margin: 18px 0 !important; font-size: .95rem; }
.ntm-divider::before, .ntm-divider::after { content: ""; flex: 1; height: 1px; background: var(--ntm-border); }

/* ---------- Booking steps ---------- */
.ntm-steps { list-style: none; display: flex; gap: 6px; margin: 0 0 20px; padding: 0; overflow-x: auto; }
.ntm-steps li { flex: 1 0 auto; display: flex; flex-direction: column; align-items: center; gap: 4px; min-width: 58px; font-size: .78rem; color: var(--ntm-muted); text-align: center; }
.ntm-steps__num { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--ntm-neutral-bg); border: 2px solid var(--ntm-border); font-weight: 800; color: var(--ntm-muted); }
.ntm-steps li.is-done .ntm-steps__num { background: var(--ntm-success); border-color: var(--ntm-success); color: #fff; }
.ntm-steps li[aria-current="step"] { color: var(--ntm-primary); font-weight: 800; }
.ntm-steps li[aria-current="step"] .ntm-steps__num { background: var(--ntm-primary); border-color: var(--ntm-primary); color: #fff; }
@media (max-width: 599px) { .ntm-steps__label { display: none; } .ntm-steps li[aria-current="step"] .ntm-steps__label { display: block; } }
.ntm-step__title { font-size: 1.35rem; font-weight: 800; color: var(--ntm-secondary); margin: 0 0 16px; float: left; width: 100%; }
.ntm-step__title + * { clear: both; }
.ntm-step-nav { display: flex; justify-content: space-between; gap: 12px; margin: 16px 0 0; position: sticky; bottom: 0; background: linear-gradient(to top, #fff 70%, rgba(255, 255, 255, 0)); padding: 16px 0 calc(12px + env(safe-area-inset-bottom)); }
.ntm-step-nav .ntm-btn { flex: 1; }
.ntm-review { display: grid; gap: 10px; }
.ntm-review__row { display: grid; grid-template-columns: minmax(120px, 34%) 1fr auto; gap: 10px; align-items: start; padding: 12px 0; border-bottom: 1px solid var(--ntm-border); }
.ntm-review__row dt { color: var(--ntm-muted); font-weight: 600; }
.ntm-review__row dd { margin: 0; font-weight: 700; white-space: pre-wrap; }
.ntm-book__success { text-align: center; padding: 36px 24px; }
.ntm-success-icon { width: 76px; height: 76px; border-radius: 50%; background: var(--ntm-success); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.ntm-book__success .ntm-actions { justify-content: center; }
.ntm-ref { font-size: 1.4rem; color: var(--ntm-secondary); letter-spacing: .02em; }

/* ---------- Footer ---------- */
.ntm-footer { background: #0e2537; color: #cbd9e3; font-size: 1rem; }
.ntm-footer a { color: #fff; }
.ntm-footer__emergency { background: #7a1b12; color: #fff; }
.ntm-footer__emergency p { margin: 0; padding: 14px 0; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.ntm-footer__grid { display: grid; gap: 28px; padding-top: 48px; padding-bottom: 32px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .ntm-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1.3fr; } }
.ntm-footer__brand { font-size: 1.3rem; font-weight: 800; color: #fff; }
.ntm-footer__heading { font-size: 1rem !important; color: #fff !important; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 12px !important; }
.ntm-footer ul { list-style: none; margin: 0; padding: 0; }
.ntm-footer li { margin: 0 0 8px; }
.ntm-footer__contact li { display: flex; gap: 8px; align-items: center; }
.ntm-footer__small { font-size: .95rem; color: #9fb3c2; }
.ntm-footer__legal { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 20px; padding-bottom: 28px; font-size: .92rem; }
.ntm-footer__ack { color: #9fb3c2; }
