html { scroll-behavior:smooth }
section[id],footer[id] { scroll-margin-top:80px }
body { margin:0;
font-family:var(--font-body);
color:var(--text);
background:var(--white);
overflow-x:hidden;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility }
.svg-symbols { position:absolute;
width:0;
height:0;
overflow:hidden }
img { max-width:100%;
height:auto }
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-delay:0s!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;transition-delay:0s!important;scroll-behavior:auto!important}}
#main-nav { position:fixed;
inset:0 0 auto 0;
z-index:1000;
min-height:66px;
padding:12px 28px;
background:var(--blue);
border-bottom:1px solid var(--gold);
display:flex;
align-items:center;
justify-content:center; }
#main-nav.scrolled { box-shadow:0 8px 26px rgba(0,0,0,0.24) }
.nav-brand-main { position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
text-align:center;
text-decoration:none;
border-radius:8px }
.nav-brand-main:focus-visible { outline:2px solid var(--gold);
outline-offset:6px }
.nav-brand-main-text { font-family:var(--font-body);
font-weight:700;
color:var(--white);
letter-spacing:0.02em;
font-size:clamp(1rem,3vw,1.18rem);
white-space:nowrap }
.hamburger-menu-btn { position:absolute;
left:24px;
top:50%;
transform:translateY(-50%);
width:44px;
height:44px;
padding:0;
border:none;
border-radius:999px;
background:transparent;
display:inline-flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:5px;
cursor:pointer }
.hamburger-menu-btn span { display:block;
width:18px;
height:2px;
border-radius:2px;
transition:transform 180ms ease,opacity 180ms ease }
.hamburger-menu-btn[aria-expanded="true"] span:nth-child(1) { transform:translateY(7px) rotate(45deg) }
.hamburger-menu-btn[aria-expanded="true"] span:nth-child(2) { opacity:0 }
.hamburger-menu-btn[aria-expanded="true"] span:nth-child(3) { transform:translateY(-7px) rotate(-45deg) }
.hamburger-menu-panel { position:fixed;
top:calc(66px + env(safe-area-inset-top));
left:24px;
z-index:1005;
padding:8px 28px;
border-radius:22px;
background:#0d2240;
border:1px solid var(--gold-border-soft);
box-shadow:var(--shadow-menu);
display:block;
opacity:0;
visibility:hidden;
pointer-events:none;
transform:translateY(-8px) scale(0.98);
transition:opacity 180ms ease,transform 180ms ease,visibility 180ms ease }
.hamburger-menu-panel.open { opacity:1;
visibility:visible;
pointer-events:auto;
transform:translateY(0) scale(1) }
.hamburger-menu-link { position:relative;
display:flex;
align-items:center;
padding:18px 0;
font-family:var(--font-body);
font-weight:700;
font-size:var(--fs-3);
letter-spacing:0.14em;
text-transform:uppercase;
color:rgba(255,255,255,0.90);
text-decoration:none;
border-top:1px solid rgba(232,185,35,0.25);
transition:color 180ms ease }
.hamburger-menu-link::after { color:var(--gold);
opacity:0.75;
transition:opacity 180ms ease,transform 180ms ease; }
.hamburger-menu-link:first-child { border-top:none }
.hamburger-menu-link:hover,.hamburger-menu-link:focus-visible { color:var(--gold);
outline:none }
.hamburger-menu-link:hover::after,.hamburger-menu-link:focus-visible::after { opacity:1; }
.hamburger-menu-backdrop { position:fixed;
inset:0;
z-index:999;
background:var(--overlay-soft);
opacity:0;
visibility:hidden;
pointer-events:none;
transition:opacity 180ms ease,visibility 180ms ease }
.hamburger-menu-backdrop.open { opacity:1;
visibility:visible;
pointer-events:auto }
.hero { position:relative;
overflow:hidden;
min-height:760px;
padding:130px 20px 50px;
display:flex;
align-items:flex-end;
justify-content:center;
text-align:center;
background:var(--blue);
color:var(--white) }
.hero-bg-img { position:absolute;
inset:0;
z-index:0;
width:100%;
height:100%;
object-fit:cover;
object-position:center 55%;
animation:heroKenBurns 26s ease-in-out infinite alternate;
will-change:transform }
.hero::after { content:"";
position:absolute;
inset:0;
z-index:1;
pointer-events:none;
background:linear-gradient(180deg,rgba(22,48,75,0.24) 0%,rgba(22,48,75,0.28) 32%,rgba(22,48,75,0.56) 55%,rgba(22,48,75,0.78) 80%,rgba(22,48,75,0.86) 100%) }
@keyframes heroKenBurns{from{transform:scale(1)}to{transform:scale(1.1)}}
.hero-left { position:relative;
z-index:2;
max-width:900px;
margin:0 auto }
.hero-title { margin:0 0 34px;
font-family:var(--font-display);
font-size:clamp(2.8rem,7vw,5.25rem);
line-height:1.16;
font-weight:700;
text-shadow:0 2px 20px rgba(11,24,38,0.45) }
.hero-title em { display:inline-block;
margin-top:4px;
color:var(--gold);
font-family:var(--font-display);
font-style:italic;
font-weight:600;
letter-spacing:0.015em;
text-shadow:0 2px 18px rgba(11,24,38,0.42) }
.hero-desc { max-width:560px;
margin:0 auto;
color:var(--white-muted);
font-size:var(--fs-6);
line-height:1.72;
font-weight:300;
text-shadow:0 1px 12px rgba(11,24,38,0.4) }
.hero-actions { margin:30px auto 0;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
gap:14px 26px }
.hero-cta { position:relative;
min-width:178px;
padding:10px 26px;
border:1.5px solid var(--black);
font-family:var(--font-body);
font-weight:700;
font-size:var(--fs-4);
letter-spacing:0.04em;
text-decoration:none;
background:var(--gold);
color:var(--black) }
.tours-section,.about-section,#reviews,.mini-faq-section { padding:86px 24px;
background:var(--white) }
.section-header { max-width:900px;
margin:0 auto 54px; }
.section-eyebrow,.about-eyebrow,.booking-modal-eyebrow { margin-bottom:12px;
color:var(--gold-ink);
font-family:var(--font-body);
font-size:var(--fs-4);
font-weight:700;
letter-spacing:0.06em }
.section-title,.about-title { margin:0;
color:var(--black);
font-family:var(--font-display);
font-size:clamp(2rem,4vw,2.72rem);
line-height:1.18 }
.section-divider { width:42px;
height:1px;
background:var(--gold);
margin:15px auto 0;
opacity:1;
transition:opacity 620ms var(--ease-ios) 140ms;
will-change:opacity }
.before-booking-block { max-width:1100px;
margin:0 auto 70px; }
.before-booking-card { margin:0 auto;
background:var(--surface-blue);
border:1px solid var(--surface-border);
box-shadow:var(--shadow-pill) }
.before-booking-list { list-style:none;
margin:0;
padding:0;
display:grid;
gap:4px }
.before-booking-list li { padding:12px 8px;
font-weight:600;
color:var(--black);
line-height:1.35;
display:flex;
align-items:center;
justify-content:center;
gap:10px }
.tours-grid { width:min(100%,980px);
margin:0 auto;
display:grid;
grid-template-columns:1fr;
gap:30px }
.tour-card { width:100%;
overflow:hidden;
border-radius:var(--radius-lg);
background:var(--surface-blue);
border:1px solid var(--gold-border);
box-shadow:var(--shadow-card);
display:flex;
flex-direction:column;
min-height:0;
transition:box-shadow 320ms var(--ease-ios) }
.tour-card:hover { transform:none;
box-shadow:var(--shadow-card) }
.tour-card-body { min-height:300px;
padding:34px 38px 38px;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center }
.tour-name { margin:0 0 16px;
color:var(--black);
font-family:var(--font-display);
font-size:clamp(1.44rem,2.51vw,1.84rem);
line-height:1.1 }
.tour-actions { width:100%;
max-width:470px;
margin-top:30px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:14px }
.book-btn,.details-btn,.cta-button,.booking-submit-btn { border:1px solid var(--gold-border);
font-family:var(--font-body);
font-weight:800;
text-decoration:none;
cursor:pointer; }
.book-btn,.details-btn,.cta-button { padding:0 24px;
box-shadow:var(--shadow-pill) }
.book-btn,.details-btn { min-width:116px;
text-align:center;
color:var(--black) }
.book-btn { background:var(--gold);
border:1.5px solid var(--gold);
color:var(--black) }
.details-btn { background:var(--white);
border-color:var(--gold-border) }
.tour-actions .book-btn { flex:0 0 auto;
padding:0 24px }
.tour-actions .details-btn { flex:0 0 auto;
min-width:0;
background:var(--white);
border:1.2px solid var(--gold);
letter-spacing:0.01em }
.cta-button { background:var(--blue);
color:var(--white) }
.book-btn:hover,.details-btn:hover { background:var(--surface-blue-strong);
border-color:var(--gold);
color:var(--black);
transform:translateY(-1px) }
.book-btn:hover { background:var(--gold);
border-color:var(--gold);
box-shadow:var(--shadow-button) }
.cta-button:hover { background:var(--blue-deep);
border-color:var(--gold);
color:var(--white);
transform:translateY(-1px) }
.tours-custom-cta { margin:64px auto 0;
display:flex;
justify-content:center }
.about-heading-outside { text-align:center;
margin-bottom:34px }
.about-story-card { max-width:680px;
margin:0 auto;
border-radius:var(--radius-lg);
background:var(--surface-blue);
border:1px solid var(--surface-border);
box-shadow:var(--shadow);
overflow:hidden }
.about-portrait { width:100%;
aspect-ratio:16 / 9;
overflow:hidden;
background:var(--surface-blue-strong) }
.about-portrait img { width:100%;
height:100%;
object-fit:cover;
object-position:center 45%;
display:block }
.about-text { margin:0;
font-size:var(--fs-5);
line-height:1.78;
font-weight:300 }
.reviews-grid { max-width:980px;
margin:0 auto 32px;
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:18px }
.review-card { padding:26px 24px;
border-radius:28px;
background:var(--surface-blue);
border:1px solid var(--gold-border);
box-shadow:var(--shadow-card);
display:flex;
flex-direction:column;
align-items:stretch }
.review-header { grid-template-columns:minmax(0,1fr) auto;
margin-bottom:18px }
.review-rating { gap:7px;
white-space:nowrap }
.reviews-cta { display:flex;
justify-content:center;
gap:12px;
flex-wrap:wrap;
margin-top:10px }
.reviews-cta .cta-button { min-height:44px;
padding:0 18px;
font-size:var(--fs-3) }
.platform-badges { margin:34px auto 0;
display:flex;
flex-direction:column;
align-items:center;
gap:16px }
.platform-chip { padding:8px 18px;
display:inline-flex;
align-items:center;
justify-content:center;
text-decoration:none;
border-radius:999px;
background:var(--white);
border:1px solid var(--surface-border);
box-shadow:var(--shadow-card) }
.platform-badges-label { color:var(--muted-strong);
letter-spacing:0.14em;
text-transform:uppercase;
font-weight:700 }
.platform-badges-row { display:flex;
flex-direction:column;
align-items:center;
gap:12px }
.platform-badge-brand { font-size:var(--fs-5) }
.mini-faq-grid { max-width:900px;
margin:0 auto;
display:grid;
gap:12px }
.mini-faq-item { border-radius:22px;
background:var(--surface-blue);
border:1px solid var(--surface-border);
box-shadow:var(--shadow-card);
overflow:hidden }
.mini-faq-item summary { list-style:none;
font-family:var(--font-body);
display:flex;
align-items:center;
gap:18px;
width:100%;
padding:18px 22px;
background:transparent;
color:var(--black);
cursor:pointer;
outline:none;
user-select:none;
-webkit-tap-highlight-color:transparent }
.mini-faq-item summary::after { flex:0 0 auto;
line-height:1;
transition:transform 320ms var(--ease-ios);
transform-origin:center }
.mini-faq-item summary:focus,.mini-faq-item summary:active { background:transparent;
outline:none }
.mini-faq-item p { margin:0;
padding:0 22px 20px; }
footer { padding:58px 24px 28px;
background:var(--white);
color:var(--text);
border-top:1px solid var(--gold-border-soft) }
.footer-top { max-width:1000px;
margin:0 auto 28px;
display:grid;
gap:24px;
justify-items:center }
.footer-brand { color:var(--black);
font-family:var(--font-display);
font-size:var(--fs-8);
font-weight:700;
letter-spacing:0.02em }
.footer-contact p { margin:0 0 10px;
color:var(--muted-strong) }
.footer-contact a { color:var(--muted-link);
text-decoration:none }
.footer-contact a:hover { color:var(--gold) }
.madeira-tourism-img { max-width:160px;
max-height:56px;
object-fit:contain }
.footer-certification { display:flex;
justify-content:center }
.turismo-license-badge { display:inline-flex;
align-items:center;
gap:12px;
color:var(--text) }
.tp-logo-mark { display:inline-flex;
align-items:center }
.turismo-portugal-img { width:106px;
max-height:54px;
object-fit:contain }
.footer-license-copy { display:inline-flex;
flex-direction:column;
align-items:center;
padding-left:0;
text-align:center }
.footer-license-kicker { color:var(--muted-mid);
letter-spacing:0.08em;
text-transform:uppercase }
.footer-license-number { margin-top:4px;
color:var(--black);
font-size:var(--fs-2);
font-weight:700;
white-space:nowrap }
.footer-bottom { max-width:1000px;
margin:26px auto 0;
padding-top:22px;
border-top:1px solid var(--blue-line-strong);
display:flex;
justify-content:center;
gap:14px 28px;
flex-wrap:wrap;
color:var(--muted-soft);
font-size:var(--fs-3) }
.footer-privacy { max-width:640px;
margin:30px auto 0;
color:var(--muted-soft);
line-height:1.62; }
.footer-privacy strong { color:var(--muted-strong) }
.back-to-top-btn { position:fixed;
z-index:1100;
width:56px;
height:56px;
border-radius:50%;
display:inline-flex;
align-items:center;
justify-content:center;
text-decoration:none;
left:50%;
bottom:calc(28px + env(safe-area-inset-bottom));
transform:translate(-50%,8px);
background:var(--gold);
color:var(--black);
border:1px solid var(--gold);
font-size:var(--fs-9);
opacity:0;
visibility:hidden;
pointer-events:none;
box-shadow:var(--shadow-button);
transition:opacity 180ms ease,visibility 180ms ease,transform 180ms ease }
.back-to-top-btn.visible { opacity:1;
visibility:visible;
pointer-events:auto;
transform:translate(-50%,0) }
.booking-modal-content { position:relative;
width:min(94vw,640px);
max-height:min(90vh,820px);
overflow-y:auto;
scroll-behavior:auto;
background:var(--white);
border-radius:var(--radius-lg);
box-shadow:var(--shadow-modal);
border:1.5px solid var(--gold-border) }
.booking-modal-body { padding:34px }
.booking-modal-title { margin:0 0 24px;
font-family:var(--font-display);
font-size:var(--fs-11);
color:var(--black) }
.booking-grid { display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:15px }
.booking-field { display:flex;
flex-direction:column;
gap:8px }
.booking-total-pill { gap:12px;
animation:none;
font-family:var(--font-body);
text-align:center;
align-self:center }
.booking-total-pill strong { font-weight:800;
margin-left:0;
color:var(--black) }
.booking-total-inner { display:inline-flex;
align-items:center;
justify-content:center;
width:100%;
text-align:center;
white-space:nowrap }
.booking-field>span { color:var(--black);
font-size:var(--fs-3);
font-weight:800;
letter-spacing:0.03em;
text-align:left;
padding-left:18px }
.booking-field input,.booking-field select { width:100%;
padding:0 18px;
border-radius:999px;
border:1px solid var(--gold-border);
background:var(--surface-blue);
color:var(--black);
font:500 1rem/1.2 var(--font-body);
text-align:left;
outline:none;
box-shadow:var(--shadow-card-light) }
.booking-field select { text-align-last:left;
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
padding-right:44px;
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23d4af37' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat:no-repeat;
background-position:right 18px center;
background-size:12px 8px }
.booking-field select::-ms-expand { display:none }
.booking-field input[type="date"],.booking-field input[type="time"] { min-width:0 }
.booking-field input[type="date"]::-webkit-calendar-picker-indicator,.booking-field input[type="time"]::-webkit-calendar-picker-indicator { opacity:0.5 }
.booking-field input:focus,.booking-field select:focus { border-color:var(--gold);
box-shadow:0 0 0 3px var(--gold-focus) }
.booking-small-note { display:block;
width:100%;
max-width:560px;
margin:6px auto 0;
padding:0;
text-align:center;
color:var(--muted-mid);
font-weight:400;
line-height:1.45 }
.booking-submit-btn { width:100%;
padding:0 18px;
font-size:var(--fs-4);
letter-spacing:0.10em;
text-transform:uppercase;
box-shadow:var(--shadow-button-soft) }
.booking-whatsapp-btn { border:1.5px solid var(--black); }
.booking-email-btn { border:1.5px solid var(--gold); }
.booking-stripe-btn { border:1.5px solid var(--gold);
gap:8px }
.booking-stripe-btn:disabled { opacity:0.72;
cursor:not-allowed;
box-shadow:none;
background:#eadb9f;
color:rgba(0,0,0,0.5);
border-color:var(--gold-border) }
.booking-stripe-btn:disabled:hover { transform:none }
.booking-secure-badge { display:flex;
align-items:center;
justify-content:center;
gap:7px;
margin:10px auto 0;
color:var(--muted-mid);
font-size:var(--fs-2);
font-weight:700;
letter-spacing:0.02em }
.thankyou-overlay { position:fixed;
inset:0;
z-index:2100;
padding:20px;
background:var(--overlay-strong);
backdrop-filter:blur(8px);
display:flex;
align-items:center;
justify-content:center }
.thankyou-overlay[hidden] { display:none }
.thankyou-card { position:relative;
width:min(94vw,460px);
background:var(--white);
border-radius:var(--radius-lg);
border:1px solid var(--gold-border-soft);
box-shadow:var(--shadow-modal);
padding:42px 32px 36px;
text-align:center }
.thankyou-badge { width:66px;
height:66px;
margin:0 auto 20px;
border-radius:50%;
background:var(--gold);
border:1.5px solid var(--black);
display:flex;
align-items:center;
justify-content:center }
.thankyou-badge svg { width:32px;
height:32px;
color:var(--black) }
.thankyou-title { margin:0 0 12px;
font-family:var(--font-display);
font-size:var(--fs-8);
color:var(--black) }
.thankyou-text { margin:0 0 26px;
color:var(--muted-strong);
font-size:var(--fs-4);
line-height:1.62;
font-weight:300 }
.thankyou-close-btn { min-width:160px }
@keyframes thankyouPop{from{opacity:0;
transform:translateY(16px) scale(0.97)}to{opacity:1;
transform:translateY(0) scale(1)}}
.thankyou-card { animation:thankyouPop 340ms var(--ease-ios) both }
.booking-submit-btn:hover { transform:translateY(-1px) }
.booking-inquiry-group { display:flex;
flex-direction:column;
gap:10px;
margin-top:20px }
.booking-inquiry-heading,.booking-payment-heading { margin:0 auto 2px;
color:var(--gold-ink);
font-size:var(--fs-2);
font-weight:800;
letter-spacing:0.08em;
text-transform:uppercase;
text-align:center }
.booking-payment-group { display:flex;
flex-direction:column;
gap:12px; }
.booking-status { min-height:1.4em;
margin:16px 0 0;
text-align:center;
font-size:var(--fs-3);
color:var(--black) }
@media (max-width:900px){.tours-grid,.reviews-grid{grid-template-columns:1fr}.tours-grid{width:min(100%,720px)}.tour-card-body{min-height:300px;
padding:32px 28px 34px}.tour-actions{max-width:460px}.about-text{text-align:center}}
@media (max-width:640px){.lang-select{right:16px}.lang-select-btn{height:42px;
padding:0 11px}#main-nav{min-height:62px;
padding:10px 18px}.hamburger-menu-btn{left:16px;
width:42px;
height:42px}.hamburger-menu-panel{left:16px;
width:calc(100vw - 32px)}.hero{min-height:660px;
padding-top:112px}.hero-title{font-size:var(--fs-12)}.hero-desc{font-size:var(--fs-5)}.tours-section,.about-section,#reviews,.mini-faq-section{padding:68px 18px}.before-booking-block{margin-bottom:54px}.tour-card{width:100%;
border-radius:28px}.tour-card-body{min-height:285px;
padding:26px 18px 28px}.book-btn,.details-btn,.cta-button{min-width:112px;
min-height:44px;
padding:0 18px}.tour-actions{max-width:320px;
flex-direction:column;
gap:11px}.tour-actions .book-btn{width:100%;
flex:0 0 auto;
min-height:44px;
padding:0 24px}.tour-actions .details-btn{width:auto;
box-shadow:none}.about-story-card{border-radius:28px}.about-text-wrap{padding:32px 26px}.review-card{border-radius:22px}.review-identity{gap:10px}.review-rating{min-height:34px;
gap:5px}.booking-modal-content{margin:10px 0;
width:min(96vw,640px);
max-height:none}.booking-modal-body{padding:28px 20px 24px}.booking-modal-title{font-size:var(--fs-8)}.booking-grid{grid-template-columns:1fr}.booking-total-pill{width:260px;
max-width:calc(100% - 40px);
margin-left:auto;
margin-right:auto;
padding:14px 28px;
justify-content:center}.back-to-top-btn{bottom:calc(74px + env(safe-area-inset-bottom));
width:50px;
height:50px}.footer-license-copy{align-items:center}.footer-bottom{flex-direction:column;
gap:8px}}
.review-text-clamp { position:relative;
width:100%;
transition:max-height 440ms cubic-bezier(0.16,1,0.3,1) }
.review-text-clamp::after { content:"";
position:absolute;
left:0;
right:0;
bottom:0;
pointer-events:none;
background:linear-gradient(to bottom,rgba(220,234,246,0),var(--surface-blue) 88%);
transition:opacity 280ms ease }
.review-card.expanded .review-text-clamp::after { opacity:0 }
.review-toggle { background:transparent;
border:0;
border-radius:0;
color:var(--muted-strong);
font-family:var(--font-body);
font-size:var(--fs-3);
font-weight:700;
letter-spacing:0;
text-transform:none;
cursor:pointer;
text-decoration:underline;
text-underline-offset:3px;
-webkit-tap-highlight-color:transparent }
.review-toggle:hover,.review-toggle:focus-visible { color:var(--black);
outline:none }
.tour-image-wrap { position:relative;
overflow:hidden;
border-radius:0;
background:var(--surface-blue) }
.tour-image-wrap::after { content:"";
position:absolute;
left:0;
right:0;
bottom:0;
height:48px;
background:linear-gradient(to top,rgba(0,0,0,0.32),rgba(0,0,0,0));
pointer-events:none;
z-index:1 }
.tour-image { width:100%;
height:auto;
display:block;
font-size:0;
color:transparent;
user-select:none;
-webkit-user-drag:none;
pointer-events:none;
transition:transform 480ms var(--ease-ios) }
@keyframes heroFadeUp{from{opacity:0}to{opacity:1}}
.hero-left>* { animation:heroFadeUp 680ms var(--ease-ios) both }
@keyframes faqReveal{from{opacity:0;
transform:translateY(-8px)}to{opacity:1;
transform:translateY(0)}}
@media (hover:hover){.review-card:hover,.mini-faq-item:hover,.platform-chip:hover{transform:translateY(-4px);
box-shadow:var(--shadow-hover)}}
@keyframes heroCtaGlow{0%,100%{opacity:0}50%{opacity:1}}
.hero-cta::after { content:"";
position:absolute;
inset:0;
border-radius:inherit;
box-shadow:0 0 0 8px rgba(232,185,35,0.14);
opacity:0;
pointer-events:none;
animation:heroCtaGlow 3.6s ease-in-out 1.8s infinite }
@media (prefers-reduced-motion:reduce){.hero-cta::after{animation:none}}
.noscript-banner { margin:78px 14px 0;
padding:13px 18px;
background:#fff4d6;
border:1px solid var(--gold-border);
border-radius:999px;
color:var(--blue-deep);
font-size:var(--fs-4);
line-height:1.5;
text-align:center }
.noscript-banner a { color:var(--blue);
font-weight:700 }
.booking-inquiry-row { display:flex; }
.booking-inquiry-btn { flex:1;
min-width:0;
gap:8px;
padding:0 10px;
font-size:var(--fs-3);
letter-spacing:0.05em }
.lang-select { position:absolute;
right:24px;
top:50%;
transform:translateY(-50%);
z-index:5 }
.lang-select-btn { display:inline-flex;
align-items:center;
gap:6px;
height:44px;
padding:0 6px;
border:none;
border-radius:999px;
background:transparent;
color:var(--white);
cursor:pointer;
-webkit-tap-highlight-color:transparent }
.lang-flag { font-size:1.18rem;
line-height:1 }
.lang-caret { width:11px;
height:11px;
opacity:0.85;
transition:transform 180ms ease }
.lang-select-btn[aria-expanded="true"] .lang-caret { transform:rotate(180deg) }
.lang-menu { position:absolute;
top:calc(100% + 10px);
right:0;
min-width:198px;
padding:8px;
border-radius:18px;
background:#0d2240;
border:1px solid var(--gold-border-soft);
box-shadow:var(--shadow-menu);
display:flex;
flex-direction:column;
gap:2px;
opacity:0;
visibility:hidden;
pointer-events:none;
transform:translateY(-8px) scale(0.98);
transition:opacity 180ms ease,transform 180ms ease,visibility 180ms ease }
.lang-menu.open { opacity:1;
visibility:visible;
pointer-events:auto;
transform:translateY(0) scale(1) }
.lang-option { display:flex;
align-items:center;
gap:12px;
width:100%;
padding:11px 14px;
border:none;
border-radius:999px;
background:transparent;
color:rgba(255,255,255,0.9);
font-family:var(--font-body);
font-weight:600;
font-size:var(--fs-3);
cursor:pointer;
text-align:left }
.lang-option:hover,.lang-option:focus-visible { background:rgba(232,185,35,0.16);
color:var(--gold);
outline:none }
.lang-option[aria-current="true"] { color:var(--gold);
font-weight:800 }
@keyframes bookingAutoFill{from{opacity:0.99}to{opacity:1}}
.booking-modal-content,.booking-modal-body,.booking-payment-group,.booking-inquiry-group,.booking-total-pill { overflow-anchor:none }
.booking-field input:-webkit-autofill { animation-name:bookingAutoFill;
animation-duration:0.01s }
.booking-field input:-webkit-autofill,.booking-field input:-webkit-autofill:hover,.booking-field input:-webkit-autofill:focus,.booking-field select:-webkit-autofill { -webkit-text-fill-color:var(--black);
-webkit-box-shadow:0 0 0 1000px var(--surface-blue) inset;
box-shadow:0 0 0 1000px var(--surface-blue) inset;
transition:background-color 9999s ease 0s }
.hero-cta,.book-btn,.details-btn,.cta-button,.booking-submit-btn,.booking-inquiry-btn { padding-top:0;
padding-bottom:0;
border-radius:999px;
display:inline-flex;
align-items:center;
justify-content:center;
line-height:1;
white-space:nowrap }
.booking-total-pill { border-radius:999px;
align-items:center;
justify-content:center;
line-height:1 }
.tour-actions .details-btn { border-radius:999px;
font-weight:700;
border-width:1.2px;
line-height:1.2 }
@media (max-width:640px){.hero-cta,.book-btn,.booking-submit-btn,.booking-inquiry-btn,.booking-total-pill{min-height:var(--pill-height);
height:var(--pill-height)}.tour-actions .details-btn{min-height:0;
height:auto;
font-size:var(--fs-2);
line-height:1.2}}
.hero-cta,.book-btn,.details-btn,.cta-button,.booking-submit-btn,.tours-custom-cta,.reviews-cta { transition:transform 200ms var(--ease-ios),box-shadow 240ms var(--ease-ios),background-color 200ms var(--ease-ios),color 200ms var(--ease-ios),border-color 200ms var(--ease-ios),opacity 200ms var(--ease-ios) }
.hero-left>* { animation-duration:540ms }
.section-divider { transition-duration:440ms }
@media (hover:hover) and (pointer:fine){.tour-card{transition:transform 300ms var(--ease-ios),box-shadow 300ms var(--ease-ios)}.tour-card:hover{transform:translateY(-4px);
box-shadow:0 20px 44px -20px rgba(0,0,0,0.38)}.review-card,.about-story-card,.before-booking-card{transition:transform 300ms var(--ease-ios),box-shadow 300ms var(--ease-ios)}.review-card:hover,.about-story-card:hover{transform:translateY(-3px)}.hero-cta:hover,.book-btn:hover,.cta-button:hover,.details-btn:hover,.tours-custom-cta:hover,.reviews-cta:hover{transform:translateY(-2px)}}
.hero-cta:active,.book-btn:active,.details-btn:active,.cta-button:active,.tours-custom-cta:active,.reviews-cta:active,.booking-submit-btn:not(:disabled):active { transform:scale(0.96) }
.booking-field input,.booking-field select { transition:border-color 180ms var(--ease-ios),box-shadow 200ms var(--ease-ios) }
.booking-inquiry-btn,.booking-whatsapp-btn,.booking-email-btn,.lang-select-btn,.platform-badge-brand,.footer-contact a { transition:transform 200ms var(--ease-ios),box-shadow 220ms var(--ease-ios),background-color 200ms var(--ease-ios),color 200ms var(--ease-ios),border-color 200ms var(--ease-ios),opacity 200ms var(--ease-ios) }
.booking-inquiry-btn:active,.booking-whatsapp-btn:active,.booking-email-btn:active,.lang-select-btn:active,.platform-badge-brand:active,.back-to-top-btn:active { transform:scale(0.96) }
@media (hover:hover) and (pointer:fine){.booking-inquiry-btn:hover,.booking-whatsapp-btn:hover,.booking-email-btn:hover{transform:translateY(-2px)}.platform-badge-brand:hover{transform:translateY(-3px)}.lang-select-btn:hover{transform:translateY(-1px)}.footer-contact a:hover{opacity:0.68}.about-portrait img{transition:transform 600ms var(--ease-ios)}.about-story-card:hover .about-portrait img{transform:scale(1.05)}.madeira-tourism-img,.turismo-portugal-img{transition:transform 260ms var(--ease-ios)}.madeira-tourism-logo-wrap:hover .madeira-tourism-img,.turismo-license-badge:hover .turismo-portugal-img{transform:scale(1.06)}}
#main-nav { transition:box-shadow 260ms ease,min-height 280ms var(--ease-ios),padding 280ms var(--ease-ios),border-color 260ms ease }
#main-nav.scrolled { min-height:60px;
padding-top:9px;
padding-bottom:9px }
@media (hover:hover) and (pointer:fine){.tour-card:hover .tour-image{transform:scale(1.045)}.mini-faq-item{transition:transform 240ms var(--ease-ios),box-shadow 240ms ease}.mini-faq-item:hover{transform:translateY(-2px);
box-shadow:0 14px 32px rgba(0,0,0,0.12)}}
.mini-faq-item summary::after { content:"";
width:14px;
height:10px;
font-size:0;
background-color:var(--gold);
-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2012%208%27%3E%3Cpath%20d%3D%27M1%201.5L6%206.5L11%201.5%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E") center / contain no-repeat;
mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2012%208%27%3E%3Cpath%20d%3D%27M1%201.5L6%206.5L11%201.5%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E") center / contain no-repeat }
.booking-total-pill { background:var(--white);
box-shadow:none;
width:fit-content;
max-width:calc(100% - 40px);
padding:7px 18px;
border:1.5px solid var(--gold-border);
display:flex;
font-size:var(--fs-5);
font-weight:600;
color:var(--muted-strong);
letter-spacing:normal; }
.booking-total-inner { gap:8px }
.booking-payment-heading { margin-top:32px }
.lang-caret { color:var(--gold) }
.hamburger-menu-btn span { background:var(--gold) }
.hamburger-menu-panel { width:min(270px,calc(100vw - 44px));
padding-left:20px;
padding-right:20px }
.hamburger-menu-link { justify-content:flex-start }
.hamburger-menu-link::after { content:"";
font-size:0;
width:13px;
height:9px;
margin-left:9px;
background-color:var(--gold);
-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2012%208%27%3E%3Cpath%20d%3D%27M1%201.5L6%206.5L11%201.5%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E") center / contain no-repeat;
mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2012%208%27%3E%3Cpath%20d%3D%27M1%201.5L6%206.5L11%201.5%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E") center / contain no-repeat }
.hamburger-menu-link:hover::after,.hamburger-menu-link:focus-visible::after { transform:translateY(2px) }
@keyframes menuLinkIn{from{opacity:0;
transform:translateY(8px)}to{opacity:1;
transform:translateY(0)}}
.booking-modal-body { padding-bottom:78px }
.hero-rating { display:flex;
align-items:center;
justify-content:center;
gap:9px;
margin:20px 0 26px;
flex-wrap:wrap }
.hero-stars { color:var(--gold);
font-size:1.1rem;
letter-spacing:3px;
line-height:1;
text-shadow:0 1px 8px rgba(11,24,38,0.45) }
.hero-rating-text { font-size:var(--fs-3);
font-weight:700;
color:var(--white);
letter-spacing:0.02em;
text-shadow:0 1px 10px rgba(11,24,38,0.45) }
.booking-payment-group { margin-top:14px; }
.tour-card-best { display:inline-flex;
align-items:center;
justify-content:center;
margin:0 auto 18px;
padding:7px 14px;
border-radius:999px;
background:var(--blue);
border:1px solid var(--blue);
color:var(--white);
font-size:var(--fs-2);
font-weight:800;
letter-spacing:0.06em;
text-transform:uppercase;
line-height:1.2;
box-shadow:var(--shadow-card-light) }
@media (max-width:640px){.tour-card-best{margin-bottom:16px;
padding:6px 12px;
font-size:var(--fs-2);
letter-spacing:0.04em}}
.why-ride-section,.easy-section { padding:86px 24px;
background:var(--white) }
.easy-grid { max-width:1100px;
margin:0 auto;
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px }
.easy-step { display:flex;
flex-direction:column;
align-items:center;
padding:24px 22px;
border-radius:22px;
background:var(--surface-blue);
border:1px solid var(--surface-border);
box-shadow:var(--shadow-card);
transition:transform 320ms var(--ease-ios),box-shadow 320ms var(--ease-ios) }
.easy-num { display:inline-flex;
align-items:center;
justify-content:center;
width:34px;
height:34px;
margin-bottom:12px;
border-radius:50%;
background:var(--gold);
border:1.5px solid var(--black);
color:var(--black);
font-weight:800;
font-size:var(--fs-4);
line-height:1;
flex:0 0 auto;
transition:transform 320ms var(--ease-ios) }
.easy-step strong { margin-bottom:6px;
color:var(--black);
font-size:var(--fs-6);
line-height:1.3 }
.easy-step strong+span { color:var(--muted);
font-size:var(--fs-4);
line-height:1.6 }
@media (hover:hover) and (pointer:fine){.easy-step:hover{transform:translateY(-4px);
box-shadow:var(--shadow-hover)}.easy-step:hover .easy-num{transform:scale(1.08)}}
@media (max-width:700px){.easy-grid{grid-template-columns:1fr}}
.footer-made { margin:10px auto 0;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:0;
color:var(--muted);
font-family:var(--font-display);
font-style:italic;
font-size:var(--fs-4);
font-weight:600;
letter-spacing:0.01em }
.footer-made>span:first-child { letter-spacing:.13em }
.footer-made-care { display:block;
margin-top:-2px;
color:var(--gold-ink);
font-family:var(--font-display);
font-size:.82em;
font-style:italic;
font-weight:600;
letter-spacing:.035em;
text-transform:none }
.before-booking-card { max-width:720px;
padding:42px 44px;
border-radius:34px }
.before-booking-list.before-booking-benefits { display:grid;
gap:22px;
text-align:left }
.before-booking-benefits .before-booking-item { padding:8px 2px; }
.before-booking-copy { display:flex;
flex-direction:column;
gap:6px;
min-width:0 }
.before-booking-copy strong { color:var(--black);
font-family:var(--font-body);
font-size:clamp(1.08rem,2.7vw,1.25rem);
font-weight:800;
line-height:1.22 }
@media (max-width:640px){.before-booking-card{padding:34px 28px;
border-radius:30px}.before-booking-list.before-booking-benefits{gap:24px}.before-booking-benefits .before-booking-item{padding:6px 0}.before-booking-copy strong{font-size:1.06rem}}
.hero-trust { margin:22px auto 0;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
gap:10px 18px;
max-width:600px }
.hero-trust-item { display:inline-flex;
align-items:center;
gap:7px;
color:var(--white-muted);
font-size:var(--fs-3);
font-weight:600;
letter-spacing:0.01em;
text-shadow:0 1px 10px rgba(11,24,38,0.45) }
.hero-trust-item svg { width:15px;
height:15px;
color:var(--gold);
flex:0 0 auto }
@media (max-width:640px){.hero-trust{gap:8px 14px;
max-width:330px}.hero-trust-item{font-size:var(--fs-2)}}
.booking-total-pill { position:static;
left:auto;
transform:none;
margin:24px auto 0;
padding-top:0;
padding-bottom:0 }
.tours-reassure { display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
gap:8px 20px;
margin:-2px auto 34px;
max-width:780px;
padding:0 16px }
.tours-reassure-item { display:inline-flex;
align-items:center;
gap:7px;
font-weight:600;
color:var(--black) }
.skip-link { position:fixed;
left:14px;
top:12px;
z-index:3000;
transform:translateY(-160%);
padding:11px 16px;
border-radius:999px;
background:var(--gold);
color:var(--black);
border:1.5px solid var(--black);
font-weight:800;
text-decoration:none;
box-shadow:var(--shadow-button);
transition:transform 180ms var(--ease-ios) }
.skip-link:focus { transform:translateY(0);
outline:none }
.hero-bg-img { background:var(--blue);
backface-visibility:hidden }
.hero-desc strong,.section-header strong { font-weight:800;
color:inherit }
.tour-image:not([src]) { background:linear-gradient(135deg,var(--surface-blue),var(--surface-blue-strong)) }
.booking-field input,.booking-field select { font-size:16px }
.booking-field input::placeholder { color:rgba(0,0,0,.48) }
.booking-status[role="status"] { line-height:1.45 }
@supports (content-visibility:auto){.about-section,#reviews,.mini-faq-section,footer{content-visibility:auto;
contain-intrinsic-size:720px}}
@media (max-width:760px){.hero-bg-img{animation:none;
transform:none}.hero{min-height:700px;
padding:112px 18px 76px}.hero-title{font-size:clamp(2.35rem,11vw,3.05rem);
line-height:1.1;
margin-bottom:24px}.hero-desc{max-width:340px;
font-size:var(--fs-4);
line-height:1.62}.hero-actions{margin-top:24px}.section-header{margin-bottom:38px}.section-title,.about-title{font-size:clamp(1.82rem,8vw,2.35rem)}.tour-card-body{min-height:260px;
padding:24px 18px 30px}.tour-name{font-size:clamp(1.35rem,6.26vw,1.68rem)}.tour-actions{margin-top:24px}.reviews-grid{gap:14px}.review-text-clamp{max-height:8.4rem}.booking-modal-body{padding:30px 18px calc(26px + env(safe-area-inset-bottom))}.booking-payment-group{padding:20px 14px}.booking-inquiry-row{gap:8px}.booking-submit-btn{letter-spacing:.065em}}
@media (max-width:380px){.nav-brand-main-text{font-size:.96rem}.hero-title{font-size:2.28rem}}
.details-link { text-decoration:none;
box-sizing:border-box }
@media (max-width:640px){.about-text{text-align:left}}
@media (min-width:641px) and (max-width:900px){.about-text{text-align:left}}
[hidden] { display:none }
.hamburger-menu-panel[inert] { pointer-events:none }
@media (max-width:640px){.tour-actions .details-btn{padding:0 16px}}
.about-text { color:var(--muted-strong);
text-align:center }
.section-header,.tour-card-body,.tour-card-best,.before-booking-block,.easy-step,.mini-faq-item p,footer,.footer-contact,.footer-privacy { text-align:center }
.before-booking-benefits .before-booking-item { display:grid;
grid-template-columns:24px minmax(0,1fr);
align-items:start;
gap:16px;
text-align:left;
justify-content:initial }
.before-booking-copy { align-items:flex-start;
text-align:left }
@media (max-width:640px){.before-booking-benefits .before-booking-item{grid-template-columns:22px minmax(0,1fr);
gap:14px}}
.review-header { display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
width:100%;
margin:0 0 8px;
text-align:left }
.review-identity { display:flex;
align-items:center;
justify-content:flex-start;
flex:1 1 auto;
min-width:0;
gap:7px;
margin:0;
text-align:left }
.review-google { display:inline-flex;
align-items:center;
justify-content:center;
flex:0 0 15px; }
.review-rating { display:flex;
align-items:center;
justify-content:flex-end;
flex:0 0 auto;
margin:0 0 0 auto;
min-height:0;
line-height:1;
text-align:right }
.review-text-clamp { margin-top:0; }
.review-text-clamp::after { height:2.2rem }
.review-toggle { min-width:44px;
margin:2px auto 0;
padding:6px 11px }
@media (max-width:640px){.review-card{padding:14px 14px 12px}.review-header{gap:8px;
margin-bottom:7px}.review-text-clamp{max-height:4.35rem}}
.footer-license-kicker { font-size:0.72rem }
.details-link,.platform-chip,.review-toggle,.lang-option { min-height:44px }
.tour-actions .details-btn.details-link { font-weight:700;
letter-spacing:0.02em; }
.tour-actions .book-btn { font-weight:700;
letter-spacing:0.08em }
.hero-cta,.book-btn,.booking-submit-btn,.booking-inquiry-btn,.booking-total-pill { min-height:50px;
height:50px; }
.booking-email-btn { border-color:var(--gold); }
.hero-cta,.book-btn,.booking-submit-btn,.booking-inquiry-btn,.booking-total-pill { height:50px;
min-height:50px; }
.tour-actions .book-btn,.booking-inquiry-row .booking-submit-btn,.booking-payment-group .booking-submit-btn { height:50px;
min-height:50px; }
.tour-actions .details-btn.details-link,.tour-actions a.details-link { height:40px;
min-height:40px;
padding:0 16px;
font-size:var(--fs-2);
line-height:1; }
.booking-stripe-btn { background:var(--gold);
color:#000; }
.platform-badge-brand-viator { color:#000; }
.tour-actions .details-btn,.tour-actions .details-btn.details-link { height:40px;
min-height:40px;
padding-top:0;
padding-bottom:0; }
.booking-payment-group .booking-stripe-btn,.booking-payment-group .book-btn.booking-stripe-btn { width:100%;
max-width:none;
margin:0; }
.booking-field input,.booking-field select { padding-top:0;
padding-bottom:0;
box-sizing:border-box;
line-height:1.2; }
.booking-field input[type="date"],.booking-field input[type="time"] { -webkit-appearance:none;
appearance:none; }
.booking-field input[type="date"]::-webkit-date-and-time-value,.booking-field input[type="time"]::-webkit-date-and-time-value { height:50px;
line-height:50px;
margin:0;
padding:0;
text-align:left; }
.booking-field input[type="date"]::-webkit-calendar-picker-indicator,.booking-field input[type="time"]::-webkit-calendar-picker-indicator { margin:0; }
@media (max-width:640px){.booking-field input,.booking-field select{height:50px;
min-height:50px;
}}
.mini-faq-section .mini-faq-item p { text-align:left; }
.tour-image { aspect-ratio:4 / 3;
object-fit:cover; }
.tour-image-wrap { width:100%; }
@media (min-width:901px){.tour-image{aspect-ratio:16 / 10;
}}
@media (max-width:640px){.tour-image{aspect-ratio:4 / 3;
}}
@media (min-width:901px){.tours-grid{width:min(100%,1100px);
}.about-story-card{max-width:760px;
}}
@media (min-width:641px) and (max-width:900px){.tours-grid{width:min(100%,760px);
}.about-story-card{max-width:760px;
}}
@media (max-width:640px){.tours-grid{width:min(100%,560px);
}.about-portrait{aspect-ratio:4 / 3;
}}
.mini-faq-section .mini-faq-item { border-color:var(--surface-border); }
.mini-faq-section .mini-faq-item summary,.mini-faq-section .mini-faq-item p { background:transparent; }
.mini-faq-item summary { font-size:1rem;
line-height:1.28;
font-weight:800; }
.review-google,.review-google svg { width:16px;
height:16px;
flex-basis:16px; }
.platform-badges-label,.tours-reassure-item,.booking-small-note,.footer-privacy { font-size:0.78rem; }
@media (max-width:640px){.mini-faq-item summary{font-size:0.98rem;
line-height:1.28;
padding:17px 20px;
}.mini-faq-item p{font-size:0.94rem;
line-height:1.62;
padding:0 20px 18px;
}.review-google,.review-google svg{width:16px;
height:16px;
flex-basis:16px;
}}
@media (max-width:640px){.before-booking-copy span{font-size:var(--fs-4);
line-height:1.64;
}}
.hero-cta,.book-btn,.booking-submit-btn,.booking-inquiry-btn,.booking-total-pill { height:50px;
min-height:50px; }
.booking-field input,.booking-field select { height:50px;
min-height:50px; }
.tour-actions .details-btn,.details-btn.details-link { height:40px;
min-height:40px;
padding:0 16px; }
.booking-inquiry-row { width:100%;
max-width:640px;
margin-left:auto;
margin-right:auto;
gap:16px; }
.booking-inquiry-row .booking-inquiry-btn { flex:1 1 0;
min-width:0;
margin:0; }
.booking-payment-group { width:100%;
max-width:640px;
margin:10px auto 0;
padding:0;
border:0;
border-radius:0;
background:transparent;
box-shadow:none; }
.booking-payment-group .booking-stripe-btn,.booking-payment-group button.book-btn { width:100%;
max-width:none;
margin:0;
border-radius:999px; }
.platform-badge-brand { color:#000; }
.platform-badge-brand-tripadvisor { color:#000; }
.mini-faq-section { background:var(--white); }
.mini-faq-section .mini-faq-item { background:var(--surface-blue); }
.mini-faq-item summary { justify-content:space-between;
text-align:left; }
.mini-faq-item p { text-align:left;
color:var(--muted);
font-size:var(--fs-4);
line-height:1.62;
font-weight:300; }
.before-booking-copy span { font-size:var(--fs-4);
line-height:1.62;
font-weight:300;
color:var(--muted); }
@media (max-width:640px){.booking-inquiry-row{gap:10px}.booking-inquiry-btn{font-size:var(--fs-3);
padding-left:10px;
padding-right:10px}}
#ic-1 path { stroke-width:1.75; }
.details-link { display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
line-height:1; }
.review-toggle { display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
line-height:1; }
.mini-faq-item summary::after { color:var(--gold-ink); }
.review-text-clamp { max-height:7.5rem;
overflow:hidden }
.review-card.expanded .review-text-clamp::after { display:none }
.list-check { width:22px;
height:22px;
flex:0 0 22px;
color:var(--gold);
margin-top:calc((1.22em - 22px) / 2) }
.tr-check { width:15px;
height:15px;
flex:0 0 auto;
color:var(--gold) }
.list-check path,.tr-check path { stroke-width:2;
vector-effect:non-scaling-stroke }
.review-toggle::after { content:"";
display:inline-block;
width:.75rem;
height:.5rem;
flex:0 0 auto;
align-self:center;
line-height:0;
color:transparent;
background-color:var(--gold);
-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2012%208%27%3E%3Cpath%20d%3D%27M1%201.5L6%206.5L11%201.5%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2012%208%27%3E%3Cpath%20d%3D%27M1%201.5L6%206.5L11%201.5%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
transition:transform .2s var(--ease-ios) }
.review-name { min-width:0;
font-family:var(--font-body);
font-weight:800;
color:var(--black);
font-size:var(--fs-4);
line-height:1.2;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
text-align:left }
.review-stars { display:flex;
align-items:center;
justify-content:flex-end;
gap:2px;
color:var(--gold);
font-size:.88rem;
line-height:1;
letter-spacing:.02em;
white-space:nowrap }
.review-text { margin:0;
color:var(--muted);
text-align:left;
font-size:.95rem;
line-height:1.64;
font-weight:300;
letter-spacing:0 }
#tours { padding-top:112px }
.tour-card-specs { display:flex;
gap:11px;
width:100%;
max-width:470px;
margin:20px auto 0 }
.tour-spec { flex:1 1 0;
min-width:0;
background:#fff;
border-radius:16px;
padding:15px 6px;
text-align:center;
box-shadow:0 2px 12px rgba(0,0,0,.05) }
.tour-spec-label { display:block;
font-size:.62rem;
font-weight:700;
letter-spacing:.09em;
text-transform:uppercase;
color:var(--gold-ink);
margin-bottom:7px }
.tour-spec-value { font-size:1.16rem;
font-weight:800;
color:var(--black); }
.tour-spec-unit { font-size:.7rem;
font-weight:600;
color:var(--muted); }
.tour-card-note { margin:15px auto 0;
font-size:var(--fs-4);
color:var(--muted-strong);
text-align:center;
line-height:1.4 }
.tour-actions .book-btn { width:100% }
.tour-actions .details-btn { width:auto;
min-height:38px;
padding:0 22px;
font-size:var(--fs-2);
box-shadow:none;
opacity:.92 }
.tour-spec-value { display:flex;
align-items:baseline;
justify-content:center;
gap:4px;
line-height:1.1 }
.tour-spec-unit { display:inline-block;
line-height:1;
margin-left:0;
position:relative;
top:-0.18em }
.section-intro { max-width:680px;
margin:18px auto 0;
color:var(--muted-strong);
font-size:var(--fs-5);
line-height:1.7;
font-weight:300;
text-align:center }
.tours-review-strip { width:min(100%,760px);
margin:-22px auto 28px;
padding:16px 20px;
border-radius:999px;
background:var(--surface-blue);
border:1px solid var(--gold-border);
box-shadow:var(--shadow-card);
display:flex;
align-items:center;
justify-content:center;
gap:10px 14px;
flex-wrap:wrap;
text-align:center }
.tours-review-stars { color:var(--gold);
letter-spacing:2px;
font-size:1rem;
line-height:1 }
.tours-review-text { color:var(--black);
font-weight:800;
font-size:var(--fs-4);
line-height:1.3 }
.tours-review-quote { color:var(--muted-strong);
font-size:var(--fs-3);
font-style:italic;
line-height:1.35 }
.tour-choice-help { width:min(100%,720px);
margin:42px auto 0;
padding:30px 28px;
border-radius:30px;
background:var(--surface-blue);
border:1px solid var(--gold-border);
box-shadow:var(--shadow-card);
text-align:center }
.tour-choice-help h3 { margin:0 0 10px;
color:var(--black);
font-family:var(--font-display);
font-size:clamp(1.55rem,3.4vw,2.1rem);
line-height:1.16 }
.tour-choice-help p { max-width:560px;
margin:0 auto 22px;
color:var(--muted-strong);
font-size:var(--fs-5);
line-height:1.65;
font-weight:300 }
@media (max-width:640px){.section-intro{font-size:var(--fs-4);
line-height:1.62}.tours-review-strip{margin:-14px auto 24px;
padding:15px 16px;
border-radius:24px;
gap:7px 10px}.tours-review-text,.tours-review-quote{width:100%}.tour-choice-help{margin-top:34px;
padding:26px 18px;
border-radius:26px}.tour-choice-help p{font-size:var(--fs-4);
line-height:1.6}}
html { scrollbar-gutter:stable }
body.booking-modal-open { position:fixed;
width:100% }
.booking-modal-content { overscroll-behavior:contain;
-webkit-overflow-scrolling:touch }
:root { --ttv-section-y:68px;
  --ttv-section-y-mobile:50px;
  --ttv-section-x:24px;
  --ttv-section-x-mobile:18px;
  --ttv-block-gap:30px;
  --ttv-block-gap-desktop:40px;
  --ttv-card-gap:28px; }
.tours-section,
.why-ride-section,
.easy-section,
.about-section,
#reviews,
.mini-faq-section { padding-top:var(--ttv-section-y);
  padding-bottom:var(--ttv-section-y);
  padding-left:var(--ttv-section-x);
  padding-right:var(--ttv-section-x); }
.section-header { margin-bottom:40px; }
.tours-grid { gap:var(--ttv-card-gap); }
@media (min-width:641px){
  .tours-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
.tours-search { position:relative;
  width:min(100%,420px);
  margin:0 auto 30px; }
.tours-search-icon { position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  width:18px;
  height:18px;
  color:var(--gold-ink);
  pointer-events:none; }
.tours-search-input { width:100%;
  height:50px;
  min-height:50px;
  padding:0 46px;
  border-radius:999px;
  border:1px solid var(--gold-border);
  background:var(--surface-blue);
  color:var(--black);
  font:500 1rem/1.2 var(--font-body);
  outline:none;
  box-shadow:var(--shadow-card-light);
  transition:border-color 180ms var(--ease-ios),box-shadow 200ms var(--ease-ios); }
.tours-search-input::placeholder { color:rgba(0,0,0,0.48); }
.tours-search-input:focus { border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-focus); }
.tours-search-clear { position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:none;
  border-radius:50%;
  background:transparent;
  color:var(--muted-strong);
  cursor:pointer; }
.tours-search-clear svg { width:13px;height:13px; }
.tours-search-clear[hidden] { display:none; }
@media (hover:hover) and (pointer:fine){
  .tours-search-clear:hover{background:rgba(0,0,0,0.06);color:var(--black);}
}
.tours-search-empty { width:min(100%,600px);
  margin:0 auto 30px;
  padding:20px 22px;
  border-radius:20px;
  background:var(--surface-blue);
  border:1px solid var(--surface-border);
  text-align:center;
  color:var(--muted-strong);
  font-size:var(--fs-4);
  line-height:1.5; }
.tour-card.is-search-hidden { display:none; }
.tour-choice-help { margin-top:var(--ttv-block-gap-desktop); }
.tours-custom-cta { margin-top:var(--ttv-block-gap-desktop);
  display:flex;
  justify-content:center; }
html[data-page="home"] .tour-choice-help { margin-top:var(--ttv-block-gap); }
.tour-card-specs { display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
  gap:10px;
  width:100%;
  max-width:452px;
  margin:18px auto 0; }
.tour-spec { min-width:0;
  display:flow-root;
  padding:12px 12px 13px;
  text-align:center;
  background:#fff;
  border-radius:14px;
  box-shadow:0 2px 12px rgba(0,0,0,.05); }
.tour-spec-label { display:block;
  margin:0 0 6px;
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:#8C6400;
  line-height:1;
  white-space:nowrap;
  
  text-box-trim:trim-both;
  text-box-edge:cap alphabetic; }
.tour-spec-value { display:inline;
  font-size:1.1rem;
  font-weight:700;
  color:#000;
  line-height:1.05;
  white-space:nowrap; }
.tour-spec-unit { display:inline;
  margin-left:.4em;
  
  font-size:1.1rem;
  font-weight:700;
  color:#666;
  line-height:1.05;
  white-space:nowrap;
  position:static;
  top:auto; }
.lang-select-btn { display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  height:44px;
  min-width:44px; }
.lang-caret { display:block;
  width:12px;
  height:8px;
  flex:0 0 12px;
  margin:0; }
.lang-menu { min-width:204px; }
.lang-option { display:grid;
  grid-template-columns:28px minmax(0,1fr);
  align-items:center;
  column-gap:10px;
  min-height:44px;
  text-align:left; }
.crpage-main { padding-bottom:var(--ttv-section-y); }
.tour-detail-actions { margin-top:var(--ttv-block-gap); }
@media (max-width:640px){
  .tours-section,
  .why-ride-section,
  .easy-section,
  .about-section,
  #reviews,
  .mini-faq-section{
    padding-top:var(--ttv-section-y-mobile);
    padding-bottom:var(--ttv-section-y-mobile);
    padding-left:var(--ttv-section-x-mobile);
    padding-right:var(--ttv-section-x-mobile);
  }
  .section-header{margin-bottom:30px;}
  .tour-choice-help,
  .tours-custom-cta{margin-top:var(--ttv-block-gap);}
  html[data-page="home"] .tours-section{padding-bottom:0;}
  html[data-page="home"] .why-ride-section{padding-top:var(--ttv-block-gap);}
  html[data-page="home"] .why-ride-section .section-header{margin-bottom:30px;}
  .tour-card-specs{
    max-width:372px;
    gap:9px;
    margin-top:16px;
  }
  .tour-spec{
    padding:11px 10px 12px;
    border-radius:13px;
  }
  .tour-spec-label{
    font-size:.64rem;
    letter-spacing:.075em;
    margin-bottom:5px;
  }
  .tour-spec-value{font-size:1rem;}
  .tour-spec-unit{font-size:1rem;}
  .crpage-main{padding-bottom:var(--ttv-section-y-mobile);}
}
@media (max-width:380px){
  .tour-card-specs{gap:7px;max-width:340px;}
  .tour-spec{padding:10px 7px 11px;}
  .tour-spec-label{font-size:.6rem;letter-spacing:.06em;margin-bottom:4px;}
  .tour-spec-value{font-size:.9rem;}
  .tour-spec-unit{font-size:.9rem;}
}
@media (max-width:640px){
  .wa-float{
    right:16px;
    bottom:calc(18px + env(safe-area-inset-bottom));
    width:54px;
    height:54px;
  }
  .wa-float svg{width:28px;height:28px;}
}
.booking-whatsapp-btn { background:#25d366;
  color:#000;
  border-color:#000;
  text-shadow:none; }
.booking-email-btn { background:#1366C4;
  color:#fff; }
.platform-badge-brand { color:#FF5533; }
.platform-badge-brand-tripadvisor { color:#34E0A1; }
.platform-badge-brand-viator { color:#008768; }
.platform-chip { background:#fff;
  border-color:rgba(26,54,93,.20);
  color:#000; }
.booking-total-inner { font-weight:800; }
.tour-spec-unit { font-weight:700;
  color:#000; }
.lang-select-btn { width:56px;
  padding:0 8px;
  box-sizing:border-box; }
/* Same viewport-chrome cause as above, but for the card's own cap --
   max-height was still keyed to plain vh, so the card could size itself
   against the eventual (larger) viewport before the toolbar finished
   collapsing, reproducing the same "cut off, then grows" effect one
   level down, inside the card instead of the overlay. */
.booking-modal-content { max-height:min(90vh,820px);
  max-height:min(90svh,820px); }
.tour-image-scroll-img { flex:0 0 100%;
  scroll-snap-align:start; }
/* Small flag badge overlaid on a tour card's photo, e.g. to flag a
   time-restricted tour ("Evening hours only"). Sits inside .tour-image-wrap
   (already position:relative), above the image and its bottom gradient
   (z-index:1), so it stays fixed in the corner while the gallery scrolls. */
.tour-card-flag { position:absolute;top:16px;left:16px;z-index:2;padding:6px 13px;border-radius:8px;background:var(--white);color:var(--blue);border:1.5px solid var(--blue);font-size:var(--fs-2);font-weight:800;letter-spacing:0.05em;text-transform:uppercase;box-shadow:var(--shadow-card-light) }
@media (max-width:640px){.tour-card-flag{top:12px;left:12px;padding:6px 12px}}
@media (max-width:640px){.tour-card-seal{top:12px;left:12px;padding:6px 12px}}
.hamburger-menu-panel { left:auto;right:24px; }
@media (max-width:640px){
  .nav-logo-link{left:16px;}
  .nav-logo-img{height:30px;}
  .nav-right-cluster{right:16px;gap:2px;}
  .hamburger-menu-panel{left:auto;right:16px;}
}
/* Category filter pills above the search box. A long, photo-heavy grid
   reads as "too much" at a glance, so this lets a visitor narrow to one
   group of tours first; it reuses the book-btn/details-btn pill language
   (999px radius, gold border, gold fill when active) so the selected chip
   reads as "selected" the same way those buttons already do. */
.tours-filter { display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:min(100%,760px);
  margin:0 auto 22px;
  padding:0 16px; }
.tours-filter-btn { display:inline-flex;
  align-items:center;
  height:42px;
  padding:0 20px;
  border-radius:999px;
  border:1px solid var(--gold-border);
  background:var(--white);
  color:var(--black);
  font:700 var(--fs-3)/1.1 var(--font-body);
  white-space:nowrap;
  cursor:pointer;
  box-shadow:var(--shadow-card-light);
  transition:background-color 200ms var(--ease-ios),border-color 200ms var(--ease-ios),transform 200ms var(--ease-ios); }
.tours-filter-btn.is-active { background:var(--gold);
  border-color:var(--gold);
  box-shadow:var(--shadow-button); }
@media (hover:hover) and (pointer:fine){
  .tours-filter-btn:hover{background:var(--surface-blue-strong);border-color:var(--gold);transform:translateY(-1px);}
  .tours-filter-btn.is-active:hover{background:var(--gold);}
}
@media (max-width:640px){
  .tours-filter{gap:8px;margin-bottom:18px;}
  .tours-filter-btn{height:38px;padding:0 15px;font-size:var(--fs-2);}
}
/* Below 640px, 4-5 pills (some long in German) no longer reliably fit one
   row even after wrapping "nicely" — they'd fold to 2-3 lines and eat back
   the vertical space the filters were meant to save. Below that width we
   switch from wrap to the same horizontal scroll-snap technique already
   used for .tour-image-scroll, so the row always stays one line and any
   overflow is a normal side-swipe instead of a stack of short lines. */
@media (max-width:640px){
  .tours-filter{
    flex-wrap:nowrap;
    justify-content:flex-start;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  .tours-filter::-webkit-scrollbar{display:none;}
  .tours-filter-btn{flex:0 0 auto;scroll-snap-align:start;}
}
