*, *::before, *::after { box-sizing:border-box; margin:0; padding:0; }
:root { --coral-dk:#E85555; --coral:#FF6B6B; --paper:#EEF2ED; --paper-dk:#E3E9E1; --teal:#2A6F77; --teal-dk:#1F565C; --navy-lt:#1A3A57; --navy:#0D2137; --brass:#C89B3C; --brass-lt:#E4C377; --text-lt:#56636F; --text:#1E2D3D; --white:#FFFFFF; --line:#D6DDD3; }
body { background:var(--paper); color:var(--text); font-family:'Nunito', sans-serif; overflow-x:hidden; }
h1, h2, h3, .section-title, .display { font-family:'Fraunces', serif; font-weight:600; letter-spacing:-.01em; }
.mono, .eyebrow-mono { font-family:'IBM Plex Mono', monospace; }
nav { background:var(--navy); border-bottom:1px solid rgba(255,255,255,.08); position:sticky; top:0; z-index:100; }
.nav-inner { align-items:center; display:flex; height:72px; justify-content:space-between; margin:0 auto; max-width:1200px; padding:0 24px; }
.nav-logo { align-items:center; display:flex; text-decoration:none; }
.logo-text { color:#fff; font-family:'Fraunces',serif; font-style:italic; font-size:1.6rem; font-weight:600; letter-spacing:.01em; line-height:1; }
.logo-ports { color:var(--brass-lt); font-style:normal; }
.nav-links a:hover { background:rgba(255,255,255,.1); color:#fff; }
.nav-links .btn-buy:hover { background:var(--coral-dk); transform:scale(1.04); }
.hero { background:var(--navy); overflow:hidden; padding:80px 24px 0; position:relative; }
.hero-bg { background-image:url('/images/SmartyPortsHeader.webp'); background-position:center; background-size:cover; inset:0; opacity:0.12; position:absolute; }
.hero-overlay { background:linear-gradient(135deg, var(--navy) 0%, rgba(13,33,55,.88) 50%, rgba(13,60,77,.82) 100%); inset:0; position:absolute; }
.hero-inner { align-items:flex-end; display:flex; gap:48px; margin:0 auto; max-width:1200px; position:relative; }
.hero-text { flex:1; padding-bottom:60px; }
.hero-tag { align-items:center; background:transparent; border:1px solid rgba(228,195,119,.45); border-radius:999px; color:var(--brass-lt); display:inline-flex; font-family:'IBM Plex Mono',monospace; font-size:.76rem; gap:8px; letter-spacing:.08em; margin-bottom:22px; padding:6px 14px 6px 12px; text-transform:uppercase; }
.hero-tag::before { content:"⚓"; font-size:.85rem; }
.hero-text h1 { color:#fff; font-size:clamp(2rem, 4vw, 3.2rem); line-height:1.12; margin-bottom:20px; }
.hero-text h1 span { color:var(--brass-lt); font-style:italic; }
.hero-text p { color:rgba(255,255,255,.72); font-size:1.1rem; line-height:1.7; margin-bottom:36px; max-width:520px; }
.hero-btns { display:flex; flex-wrap:wrap; gap:14px; }
.btn-secondary { background:rgba(255,255,255,.08); border-radius:10px; border:2px solid rgba(255,255,255,.3); color:#fff; cursor:pointer; font-family:'Nunito', sans-serif; font-size:1rem; font-weight:700; padding:14px 30px; text-decoration:none; transition:background .2s, border-color .2s; }
.btn-secondary:hover { background:rgba(255,255,255,.16); border-color:rgba(255,255,255,.6); }
.hero-image { flex:0 0 auto; position:relative; }
.hero-image img { display:block; filter:drop-shadow(0 20px 40px rgba(0,0,0,.5)); max-height:420px; }
.wave { display:block; line-height:0; width:100%; }
.wave svg { display:block; width:100%; }

/* ── ROUTE-LINE DIVIDER (signature device) ── */
.route-line { background:var(--paper); height:40px; position:relative; }
.route-line::before { border-top:2px dashed var(--line); content:""; height:0; left:0; position:absolute; right:0; top:50%; transform:translateY(-50%); }
.route-line .route-mark { background:var(--paper); color:var(--brass); font-size:1.1rem; left:50%; padding:0 16px; position:absolute; top:50%; transform:translate(-50%,-50%); }
.route-line.on-navy { background:var(--navy); }
.route-line.on-navy::before { border-top-color:rgba(255,255,255,.18); }
.route-line.on-navy .route-mark { background:var(--navy); }

.features { background:var(--paper); padding:72px 24px; }
.section-title { color:var(--navy); font-size:clamp(1.6rem, 3vw, 2.4rem); margin-bottom:56px; text-align:center; }
.features-grid { display:grid; gap:28px; grid-template-columns:repeat(auto-fit, minmax(230px, 1fr)); margin:0 auto; max-width:1100px; }
.feature-card { background:var(--white); border:1px solid var(--line); border-radius:14px; padding:32px 28px; text-align:center; transition:transform .25s, box-shadow .25s; }
.feature-card:hover { box-shadow:0 12px 36px rgba(13,33,55,.1); transform:translateY(-6px); }
.feature-icon { align-items:center; background:transparent; border:2px solid var(--brass); border-radius:50%; color:var(--brass); display:flex; font-size:1.5rem; height:64px; justify-content:center; margin:0 auto 20px; width:64px; }
.fi-save, .fi-max, .fi-exp, .fi-ready { background:transparent; }
.feature-card h3 { color:var(--navy); font-size:1.15rem; margin-bottom:10px; }
.feature-card p { color:var(--text-lt); font-size:.92rem; line-height:1.6; }
.inside-guide { background:var(--navy); padding:80px 24px; }
.inside-inner { align-items:center; display:flex; gap:64px; margin:0 auto; max-width:1100px; }
.inside-img { flex:0 0 420px; }
.inside-img img { border-radius:16px; box-shadow:0 20px 44px rgba(0,0,0,.4); width:100%; }
.inside-text { flex:1; }
.inside-text .section-label { color:var(--brass-lt); text-align:left; }
.inside-text h2 { color:var(--white); font-size:clamp(1.6rem, 3vw, 2.2rem); margin-bottom:20px; text-align:left; }
.inside-list { display:flex; flex-direction:column; gap:16px; list-style:none; }
.inside-list li { align-items:flex-start; color:rgba(255,255,255,.82); display:flex; font-size:.97rem; gap:14px; line-height:1.6; }
.inside-list li .check { align-items:center; background:var(--teal); border-radius:50%; display:flex; flex-shrink:0; height:24px; justify-content:center; margin-top:2px; width:24px; }
.inside-list li .check svg { height:13px; width:13px; }
.guides-preview { background:var(--paper); padding:80px 24px; }
.guide-card:hover { box-shadow:0 14px 40px rgba(13,33,55,.12); transform:translateY(-6px); }
.guide-card-tag { background:transparent; border:none; color:var(--teal); display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:.72rem; font-weight:600; letter-spacing:.06em; margin-bottom:10px; padding:0; text-transform:uppercase; }
.guide-card-soon-img { align-items:center; background:var(--paper-dk); display:flex; height:200px; justify-content:center; position:relative; width:100%; }
.soon-initial { color:var(--line); font-family:'Fraunces',serif; font-size:3.5rem; font-weight:600; line-height:1; }
.soon-badge { background:var(--text-lt); border-radius:999px; color:#fff; font-family:'IBM Plex Mono',monospace; font-size:.68rem; font-weight:600; letter-spacing:.06em; padding:4px 10px; position:absolute; right:14px; text-transform:uppercase; top:14px; }
.guide-card-tag-soon { color:var(--text-lt); }
.btn-coming-soon { background:var(--paper-dk); border-radius:10px; border:2px solid var(--line); color:var(--text-lt); cursor:default; display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:.85rem; font-weight:600; padding:10px 22px; }
.guides-cta-wrap { margin-top:44px; text-align:center; }
.btn-outline { border-radius:10px; border:2px solid var(--navy); color:var(--navy); display:inline-block; font-family:'Nunito', sans-serif; font-size:1rem; font-weight:800; padding:13px 32px; text-decoration:none; transition:background .2s, color .2s; }
.btn-outline:hover { background:var(--navy); color:#fff; }
.cta-banner { background:var(--navy); padding:80px 24px; }
.cta-inner { align-items:center; display:flex; gap:60px; margin:0 auto; max-width:1100px; }
.cta-text { flex:1; }
.cta-text h2 { color:#fff; font-size:clamp(1.6rem, 3vw, 2.4rem); margin-bottom:16px; }
.cta-text p { color:rgba(255,255,255,.7); font-size:1.05rem; line-height:1.7; margin-bottom:30px; }
.btn-sun:hover { box-shadow:0 8px 0 #9c7a2c; transform:translateY(-2px); }
.cta-image { flex:0 0 260px; text-align:center; }
.cta-image img { border-radius:16px; box-shadow:0 20px 44px rgba(0,0,0,.4); max-width:100%; }
.trust { background:var(--paper); padding:80px 24px; }
.trust-grid { display:grid; gap:28px; grid-template-columns:repeat(auto-fit, minmax(280px, 1fr)); margin:0 auto; max-width:1100px; }
.trust-card { background:var(--white); border:1px solid var(--line); border-radius:14px; padding:32px 28px; }
.trust-icon { display:block; font-size:1.8rem; line-height:1; margin-bottom:16px; }
.trust-card h3 { color:var(--navy); font-size:1.1rem; margin-bottom:10px; }
.trust-card p { color:var(--text-lt); font-size:.92rem; line-height:1.65; }
.trust-card blockquote { border-left:none; color:var(--navy); font-family:'Fraunces',serif; font-size:1.02rem; font-style:italic; line-height:1.7; padding-left:0; }
.footer-nav a:hover { color:#fff; }
.footer-legal { display:flex; flex-wrap:wrap; gap:16px; justify-content:flex-end; list-style:none; }
.footer-legal a { color:rgba(255,255,255,.65); font-size:.85rem; font-weight:700; text-decoration:none; transition:color .2s; }
.footer-legal a:hover { color:#fff; }
.nav-links a.active { color:#fff; }
.page-header { background:var(--navy); overflow:hidden; padding:64px 24px 56px; position:relative; text-align:center; }
.page-header-content { position:relative; }
.tag { background:transparent; border:1px solid rgba(228,195,119,.45); border-radius:999px; color:var(--brass-lt); display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:.76rem; letter-spacing:.08em; margin-bottom:16px; padding:6px 14px; text-transform:uppercase; }
.page-header h1 { color:#fff; font-size:clamp(1.8rem,4vw,2.8rem); margin-bottom:14px; }
.page-header h1 span { color:var(--brass-lt); font-style:italic; }
.story { background:var(--white); padding:80px 24px; }
.story-inner { align-items:center; display:flex; gap:64px; margin:0 auto; max-width:1100px; }
.story-img { flex:0 0 420px; }
.story-img img { border-radius:16px; box-shadow:0 12px 40px rgba(13,33,55,.14); width:100%; }
.story-text { flex:1; }
.story-text h2 { color:var(--navy); font-size:clamp(1.6rem,3vw,2.2rem); margin-bottom:20px; }
.story-text p { color:var(--text-lt); font-size:.97rem; line-height:1.8; margin-bottom:16px; }
.story-text p:last-child { margin-bottom:0; }
.values { background:var(--paper); padding:80px 24px; }
.section-label-center { color:var(--teal); display:block; font-family:'IBM Plex Mono',monospace; font-size:.78rem; font-weight:600; letter-spacing:.1em; margin-bottom:12px; text-align:center; text-transform:uppercase; }
.values-grid { display:grid; gap:28px; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); margin:0 auto; max-width:1100px; }
.value-card { background:var(--white); border:1px solid var(--line); border-radius:14px; padding:32px 28px; text-align:center; transition:transform .25s,box-shadow .25s; }
.value-card:hover { box-shadow:0 12px 36px rgba(13,33,55,.1); transform:translateY(-6px); }
.value-icon { align-items:center; background:transparent; border:2px solid var(--brass); border-radius:50%; color:var(--brass); display:flex; font-size:1.5rem; height:64px; justify-content:center; margin:0 auto 20px; width:64px; }
.vi-1, .vi-2, .vi-3, .vi-4 { background:transparent; }
.value-card h3 { color:var(--navy); font-size:1.1rem; margin-bottom:10px; }
.value-card p { color:var(--text-lt); font-size:.9rem; line-height:1.65; }
.brand-strip { background:var(--white); padding:72px 24px; }
.brand-strip-inner { align-items:center; display:flex; gap:64px; margin:0 auto; max-width:1100px; }
.brand-strip-text { flex:1; }
.brand-strip-text h2 { color:var(--navy); font-size:clamp(1.4rem,3vw,2rem); margin-bottom:16px; }
.brand-strip-text p { color:var(--text-lt); font-size:.97rem; line-height:1.8; margin-bottom:16px; }
.brand-logo { flex:0 0 340px; text-align:center; }
.brand-logo img { max-width:100%; }
.contact-section { background:var(--white); padding:80px 24px; }
.contact-inner { align-items:start; display:grid; gap:64px; grid-template-columns:1fr 1.6fr; margin:0 auto; max-width:1000px; }
.contact-info h2 { color:var(--navy); font-size:1.6rem; margin-bottom:16px; }
.contact-info p { color:var(--text-lt); font-size:.95rem; line-height:1.8; margin-bottom:32px; }
.contact-item { align-items:flex-start; display:flex; gap:14px; margin-bottom:24px; }
.contact-item-icon { align-items:center; background:var(--paper-dk); border-radius:12px; display:flex; flex-shrink:0; height:44px; justify-content:center; width:44px; }
.ci-1, .ci-2, .ci-3 { background:var(--paper-dk); }
.contact-item-icon img { height:24px; object-fit:contain; width:24px; }
.contact-item-text strong { color:var(--navy); display:block; font-size:.9rem; font-weight:800; margin-bottom:2px; }
.contact-item-text span { color:var(--text-lt); font-size:.88rem; line-height:1.5; }
.contact-form-wrap { background:var(--paper); border-radius:16px; padding:40px; }
.contact-form-wrap h3 { color:var(--navy); font-size:1.2rem; margin-bottom:24px; }
.form-row { display:grid; gap:16px; grid-template-columns:1fr 1fr; margin-bottom:16px; }
.form-group { display:flex; flex-direction:column; margin-bottom:16px; }
.form-group label { color:var(--navy); font-size:.85rem; font-weight:800; margin-bottom:6px; }
.form-group input, .form-group select, .form-group textarea { background:var(--white); border-radius:10px; border:2px solid var(--line); color:var(--text); font-family:'Nunito',sans-serif; font-size:.95rem; outline:none; padding:12px 16px; transition:border-color .2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color:var(--teal); }
.form-group textarea { min-height:120px; resize:vertical; }
.btn-submit { background:var(--coral); border-radius:10px; border:none; box-shadow:0 5px 0 var(--coral-dk); color:#fff; cursor:pointer; font-family:'Nunito',sans-serif; font-size:1rem; font-weight:800; padding:14px 24px; transition:transform .12s; width:100%; }
.btn-submit:hover { transform:translateY(-2px); }
.btn-submit:active { box-shadow:0 3px 0 var(--coral-dk); transform:translateY(2px); }
.form-note { color:var(--text-lt); font-size:.8rem; line-height:1.5; margin-top:12px; text-align:center; }
.filter-bar { background:var(--paper); border-bottom:1px solid var(--line); padding:24px; }
.filter-inner { align-items:center; display:flex; flex-wrap:wrap; gap:12px; margin:0 auto; max-width:1100px; }
.filter-label { color:var(--text-lt); font-family:'IBM Plex Mono',monospace; font-size:.85rem; font-weight:600; margin-right:4px; }
.filter-chip { background:var(--white); border-radius:999px; border:2px solid var(--line); color:var(--text); cursor:pointer; font-family:'Nunito', sans-serif; font-size:.85rem; font-weight:700; padding:7px 18px; transition:all .2s; }
.filter-chip:hover, .filter-chip.active { background:var(--navy); border-color:var(--navy); color:#fff; }
.guides-section { background:var(--paper); padding:56px 24px 80px; }
.guides-section-inner { margin:0 auto; max-width:1100px; }
.region-heading { border-left:4px solid var(--brass); color:var(--navy); font-family:'IBM Plex Mono',monospace; font-size:1rem; font-weight:600; letter-spacing:.06em; margin:48px 0 24px; padding-left:12px; text-transform:uppercase; }
.region-heading:first-of-type { margin-top:0; }

.series-block { display:none; margin-top:0; }
.series-heading { border-bottom:2px solid var(--line); color:var(--navy); font-size:clamp(1.5rem, 3vw, 2.1rem); margin-bottom:6px; padding-bottom:16px; }
.series-heading-note { color:var(--text-lt); font-family:'IBM Plex Mono',monospace; font-size:.8rem; letter-spacing:.02em; margin:0 0 8px; }

.series-back { background:none; border:none; color:var(--teal); cursor:pointer; display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:.8rem; font-weight:600; margin-bottom:20px; padding:0; text-transform:uppercase; letter-spacing:.04em; }
.series-back:hover { color:var(--teal-dk); text-decoration:underline; }

.series-tile-grid { display:grid; gap:20px; grid-template-columns:repeat(3, 1fr); }
@media (max-width: 900px) { .series-tile-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .series-tile-grid { grid-template-columns: 1fr; } }
.series-tile { background:var(--white); border:1px solid var(--line); border-radius:16px; cursor:pointer; display:flex; flex-direction:column; overflow:hidden; text-align:left; transition:transform .2s, box-shadow .2s; }
.series-tile:hover { box-shadow:0 14px 40px rgba(13,33,55,.12); transform:translateY(-4px); }
.series-tile-img { display:block; height:160px; object-fit:cover; width:100%; }
.series-tile-body { display:flex; flex:1; flex-direction:column; padding:24px 26px 26px; }
.series-tile h3 { color:var(--navy); font-size:1.2rem; margin:10px 0 8px; }
.series-tile p { color:var(--text-lt); font-size:.9rem; line-height:1.55; margin-bottom:16px; }
.series-tile-count { align-self:flex-start; background:var(--teal); border-radius:999px; color:#fff; display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:.68rem; font-weight:600; letter-spacing:.06em; padding:4px 10px; text-transform:uppercase; }
.series-tile-count-soon { background:var(--text-lt); }
.series-tile-cta { background:var(--navy); border-radius:10px; color:#fff; display:block; font-family:'Nunito', sans-serif; font-size:.9rem; font-weight:800; margin-top:auto; padding:12px 24px; text-align:center; transition:background .2s, transform .15s; }
.series-tile:hover .series-tile-cta { background:var(--navy-lt); }
.series-tile-soon .series-tile-cta { background:var(--text-lt); }
.series-tile-soon:hover { box-shadow:none; transform:none; }

.series-empty-state { background:var(--white); border:1px dashed var(--line); border-radius:16px; padding:40px 32px; text-align:center; }
.series-empty-state p { color:var(--text-lt); margin:0 auto 20px; max-width:480px; }
.series-empty-state .btn-notify { display:inline-block; }
.guide-card-img-wrap { align-items:center; background:var(--navy); display:flex; height:300px; justify-content:center; overflow:hidden; position:relative; }
.guide-card:hover .guide-card-img { transform:scale(1.04); }
.guide-card-region { background:var(--teal); border-radius:999px; color:#fff; font-family:'IBM Plex Mono',monospace; font-size:.68rem; font-weight:600; left:14px; letter-spacing:.06em; padding:4px 10px; position:absolute; text-transform:uppercase; top:14px; }
.guide-card-kindle { background:var(--brass); border-radius:999px; color:var(--navy); font-family:'IBM Plex Mono',monospace; font-size:.68rem; font-weight:600; padding:4px 10px; position:absolute; right:14px; top:14px; }
.guide-card-features { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:20px; }
.feature-pill { background:var(--paper-dk); border-radius:999px; color:var(--text); font-size:.75rem; font-weight:700; padding:4px 10px; }
.guide-card-soon .guide-card-img-wrap { align-items:center; background:var(--navy); display:flex; justify-content:center; }
.soon-placeholder { text-align:center; }
.soon-placeholder .port-initial { color:rgba(255,255,255,.15); font-family:'Fraunces',serif; font-size:3rem; font-weight:600; letter-spacing:-.02em; }
.guide-card-soon-badge { background:var(--text-lt); border-radius:999px; color:#fff; font-family:'IBM Plex Mono',monospace; font-size:.66rem; font-weight:600; padding:4px 10px; position:absolute; right:14px; top:14px; }
.btn-notify { background:var(--paper-dk); border-radius:10px; border:2px solid var(--line); color:var(--text-lt); cursor:default; display:block; font-family:'IBM Plex Mono',monospace; font-size:.9rem; font-weight:600; padding:12px 24px; text-align:center; text-decoration:none; }
.btn-view-guide { background:var(--navy); border-radius:10px; color:#fff; cursor:pointer; display:block; font-family:'Nunito', sans-serif; font-size:.9rem; font-weight:800; padding:12px 24px; text-align:center; text-decoration:none; transition:background .2s, transform .15s; }
.btn-view-guide:hover { background:var(--navy-lt); transform:translateY(-1px); }
.bottom-cta { background:var(--navy); padding:72px 24px; text-align:center; }
.bottom-cta h2 { color:#fff; font-size:clamp(1.5rem, 3vw, 2.2rem); margin-bottom:14px; }
.bottom-cta p { color:rgba(255,255,255,.7); font-size:1rem; line-height:1.7; margin-bottom:28px; margin-left:auto; margin-right:auto; max-width:560px; }
.faq-section { background:var(--white); padding:80px 24px; }
.faq-inner { margin:0 auto; max-width:860px; }
.faq-category { margin-bottom:60px; }
.faq-category-title { border-bottom:2px solid var(--line); color:var(--teal); font-family:'IBM Plex Mono',monospace; font-size:.95rem; font-weight:600; letter-spacing:.08em; margin-bottom:24px; padding-bottom:12px; text-transform:uppercase; }
.faq-item { border-radius:12px; border:1px solid var(--line); margin-bottom:12px; overflow:hidden; }
.faq-question { align-items:center; background:none; border:none; color:var(--navy); cursor:pointer; display:flex; font-family:'Nunito',sans-serif; font-size:1rem; font-weight:800; gap:16px; justify-content:space-between; padding:20px 24px; text-align:left; transition:background .2s; width:100%; }
.faq-question:hover { background:var(--paper); }
.faq-question.open { background:var(--paper); }
.faq-icon { align-items:center; background:var(--teal); border-radius:50%; display:flex; flex-shrink:0; height:24px; justify-content:center; transition:transform .3s; width:24px; }
.faq-icon svg { height:12px; width:12px; }
.faq-question.open .faq-icon { background:var(--coral); transform:rotate(45deg); }
.faq-answer { max-height:0; overflow:hidden; transition:max-height .35s ease, padding .25s; }
.faq-answer.open { max-height:400px; }
.faq-answer-inner { color:var(--text-lt); font-size:.95rem; line-height:1.8; padding:0 24px 20px; }
.faq-answer-inner a { color:var(--teal); font-weight:700; }
.faq-cta { background:var(--navy); padding:72px 24px; text-align:center; }
.faq-cta h2 { color:#fff; font-size:clamp(1.5rem,3vw,2.2rem); margin-bottom:12px; }
.faq-cta p { color:rgba(255,255,255,.7); font-size:1rem; line-height:1.7; margin-bottom:28px; }
.btn-white { background:rgba(255,255,255,.1); border-radius:10px; border:2px solid rgba(255,255,255,.35); color:#fff; display:inline-block; font-family:'Nunito',sans-serif; font-size:1rem; font-weight:800; margin:0 8px; padding:14px 34px; text-decoration:none; transition:background .2s; }
.btn-white:hover { background:rgba(255,255,255,.2); }
.legal-section { background:var(--white); padding:72px 24px 96px; }
.legal-inner { margin:0 auto; max-width:780px; }
.legal-meta { border-bottom:1px solid var(--line); color:var(--text-lt); font-family:'IBM Plex Mono',monospace; font-size:.82rem; margin-bottom:40px; padding-bottom:20px; }
.legal-inner h2 { color:var(--navy); font-size:1.2rem; margin:40px 0 12px; }
.legal-inner h2:first-of-type { margin-top:0; }
.legal-inner p { color:var(--text-lt); font-size:.95rem; line-height:1.9; margin-bottom:14px; }
.legal-inner ul { margin:10px 0 14px 20px; }
.legal-inner ul li { color:var(--text-lt); font-size:.95rem; line-height:1.9; margin-bottom:6px; }
.legal-inner a { color:var(--teal); font-weight:700; }

.credits-table { border-collapse:collapse; font-size:.85rem; margin:20px 0; width:100%; }
.credits-table th { background:var(--paper-dk); color:var(--navy); font-family:'IBM Plex Mono',monospace; font-size:.72rem; letter-spacing:.04em; padding:10px 12px; text-align:left; text-transform:uppercase; white-space:nowrap; }
.credits-table td { border-bottom:1px solid var(--line); color:var(--text-lt); padding:10px 12px; white-space:nowrap; }
.credits-table tbody tr:hover { background:var(--paper); }
.page-header-meta { display:flex; flex-wrap:wrap; gap:20px; justify-content:center; margin-top:20px; }
.meta-pill { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); border-radius:999px; color:rgba(255,255,255,.75); font-family:'IBM Plex Mono',monospace; font-size:.78rem; font-weight:600; padding:6px 14px; }
.section { padding:64px 24px; }
.section-inner { margin:0 auto; max-width:1000px; }
.label-ocean { background:transparent; color:var(--teal); }
.label-mint { background:transparent; color:var(--teal); }
.label-sun { background:transparent; color:var(--brass); }
.label-coral { background:transparent; color:var(--coral-dk); }
h2.section-title { color:var(--navy); font-size:clamp(1.4rem, 3vw, 2rem); margin-bottom:8px; }
.section-intro { color:var(--text-lt); font-size:1rem; line-height:1.7; margin-bottom:36px; max-width:700px; }
.section-divider { border:none; border-top:2px dashed var(--line); margin:0; }
.alt-bg { background:var(--white); }
.excursion-grid { display:grid; gap:24px; grid-template-columns:repeat(auto-fill, minmax(280px, 1fr)); }
.excursion-card { background:var(--white); border-radius:14px; border:1px solid var(--line); box-shadow:0 3px 16px rgba(13,33,55,.06); display:flex; flex-direction:column; overflow:hidden; transition:transform .2s, box-shadow .2s; }
.excursion-card:hover { box-shadow:0 10px 30px rgba(13,33,55,.1); transform:translateY(-4px); }
.excursion-card-top { flex:1; padding:20px 20px 0; }
.excursion-tag { background:transparent; border:none; color:var(--teal); display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:.7rem; font-weight:600; letter-spacing:.06em; margin-bottom:10px; padding:0; text-transform:uppercase; }
.excursion-card h3 { color:var(--navy); font-size:1.05rem; font-weight:600; line-height:1.3; margin-bottom:8px; }
.excursion-card p { color:var(--text-lt); font-size:.88rem; line-height:1.6; margin-bottom:14px; }
.excursion-details { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:16px; }
.excursion-detail { align-items:center; color:var(--text-lt); display:flex; font-family:'IBM Plex Mono',monospace; font-size:.75rem; font-weight:600; gap:4px; }
.excursion-card-bottom { border-top:2px dashed var(--line); padding:16px 20px 20px; }
.btn-book { background:var(--teal); border-radius:10px; color:#fff; display:block; font-family:'Nunito', sans-serif; font-size:.9rem; font-weight:800; padding:11px 20px; text-align:center; text-decoration:none; transition:background .2s, transform .15s; }
.btn-book:hover { background:var(--teal-dk); transform:translateY(-1px); }
.affiliate-note { color:var(--text-lt); font-size:.72rem; margin-top:8px; text-align:center; }
.affiliate-disclosure { background:var(--paper); border-radius:10px; border:1px solid var(--brass-lt); color:#7A5C00; font-size:.88rem; line-height:1.6; margin-bottom:28px; padding:12px 18px; }
.transport-grid { display:grid; gap:20px; grid-template-columns:repeat(auto-fill, minmax(240px, 1fr)); }
.transport-card { background:var(--white); border-radius:14px; border:1px solid var(--line); box-shadow:0 2px 10px rgba(13,33,55,.05); padding:22px; }
.transport-icon { font-size:2rem; margin-bottom:10px; }
.transport-card h3 { color:var(--navy); font-size:1rem; margin-bottom:6px; }
.transport-card p { color:var(--text-lt); font-size:.87rem; line-height:1.6; }
.info-card { background:var(--white); border-radius:14px; border:1px solid var(--line); box-shadow:0 2px 10px rgba(13,33,55,.05); padding:22px 24px; }
.info-card p { color:var(--text-lt); font-size:.87rem; line-height:1.6; }
.buffer-list { display:flex; flex-direction:column; gap:8px; }
.buffer-row { align-items:center; background:var(--white); border:1px solid var(--line); border-radius:10px; display:flex; gap:12px; justify-content:space-between; padding:14px 18px; }
.buffer-from { color:var(--navy); font-size:.92rem; font-weight:700; }
.buffer-time { background:var(--navy); border-radius:999px; color:#fff; font-family:'IBM Plex Mono',monospace; font-size:.78rem; font-weight:700; padding:6px 14px; white-space:nowrap; }
@media (max-width: 640px) {
  .buffer-row { align-items:flex-start; flex-direction:column; }
  .buffer-time { align-self:flex-start; }
}
.transport-price { background:transparent; border:none; color:var(--teal); display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:.78rem; font-weight:600; margin-top:10px; padding:0; }
.beach-list { display:flex; flex-direction:column; gap:20px; }
.beach-item { align-items:flex-start; background:var(--white); border-radius:14px; border:1px solid var(--line); box-shadow:0 2px 10px rgba(13,33,55,.05); display:flex; gap:20px; padding:22px 24px; }
.beach-rank { color:var(--brass); font-family:'Fraunces', serif; font-size:2rem; font-weight:600; line-height:1; min-width:40px; opacity:.6; padding-top:2px; }
.beach-info h3 { color:var(--navy); font-size:1.05rem; margin-bottom:6px; }
.beach-info p { color:var(--text-lt); font-size:.88rem; line-height:1.6; }
.beach-pills { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; }
.beach-pill { background:var(--paper-dk); border-radius:999px; color:var(--text); font-size:.74rem; font-weight:700; padding:3px 10px; }
.warning-list { display:flex; flex-direction:column; gap:16px; }
.warning-item { background:var(--white); border-left:4px solid var(--coral); border-radius:0 14px 14px 0; border-top:1px solid var(--line); border-right:1px solid var(--line); border-bottom:1px solid var(--line); box-shadow:0 2px 10px rgba(13,33,55,.05); padding:18px 22px; }
.warning-item h3 { align-items:center; color:var(--navy); display:flex; font-size:.98rem; font-weight:600; gap:8px; margin-bottom:6px; }
.warning-item p { color:var(--text-lt); font-size:.87rem; line-height:1.6; }
.buyer-banner { background:var(--paper); border-bottom:1px solid var(--line); padding:14px 24px; text-align:center; }
.buyer-banner p { color:var(--teal); font-size:.9rem; font-weight:700; }
.buyer-banner span { color:var(--text-lt); font-weight:400; }
.excursion-card-teaser { align-items:center; background:var(--paper); border-radius:14px; border:2px dashed var(--brass-lt); display:flex; flex-direction:column; gap:12px; justify-content:center; padding:28px 24px; text-align:center; }
.teaser-lock { font-size:2rem; }
.excursion-card-teaser h3 { color:var(--navy); font-size:1rem; font-weight:600; line-height:1.4; }
.excursion-card-teaser p { color:var(--text-lt); font-size:.87rem; line-height:1.6; }
.btn-teaser { background:var(--navy); border-radius:10px; color:#fff; display:inline-block; font-family:'Nunito', sans-serif; font-size:.88rem; font-weight:800; padding:10px 22px; text-decoration:none; transition:background .2s; }
.btn-teaser:hover { background:var(--navy-lt); }
.beach-item-teaser { align-items:center; background:var(--paper); border-radius:14px; border:2px dashed var(--brass-lt); display:flex; gap:16px; padding:22px 24px; }
.beach-item-teaser p { color:var(--text-lt); flex:1; font-size:.88rem; line-height:1.6; }
.ebook-cta { background:var(--navy); padding:72px 24px; text-align:center; }
.ebook-cta h2 { color:#fff; font-size:clamp(1.4rem, 3vw, 2rem); margin-bottom:14px; }
.ebook-cta p { color:rgba(255,255,255,.7); font-size:1rem; line-height:1.7; margin:0 auto 28px; max-width:600px; }
.ebook-what-you-get { background:rgba(255,255,255,.06); border-radius:14px; margin:0 auto 28px; max-width:600px; padding:20px 28px; text-align:left; }
.ebook-what-you-get p { color:var(--brass-lt); font-family:'IBM Plex Mono',monospace; font-size:.78rem; font-weight:600; letter-spacing:.06em; margin-bottom:4px; text-transform:uppercase; }
.ebook-what-you-get ul { display:flex; flex-direction:column; gap:8px; list-style:none; }
.ebook-what-you-get li { align-items:flex-start; color:rgba(255,255,255,.78); display:flex; font-size:.92rem; gap:10px; line-height:1.5; }
.ebook-what-you-get li::before { color:var(--teal-dk); background:var(--teal); border-radius:50%; content:"✓"; flex-shrink:0; font-size:.65rem; font-weight:900; height:15px; width:15px; display:inline-flex; align-items:center; justify-content:center; margin-top:2px; color:#fff; }
.ebook-coming-soon { color:rgba(255,255,255,.4); display:block; font-family:'IBM Plex Mono',monospace; font-size:.82rem; margin-top:14px; }
.welcome-banner { background:var(--navy); padding:48px 24px; text-align:center; }
.welcome-banner .badge { background:transparent; border:1px solid rgba(228,195,119,.45); border-radius:999px; color:var(--brass-lt); display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:.76rem; letter-spacing:.08em; margin-bottom:14px; padding:6px 14px; text-transform:uppercase; }
.welcome-banner h1 { color:#fff; font-size:clamp(1.5rem, 3vw, 2.2rem); margin-bottom:10px; }
.welcome-banner p { color:rgba(255,255,255,.72); font-size:1rem; line-height:1.7; margin:0 auto; max-width:560px; }
.updated-note { background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2); border-radius:999px; color:#fff; display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:.8rem; font-weight:600; margin-top:16px; padding:6px 14px; }
.link-list { display:flex; flex-direction:column; gap:16px; }
.link-card { align-items:center; background:var(--white); border-radius:14px; border:1px solid var(--line); box-shadow:0 2px 12px rgba(13,33,55,.05); display:flex; gap:20px; padding:20px 24px; }
.link-card-info { flex:1; }
.link-card-tag { background:transparent; border:none; color:var(--teal); display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:.7rem; font-weight:600; letter-spacing:.06em; margin-bottom:6px; padding:0; text-transform:uppercase; }
.link-card h3 { color:var(--navy); font-size:1rem; margin-bottom:4px; }
.link-card p { color:var(--text-lt); font-size:.87rem; line-height:1.55; }
.link-card-meta { display:flex; flex-wrap:wrap; gap:12px; margin-top:8px; }
.link-meta { color:var(--text-lt); font-family:'IBM Plex Mono',monospace; font-size:.76rem; font-weight:600; }
.beach-link-card { align-items:center; background:var(--white); border-radius:14px; border:1px solid var(--line); box-shadow:0 2px 12px rgba(13,33,55,.05); display:flex; gap:20px; padding:20px 24px; }
.beach-link-rank { color:var(--brass); font-family:'Fraunces', serif; font-size:2rem; font-weight:600; line-height:1; min-width:36px; opacity:.55; }
.beach-link-info { flex:1; }
.beach-link-info h3 { color:var(--navy); font-size:1rem; margin-bottom:4px; }
.beach-link-info p { color:var(--text-lt); font-size:.87rem; line-height:1.55; }
.btn-beach { background:var(--brass); border-radius:10px; color:var(--navy); display:inline-block; font-family:'Nunito', sans-serif; font-size:.88rem; font-weight:800; padding:10px 22px; text-decoration:none; transition:background .2s, transform .15s; white-space:nowrap; }
.btn-beach:hover { background:var(--brass-lt); transform:translateY(-1px); }
.snapshot-meta { background:var(--paper-dk); border-radius:999px; color:var(--text-lt); font-family:'IBM Plex Mono',monospace; font-size:.72rem; font-weight:600; padding:6px 14px; text-align:center; white-space:nowrap; }
@media (max-width: 640px) { .snapshot-meta { align-self: flex-start; } }

/* ── NAV LINKS ── */
.nav-links { align-items: center; display: flex; gap: 4px; list-style: none; }
.nav-links a { border-radius: 999px; color: rgba(255,255,255,.75); font-size: .92rem; font-weight: 700; padding: 9px 16px; text-decoration: none; transition: background .15s, color .15s; }
.nav-links .btn-buy { background: var(--coral); border-radius: 999px; color: #fff !important; padding: 9px 20px; transition: background .2s, transform .15s; }

/* ── PRIMARY BUTTON ── */
.btn-primary { background: var(--brass); border-radius: 10px; border: none; box-shadow: 0 6px 0 #9c7a2c; color: var(--navy); cursor: pointer; display: inline-block; font-family: 'Nunito', sans-serif; font-size: 1rem; font-weight: 800; padding: 15px 30px; text-decoration: none; transition: transform .12s; }
.btn-primary:hover { transform: translateY(-2px); }
.btn-primary:active { box-shadow: 0 4px 0 #9c7a2c; transform: translateY(2px); }

/* ── SECTION LABEL / EYEBROW ── */
.section-label { color: var(--teal); display: block; font-family:'IBM Plex Mono',monospace; font-size: .78rem; font-weight: 600; letter-spacing: .1em; margin-bottom: 12px; text-align: center; text-transform: uppercase; }
.story-text .section-label, .brand-strip-text .section-label { text-align: left; }

/* ── GUIDE CARDS: full guides page default, ticket-perforation seam ── */
.guides-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .guides-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .guides-grid { grid-template-columns: 1fr; } }
.guide-card { background: var(--white); border-radius: 16px; border: 1px solid var(--line); box-shadow: 0 4px 22px rgba(13,33,55,.08); display: flex; flex-direction: column; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.guide-card-img { display: block; height: 100%; max-width: 100%; object-fit: contain; padding: 16px; transition: transform .4s ease; width: auto; }
.guide-card-body { display: flex; flex-direction: column; flex: 1; padding: 22px 24px 24px; border-top: 2px dashed var(--line); position: relative; }
.guide-card-body::before, .guide-card-body::after { content: ""; position: absolute; top: -8px; width: 16px; height: 16px; background: var(--paper); border-radius: 50%; }
.guide-card-body::before { left: -8px; }
.guide-card-body::after { right: -8px; }
.guide-card-body h3 { color: var(--navy); font-size: 1.25rem; margin-bottom: 8px; }
.guide-card-body p { color: var(--text-lt); flex: 1; font-size: .9rem; line-height: 1.65; margin-bottom: 20px; }
.btn-buy-now { background: var(--coral); border-radius: 10px; box-shadow: 0 5px 0 var(--coral-dk); color: #fff; display: block; font-family: 'Nunito', sans-serif; font-size: .95rem; font-weight: 800; padding: 12px 24px; text-align: center; text-decoration: none; transition: transform .12s; }
.btn-buy-now:hover { transform: translateY(-2px); }
.guide-card-soon { opacity: .9; }

/* index.html homepage preview grid reuses the same class names for a simpler card layout */
.guides-preview .guides-grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); margin: 0 auto; max-width: 1100px; }
.guides-preview .guide-card { display: block; }
.guides-preview .guide-card-img { display: block; height: 200px; object-fit: cover; padding: 0; width: 100%; }
.guides-preview .guide-card-body { display: block; padding: 22px 24px 24px; }
.guides-preview .guide-card-body h3 { font-size: 1.2rem; }
.guides-preview .guide-card-body p { flex: unset; font-size: .9rem; line-height: 1.6; margin-bottom: 18px; }
.guides-preview .btn-view-guide { display: inline-block; font-size: .9rem; padding: 10px 22px; }
.guides-preview .guide-card-soon { opacity: .92; }
.guides-preview .guide-card-soon:hover { transform: translateY(-4px); }
.guides-preview .guide-card-soon-img { position: relative; }
.guides-preview .soon-badge { transform: rotate(-10deg); border: 2px dashed var(--coral); background: rgba(255,255,255,.92); border-radius: 50%; color: var(--coral-dk); width: 62px; height: 62px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .58rem; line-height: 1.15; padding: 4px; }

/* ── BTN-SUN (mapped to brass, ticket-stub press style) ── */
.cta-banner .btn-sun, .bottom-cta .btn-sun, .faq-cta .btn-sun, .ebook-cta .btn-sun { background: var(--brass); border-radius: 10px; color: var(--navy); display: inline-block; font-family: 'Nunito', sans-serif; font-size: 1rem; font-weight: 800; text-decoration: none; transition: transform .12s; }
.cta-banner .btn-sun { box-shadow: 0 6px 0 #9c7a2c; padding: 15px 32px; }
.bottom-cta .btn-sun { box-shadow: 0 6px 0 #9c7a2c; padding: 15px 34px; }
.faq-cta .btn-sun { box-shadow: 0 6px 0 #9c7a2c; margin: 0 8px; padding: 15px 34px; }
.ebook-cta .btn-sun { box-shadow: 0 6px 0 #9c7a2c; padding: 15px 34px; }

/* ── FOOTER ── */
footer { background: var(--navy); color: rgba(255,255,255,.65); padding: 48px 24px 32px; }
.footer-inner { align-items: start; display: grid; gap: 40px; grid-template-columns: auto 1fr auto; margin: 0 auto; max-width: 1200px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 32px; justify-content: center; list-style: none; }
.footer-nav a { color: rgba(255,255,255,.65); font-size: .9rem; font-weight: 700; text-decoration: none; transition: color .2s; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.08); display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 24px auto 0; max-width: 1200px; padding-top: 20px; }
.footer-copy { color: rgba(255,255,255,.4); font-size: .78rem; }

footer.footer-slim { padding: 40px 24px 28px; }
footer.footer-slim .footer-inner { align-items: center; display: flex; flex-wrap: wrap; gap: 16px; grid-template-columns: none; justify-content: space-between; max-width: 900px; }
footer.footer-slim .footer-nav { gap: 24px; justify-content: flex-start; }
footer.footer-slim .footer-nav a { font-size: .88rem; }
footer.footer-slim .footer-bottom { border-top: 1px solid rgba(255,255,255,.08); display: block; margin: 20px auto 0; max-width: 900px; padding-top: 16px; }
footer.footer-slim .footer-copy { font-size: .8rem; }

/* ── PAGE HEADER BACKGROUND ── */
.page-header-bg { background-image: url('/images/SmartyPortsHeader.webp'); background-position: center; background-size: cover; inset: 0; opacity: .1; position: absolute; }
.page-header-overlay { background: linear-gradient(135deg, var(--navy) 0%, rgba(13,33,55,.88) 60%, #0F3A4A 100%); inset: 0; position: absolute; }
.page-header p { color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.7; margin: 0 auto; max-width: 560px; }

.page-header-cozumel .page-header-bg { background-image: url('/images/port-cozumel.jpg'); opacity: .22; }
.page-header-cozumel .page-header-overlay { background: linear-gradient(135deg, var(--navy) 0%, rgba(13,33,55,.85) 60%, #0F3A4A 100%); }
.page-header-cozumel p { max-width: 580px; }

.page-header-costa-maya .page-header-bg { background-image: url('/images/port-costa-maya.jpg'); opacity: .22; }
.page-header-costa-maya .page-header-overlay { background: linear-gradient(135deg, var(--navy) 0%, rgba(13,33,55,.85) 60%, #0F3A4A 100%); }
.page-header-costa-maya p { max-width: 580px; }

.page-header-progreso .page-header-bg { background-image: url('/images/port-progreso.jpg'); opacity: .22; }
.page-header-progreso .page-header-overlay { background: linear-gradient(135deg, var(--navy) 0%, rgba(13,33,55,.85) 60%, #0F3A4A 100%); }
.page-header-progreso p { max-width: 580px; }

.page-header-cabo .page-header-bg { background-image: url('/images/port-cabo-san-lucas.jpg'); opacity: .22; }
.page-header-cabo .page-header-overlay { background: linear-gradient(135deg, var(--navy) 0%, rgba(13,33,55,.85) 60%, #0F3A4A 100%); }
.page-header-cabo p { max-width: 580px; }

/* ── SALES PAGE (port landing pages) ── */
.guide-card-img.guide-card-photo { object-fit: cover; padding: 0; }
.sales-hook { background: var(--white); padding: 80px 24px; }
.sales-hook-inner { align-items: center; display: flex; gap: 64px; margin: 0 auto; max-width: 1100px; }
.sales-hook-img { flex: 0 0 440px; }
.sales-hook-img img { border-radius: 16px; box-shadow: 0 12px 40px rgba(13,33,55,.14); width: 100%; display: block; }
.sales-hook-text { flex: 1; }
.sales-hook-text h2 { color: var(--navy); font-size: clamp(1.6rem,3vw,2.2rem); margin-bottom: 20px; }
.sales-hook-text p { color: var(--text-lt); font-size: .97rem; line-height: 1.8; margin-bottom: 16px; }
.sales-hook-text p:last-child { margin-bottom: 0; }
.sales-inside { background: var(--paper); padding: 80px 24px; }
.sales-inside-inner { margin: 0 auto; max-width: 760px; }
.sales-inside-inner .section-label, .sales-inside-inner .section-title { text-align: center; }
.sales-inside-inner .section-title { margin-bottom: 40px; }
.sales-status-bar { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 24px; }
.sales-inside-inner .inside-list li span:last-child { color: var(--text-lt); }
.btn-notify-lg { background: var(--paper-dk); border: 2px solid var(--line); border-radius: 10px; color: var(--text-lt); cursor: default; display: inline-block; font-family: 'Nunito', sans-serif; font-size: 1.05rem; font-weight: 800; padding: 16px 36px; text-align: center; }
.sales-cta-note { color: rgba(255,255,255,.55); display: block; font-family: 'IBM Plex Mono', monospace; font-size: .82rem; margin-top: 16px; }
@media (max-width: 900px) {
  .sales-hook-inner { flex-direction: column; }
  .sales-hook-img { flex: unset; margin: 0 auto; max-width: 480px; width: 100%; }
}

/* ── COZUMEL BOOKING LINKS PAGE ── */
.page-links .section { padding: 56px 24px; }
.page-links .section-inner { max-width: 900px; }
.page-links h2.section-title { font-size: clamp(1.3rem, 2.5vw, 1.8rem); margin-bottom: 6px; }
.page-links .section-intro { font-size: .95rem; margin-bottom: 28px; }
.page-links .btn-book { display: inline-block; font-size: .88rem; padding: 10px 22px; white-space: nowrap; }
.page-links .affiliate-note { font-size: .7rem; margin-top: 6px; }
.page-links .region-heading { background:none; border-left:4px solid var(--brass); border-radius:0; color:var(--navy); display:block; font-size:.85rem; font-weight:800; letter-spacing:.06em; margin:60px 0 20px; padding:2px 0 2px 14px; }
.page-links .region-heading:first-of-type { margin-top: 0; }

/* ── HERO BOARDING PASS (homepage signature element) ── */
.boarding-pass { background: var(--paper); border-radius: 12px; bottom: -18px; box-shadow: 0 18px 40px rgba(0,0,0,.35); left: -10px; overflow: hidden; position: absolute; transform: rotate(-6deg); width: 244px; z-index: 2; }
.boarding-pass-top { border-bottom: 2px dashed var(--line); padding: 14px 16px 12px; position: relative; }
.boarding-pass-top::before, .boarding-pass-top::after { background: var(--navy); border-radius: 50%; bottom: -8px; content: ""; height: 16px; position: absolute; width: 16px; }
.boarding-pass-top::before { left: -8px; }
.boarding-pass-top::after { right: -8px; }
.bp-label { color: var(--brass); font-family: 'IBM Plex Mono', monospace; font-size: .62rem; letter-spacing: .1em; margin-bottom: 4px; text-transform: uppercase; }
.bp-title { color: var(--navy); font-family: 'Fraunces', serif; font-size: 1.05rem; font-weight: 600; }
.boarding-pass-body { padding: 14px 16px 16px; }
.bp-row { color: var(--text-lt); display: flex; font-family: 'IBM Plex Mono', monospace; font-size: .72rem; justify-content: space-between; margin-bottom: 8px; }
.bp-row b { color: var(--navy); font-weight: 600; }
.bp-aboard { align-items: center; background: var(--navy); border-radius: 7px; display: flex; justify-content: space-between; margin-top: 10px; padding: 8px 10px; }
.bp-aboard span:first-child { color: rgba(255,255,255,.65); font-family: 'IBM Plex Mono', monospace; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.bp-aboard span:last-child { color: var(--brass-lt); font-family: 'IBM Plex Mono', monospace; font-size: .85rem; font-weight: 600; }

/* LIVE PORT UPDATES (links pages) */
.update-callout { background:var(--paper); border:1px solid var(--brass-lt); border-radius:14px; padding:28px 32px; }
.update-callout h2 { color:var(--navy); font-size:1.25rem; margin-bottom:16px; }
.update-callout ul { display:flex; flex-direction:column; gap:10px; list-style:none; }
.update-callout li { color:var(--text-lt); font-size:.92rem; line-height:1.6; padding-left:26px; position:relative; }
.update-callout li::before { color:var(--teal); content:"✓"; font-weight:900; left:0; position:absolute; }
.status-pill { border-radius:999px; display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:.66rem; font-weight:700; letter-spacing:.05em; padding:3px 10px; text-transform:uppercase; }
.status-pill-good { background:rgba(42,111,119,.12); color:var(--teal-dk); }
.status-pill-new { background:rgba(200,155,60,.18); color:#8A6A1F; }
.status-pill-skip { background:rgba(232,85,85,.12); color:var(--coral-dk); }
.resource-links { display:flex; flex-wrap:wrap; gap:12px; }
.resource-links a { align-items:center; background:var(--white); border-radius:10px; border:1px solid var(--line); color:var(--navy); display:inline-flex; font-size:.9rem; font-weight:700; gap:8px; padding:12px 18px; text-decoration:none; transition:border-color .2s, transform .15s; }
.resource-links a:hover { border-color:var(--teal); transform:translateY(-1px); }

@media (max-width: 900px) {
  .inside-inner { flex-direction: column; }
  .inside-img { flex: unset; margin: 0 auto; max-width: 480px; width: 100%; }
  .story-inner, .brand-strip-inner { flex-direction: column; }
  .story-img, .brand-logo { flex: unset; margin: 0 auto; max-width: 480px; width: 100%; }
}
@media (max-width: 768px) {
  .hero-inner { align-items: flex-start; flex-direction: column; padding-bottom: 0; }
  .hero-text { padding-bottom: 0; }
  .hero-image { align-self: center; position: relative; }
  .hero-image img { max-height: 260px; }
  .boarding-pass { bottom: -14px; left: 50%; transform: translateX(-50%) rotate(-4deg); }
  .cta-inner { flex-direction: column; }
  .cta-image { flex: unset; order: -1; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-nav, .footer-legal { justify-content: center; }
  .footer-bottom { justify-content: center; }
  .nav-links a { font-size: .82rem; padding: 8px 8px; }
  .contact-inner { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .beach-item { flex-direction: column; gap: 8px; }
  .beach-rank { font-size: 1.4rem; }
}
@media (max-width: 640px) {
  .link-card { align-items: flex-start; flex-direction: column; }
  .link-card .btn-book { text-align: center; width: 100%; }
  .beach-link-card { align-items: flex-start; flex-direction: column; }
  .beach-link-card .btn-beach { text-align: center; width: 100%; }
}

/* ── NAV DROPDOWN: Port Guides series menu ── */
.nav-dropdown { position:relative; }
.nav-caret { display:inline-block; font-size:.7em; margin-left:2px; opacity:.7; }
.nav-dropdown-menu { background:var(--white); border-radius:12px; box-shadow:0 14px 40px rgba(13,33,55,.22); display:none; flex-direction:column; gap:2px; left:0; list-style:none; margin:0; min-width:280px; padding:8px; position:absolute; top:calc(100% + 6px); z-index:200; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { display:flex; }
.nav-dropdown-menu a { background:none; border-radius:8px; color:var(--navy); display:block; font-size:.85rem; font-weight:600; padding:10px 14px; white-space:nowrap; }
.nav-dropdown-menu a:hover { background:var(--paper); color:var(--navy); }
