:root {
  --navy: #082b3a;
  --ink: #15252c;
  --teal: #0a8fa3;
  --aqua: #5ecad4;
  --sand: #ead9bf;
  --warm: #fbf8f2;
  --white: #ffffff;
  --gray: #e8ecee;
  --muted: #65767d;
  --shadow: 0 22px 70px rgba(8, 43, 58, .12);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Manrope, Inter, Arial, sans-serif; background: var(--warm); color: var(--ink); line-height: 1.65; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed; left: 16px; top: 16px; width: auto; height: auto; background: var(--white); color: var(--navy); padding: 12px 16px; z-index: 9999; border-radius: var(--radius); }
.jtp-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.jtp-header { position: sticky; top: 0; z-index: 100; background: rgba(251, 248, 242, .94); border-bottom: 1px solid rgba(8, 43, 58, .09); backdrop-filter: blur(16px); }
.jtp-header__inner { width: min(1240px, calc(100% - 32px)); margin: 0 auto; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.jtp-brand img { width: min(252px, calc(100vw - 116px)); max-width: none; }
.jtp-nav { display: flex; align-items: center; gap: 20px; }
.jtp-nav ul { display: flex; align-items: center; gap: 18px; list-style: none; padding: 0; margin: 0; }
.jtp-nav a { text-decoration: none; color: var(--navy); font-size: 13px; font-weight: 800; }
.jtp-nav a:hover, .jtp-nav a:focus { color: var(--teal); }
.jtp-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(8, 43, 58, .16); background: var(--white); border-radius: var(--radius); padding: 10px; }
.jtp-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: var(--navy); margin: 5px 0; }
.jtp-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 13px 20px; border-radius: var(--radius); text-decoration: none; border: 1px solid transparent; font-size: 14px; line-height: 1.2; font-weight: 850; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.jtp-button:hover { transform: translateY(-1px); }
.jtp-button--primary { background: var(--teal); color: var(--white); box-shadow: 0 14px 34px rgba(10, 143, 163, .28); }
.jtp-button--primary:hover { background: #087d8e; color: var(--white); }
.jtp-button--secondary { color: var(--white); background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.48); }
.jtp-button--nav { background: var(--navy); color: var(--white) !important; padding: 11px 15px; min-height: 40px; }
.jtp-main { overflow: hidden; }
.jtp-hero { min-height: min(760px, calc(100vh - 76px)); position: relative; display: grid; align-items: end; color: var(--white); background-image: linear-gradient(100deg, rgba(8,43,58,.92), rgba(8,43,58,.36)), var(--hero-image); background-size: cover; background-position: center; isolation: isolate; }
.jtp-hero--home { background-position: center 52%; }
.jtp-hero--accommodation { background-position: center 36%; }
.jtp-hero--kite-wing-lessons { background-position: center 44%; }
.jtp-hero--contact-reserve { background-position: center 48%; }
.jtp-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(0deg, rgba(8,43,58,.58), transparent); z-index: -1; }
.jtp-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,43,58,.10), rgba(8,43,58,.34)); z-index: -2; }
.jtp-hero__content { padding: 118px 0 74px; }
.jtp-eyebrow { margin: 0 0 18px; color: var(--aqua); text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 900; }
.jtp-hero h1 { max-width: 960px; margin: 0; color: var(--white); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(46px, 8vw, 96px); line-height: .95; font-weight: 700; letter-spacing: 0; }
.jtp-hero__lead { max-width: 760px; margin: 24px 0 0; color: rgba(255,255,255,.92); font-size: clamp(17px, 2vw, 22px); }
.jtp-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.jtp-content { padding: 82px 0 94px; }
.jtp-content > p:first-child { font-size: clamp(19px, 2.2vw, 25px); color: var(--navy); max-width: 900px; }
.jtp-content h2 { margin: 56px 0 18px; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.03; font-weight: 700; letter-spacing: 0; max-width: 880px; }
.jtp-content > h2:first-child { margin-top: 0; }
.jtp-content h3 { margin: 34px 0 10px; color: var(--navy); font-size: clamp(21px, 2.4vw, 28px); line-height: 1.15; }
.jtp-content h4 { color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.jtp-content p, .jtp-content li { font-size: 17px; }
.jtp-content p { max-width: 920px; }
.jtp-content ul, .jtp-content ol { max-width: 930px; padding-left: 1.25rem; }
.jtp-content li { margin: 8px 0; }
.jtp-content strong { color: var(--navy); }
.jtp-content code { background: var(--white); border: 1px solid var(--gray); border-radius: 6px; padding: 2px 5px; }
.jtp-content h2 + p, .jtp-content h3 + p { margin-top: 0; }
.jtp-content h3 + ul, .jtp-content h3 + ol { background: var(--white); border: 1px solid var(--gray); border-radius: var(--radius); padding: 22px 28px 22px 46px; box-shadow: 0 16px 50px rgba(8,43,58,.07); }
.jtp-inline-link { color: var(--teal); font-weight: 800; }
.jtp-kicker, .jtp-card-kicker { margin: 0 0 10px; color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 900; }
.jtp-lead-grid, .jtp-split, .jtp-contact-panel { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: clamp(26px, 5vw, 64px); align-items: center; margin: 0 0 64px; }
.jtp-split { margin-top: 74px; }
.jtp-split--reverse { grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr); }
.jtp-split--reverse figure { order: 1; }
.jtp-split--reverse > div { order: 2; }
.jtp-inline-photo, .jtp-split figure { margin: 0; }
.jtp-inline-photo img, .jtp-split img, .jtp-service-card img { width: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.jtp-inline-photo img, .jtp-split img { aspect-ratio: 4 / 3; }
.jtp-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 42px 0 72px; }
.jtp-service-card, .jtp-mini-card, .jtp-info-panel, .jtp-contact-panel { background: var(--white); border: 1px solid var(--gray); border-radius: var(--radius); box-shadow: 0 16px 50px rgba(8,43,58,.07); }
.jtp-service-card { overflow: hidden; display: grid; grid-template-rows: auto 1fr; }
.jtp-service-card img { aspect-ratio: 16 / 10; border-radius: 0; box-shadow: none; }
.jtp-service-card div { padding: 22px; }
.jtp-service-card h3, .jtp-mini-card h3 { margin-top: 0; }
.jtp-service-card p, .jtp-mini-card p { font-size: 15px; }
.jtp-card-link { color: var(--teal); font-weight: 850; text-decoration: none; }
.jtp-card-link:hover { text-decoration: underline; }
.jtp-card-grid--compact { margin-top: 34px; }
.jtp-mini-card { padding: 24px; }
.jtp-mini-card span { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: #e7f6f8; color: var(--teal); font-weight: 900; margin-bottom: 16px; }
.jtp-clean-list { padding-left: 1.1rem; margin: 18px 0 24px; }
.jtp-clean-list li { margin: 10px 0; }
.jtp-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; padding: 0; list-style: none; max-width: none !important; }
.jtp-check-grid li { margin: 0; padding: 14px 16px; background: #f7fbfb; border: 1px solid var(--gray); border-radius: var(--radius); }
.jtp-info-panel { padding: clamp(24px, 4vw, 38px); margin-top: 68px; }
.jtp-info-panel h2 { margin-top: 0; }
.jtp-contact-panel { padding: clamp(24px, 4vw, 38px); align-items: start; }
.jtp-contact-panel h2 { margin-top: 0; }
.jtp-policy-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--gray); }
.jtp-policy-links .jtp-kicker { flex-basis: 100%; margin-bottom: 0; }
.jtp-policy-links a { color: var(--teal); font-size: 14px; font-weight: 850; text-decoration: none; }
.jtp-policy-links a:hover { text-decoration: underline; }
.table-wrap { overflow-x: auto; margin: 24px 0; }
table { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--gray); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
th, td { padding: 15px 16px; text-align: left; border-bottom: 1px solid var(--gray); }
th { color: var(--navy); background: #f4eee2; }
.jtp-section--form { margin: 0; padding: 82px 0 98px; background: linear-gradient(180deg, #fff, var(--warm)); border-top: 1px solid rgba(8,43,58,.08); }
.jtp-section--form h2 { margin: 0 0 10px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(36px, 5vw, 58px); line-height: 1; color: var(--navy); }
.jtp-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; margin-top: 28px; padding: 28px; background: var(--white); border: 1px solid var(--gray); border-radius: var(--radius); box-shadow: var(--shadow); }
.jtp-field { display: grid; gap: 8px; min-width: 0; }
.jtp-field--textarea, .jtp-field--checkboxes, .jtp-field--checkbox { grid-column: 1 / -1; }
.jtp-field label, .jtp-field legend { color: var(--navy); font-weight: 800; font-size: 14px; }
.jtp-field input:not([type="checkbox"]), .jtp-field select, .jtp-field textarea { width: 100%; min-height: 48px; border: 1px solid #ccd7db; border-radius: var(--radius); background: #fff; padding: 12px 13px; color: var(--ink); font: inherit; }
.jtp-field textarea { resize: vertical; }
.jtp-field input:focus, .jtp-field select:focus, .jtp-field textarea:focus { outline: 3px solid rgba(94,202,212,.35); border-color: var(--teal); }
.jtp-field fieldset { margin: 0; padding: 16px; border: 1px solid #ccd7db; border-radius: var(--radius); display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 16px; }
.jtp-field fieldset.is-invalid { border-color: #b42525; box-shadow: 0 0 0 3px rgba(180,37,37,.12); }
.jtp-choice { display: flex !important; align-items: flex-start; gap: 9px; font-weight: 600 !important; color: var(--ink) !important; }
.jtp-choice input { width: auto; margin-top: 4px; }
.jtp-choice--single { background: #f7fbfb; border: 1px solid var(--gray); border-radius: var(--radius); padding: 14px; }
.jtp-form__actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 6px; }
.jtp-form__actions p { margin: 0; color: var(--muted); font-size: 13px; max-width: 520px; }
.jtp-form-legal { flex-basis: 100%; max-width: 760px !important; }
.jtp-form-legal a { color: var(--teal); font-weight: 850; }
.jtp-hp { position: absolute; left: -10000px; height: 1px; width: 1px; overflow: hidden; }
.jtp-form-notice { margin: 18px 0; padding: 14px 16px; border-radius: var(--radius); font-weight: 700; }
.jtp-form-notice--success { background: #e8f7ef; color: #155b36; }
.jtp-form-notice--error { background: #fff0f0; color: #8a1f1f; }
.jtp-content--legal { padding-top: clamp(56px, 7vw, 86px); }
.jtp-legal-shell { max-width: 920px; margin: 0 auto; padding: clamp(24px, 4vw, 46px); background: var(--white); border: 1px solid var(--gray); border-radius: var(--radius); box-shadow: var(--shadow); }
.jtp-legal-shell h2 { font-family: Manrope, Arial, sans-serif; font-size: clamp(22px, 2.2vw, 30px); line-height: 1.16; margin-top: 42px; }
.jtp-legal-shell h2:first-of-type { margin-top: 28px; }
.jtp-legal-shell p, .jtp-legal-shell li { font-size: 16px; line-height: 1.78; }
.jtp-legal-shell p:first-of-type { font-size: 17px; color: var(--navy); }
.jtp-legal-shell ul { padding-left: 1.25rem; }
.jtp-effective-date { display: inline-flex; width: auto; padding: 10px 13px; background: #f7fbfb; border: 1px solid var(--gray); border-radius: var(--radius); color: var(--navy); }
.jtp-legal-contact { margin-top: 18px; padding: 18px; background: #f7fbfb; border: 1px solid var(--gray); border-radius: var(--radius); color: var(--ink); font-style: normal; line-height: 1.8; }
.jtp-legal-contact a { color: var(--teal); font-weight: 850; }
.jtp-legal-crosslinks { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; margin: 0 0 30px; padding: 14px 16px; background: #f7fbfb; border: 1px solid var(--gray); border-radius: var(--radius); }
.jtp-legal-crosslinks span { color: var(--muted); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.jtp-legal-crosslinks a { color: var(--teal); font-weight: 850; text-decoration: none; }
.jtp-legal-crosslinks a:hover { text-decoration: underline; }
.jtp-policy-source { margin: 28px 0; padding: 28px; background: var(--white); border: 1px solid var(--gray); border-radius: var(--radius); box-shadow: var(--shadow); }
.jtp-policy-source__header h2 { margin-top: 0; }
.jtp-policy-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin: 22px 0 28px; }
.jtp-policy-grid article { padding: 18px; background: #f7fbfb; border: 1px solid var(--gray); border-radius: var(--radius); }
.jtp-policy-grid h2 { font-family: Manrope, Arial, sans-serif; font-size: 17px; margin: 0 0 8px; line-height: 1.2; }
.jtp-policy-section { border-top: 1px solid var(--gray); padding-top: 18px; margin-top: 20px; }
.jtp-policy-section h2 { font-family: Manrope, Arial, sans-serif; font-size: 24px; line-height: 1.15; margin: 0 0 8px; }
.jtp-hero--payment { min-height: min(660px, calc(100vh - 76px)); }
.jtp-payment-content { padding-top: 64px; }
.jtp-payment-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: clamp(22px, 4vw, 38px); align-items: start; margin-bottom: 34px; }
.jtp-payment-panel, .jtp-payment-side, .jtp-payment-summary { background: var(--white); border: 1px solid var(--gray); border-radius: var(--radius); box-shadow: 0 16px 50px rgba(8,43,58,.07); }
.jtp-payment-panel, .jtp-payment-side { padding: clamp(24px, 4vw, 38px); }
.jtp-payment-panel h2, .jtp-payment-side h2 { margin-top: 0; }
.jtp-payment-summary { display: grid; gap: 12px; margin: 24px 0; padding: 20px; background: #f7fbfb; box-shadow: none; }
.jtp-payment-summary p { margin: 0; }
.jtp-payment-note { color: var(--muted); font-size: 14px !important; }
.jtp-button--disabled { background: #b8c5ca; color: #f7fbfb; box-shadow: none; cursor: not-allowed; pointer-events: none; }
.jtp-partner-logo { width: min(250px, 100%); margin: 0 0 24px; padding: 14px; background: var(--white); border: 1px solid var(--gray); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(8,43,58,.06); }
.jtp-payment-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 38px 0 62px; }
.jtp-payment-gallery figure { margin: 0; }
.jtp-payment-gallery img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.jtp-footer { background: var(--navy); color: var(--white); padding: 58px 0 26px; }
.jtp-footer__inner { width: min(1240px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: minmax(260px, 2fr) repeat(3, minmax(140px, 1fr)); gap: 34px; }
.jtp-footer img { width: 260px; max-width: 100%; margin-bottom: 18px; padding: 10px 12px; background: var(--white); border-radius: var(--radius); box-shadow: 0 14px 34px rgba(0,0,0,.16); }
.jtp-footer h2 { color: var(--aqua); margin: 0 0 14px; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; }
.jtp-footer p, .jtp-footer li { color: rgba(255,255,255,.78); font-size: 14px; }
.jtp-footer__address { font-family: Manrope, Arial, sans-serif; font-weight: 400; line-height: 1.7; }
.jtp-footer ul { list-style: none; padding: 0; margin: 0; }
.jtp-footer li { margin: 8px 0; }
.jtp-footer a { color: inherit; text-decoration: none; }
.jtp-footer a:hover { color: var(--aqua); }
.jtp-footer__disclaimer { width: min(1240px, calc(100% - 40px)); margin: 36px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.62); font-size: 13px; }
@media (max-width: 980px) {
  .jtp-menu-toggle { display: block; }
  .jtp-nav { position: fixed; left: 16px; right: 16px; top: 84px; display: none; flex-direction: column; align-items: stretch; padding: 18px; background: var(--white); border: 1px solid var(--gray); border-radius: var(--radius); box-shadow: var(--shadow); }
  .jtp-nav.is-open { display: flex; }
  .jtp-nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
  .jtp-nav a { display: block; padding: 10px 8px; }
  .jtp-button--nav { text-align: center; }
  .jtp-hero { min-height: auto; }
  .jtp-hero__content { padding: 92px 0 62px; }
  .jtp-lead-grid, .jtp-split, .jtp-split--reverse, .jtp-contact-panel, .jtp-card-grid, .jtp-check-grid, .jtp-field fieldset, .jtp-policy-grid, .jtp-payment-layout, .jtp-payment-gallery, .jtp-footer__inner { grid-template-columns: 1fr; }
  .jtp-split--reverse figure, .jtp-split--reverse > div { order: initial; }
}
@media (max-width: 720px) {
  .jtp-container { width: min(100% - 28px, 1160px); }
  .jtp-header__inner { min-height: 68px; }
  .jtp-brand img { width: min(214px, calc(100vw - 104px)); }
  .jtp-hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .jtp-hero__lead { font-size: 17px; }
  .jtp-hero__actions .jtp-button { width: 100%; }
  .jtp-content { padding: 56px 0 64px; }
  .jtp-content h2 { margin-top: 46px; }
  .jtp-card-grid { margin-bottom: 54px; }
  .jtp-service-card div, .jtp-mini-card { padding: 18px; }
  .jtp-form { grid-template-columns: 1fr; padding: 18px; }
  .jtp-section--form { padding: 56px 0 68px; }
  .jtp-legal-shell { padding: 22px 18px; }
  .jtp-legal-crosslinks { align-items: flex-start; flex-direction: column; }
  .jtp-policy-source { padding: 18px; }
}
