@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,500;6..12,600;6..12,700&family=Poppins:wght@400;500;600;700;800&display=swap');
:root{--blue:#004aad;--blue2:#002f6c;--dark:#07172d;--lime:#9aca00;--text:#132238;--muted:#627086;--bg:#f5f8fc;--card:#fff;--line:#dfe7f2;--shadow:0 18px 45px rgba(7,23,45,.13);--radius:24px;--sdg-font-body:'Poppins',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;--sdg-font-heading:'Poppins',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;--sdg-font-hero:'Poppins',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;--font-primary:var(--sdg-font-body);--font-secondary:var(--sdg-font-heading);--font-hero:var(--sdg-font-hero)}*{box-sizing:border-box}body{margin:0;font-family:var(--sdg-font-body,'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif);color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1280px,calc(100% - 32px));margin:0 auto}.site-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 6px 24px rgba(0,0,0,.08)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--blue)}.brand img{height:48px;width:auto}.brand span{font-size:1.05rem}.nav nav{display:flex;align-items:center;gap:18px;font-weight:700;color:#23344c}.nav nav a{padding:10px 0}.nav-cta{background:var(--blue);color:#fff!important;border-radius:999px;padding:12px 18px!important}.menu-toggle{display:none;border:0;background:var(--blue);color:#fff;border-radius:12px;padding:10px 13px;font-size:22px}.hero{min-height:620px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}.hero-grid{display:grid;grid-template-columns:1.2fr .82fr;gap:42px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:900;color:var(--lime)}.hero h1{font-size:clamp(2.6rem,6vw,5.7rem);line-height:.92;margin:14px 0 18px;letter-spacing:-.07em}.hero p{font-size:1.2rem;line-height:1.65;max-width:680px;color:#e8f1ff}.hero-actions,.form-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:10px 21px;font-weight:700;cursor:pointer;background:#eef3fa;color:var(--blue2)}.btn.primary{background:var(--lime);color:#06213f}.btn.light{background:#fff;color:var(--blue)}.btn.ghost{background:transparent;border:1px solid var(--line)}.btn.full{width:100%}.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.hero-badges span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);padding:10px 14px;border-radius:999px;font-weight:800}.search-card,.booking-card{background:#fff;color:var(--text);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}.search-card{display:grid;gap:14px}.search-card strong{font-size:1.35rem}.search-card label,.booking-card label,.filters label{display:grid;gap:7px;font-size:.9rem;font-weight:800;color:#41516a}.search-card input,.booking-card input,.booking-card select,.booking-card textarea,.filters input,.filters select{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit;background:#fff;color:var(--text)}.section{padding:82px 0}.section.alt{background:#fff}.section.dark{background:var(--dark);color:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2,.section h2{font-size:clamp(1.8rem,3vw,2rem);margin:8px 0 0;letter-spacing:-.04em}.section-head a{font-weight:900;color:var(--blue)}.tour-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.tour-card{background:var(--card);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.06)}.tour-img{height:220px;position:relative;overflow:hidden}.tour-img img{height:100%;width:100%;object-fit:cover;transition:.25s}.tour-card:hover .tour-img img{transform:scale(1.04)}.tour-img span{position:absolute;top:14px;left:14px;background:var(--lime);color:#061b34;font-weight:900;padding:8px 12px;border-radius:999px}.tour-body{padding:20px;display:grid;gap:12px}.badges{display:flex;gap:8px;flex-wrap:wrap}.badges em{font-style:normal;background:#eaf2ff;color:var(--blue);border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:900}.tour-card h3{font-size:1.22rem;margin:0}.tour-card p{color:var(--muted);line-height:1.55;margin:0}.tour-meta{display:flex;gap:9px;flex-wrap:wrap;color:#516174;font-size:.86rem;font-weight:800}.tour-price{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:14px}.tour-price small{display:block;color:var(--muted)}.tour-price strong{font-size:1.22rem}.tour-price a{background:var(--blue);color:#fff;border-radius:999px;padding:10px 14px;font-weight:900}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.review{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 10px 24px rgba(0,0,0,.05)}.review span{display:block;color:#ffb300;margin:8px 0}.review p{color:var(--muted);line-height:1.6}.section-split{display:grid;grid-template-columns:.85fr 1fr;gap:36px;align-items:center}.section-split p{color:#d9e7ff;line-height:1.7}.mini-list{display:grid;gap:12px}.mini-list a{display:flex;justify-content:space-between;gap:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);padding:18px;border-radius:18px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:34px}.compact-cards{display:grid;gap:18px}.compact-cards .tour-card{display:grid;grid-template-columns:180px 1fr}.compact-cards .tour-img{height:100%}.compact-cards .tour-meta,.compact-cards .badges{display:none}.institutional{text-align:center;background:#e9f2ff}.institutional p{max-width:850px;margin:12px auto 0;color:var(--muted);line-height:1.7}.page-hero{padding:64px 0;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff}.page-hero h1{font-size:clamp(2.1rem,5vw,3.0rem);letter-spacing:-.05em;margin:8px 0}.page-hero p{color:#dceaff}.listing-layout{display:grid;grid-template-columns:300px 1fr;gap:30px;align-items:start}.filters{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;position:sticky;top:98px}.filters form{display:grid;gap:14px}.filters strong{font-size:1.2rem}.result-count{margin-bottom:16px;color:var(--muted)}.product-top{padding:44px 0;background:#fff}.product-grid{display:grid;grid-template-columns:1.1fr .72fr;gap:34px;align-items:start}.gallery{display:grid;gap:12px}.main-gallery{width:100%;height:520px;object-fit:cover;border-radius:26px}.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.thumbs img{height:92px;width:100%;object-fit:cover;border-radius:14px;cursor:pointer;border:2px solid transparent}.thumbs img:hover{border-color:var(--blue)}.booking-card{position:sticky;top:98px}.booking-card h1{font-size:2.2rem;line-height:1.05;margin:10px 0;letter-spacing:-.05em}.booking-card p{color:var(--muted);line-height:1.6}.price-box{background:#edf5ff;border-radius:18px;padding:16px;margin:16px 0;display:grid;gap:3px}.price-box strong{font-size:2rem;color:var(--blue2)}.checkout-form{display:grid;gap:12px}.pax-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.calc-box{display:grid;gap:7px;background:#f7fafc;border:1px solid var(--line);border-radius:18px;padding:14px}.calc-box span{display:flex;justify-content:space-between;gap:12px}.content-grid{display:grid;grid-template-columns:1fr 310px;gap:34px}.content-main{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;line-height:1.75}.content-main h2{font-size:1.55rem;margin:28px 0 10px}.info-side{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;display:grid;gap:12px;height:max-content;position:sticky;top:98px}.empty,.error-box,.confirmation{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;margin-top:24px;text-align:center}.confirmation{margin-top:70px;margin-bottom:70px;max-width:760px}.success-icon{width:70px;height:70px;border-radius:50%;background:#30c76b;color:#fff;display:grid;place-items:center;margin:0 auto 16px;font-size:36px;font-weight:900}.confirm-card{display:grid;grid-template-columns:180px 1fr;text-align:left;gap:8px 18px;background:#f6f9fd;border-radius:18px;padding:20px;margin:24px 0}.site-footer{background:var(--dark);color:#fff;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:34px}.footer-grid p,.footer-grid span{color:#c9d8ef;line-height:1.7}.footer-grid a{display:block;color:#c9d8ef;margin-top:10px}.footer-copy{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:20px;color:#aec1dc}.whatsapp-float{position:fixed;right:18px;bottom:18px;background:#25d366;color:#fff;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.22);z-index:80}@media(max-width:980px){.menu-toggle{display:block}.nav nav{position:absolute;left:16px;right:16px;top:78px;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:16px;display:none;flex-direction:column;align-items:stretch}.nav nav.open{display:flex}.hero-grid,.product-grid,.listing-layout,.content-grid,.section-split,.two-columns{grid-template-columns:1fr}.hero{min-height:auto;padding:70px 0}.tour-grid,.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-card,.filters,.info-side{position:static}.main-gallery{height:380px}}@media(max-width:640px){.container{width:min(100% - 22px,1180px)}.nav{height:68px}.brand img{height:40px}.brand span{display:none}.hero h1{font-size:3rem}.hero-actions .btn{width:100%}.tour-grid,.review-grid{grid-template-columns:1fr}.compact-cards .tour-card{display:block}.tour-img{height:210px}.main-gallery{height:290px}.thumbs{grid-template-columns:repeat(4,1fr)}.thumbs img{height:70px}.pax-row{grid-template-columns:1fr 1fr 1fr;gap:8px}.pax-row label{font-size:.76rem}.section{padding:56px 0}.footer-grid,.confirm-card{grid-template-columns:1fr}.site-footer{padding-bottom:80px}}
.notice{border-radius:16px;padding:14px 16px;margin-bottom:16px;font-weight:800}.notice.success{background:#e7fff0;color:#116b32;border:1px solid #bceccc}.notice.warning{background:#fff7de;color:#7a5600;border:1px solid #f1d88a}.muted{color:var(--muted)!important}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.cart-item{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;display:grid;grid-template-columns:160px 1fr 170px;gap:18px;margin-bottom:16px;box-shadow:0 8px 22px rgba(0,0,0,.04)}.cart-item img{width:160px;height:120px;object-fit:cover;border-radius:16px}.cart-item h3{margin:0 0 8px}.cart-item p{margin:4px 0;color:var(--muted);line-height:1.45}.cart-item-price{display:grid;gap:6px;align-content:start;text-align:right}.cart-item-price strong{font-size:1.25rem;color:var(--blue2)}.cart-summary{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;position:sticky;top:98px;display:grid;gap:12px;box-shadow:var(--shadow)}.cart-summary h2{margin:0 0 4px}.cart-summary>span{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:10px}.btn.small{font-size:.85rem;padding:8px 12px}.checkout-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;margin-bottom:18px;box-shadow:0 8px 24px rgba(0,0,0,.04)}.checkout-panel h2{margin-top:0}.form-grid-public{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid-public label{display:grid;gap:7px;font-weight:800;color:#41516a}.form-grid-public input,.form-grid-public textarea,.form-grid-public select,.mp-field{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit;background:#fff;color:var(--text);min-height:48px}.form-grid-public .full{grid-column:1/-1}.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}.payment-option{border:1px solid var(--line);border-radius:16px;padding:14px;display:flex!important;align-items:center;gap:10px;background:#f8fbff;cursor:pointer}.card-fields{display:none;border-top:1px solid var(--line);padding-top:18px;margin-top:12px}.summary-item{border:1px solid var(--line);border-radius:16px;padding:12px;background:#f8fbff;display:grid;gap:4px}.summary-item span{color:var(--muted);font-size:.9rem}.pix-box{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;margin:18px 0;text-align:left}.pix-box img{width:230px;max-width:100%;margin:10px auto}.pix-box textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px;font:inherit}.cart-item-form .form-actions{display:grid;grid-template-columns:1fr;gap:10px}.checkout-summary{position:sticky}.checkout-summary .btn{margin-top:4px}@media(max-width:980px){.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:120px 1fr}.cart-item img{width:120px;height:100px}.cart-item-price{grid-column:1/-1;text-align:left;grid-template-columns:1fr auto;align-items:center}.payment-options{grid-template-columns:1fr}}@media(max-width:640px){.cart-item{grid-template-columns:1fr}.cart-item img{width:100%;height:190px}.form-grid-public{grid-template-columns:1fr}.payment-option{font-size:.92rem}}

/* ===== Product page refresh ===== */
.product-page{background:linear-gradient(180deg,#f3f6fb 0%,#f8fafc 220px,#f5f8fc 220px)}
.product-hero-shell{padding:34px 0 0}
.product-hero-top{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:24px;align-items:start;margin-bottom:24px}
.product-hero-kicker{font-size:.95rem;font-weight:900;color:var(--blue);margin-bottom:8px}
.product-hero-top h1{margin:0 0 12px;font-size:clamp(2rem,4vw,3.6rem);line-height:1.02;letter-spacing:-.05em}
.product-hero-rating{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px;font-weight:800;color:#385071}.product-hero-rating .stars{color:#0b56d8;letter-spacing:.08em}
.product-hero-tags{display:flex;flex-wrap:wrap;gap:10px}.product-hero-tags span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #dfe7f2;color:#48617d;font-weight:800}
.product-price-cta{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:0 14px 34px rgba(0,0,0,.06);display:grid;gap:8px;text-align:right}.product-price-cta small{font-weight:700;color:#667791}.product-price-cta strong{font-size:2.45rem;color:var(--blue);line-height:1}.product-top-cta{background:var(--blue)!important;color:#fff!important}
.product-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}
.product-gallery-card,.product-content-card,.product-quick-info{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 10px 26px rgba(15,23,42,.05)}
.product-gallery-card{padding:20px}.product-gallery-frame{position:relative}.gallery-badges{position:absolute;left:16px;top:16px;display:flex;gap:8px;flex-wrap:wrap}.gallery-badges em{font-style:normal;background:#ff8a00;color:#fff;padding:8px 12px;border-radius:999px;font-size:.82rem;font-weight:900}
.product-gallery-frame .main-gallery{height:520px;width:100%;object-fit:cover;border-radius:22px}
.product-thumb-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:12px}.product-thumb{position:relative;appearance:none;border:2px solid transparent;background:transparent;padding:0;border-radius:16px;overflow:hidden;cursor:pointer}.product-thumb.active,.product-thumb:hover{border-color:#1d62df}.product-thumb img{height:92px;width:100%;object-fit:cover}.thumb-overlay{position:absolute;inset:0;background:rgba(7,23,45,.55);display:grid;place-items:center;color:#fff;font-weight:900;font-size:1rem}
.product-sidebar{position:sticky;top:92px}.booking-card-desktop{display:grid;gap:14px}.booking-card-mobile{display:none;margin-top:20px}
.booking-price-top{display:grid;gap:5px;padding:2px 2px 8px}.booking-price-top small,.booking-card-heading span{color:#1956cd;font-weight:900;text-transform:none;font-size:1rem}.booking-price-top strong{font-size:2.05rem;color:#091f43;line-height:1.02}.booking-price-top span{color:#5d6f89}.booking-price-top b{color:#0d53d6}
.booking-card-heading h2{margin:6px 0 0;font-size:2rem;letter-spacing:-.04em}.booking-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.booking-form-grid .full{grid-column:1/-1}.field-help,.checkout-caption{font-size:.84rem;color:#6b7c93;line-height:1.45}.checkout-caption{margin-top:-4px}
.pax-row.compact{grid-template-columns:repeat(3,minmax(0,1fr))}
.booking-summary-live{display:grid;gap:10px;background:#f7f9fd;border:1px solid #e5ebf5;border-radius:20px;padding:14px 16px}.booking-summary-live div{display:flex;justify-content:space-between;gap:12px;align-items:center}.booking-summary-live span{color:#61738c;font-weight:700}.booking-summary-live strong{font-size:1.08rem;color:#0b2148}.desktop-summary strong:nth-child(1){font-size:1.12rem}.form-actions.vertical{display:grid;grid-template-columns:1fr;gap:10px}.reserve-btn{background:#36a70a!important;color:#fff!important}.simple-contact-card .btn.primary{background:#36a70a!important;color:#fff!important}
.product-quick-info{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:20px 0;padding:0;overflow:hidden}.product-quick-info div{padding:20px;border-right:1px solid var(--line);display:grid;gap:4px}.product-quick-info div:last-child{border-right:0}.product-quick-info strong{font-size:1rem;color:#102443}.product-quick-info span{color:#667791;line-height:1.45}
.product-content-card{padding:24px}.product-anchor-tabs{display:flex;gap:30px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:12px}.product-anchor-tabs a{font-size:1rem;font-weight:900;color:#6a7891;padding-bottom:12px;position:relative}.product-anchor-tabs a:hover{color:#124ec7}.product-anchor-tabs a::after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:3px;border-radius:999px;background:transparent}.product-anchor-tabs a:hover::after{background:#124ec7}
.product-copy-block{padding:18px 0;border-bottom:1px solid #eef2f7}.product-copy-block:last-child{border-bottom:0;padding-bottom:0}.product-copy-block h2{margin:0 0 14px;font-size:1.85rem;letter-spacing:-.04em}.rich-text{line-height:1.8;color:#4f6078;font-size:1.03rem}.info-notes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.info-notes-grid article{border:1px solid var(--line);background:#f9fbfe;border-radius:22px;padding:18px}.info-notes-grid h3{margin:0 0 10px;font-size:1.08rem;color:#11294f}.review-grid-product{grid-template-columns:repeat(2,minmax(0,1fr))}.empty-inline{padding:18px;border:1px dashed #c7d4e7;border-radius:18px;background:#f9fbfe;color:#5f6f85}
.related-section{padding-top:38px}
.mobile-sticky-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:70;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);border-top:1px solid #dfe7f2;padding:12px 14px calc(12px + env(safe-area-inset-bottom));box-shadow:0 -12px 30px rgba(0,0,0,.08);grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center}.mobile-sticky-bar small{display:block;color:#667791;font-weight:800}.mobile-sticky-bar strong{font-size:1.35rem;color:#0c44ab}.mobile-sticky-bar .btn{padding:12px 14px}.mobile-sticky-bar .btn.primary{background:#36a70a;color:#fff}.mobile-sticky-bar .btn.ghost{border-color:#1a57d0;color:#1a57d0;background:#fff}.sdgp-mobile-sticky{display:none}
@media(max-width:1180px){.product-shell{grid-template-columns:minmax(0,1fr) 330px}.product-thumb-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:980px){.product-hero-top,.product-shell{grid-template-columns:1fr}.product-price-cta{text-align:left}.product-sidebar{position:static}.booking-card-desktop{display:none}.booking-card-mobile{display:grid}.product-gallery-frame .main-gallery{height:420px}.product-quick-info{grid-template-columns:repeat(2,minmax(0,1fr))}.review-grid-product,.info-notes-grid{grid-template-columns:1fr}.mobile-sticky-bar{display:grid}.site-footer{padding-bottom:120px}}
@media(max-width:640px){.product-hero-shell{padding-top:18px}.product-hero-top{gap:16px;margin-bottom:16px}.product-hero-top h1{font-size:2.2rem}.product-gallery-card{padding:14px}.product-gallery-frame .main-gallery{height:300px;border-radius:18px}.product-thumb-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.product-thumb img{height:78px}.product-quick-info{grid-template-columns:1fr;border-radius:24px}.product-quick-info div{border-right:0;border-bottom:1px solid var(--line)}.product-quick-info div:last-child{border-bottom:0}.product-content-card{padding:18px}.product-anchor-tabs{gap:22px;overflow:auto;flex-wrap:nowrap;white-space:nowrap;padding-bottom:6px}.product-copy-block h2{font-size:1.55rem}.booking-form-grid{grid-template-columns:1fr 1fr}.booking-form-grid label:nth-child(6),.booking-form-grid label.full{grid-column:1/-1}.booking-card-heading h2{font-size:1.65rem}.mobile-sticky-bar{grid-template-columns:1fr 1fr;gap:8px}.mobile-sticky-bar>div{grid-column:1/-1}.mobile-sticky-bar .btn{width:100%}}

/* ===== Produto - layout limpo ===== */
.product-page-clean{background:#f6f7f9}
.product-clean-wrap{padding:18px 0 8px}
.product-clean-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:14px}.product-clean-header h1{margin:0 0 8px;font-size:clamp(2rem,3.4vw,3rem);line-height:1.04;letter-spacing:-.045em}.product-hero-rating.compact{margin-bottom:8px}.product-clean-tags{display:flex;gap:10px;flex-wrap:wrap}.product-clean-tags span{font-weight:800;color:#516174;padding:0 14px 0 0;position:relative}.product-clean-tags span+span:before{content:"";position:absolute;left:-7px;top:50%;width:1px;height:16px;background:#d8e0ea;transform:translateY(-50%)}.product-clean-price{display:grid;gap:6px;justify-items:end;text-align:right}.product-clean-price small{color:#6b7c93;font-weight:700}.product-clean-price strong{font-size:2.2rem;color:var(--blue);line-height:1}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-template-areas:"gallery side" "info side" "tabs side";gap:14px 22px;align-items:start}.product-main-media{grid-area:gallery}.product-side-rail{grid-area:side;position:sticky;top:92px;display:grid;gap:12px;align-self:start}.product-info-strip{grid-area:info}.product-tabs-area{grid-area:tabs}
.product-main-photo{position:relative;background:transparent}.product-main-photo .main-gallery{width:100%;height:560px;object-fit:cover;border-radius:10px}.gallery-badges{position:absolute;left:12px;top:12px;display:flex;gap:8px;flex-wrap:wrap}.gallery-badges em{font-style:normal;background:#ff8b00;color:#fff;border-radius:999px;padding:8px 11px;font-size:.82rem;font-weight:900}
.product-thumb-column{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-thumb{position:relative;border:2px solid transparent;background:#fff;padding:0;border-radius:10px;overflow:hidden;cursor:pointer}.product-thumb.active,.product-thumb:hover{border-color:#1c5fde}.product-thumb img{display:block;width:100%;height:112px;object-fit:cover}.product-thumb-more .thumb-overlay{position:absolute;inset:0;background:rgba(9,22,43,.52);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.55rem;font-weight:900;line-height:1.1}
.compact-booking{padding:18px;border-radius:22px;box-shadow:0 10px 28px rgba(9,22,43,.08)}.compact-booking .checkout-form{gap:10px}.compact-booking .booking-price-top{padding-bottom:4px}.compact-booking .booking-price-top strong{font-size:1.85rem}.compact-booking .pax-row.compact label input{min-width:0}.compact-booking .btn.ghost{background:#fff}.compact-booking .booking-summary-live{padding:12px 14px;border-radius:16px}
.product-info-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:6px 0 0}.product-info-strip div{display:grid;gap:4px}.product-info-strip strong{color:#0d1f3e;font-size:1rem}.product-info-strip span{color:#65748a;line-height:1.4}
.product-tabs-nav{display:flex;gap:28px;flex-wrap:wrap;border-bottom:1px solid #dce3ec;padding-bottom:12px;margin-bottom:16px}.product-tabs-nav .tab-btn{background:none;border:0;padding:0 0 10px;cursor:pointer;font:inherit;font-weight:900;color:#69788e;position:relative}.product-tabs-nav .tab-btn.active,.product-tabs-nav .tab-btn:hover{color:#0e4fc8}.product-tabs-nav .tab-btn.active:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:3px;border-radius:999px;background:#0e4fc8}.product-tab-panels{padding:0}.product-tab-panel{display:none}.product-tab-panel.active{display:block}.product-tab-panel .rich-text{color:#52647b;line-height:1.82}.info-notes-grid.clean{display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-notes-grid.clean article{padding:0;border:0;background:transparent}.info-notes-grid.clean h3{margin:0 0 8px;color:#11294f}.review-grid-product{grid-template-columns:1fr 1fr;gap:16px}.empty-inline{padding:14px 0;color:#667791;border:0;background:transparent}
.compact-related{padding-top:24px}
.gallery-modal[hidden]{display:none!important}.gallery-modal{position:fixed;inset:0;z-index:120}.gallery-modal-backdrop{position:absolute;inset:0;background:rgba(7,18,35,.72)}.gallery-modal-dialog{position:relative;width:min(1080px,calc(100% - 30px));max-height:calc(100vh - 30px);margin:15px auto;background:#fff;border-radius:18px;padding:18px;overflow:auto}.gallery-modal-close{position:absolute;top:12px;right:12px;border:0;background:#0e4fc8;color:#fff;width:40px;height:40px;border-radius:999px;font-size:26px;cursor:pointer}.gallery-modal-main img{width:100%;max-height:62vh;object-fit:contain;border-radius:12px;background:#f3f6fb}.gallery-modal-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:14px}.gallery-modal-thumb{border:2px solid transparent;background:none;padding:0;border-radius:10px;overflow:hidden;cursor:pointer}.gallery-modal-thumb.active,.gallery-modal-thumb:hover{border-color:#0e4fc8}.gallery-modal-thumb img{width:100%;height:90px;object-fit:cover}
@media(max-width:1100px){.product-detail-grid{grid-template-columns:minmax(0,1fr) 300px;gap:12px 18px}.product-main-photo .main-gallery{height:500px}.product-thumb img{height:100px}}
@media(max-width:980px){.product-clean-header{display:grid;gap:10px}.product-clean-price{justify-items:start;text-align:left}.product-detail-grid{grid-template-columns:1fr;grid-template-areas:"gallery" "side" "info" "tabs"}.product-side-rail{position:static}.booking-card-desktop{display:none}.booking-card-mobile{display:grid;margin-top:4px}.product-thumb-column{grid-template-columns:repeat(3,1fr)}.product-main-photo .main-gallery{height:380px}.product-info-strip{grid-template-columns:1fr 1fr}.gallery-modal-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-sticky-bar{display:grid}.site-footer{padding-bottom:120px}}
@media(max-width:640px){.product-clean-wrap{padding-top:10px}.product-clean-header h1{font-size:2.1rem}.product-clean-tags span{font-size:.92rem}.product-main-photo .main-gallery{height:300px;border-radius:8px}.product-thumb-column{grid-template-columns:repeat(3,1fr);gap:8px}.product-thumb img{height:82px}.product-thumb-more .thumb-overlay{font-size:1.2rem}.product-info-strip{grid-template-columns:1fr;gap:10px}.product-tabs-nav{gap:20px;overflow:auto;flex-wrap:nowrap;white-space:nowrap}.info-notes-grid.clean,.review-grid-product{grid-template-columns:1fr}.gallery-modal-dialog{width:min(100% - 16px,1080px);margin:8px auto;padding:12px}.gallery-modal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-modal-thumb img{height:78px}}

/* ===== Segunda lapidação premium / estilo Booking ===== */
.product-page-clean{background:#f1f3f8}
.product-page-clean .container{width:min(1260px,calc(100% - 34px))}
.product-clean-wrap{padding:16px 0 12px}
.product-clean-header{margin-bottom:18px;align-items:flex-end}.product-clean-header-left{min-width:0}.product-clean-header h1{font-size:clamp(2.2rem,3vw,3.35rem);font-weight:900;color:#1a2b49}.product-hero-rating.compact{gap:12px;color:#55657f;font-weight:800}.product-hero-rating .stars{color:#1f4ed0;letter-spacing:.06em}.product-clean-tags{margin-top:4px;gap:12px}.product-clean-tags span{color:#44556f;font-weight:800}.product-clean-price{background:#ffffff00;border:0px solid #dfe5ef;border-radius:0px;padding:0px 0px;min-width:0px;box-shadow:0 0px 0px rgba(19,34,56,.0)}.product-clean-price strong{font-size:1.7rem;color:#1f4ed0}.product-top-cta{background:#1f4ed0!important;color:#fff!important;min-height:46px;padding-inline:20px}
.product-detail-grid{grid-template-columns:minmax(0,1fr) 368px;grid-template-areas:"gallery side" "info side" "tabs side";gap:16px 20px}
.product-main-photo .main-gallery{height:550px;border-radius:14px;box-shadow:0 6px 20px rgba(18,43,76,.08)}
.product-side-rail{position:static;display:grid;gap:14px;align-self:start}
.product-thumb-column{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr);gap:10px;height:550px;align-self:start}.product-thumb{border-radius:12px;border:2px solid transparent;box-shadow:0 4px 10px rgba(12,25,44,.04)}.product-thumb img{height:100%;min-height:0}.product-thumb.active,.product-thumb:hover{border-color:#1f4ed0;box-shadow:0 8px 18px rgba(0,87,184,.12)}.product-thumb-more .thumb-overlay{font-size:1.35rem;background:linear-gradient(180deg,rgba(10,27,52,.18),rgba(10,27,52,.7))}
.compact-booking{position:sticky;top:92px;padding:20px 18px;border-radius:18px;border:1px solid #dce3ee;box-shadow:0 10px 28px rgba(16,38,69,.09)}.compact-booking .booking-price-top small{color:#1f4ed0;font-size:.95rem}.compact-booking .booking-price-top strong{font-size:2rem;color:#132746}.compact-booking .booking-price-top span{font-size:.95rem}.compact-booking .checkout-form{gap:11px}.compact-booking label{font-size:.82rem;color:#42526a}.compact-booking input,.compact-booking select{border-radius:12px;border:1px solid #cfd8e6;padding:12px 13px;min-height:46px}.compact-booking .pax-row.compact{gap:8px}.compact-booking .pax-row.compact label{gap:5px}.compact-booking .booking-summary-live{background:#f6f8fb;border:1px solid #dbe4f0;border-radius:14px;padding:12px 14px}.compact-booking .booking-summary-live strong{font-size:1rem;color:#0e2446}.compact-booking .btn{min-height:46px}.compact-booking .reserve-btn,.compact-booking .btn.primary{background:#0071c2!important;color:#fff!important}.compact-booking .btn.ghost{border:1px solid #cfd8e6;color:#16315a;background:#fff!important}.checkout-caption,.field-help{font-size:.78rem;color:#748398;line-height:1.45}
.product-info-strip{padding-top:2px;gap:12px;border-bottom:1px solid #dbe3ee;padding-bottom:14px}.product-info-strip div{background:transparent;padding:0}.product-info-strip strong{font-size:.95rem;color:#203657}.product-info-strip span{font-size:.92rem;color:#6b7890}
.product-tabs-area{padding-top:0}.product-tabs-nav{gap:24px;border-bottom:1px solid #dbe3ee;padding-bottom:10px;margin-bottom:18px}.product-tabs-nav .tab-btn{font-size:1rem;color:#6c7a91}.product-tabs-nav .tab-btn.active,.product-tabs-nav .tab-btn:hover{color:#1f4ed0}.product-tabs-nav .tab-btn.active:after{background:#1f4ed0;bottom:-11px}.product-tab-panel .rich-text{font-size:1rem;line-height:1.86;color:#526076}.info-notes-grid.clean{gap:18px}.info-notes-grid.clean article{padding-bottom:8px;border-bottom:1px solid #ecf0f5}.info-notes-grid.clean article:last-child{border-bottom:0}.info-notes-grid.clean h3{font-size:1.05rem;color:#1d3156}.review-grid-product{gap:14px}.review-grid-product .review{border-radius:16px;border:1px solid #dde5ef;box-shadow:none}
.related-section.compact-related{padding-top:34px}.related-section .section-head{margin-bottom:20px}
.gallery-modal-dialog{border-radius:20px;box-shadow:0 18px 60px rgba(0,0,0,.22)}
@media(max-width:1180px){.product-detail-grid{grid-template-columns:minmax(0,1fr) 348px}.product-main-photo .main-gallery{height:560px}.product-thumb-column{height:560px}}
@media(max-width:980px){.product-page-clean .container{width:min(100% - 22px,1260px)}.product-detail-grid{grid-template-columns:1fr;grid-template-areas:"gallery" "side" "info" "tabs"}.product-side-rail{gap:12px}.product-thumb-column{height:auto;grid-template-columns:repeat(3,1fr);grid-template-rows:none}.product-thumb img{height:100px}.compact-booking{position:static}.product-main-photo .main-gallery{height:400px}.product-clean-price{justify-items:start;text-align:left}}
@media(max-width:640px){.product-clean-header{margin-bottom:14px}.product-clean-price{padding:10px 12px;border-radius:14px}.product-clean-price strong{font-size:2rem}.product-main-photo .main-gallery{height:310px;border-radius:10px}.product-thumb img{height:86px}.product-thumb-column{gap:8px}.product-info-strip{grid-template-columns:1fr 1fr;row-gap:12px}.compact-booking{padding:16px 14px}.product-tabs-nav{gap:18px}.product-tabs-nav .tab-btn{font-size:.95rem}.product-info-strip strong,.product-info-strip span{font-size:.88rem}}

/* ===== Ajuste final inspirado no mockup aprovado ===== */
.product-page-clean{background:#f7f9fc!important}.product-page-clean .container{width:min(1260px,calc(100% - 34px))}.product-clean-wrap{padding:20px 0 16px}.product-clean-header{align-items:flex-end;margin-bottom:14px}.product-clean-header h1{font-size:clamp(2.25rem,3.2vw,3.55rem);color:#142b4d;letter-spacing:-.05em}.product-hero-rating.compact{gap:10px;margin-bottom:8px}.product-hero-rating.compact .stars{color:#0057c8}.product-clean-tags span{font-weight:850;color:#4d6078}.product-clean-tags span:first-child{background:#b5f000;color:#15325b;border-radius:999px;padding:5px 12px}.product-clean-price{background:#fff;border:1px solid #dfe7f2;border-radius:18px;padding:14px 16px;min-width:230px;box-shadow:0 10px 28px rgba(14,35,66,.06)}.product-clean-price strong{font-size:2.35rem;color:#0057c8}.product-top-cta{background:#0057c8!important;color:#fff!important;border-radius:12px!important;min-height:42px}
.product-detail-grid{grid-template-columns:minmax(0,1fr) 360px;gap:16px 22px}.product-main-photo .main-gallery{height:545px;border-radius:14px}.product-thumb-column{height:545px;grid-template-rows:repeat(3,minmax(0,1fr))}.product-thumb{border-radius:12px}.product-thumb img{height:100%;object-fit:cover}.product-thumb-more .thumb-overlay{font-size:1.32rem;background:linear-gradient(180deg,rgba(7,21,41,.2),rgba(7,21,41,.72))}.gallery-badges em{background:#ff8a00;border-radius:999px}.product-side-rail{position:static}.compact-booking{position:sticky!important;top:92px;border-radius:18px;border:1px solid #dbe4ef;box-shadow:0 12px 34px rgba(14,35,66,.1);padding:20px}.compact-booking .booking-price-top small{color:#0057c8}.compact-booking .booking-price-top strong{font-size:2rem;color:#142b4d}.compact-booking .booking-price-top:after{content:'Melhor preço garantido';display:inline-flex;width:max-content;margin-top:9px;background:#eefcdd;color:#317100;font-size:.78rem;font-weight:900;border-radius:999px;padding:6px 10px}.compact-booking .reserve-btn{background:#b5f000!important;color:#143252!important;border-radius:11px!important}.compact-booking .btn.ghost{border-color:#b8c8dc;color:#0057c8;background:#fff!important;border-radius:11px!important}.product-info-strip{background:#fff;border:1px solid #dfe7f2;border-radius:16px;padding:18px 20px;box-shadow:0 8px 20px rgba(14,35,66,.04)}.product-info-strip strong{color:#18355b}.product-info-strip span{color:#63748d}.product-tabs-nav{margin-top:8px}.product-tabs-nav .tab-btn.active,.product-tabs-nav .tab-btn:hover{color:#0057c8}.product-tabs-nav .tab-btn.active:after{background:#0057c8}.product-tab-panel .rich-text{font-size:1rem;color:#4a5e77;line-height:1.86}.info-notes-grid.clean article{border:0;background:#fff;border-radius:14px;padding:16px;box-shadow:0 8px 20px rgba(14,35,66,.04)}.review-grid-product .review{border-radius:16px;box-shadow:0 8px 22px rgba(14,35,66,.05)}
.side-info-card{background:#fff;border:1px solid #dfe7f2;border-radius:18px;padding:18px;box-shadow:0 10px 28px rgba(14,35,66,.06)}.side-info-card h3{margin:0 0 10px;font-size:1.05rem;color:#142b4d}.side-info-card p{margin:0 0 10px;color:#5f7189;line-height:1.5}.side-info-card a{font-weight:900;color:#0057c8}.map-preview{height:112px;margin-top:12px;border-radius:14px;background:linear-gradient(135deg,#ecf3fb,#dcecff);display:grid;place-items:center;color:#0057c8;text-align:center}.map-preview span{font-size:1.7rem}.map-preview small{display:block;color:#385676;font-weight:800}.trust-card ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.trust-card li{display:flex;align-items:flex-start;gap:9px;color:#53677f}.trust-card li:before{content:'✓';display:inline-grid;place-items:center;flex:0 0 18px;height:18px;border-radius:50%;background:#e9f8e4;color:#249000;font-weight:900;font-size:.76rem}.related-section.compact-related{padding-top:34px}

/* Calendário customizado */
.sdg-date-picker{position:relative}.sdg-date-button{width:100%;min-height:46px;border:1px solid #cfd9e8;border-radius:12px;background:#fff;color:#142b4d;padding:11px 13px;font:inherit;font-weight:850;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.sdg-date-button:hover,.sdg-date-picker.open .sdg-date-button{border-color:#0057c8;box-shadow:0 0 0 3px rgba(0,87,200,.1)}.calendar-icon{font-size:1rem}.sdg-calendar{position:absolute;z-index:120;top:calc(100% + 8px);left:0;width:312px;background:#fff;border:1px solid #dbe4ef;border-radius:18px;box-shadow:0 20px 48px rgba(14,35,66,.18);padding:14px}.cal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.cal-head strong{font-size:1rem;color:#142b4d}.cal-head button{border:0;background:#f1f5fb;color:#0057c8;width:34px;height:34px;border-radius:10px;font-size:1.4rem;line-height:1;cursor:pointer}.cal-head button:hover{background:#e5effc}.cal-weekdays,.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.cal-weekdays span{text-align:center;font-size:.72rem;font-weight:900;color:#748398;padding-bottom:3px}.cal-day{height:36px;border:0;border-radius:10px;background:#fff;color:#193154;font-weight:850;cursor:pointer}.cal-day:hover{background:#eaf2ff;color:#0057c8}.cal-day.outside{color:#b4bdc9}.cal-day.selected{background:#0057c8;color:#fff}.cal-day.unavailable{background:#fff0f0!important;color:#c56c6c!important;text-decoration:line-through;cursor:not-allowed;opacity:.75}.cal-day.unavailable:hover{background:#fff0f0!important}.cal-legend{font-size:.76rem;color:#6d7d92;margin-top:12px}.cal-legend i{display:inline-block;width:12px;height:12px;border-radius:4px;background:#fff0f0;border:1px solid #ffd6d6;margin-right:6px;vertical-align:-2px}
@media(max-width:1180px){.product-detail-grid{grid-template-columns:minmax(0,1fr) 342px}.product-main-photo .main-gallery,.product-thumb-column{height:510px}}
@media(max-width:980px){.product-page-clean .container{width:min(100% - 22px,1260px)}.product-detail-grid{grid-template-columns:1fr;grid-template-areas:"gallery" "side" "info" "tabs"}.product-side-rail{position:static}.compact-booking{position:static!important}.booking-card-desktop{display:none!important}.booking-card-mobile{display:grid!important}.product-main-photo .main-gallery{height:390px}.product-thumb-column{height:auto;grid-template-columns:repeat(3,1fr);grid-template-rows:none}.product-thumb img{height:98px}.side-info-card{display:none}.sdg-calendar{width:min(312px,calc(100vw - 44px))}}
@media(max-width:640px){.product-clean-wrap{padding-top:10px}.product-clean-header h1{font-size:2.05rem}.product-clean-price{min-width:0;width:100%;justify-items:start;text-align:left}.product-main-photo .main-gallery{height:295px}.product-thumb img{height:82px}.product-info-strip{grid-template-columns:1fr 1fr}.sdg-calendar{left:50%;transform:translateX(-50%)}}

/* ===== Ajustes finais página de produto ===== */
.product-page-clean{background:#f5f7fb!important}
.product-page-clean .container{width:min(1280px,calc(100% - 38px))}
.product-clean-wrap{padding:20px 0 18px}
.product-clean-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}
.product-clean-header-left{min-width:0;display:grid;gap:10px}
.product-clean-header h1{margin:0;font-size:clamp(2.2rem,3.2vw,3.6rem);line-height:1.02;color:#142b4d;letter-spacing:-.05em}
.product-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:14px 18px}
.product-hero-rating.compact{display:flex;align-items:center;gap:10px;margin:0;font-weight:800;color:#4e5f77}
.product-hero-rating.compact .stars{color:#1f4ed0;letter-spacing:.05em}
.product-clean-tags{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0}
.product-clean-tags span{display:inline-flex;align-items:center;height:32px;padding:0 12px;border-radius:999px;background:#eef3fb;color:#29486d;font-size:.92rem;font-weight:800}
.product-clean-tags span:first-child{background:#b5f000;color:#143252}
.product-clean-price{display:grid;gap:8px;justify-items:end;text-align:right;padding:0;background:transparent!important;border:0!important;box-shadow:none!important;min-width:190px}
.product-clean-price small{color:#6b7c93;font-weight:700}.product-clean-price strong{font-size:2.45rem;color:#1f4ed0;line-height:1}.product-top-cta{background:#1f4ed0!important;color:#fff!important;border-radius:12px!important;min-height:44px;padding:0 18px}

.product-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}
.product-left-column{min-width:0;display:grid;gap:18px;align-content:start}
.product-gallery-layout{display:grid;grid-template-columns:minmax(0,1fr) 256px;gap:12px;align-items:stretch}
.product-main-photo{position:relative;min-width:0}.product-main-photo .main-gallery{display:block;width:100%;height:540px;object-fit:cover;border-radius:14px;box-shadow:0 8px 24px rgba(12,31,56,.06)}
.gallery-badges{position:absolute;left:14px;top:14px;display:flex;gap:8px;flex-wrap:wrap}.gallery-badges em{font-style:normal;background:#ff8a00;color:#fff;padding:8px 11px;border-radius:999px;font-size:.8rem;font-weight:900}
.product-thumb-column{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,minmax(0,1fr));gap:10px;height:540px;align-self:stretch;position:static!important;top:auto!important}.product-thumb{position:relative;border:2px solid transparent;background:#fff;padding:0;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px rgba(12,31,56,.04)}.product-thumb.active,.product-thumb:hover{border-color:#1f4ed0;box-shadow:0 8px 18px rgba(31,78,208,.12)}.product-thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-thumb-more .thumb-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,rgba(10,21,41,.15),rgba(10,21,41,.72));color:#fff;font-size:1.35rem;font-weight:900;line-height:1.1}

.product-side-rail{display:block;position:sticky;top:92px;align-self:start}
.compact-booking{position:relative!important;top:auto!important;overflow:visible;background:#fff;border-radius:18px;border:1px solid #dce3ee;box-shadow:0 14px 30px rgba(10,30,58,.08);padding:20px}.compact-booking .booking-price-top{display:grid;gap:4px;padding-bottom:6px}.compact-booking .booking-price-top small{color:#1f4ed0;font-weight:900;font-size:.95rem}.compact-booking .booking-price-top strong{font-size:2rem;color:#142b4d;line-height:1}.compact-booking .booking-price-top span{color:#677891;font-size:.95rem}.compact-booking .booking-price-top b{color:#1f4ed0}.compact-booking .booking-price-top:after{content:'Melhor preço garantido';display:inline-flex;width:max-content;margin-top:10px;background:#eefcdd;color:#317100;font-size:.78rem;font-weight:900;border-radius:999px;padding:6px 10px}.compact-booking .checkout-form{display:grid;gap:12px}.compact-booking label,.traveler-picker .field-label{display:grid;gap:6px;font-size:.84rem;color:#42526a;font-weight:800}.compact-booking input,.compact-booking select{border-radius:12px;border:1px solid #cfd8e6;padding:12px 13px;min-height:48px;background:#fff}.compact-booking .booking-summary-live{background:#f6f8fb;border:1px solid #dbe4f0;border-radius:14px;padding:12px 14px}.compact-booking .booking-summary-live div{display:flex;justify-content:space-between;gap:12px;align-items:center}.compact-booking .booking-summary-live strong{font-size:1rem;color:#0f2343}.compact-booking .reserve-btn,.compact-booking .btn.primary{background:#1f4ed0!important;color:#fff!important;border-radius:11px!important}.compact-booking .btn.ghost{border:1px solid #cfd8e6;color:#1f4ed0;background:#fff!important;border-radius:11px!important}.form-actions.vertical{display:grid;gap:10px}.checkout-caption{font-size:.78rem;color:#748398;line-height:1.45}

.traveler-picker{position:relative;display:grid;gap:6px}.traveler-hidden-input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.traveler-toggle{width:100%;min-height:48px;border:1px solid #cfd8e6;border-radius:12px;background:#fff;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;font:inherit;color:#142b4d}.traveler-toggle strong{font-size:1rem}.traveler-toggle-icon{font-size:1rem;color:#5e7088;transform:rotate(180deg);transition:transform .2s ease}.traveler-picker.open .traveler-toggle-icon{transform:rotate(0deg)}
.traveler-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:130;background:#fff;border:1px solid #dbe4ef;border-radius:16px;box-shadow:0 18px 46px rgba(10,30,58,.18);padding:16px}.traveler-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid #eef2f7}.traveler-row:last-of-type{border-bottom:0;padding-bottom:0}.traveler-row strong{display:block;color:#142b4d}.traveler-row small{display:block;color:#71829a;font-size:.8rem;line-height:1.35}.traveler-stepper{display:flex;align-items:center;gap:10px}.traveler-stepper button{width:34px;height:34px;border:1px solid #b7c6db;border-radius:10px;background:#fff;color:#1f4ed0;font-size:1.35rem;line-height:1;cursor:pointer}.traveler-stepper button:hover{background:#eef4ff}.traveler-stepper span{min-width:18px;text-align:center;font-weight:900;color:#142b4d}.traveler-confirm{margin-top:14px;width:100%;min-height:42px;border:0;border-radius:10px;background:#1f4ed0;color:#fff;font-weight:900;cursor:pointer}

.sdg-date-picker{position:relative;z-index:20}.sdg-date-button{width:100%;min-height:48px;border:1px solid #cfd9e8;border-radius:12px;background:#fff;color:#142b4d;padding:11px 13px;font:inherit;font-weight:850;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.sdg-date-button:hover,.sdg-date-picker.open .sdg-date-button{border-color:#1f4ed0;box-shadow:0 0 0 3px rgba(31,78,208,.1)}.calendar-icon{font-size:1rem}.sdg-calendar{position:absolute;z-index:180;top:calc(100% + 8px);left:0;width:312px;max-width:min(312px,calc(100vw - 48px));background:#fff;border:1px solid #dbe4ef;border-radius:18px;box-shadow:0 20px 48px rgba(14,35,66,.18);padding:14px}.cal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.cal-head strong{font-size:1rem;color:#142b4d}.cal-head button{border:0;background:#f1f5fb;color:#1f4ed0;width:34px;height:34px;border-radius:10px;font-size:1.4rem;line-height:1;cursor:pointer}.cal-weekdays,.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.cal-weekdays span{text-align:center;font-size:.72rem;font-weight:900;color:#748398;padding-bottom:3px}.cal-day{height:36px;border:0;border-radius:10px;background:#fff;color:#193154;font-weight:850;cursor:pointer}.cal-day:hover{background:#eaf2ff;color:#1f4ed0}.cal-day.outside{color:#b4bdc9}.cal-day.selected{background:#1f4ed0;color:#fff}.cal-day.unavailable{background:#fff0f0!important;color:#c56c6c!important;text-decoration:line-through;cursor:not-allowed;opacity:.8}.cal-legend{font-size:.76rem;color:#6d7d92;margin-top:12px}.cal-legend i{display:inline-block;width:12px;height:12px;border-radius:4px;background:#fff0f0;border:1px solid #ffd6d6;margin-right:6px;vertical-align:-2px}

.product-info-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;background:#fff;border:1px solid #dfe7f2;border-radius:16px;padding:18px 20px;box-shadow:0 8px 20px rgba(14,35,66,.04)}.product-info-strip div{display:grid;gap:4px}.product-info-strip strong{font-size:.95rem;color:#18355b}.product-info-strip span{font-size:.92rem;color:#63748d;line-height:1.4}
.product-tabs-area{padding-top:2px}.product-tabs-nav{display:flex;gap:26px;flex-wrap:wrap;border-bottom:1px solid #dbe3ee;padding-bottom:10px;margin-bottom:18px}.product-tabs-nav .tab-btn{background:none;border:0;padding:0 0 10px;cursor:pointer;font:inherit;font-size:1rem;font-weight:900;color:#6c7a91;position:relative}.product-tabs-nav .tab-btn.active,.product-tabs-nav .tab-btn:hover{color:#1f4ed0}.product-tabs-nav .tab-btn.active:after{content:'';position:absolute;left:0;right:0;bottom:-11px;height:3px;border-radius:999px;background:#1f4ed0}.product-tab-panel{display:none}.product-tab-panel.active{display:block}.product-tab-panel .rich-text{font-size:1rem;color:#4a5e77;line-height:1.86}.info-notes-grid.clean{display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-notes-grid.clean article{background:#fff;border-radius:14px;padding:16px;box-shadow:0 8px 20px rgba(14,35,66,.04)}.review-grid-product{grid-template-columns:1fr 1fr;gap:16px}.empty-inline{padding-top:6px;color:#667791}
.related-section.compact-related{padding-top:34px}
.booking-card-mobile{display:none!important}

@media(max-width:1180px){.product-layout{grid-template-columns:minmax(0,1fr) 352px}.product-gallery-layout{grid-template-columns:minmax(0,1fr) 236px}.product-main-photo .main-gallery,.product-thumb-column{height:500px}}
@media(max-width:980px){.product-page-clean .container{width:min(100% - 22px,1280px)}.product-clean-header{display:grid}.product-clean-price{justify-items:start;text-align:left}.product-layout{grid-template-columns:1fr}.product-side-rail{position:static}.booking-card-desktop{display:none!important}.booking-card-mobile{display:block!important}.product-gallery-layout{grid-template-columns:1fr}.product-main-photo .main-gallery{height:390px}.product-thumb-column{height:auto;grid-template-columns:repeat(3,1fr);grid-template-rows:none}.product-thumb img{height:100px}.product-info-strip{grid-template-columns:1fr 1fr}.compact-booking{position:static!important;margin-top:4px}.traveler-panel{position:static;box-shadow:none;border:1px solid #e3eaf4;margin-top:8px}.sdg-calendar{width:min(312px,calc(100vw - 44px))}}
@media(max-width:640px){.product-clean-wrap{padding-top:12px}.product-clean-header h1{font-size:2.05rem}.product-meta-row{gap:10px 12px}.product-clean-tags span{height:30px;font-size:.84rem;padding:0 10px}.product-main-photo .main-gallery{height:295px;border-radius:10px}.product-thumb img{height:82px}.product-info-strip{grid-template-columns:1fr 1fr;row-gap:12px;padding:16px}.product-tabs-nav{gap:18px;overflow:auto;flex-wrap:nowrap;white-space:nowrap}.info-notes-grid.clean,.review-grid-product{grid-template-columns:1fr}.sdg-calendar{left:50%;transform:translateX(-50%)}.mobile-sticky-bar{display:grid}.site-footer{padding-bottom:120px}}

/* ===== Página interna de produto - Salvador da Gente ===== */
.sdgp-page{background:#edf2f7;color:#142b4d}
.sdgp-wrap{width:min(1300px,calc(100% - 34px));margin:0 auto;padding:18px 0 42px}
.sdgp-breadcrumb{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:.84rem;color:#7c8a9f;margin:0 0 12px}
.sdgp-breadcrumb a{color:#6b7c93;text-decoration:none}
.sdgp-breadcrumb strong{font-weight:700;color:#52637c}
.sdgp-head{grid-area:head;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 8px}.sdgp-titlebox{display:grid;gap:8px;min-width:0;flex:1}.sdgp-title{margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.05;letter-spacing:-.045em;color:#142b4d}.sdgp-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.sdgp-rating{display:flex;align-items:center;gap:8px;color:#52647b;font-size:.96rem;line-height:1.35}.sdgp-topprice-row{display:flex;justify-content:flex-end;margin:0;flex:0 0 auto;align-self:flex-end}
.sdgp-topprice{display:grid;justify-items:end;gap:7px;text-align:right;min-width:220px}
.sdgp-topprice small{font-weight:700;color:#7d8ca2}
.sdgp-topprice strong{font-size:2.05rem;color:#0e5ef2;line-height:1;font-weight:900}
.sdgp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:0;min-height:42px;padding:12px 18px;font-weight:700;cursor:pointer;text-decoration:none}
.sdgp-btn-blue{background:#004dcd;color:#fff!important}

.sdgp-layout{display:grid;grid-template-columns:minmax(0,1fr) 384px;grid-template-areas:'head head' 'gallery book' 'info book' 'tabs book';gap:16px 28px;align-items:start;min-width:0}
.sdgp-gallery{grid-area:gallery;display:grid;grid-template-columns:1fr;gap:12px;align-items:start;min-width:0}
.sdgp-book-col{grid-area:book;position:sticky;top:94px;align-self:start}
.sdgp-info{grid-area:info}
.sdgp-tabs{grid-area:tabs;background:#fff;border:1px solid #dfe7f2;border-radius:14px;padding:14px 16px;box-shadow:0 8px 20px rgba(14,35,66,.04);min-width:0}

.sdgp-main-photo{position:relative;min-width:0}
.sdgp-main-photo img{width:100%;height:458px;display:block;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px rgba(12,31,56,.06)}
.sdgp-gallery-badges{position:absolute;left:14px;top:14px;display:flex;gap:8px;flex-wrap:wrap;z-index:3}
.sdgp-gallery-badges em{font-style:normal;background:var(--sdg-badge-bg,#ff8a00);color:#fff;padding:8px 11px;border-radius:999px;font-size:.79rem;font-weight:800}
.sdgp-photo-overlay{display:none}
.sdgp-photo-overlay h1{margin:0}
.sdgp-photo-rating{display:none}
.sdgp-stars{color:#1f4ed0;letter-spacing:.06em;font-size:.92rem}
.sdgp-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));grid-template-rows:none;gap:10px;height:auto}
.sdgp-thumbs .sdgp-thumb:last-child:nth-child(5){grid-column:span 1}
.sdgp-thumb{position:relative;border:1px solid #dfe5ef;background:#fff;padding:0;border-radius:14px;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px rgba(12,31,56,.04)}
.sdgp-thumb.active,.sdgp-thumb:hover{border-color:#1f4ed0;box-shadow:0 8px 18px rgba(31,78,208,.12)}
.sdgp-thumb img{width:100%;height:88px;object-fit:cover;display:block}
.sdgp-thumb-more span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,rgba(10,21,41,.15),rgba(10,21,41,.72));color:#fff;font-size:1.12rem;font-weight:950;line-height:1.1}

.sdgp-info{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;background:#fff;border:1px solid #dfe7f2;border-radius:14px;padding:15px 16px;box-shadow:0 8px 20px rgba(14,35,66,.04)}
.sdgp-info div{display:grid;grid-template-columns:auto 1fr;grid-template-areas:'icon label' 'icon value';column-gap:8px;row-gap:4px;align-items:center}
.sdgp-info i{grid-area:icon;font-size:1rem;color:#1f4ed0;width:22px;height:22px;display:flex;align-items:center;justify-content:center}
.sdgp-info strong{grid-area:label;font-size:.82rem;color:#18355b}
.sdgp-info span{grid-area:value;font-size:.82rem;color:#63748d;line-height:1.35}

.sdgp-tabnav{display:flex;gap:26px;flex-wrap:wrap;border-bottom:1px solid #dbe3ee;padding-bottom:0;margin-bottom:16px}
.sdgp-tabnav button{background:none;border:0;padding:0 0 12px;cursor:pointer;font:inherit;font-size:.95rem;font-weight:900;color:#6c7a91;position:relative}
.sdgp-tabnav button.active,.sdgp-tabnav button:hover{color:#1f4ed0}
.sdgp-tabnav button.active:after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:999px;background:#1f4ed0}
.sdgp-panel{display:none}
.sdgp-panel.active{display:block}
.sdgp-rich{font-size:.98rem;color:#4a5e77;line-height:1.86}
.sdgp-notes{display:grid;grid-template-columns:1fr;gap:16px}
.sdgp-notes article{background:#f5f8ed;border:1px solid #dde8ca;border-radius:12px;padding:15px 16px;box-shadow:none}
.sdgp-notes h3{margin:0 0 8px;color:#34511a;font-size:.95rem}
.sdgp-empty{padding-top:6px;color:#667791}

.sdgp-book{background:#fff;border-radius:18px;border:1px solid #dce3ee;box-shadow:0 14px 30px rgba(10,30,58,.08);padding:20px;overflow:visible;scroll-margin-top:90px}
.sdgp-book-head{display:grid;gap:4px;padding-bottom:22px}
.sdgp-book-head small{color:#1f4ed0;font-weight:950;font-size:1.25rem}
.sdgp-book-head strong{font-size:2rem;color:#142b4d;line-height:1;font-weight:900}
.sdgp-book-head span{color:#677891;font-size:.95rem}
.sdgp-book-head b{color:#1f4ed0}
.sdgp-form{display:grid;gap:12px}
.sdgp-form label,.sdgp-label{display:grid;gap:6px;font-size:.84rem;color:#42526a;font-weight:600}
.sdgp-form input,.sdgp-form select{border-radius:12px;border:1px solid #cfd8e6;padding:12px 13px;min-height:48px;background:#fff;font:inherit;color:#142b4d;font-weight:400;font-size:14px}
.sdgp-caption{font-size:.78rem;color:#748398;line-height:1.45}
.sdgp-summary{background:#eef3fb;border:1px solid #eff3fb;border-radius:14px;padding:12px 14px;margin-top:16px}
.sdgp-summary div{display:flex;justify-content:space-between;gap:12px;align-items:center}
.sdgp-summary strong{font-size:1rem;color:#0f2343}
.sdgp-actions{display:grid;gap:10px}

.sdgp-date{position:relative;z-index:40}
.sdgp-date-button{width:100%;min-height:48px;border:1px solid #cfd9e8;border-radius:12px;background:#fff;color:#142b4d;padding:11px 13px;font:inherit;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}
.sdgp-date-button:hover,.sdgp-date.open .sdgp-date-button{border-color:#1f4ed0;box-shadow:0 0 0 3px rgba(31,78,208,.1)}
.sdgp-calendar{position:absolute;z-index:9999;top:calc(100% + 8px);left:0;width:312px;max-width:min(312px,calc(100vw - 48px));background:#fff;border:1px solid #dbe4ef;border-radius:18px;box-shadow:0 20px 48px rgba(14,35,66,.18);padding:14px}
.sdgp-cal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.sdgp-cal-head strong{font-size:1rem;color:#142b4d}
.sdgp-cal-head button{border:0;background:#f1f5fb;color:#1f4ed0;width:34px;height:34px;border-radius:10px;font-size:1.4rem;line-height:1;cursor:pointer}
.sdgp-week,.sdgp-days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}
.sdgp-week span{text-align:center;font-size:.72rem;font-weight:950;color:#748398;padding-bottom:3px}
.sdgp-day{height:36px;border:0;border-radius:10px;background:#fff;color:#193154;font-weight:850;cursor:pointer}
.sdgp-day:hover{background:#96c000;color:#ffffff}
.sdgp-day.outside{color:#b4bdc9}
.sdgp-day.selected{background:#96c000;color:#fff}
.sdgp-day.unavailable{background:#ffffff!important;color:#c56c6c!important;text-decoration:line-through;cursor:not-allowed;opacity:.8}
.sdgp-legend{font-size:.66rem;color:#6d7d92;margin-top:12px}
.sdgp-legend i{display:inline-block;width:12px;height:12px;border-radius:4px;background:#d18989;border:1px solid #d18989;margin-right:6px;vertical-align:-2px}
.sdgp-travel{position:relative;display:grid;gap:6px}
.sdgp-hidden{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}
.sdgp-travel-toggle{width:100%;min-height:48px;border:1px solid #cfd8e6;border-radius:12px;background:#fff;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;font:inherit;color:#142b4d}
.sdgp-travel-toggle strong{font-size:.9rem;font-weight:500!important;background:#96c000;color:#fff;padding:0 10px;border-radius: 6px;}
.sdgp-travel-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:9990;background:#fff;border:1px solid #dbe4ef;border-radius:16px;box-shadow:0 18px 46px rgba(10,30,58,.18);padding:16px}
.sdgp-travel-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid #eef2f7}
.sdgp-travel-row:last-of-type{border-bottom:0;padding-bottom:0}
.sdgp-travel-row strong{display:block;color:#142b4d}
.sdgp-travel-row small{display:block;color:#71829a;font-size:.8rem;line-height:1.35}
.sdgp-stepper{display:flex;align-items:center;gap:10px}
.sdgp-stepper button{width:34px;height:34px;border:1px solid #004dcd;border-radius:10px;background:#fff;color:#004dcd;font-size:1.35rem;line-height:1;cursor:pointer}
.sdgp-stepper button:hover{background:#eef4ff}
.sdgp-stepper span{min-width:18px;text-align:center;font-weight:950;color:#004dcd}
.sdgp-confirm{margin-top:14px;width:auto;min-height:38px;border:0;border-radius:10px;background:#ffffff;color:#004dcd;font-weight:700;cursor:pointer}

.sdgp-related{padding-top:28px}
.sdgp-gallery-modal[hidden]{display:none!important}
.sdgp-gallery-modal{position:fixed;inset:0;z-index:99999}
.sdgp-gallery-backdrop{position:absolute;inset:0;background:rgba(7,18,35,.72)}
.sdgp-gallery-dialog{position:relative;width:min(1080px,calc(100% - 30px));max-height:calc(100vh - 30px);margin:15px auto;background:#fff;border-radius:18px;padding:18px;overflow:auto}
.sdgp-gallery-close{position:absolute;top:12px;right:12px;border:0;background:#1f4ed0;color:#fff;width:40px;height:40px;border-radius:999px;font-size:26px;cursor:pointer}
.sdgp-gallery-main img{width:100%;max-height:62vh;object-fit:contain;border-radius:12px;background:#f3f6fb}
.sdgp-gallery-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:14px}
.sdgp-gallery-thumb{border:2px solid transparent;background:none;padding:0;border-radius:10px;overflow:hidden;cursor:pointer}
.sdgp-gallery-thumb.active,.sdgp-gallery-thumb:hover{border-color:#1f4ed0}
.sdgp-gallery-thumb img{width:100%;height:90px;object-fit:cover}

@media(max-width:1280px){
  .sdgp-wrap{width:min(1320px,calc(100% - 24px))}
}
@media(max-width:1180px){
  .sdgp-wrap{width:min(100% - 22px,1320px)}
  .sdgp-layout{grid-template-columns:minmax(0,1fr) 360px;grid-template-areas:'head head' 'gallery book' 'info book' 'tabs book';gap:16px 20px}
  .sdgp-gallery{grid-template-columns:1fr}
  .sdgp-main-photo img{height:420px}
}
@media(max-width:980px){
  .sdgp-wrap{width:min(100% - 18px,1320px);padding-top:12px}
  .sdgp-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin-bottom:14px}
  .sdgp-title{font-size:2rem;line-height:1.08}
  .sdgp-rating{font-size:.9rem}
  .sdgp-topprice-row{display:flex;justify-content:flex-end;margin:0}
  .sdgp-topprice{min-width:180px}
  .sdgp-topprice strong{font-size:1.75rem}
  .sdgp-topprice .sdgp-btn{min-height:40px;padding:10px 14px}
  .sdgp-layout{grid-template-columns:1fr;grid-template-areas:'gallery' 'head' 'info' 'tabs' 'book';gap:14px;max-width:100%;overflow:visible}
  .sdgp-book-col{position:static}
  .sdgp-gallery{grid-template-columns:1fr}
  .sdgp-main-photo img{height:300px;border-radius:14px}
  .sdgp-thumbs{grid-template-columns:repeat(auto-fit,minmax(72px,1fr));grid-template-rows:none;height:auto}
  .sdgp-thumbs .sdgp-thumb:last-child:nth-child(5){grid-column:span 1}
  .sdgp-thumb img{height:78px}
  .sdgp-info{grid-template-columns:repeat(4,minmax(0,1fr));padding:14px}
  .sdgp-info div:last-child{grid-column:1/-1}
  .sdgp-tabnav{gap:18px;overflow:auto;flex-wrap:nowrap;white-space:nowrap}
  .sdgp-travel-panel{position:static;box-shadow:none;border:1px solid #e3eaf4;margin-top:8px}
  .sdgp-calendar{width:min(312px,calc(100vw - 44px))}
  .sdgp-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:640px){
  .sdgp-page{overflow-x:hidden}
  .sdgp-wrap{width:100%;padding:8px 7px 106px;overflow-x:hidden}
  .sdgp-breadcrumb{font-size:.76rem;gap:7px;margin-bottom:8px}
  .sdgp-head{grid-template-columns:1fr;align-items:start;margin:0 0 2px;max-width:100%;min-width:0}
  .sdgp-title{font-size:1.62rem;line-height:1.12;letter-spacing:-.03em}
  .sdgp-meta{gap:8px}
  .sdgp-rating{font-size:.82rem;align-items:flex-start}
  .sdgp-topprice-row{display:none!important}
  .sdgp-topprice{width:100%;min-width:0;grid-template-columns:1fr auto;grid-template-areas:'label price' 'button button';align-items:end;justify-items:start;text-align:left;gap:5px 10px;background:#fff;border:1px solid #dce3ee;border-radius:14px;padding:12px 13px;box-shadow:0 8px 20px rgba(10,30,58,.05)}
  .sdgp-topprice small{grid-area:label;align-self:center}
  .sdgp-topprice strong{grid-area:price;justify-self:end;font-size:1.55rem}
  .sdgp-topprice .sdgp-btn{grid-area:button;width:100%;min-height:40px;padding:10px 14px}
  .sdgp-layout,.sdgp-gallery,.sdgp-head,.sdgp-titlebox,.sdgp-info,.sdgp-tabs,.sdgp-book-col{min-width:0;max-width:100%}
  .sdgp-main-photo img{height:248px;width:100%;max-width:100%}
  .sdgp-gallery-badges{left:10px;top:10px;gap:6px}
  .sdgp-gallery-badges em{padding:7px 10px;font-size:.72rem}
  .sdgp-thumbs{grid-template-columns:repeat(auto-fit,minmax(54px,1fr));gap:7px}
  .sdgp-thumb{border-radius:10px}
  .sdgp-thumb img{height:62px}
  .sdgp-info{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:10px;padding:12px}
  .sdgp-info div:last-child{grid-column:auto}
  .sdgp-book{padding:16px;scroll-margin-top:12px}
  .sdgp-book-head{padding-bottom:18px}
  .sdgp-book-head small{font-size:1.05rem}
  .sdgp-book-head strong{font-size:1.85rem}
  .sdgp-rich{font-size:.93rem;line-height:1.72}
  .sdgp-calendar{left:50%;transform:translateX(-50%)}
  .sdgp-gallery-dialog{width:calc(100% - 16px);padding:12px}
  .sdgp-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sdgp-gallery-thumb img{height:76px}
}
/* Ajustes mobile da página interna de passeios/experiências/transfer */
@media(max-width:980px){
  .sdgp-mobile-sticky{display:none!important}
}
@media(max-width:640px){
  html,body{max-width:100%;overflow-x:hidden}
  .sdgp-breadcrumb,.sdgp-layout,.sdgp-gallery,.sdgp-main-photo,.sdgp-thumbs,.sdgp-info,.sdgp-tabs,.sdgp-book-col,.sdgp-book{max-width:100%;min-width:0}
  .sdgp-thumbs{grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden}
  .sdgp-tabnav{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}
  .sdgp-rich{overflow-wrap:anywhere}
  .sdgp-related{padding-top:18px}
  .sdgp-related .container{width:calc(100% - 18px);max-width:100%;overflow:hidden}
  .sdgp-mobile-sticky{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;z-index:90}
  .sdgp-mobile-sticky>div{grid-column:auto!important;min-width:0}
  .sdgp-mobile-sticky small{font-size:.78rem;line-height:1.1}
  .sdgp-mobile-sticky strong{font-size:1.32rem;line-height:1;color:#0e5ef2}
  .sdgp-mobile-sticky .btn{width:auto;min-height:42px;padding:11px 18px;border-radius:12px;font-weight:700;background:#3654d1!important;color:#fff!important}
  .whatsapp-float{bottom:calc(82px + env(safe-area-inset-bottom));right:12px}
  .site-footer{padding-bottom:130px}
}
@media(min-width:981px){
  .sdgp-mobile-sticky{display:none!important}
}

/* ===== Menu principal estilo Salvador da Gente ===== */
.site-header.sdg-topbar{
  background:#004dcd!important;
  color:#fff!important;
  position:sticky!important;
  top:0!important;
  z-index:100!important;
  box-shadow:none!important;
  min-height:76px!important;
}
.sdg-topbar .container.sdg-nav{
  width:min(1380px,calc(100% - 32px));
  height:76px!important;
  margin:0 auto;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:22px!important;
  position:relative!important;
  padding-left:150px!important;
}
.sdg-brand{
  position:absolute!important;
  left:0!important;
  top:0!important;
  z-index:3!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:0!important;
  padding:0!important;
  color:#fff!important;
}
.sdg-brand img{
  width:auto!important;
  height:100px!important;
  max-height:none!important;
  display:block!important;
  background: #004dcd;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  border-radius: 10px;
  margin-top: 5px;
}
.sdg-brand span{display:none!important}
.sdg-menu{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:16px!important;
  margin-left:auto!important;
  font-size:15px!important;
  font-weight:600!important;
  line-height:1!important;
  text-transform:uppercase!important;
  color:#fff!important;
  white-space:nowrap!important;
}
.sdg-menu a{
  color:#fff!important;
  padding:28px 0!important;
  text-decoration:none!important;
  letter-spacing:.01em!important;
  transition:.18s ease!important;
}
.sdg-menu a:hover,
.sdg-menu a.active{
  color:#85c70b!important;
}
.sdg-header-actions{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin-left:2px!important;
  flex:0 0 auto!important;
  color:#fff!important;
}
.sdg-round-icon{
  width:34px!important;
  height:34px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:18px!important;
}
.sdg-instagram{
  background:#0041a4!important;
  font-size:15px!important;
}
.sdg-user{
  background:transparent!important;
  font-size:20px!important;
}
.sdg-cart-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#b6ff00!important;
  font-weight:900!important;
  font-size:16px!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.sdg-cart-icon{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  font-size:20px!important;
  width:24px!important;
  height:28px!important;
}
.sdg-cart-icon em{
  position:absolute!important;
  top:-12px!important;
  right:-10px!important;
  min-width:18px!important;
  height:18px!important;
  padding:0 5px!important;
  border-radius:999px!important;
  background:#9aca00!important;
  color:#0754c9!important;
  font-style:normal!important;
  font-size:11px!important;
  line-height:18px!important;
  text-align:center!important;
  font-weight:950!important;
}
.sdg-cart-link strong{
  color:#9aca00!important;
  font-size:14px!important;
  font-weight:600!important;
}
.sdg-menu-toggle{display:none!important}
@media(max-width:1100px){
  .sdg-topbar .container.sdg-nav{padding-left:120px!important;gap:14px!important}
  .sdg-brand img{height:108px!important}
  .sdg-menu{gap:12px!important;font-size:12px!important}
  .sdg-header-actions{gap:9px!important}
  .sdg-cart-link strong{font-size:14px!important}
}
@media(max-width:860px){
  .site-header.sdg-topbar{min-height:68px!important}
  .sdg-topbar .container.sdg-nav{
    height:68px!important;
    justify-content:flex-end!important;
    padding-left:96px!important;
  }
  .sdg-brand img{height:88px!important}
  .sdg-menu-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    height:42px!important;
    border:0!important;
    border-radius:10px!important;
    background:rgba(0,0,0,.16)!important;
    color:#fff!important;
    font-size:20px!important;
    cursor:pointer!important;
    order:2!important;
  }
  .sdg-menu{
    position:absolute!important;
    left:16px!important;
    right:16px!important;
    top:74px!important;
    display:none!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    background:#fff!important;
    color:#12304f!important;
    border-radius:16px!important;
    box-shadow:0 18px 44px rgba(0,0,0,.18)!important;
    padding:10px!important;
    z-index:1000!important;
  }
  .sdg-menu.open{display:flex!important}
  .sdg-menu a{
    color:#12304f!important;
    padding:13px 14px!important;
    border-radius:10px!important;
  }
  .sdg-menu a:hover,.sdg-menu a.active{background:#eef6ff!important;color:#0754c9!important}
  .sdg-header-actions{order:1!important;margin-left:auto!important}
  .sdg-instagram{display:none!important}
}
@media(max-width:520px){
  .sdg-topbar .container.sdg-nav{width:min(100% - 22px,1180px);padding-left:78px!important;gap:8px!important}
  .sdg-brand img{height:75px!important}
  .sdg-user{display:none!important}
  .sdg-cart-link strong{font-size:13px!important}
  .sdg-cart-icon{font-size:18px!important}
}

/* ===== Cards de passeios - estilo premium com Font Awesome ===== */
.tour-grid{grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:20px}.sdg-tour-card{border:1px solid #dfe7f2!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 10px 28px rgba(10,31,58,.07)!important;transition:transform .18s ease,box-shadow .18s ease}.sdg-tour-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(10,31,58,.12)!important}.sdg-tour-img{height:230px!important;display:block;position:relative;border-radius:0!important;background:#dce8f5}.sdg-tour-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.sdg-tour-card:hover .sdg-tour-img img{transform:scale(1.035)}.sdg-tour-badges{position:absolute;left:14px;top:14px;display:flex;flex-direction:column;align-items:flex-start;gap:7px;z-index:2}.sdg-tour-badges span{position:static!important;top:auto!important;left:auto!important;display:inline-flex!important;align-items:center!important;width:max-content;background:#31a311!important;color:#fff!important;border-radius:999px!important;padding:6px 10px!important;font-size:.78rem!important;font-weight:900!important;line-height:1!important;box-shadow:0 3px 10px rgba(0,0,0,.12)}.sdg-tour-badges span:first-child{background:#ff8a00!important}.sdg-tour-heart{position:absolute;right:14px;top:14px;width:40px;height:40px;border:0;border-radius:999px;background:rgba(255,255,255,.2);backdrop-filter:blur(6px);color:#fff;font-size:1.45rem;display:grid;place-items:center;cursor:pointer;z-index:2;text-shadow:0 2px 8px rgba(0,0,0,.18)}.sdg-tour-heart:hover{background:#fff;color:#0b56d8;text-shadow:none}.sdg-tour-body{padding:18px!important;display:grid!important;gap:12px!important}.sdg-tour-body h3{margin:0!important;font-size:1.08rem!important;line-height:1.25!important;color:#16284a!important;font-weight:900!important;min-height:2.5em}.sdg-tour-rating{display:flex;align-items:center;gap:9px;min-height:20px}.sdg-stars{display:inline-flex;gap:2px;color:#075eea;font-size:.88rem}.sdg-tour-rating small{color:#6a778d;font-size:.88rem;white-space:nowrap}.sdg-tour-features{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:#58687f;font-size:.9rem}.sdg-tour-features span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.sdg-tour-features i{color:#394a63;font-size:.95rem}.sdg-tour-price{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:14px!important;border-top:0!important;padding-top:2px!important}.sdg-tour-price small{display:block;color:#7a8798;font-size:.82rem;margin-bottom:1px}.sdg-tour-price strong{display:block;color:#075eea;font-size:1.42rem;font-weight:950;letter-spacing:-.03em}.sdg-tour-price a{background:#075eea!important;color:#fff!important;border-radius:10px!important;padding:12px 18px!important;font-size:.92rem!important;font-weight:900!important;white-space:nowrap;box-shadow:0 8px 18px rgba(7,94,234,.18)}.sdg-tour-price a:hover{filter:brightness(.96)}
@media(max-width:640px){.tour-grid{grid-template-columns:1fr}.sdg-tour-img{height:220px!important}.sdg-tour-body h3{min-height:auto}.sdg-tour-price a{padding:11px 14px!important}.sdg-tour-features{gap:10px}}

.hero-home{display:flex;align-items:center;min-height:620px}.home-search-wrap{margin-top:-66px;position:relative;z-index:4}.home-featured-section{padding-top:54px}.section-head p{margin:10px 0 0;color:var(--muted);line-height:1.65}.sdg-search,.sdg-search *{box-sizing:border-box}.sdg-search{width:100%;background:#fff;border-radius:24px;box-shadow:0 18px 48px rgba(8,23,54,.16),0 4px 14px rgba(8,23,54,.08);color:#071637}.sdg-search__row{display:flex;align-items:stretch;gap:0;width:100%}.sdg-field{position:relative;display:flex;flex-direction:column;justify-content:center;gap:4px;flex:1 1 0;min-width:0;min-height:98px;padding:20px 22px 20px 64px}.sdg-search__row>.sdg-field::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:56%;background:#e2e7f0}.sdg-field:last-of-type::after,.sdg-actions::before{display:none}.sdg-field label{display:block;margin:0;color:#061b46;font-size:15px;line-height:1.15;font-weight:800;letter-spacing:-.02em}.sdg-field::before{content:'';position:absolute;left:22px;top:50%;width:26px;height:26px;transform:translateY(-50%);background:#0b4fc4;opacity:.96;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M9.5 3a6.5 6.5 0 0 1 5.18 10.43l4.45 4.44a1 1 0 0 1-1.42 1.42l-4.44-4.45A6.5 6.5 0 1 1 9.5 3Zm0 2a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M9.5 3a6.5 6.5 0 0 1 5.18 10.43l4.45 4.44a1 1 0 0 1-1.42 1.42l-4.44-4.45A6.5 6.5 0 1 1 9.5 3Zm0 2a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9Z'/%3E%3C/svg%3E")}.sdg-field--category::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M4 6.5A2.5 2.5 0 0 1 6.5 4h11A2.5 2.5 0 0 1 20 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 17.5v-11ZM6.5 6a.5.5 0 0 0-.5.5V9h12V6.5a.5.5 0 0 0-.5-.5h-11ZM18 11H6v6.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5V11Zm-9.5-9a1 1 0 0 1 1 1v1h5V3a1 1 0 1 1 2 0v1h1A2.5 2.5 0 0 1 20 6.5V8H4V6.5A2.5 2.5 0 0 1 6.5 4h1V3a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M4 6.5A2.5 2.5 0 0 1 6.5 4h11A2.5 2.5 0 0 1 20 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 17.5v-11ZM6.5 6a.5.5 0 0 0-.5.5V9h12V6.5a.5.5 0 0 0-.5-.5h-11ZM18 11H6v6.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5V11Zm-9.5-9a1 1 0 0 1 1 1v1h5V3a1 1 0 1 1 2 0v1h1A2.5 2.5 0 0 1 20 6.5V8H4V6.5A2.5 2.5 0 0 1 6.5 4h1V3a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E")}.sdg-field--location::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 2a7 7 0 0 0-7 7c0 5.25 6.13 12.29 6.4 12.59a.8.8 0 0 0 1.2 0C12.87 21.29 19 14.25 19 9a7 7 0 0 0-7-7Zm0 10.2A3.2 3.2 0 1 1 12 5.8a3.2 3.2 0 0 1 0 6.4Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 2a7 7 0 0 0-7 7c0 5.25 6.13 12.29 6.4 12.59a.8.8 0 0 0 1.2 0C12.87 21.29 19 14.25 19 9a7 7 0 0 0-7-7Zm0 10.2A3.2 3.2 0 1 1 12 5.8a3.2 3.2 0 0 1 0 6.4Z'/%3E%3C/svg%3E")}.sdg-field--hotel::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M4 5a1 1 0 0 1 2 0v7h6V8a3 3 0 0 1 3-3h2a4 4 0 0 1 4 4v9a1 1 0 1 1-2 0v-2H6v2a1 1 0 1 1-2 0V5Zm10 7h5V9a2 2 0 0 0-2-2h-2a1 1 0 0 0-1 1v4ZM7 8.5A2.5 2.5 0 1 1 12 8.5A2.5 2.5 0 0 1 7 8.5Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M4 5a1 1 0 0 1 2 0v7h6V8a3 3 0 0 1 3-3h2a4 4 0 0 1 4 4v9a1 1 0 1 1-2 0v-2H6v2a1 1 0 1 1-2 0V5Zm10 7h5V9a2 2 0 0 0-2-2h-2a1 1 0 0 0-1 1v4ZM7 8.5A2.5 2.5 0 1 1 12 8.5A2.5 2.5 0 0 1 7 8.5Z'/%3E%3C/svg%3E")}.sdg-field--food::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M7 2a1 1 0 0 1 1 1v7a3 3 0 0 1-2 2.83V21a1 1 0 1 1-2 0v-8.17A3 3 0 0 1 2 10V3a1 1 0 1 1 2 0v7a1 1 0 0 0 2 0V3a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v18a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Zm5 0c2.21 0 4 1.79 4 4v5a3 3 0 0 1-2 2.83V21a1 1 0 1 1-2 0v-7.17A3 3 0 0 1 14 11V6c0-2.21 1.79-4 4-4Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M7 2a1 1 0 0 1 1 1v7a3 3 0 0 1-2 2.83V21a1 1 0 1 1-2 0v-8.17A3 3 0 0 1 2 10V3a1 1 0 1 1 2 0v7a1 1 0 0 0 2 0V3a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v18a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Zm5 0c2.21 0 4 1.79 4 4v5a3 3 0 0 1-2 2.83V21a1 1 0 1 1-2 0v-7.17A3 3 0 0 1 14 11V6c0-2.21 1.79-4 4-4Z'/%3E%3C/svg%3E")}.sdg-select,.sdg-input{width:100%;border:0;background:transparent;color:#5d6980;font:500 15px/1.3 inherit;padding:0 28px 0 0;outline:none}.sdg-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%235d6980' d='M5.23 7.21a.75.75 0 0 1 1.06.02L10 11.06l3.71-3.83a.75.75 0 1 1 1.08 1.04l-4.25 4.39a.75.75 0 0 1-1.08 0L5.21 8.27a.75.75 0 0 1 .02-1.06Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center;background-size:16px 16px}.sdg-input::placeholder{color:#5d6980;opacity:1}.sdg-actions{flex:0 0 168px;display:flex;align-items:center;justify-content:center;padding:16px}.sdg-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:50px;border:0;border-radius:14px;font:800 15px/1 inherit;cursor:pointer}.sdg-btn--primary{background:#0b4fc4;color:#fff}.sdg-conditional{display:none}.sdg-conditional.is-visible{display:flex}.search-filters-admin{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.search-filter-block{background:#f7f9fc;border:1px solid #dfe7f2;border-radius:18px;padding:16px;display:grid;gap:12px}.checkbox-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}@media(max-width:980px){.hero-home{min-height:auto}.home-search-wrap{margin-top:-34px}.sdg-search__row{flex-wrap:wrap}.sdg-field,.sdg-actions{flex:1 1 calc(50% - 1px)}.sdg-search__row>.sdg-field:nth-child(2n)::after{display:none}.sdg-actions{flex-basis:100%}.search-filters-admin{grid-template-columns:1fr}}@media(max-width:640px){.hero-home{padding-bottom:22px}.home-search-wrap{margin-top:-18px}.home-featured-section{padding-top:34px}.sdg-search{border-radius:20px}.sdg-search__row{display:block}.sdg-field{min-height:auto;padding:18px 18px 18px 56px}.sdg-search__row>.sdg-field::after{display:none}.sdg-actions{padding:18px}.sdg-btn{min-height:54px}}


/* Google Fonts: variáveis globais para troca rápida da tipografia no site público. */
h1,h2,h3,h4,h5,h6,.sdgp-title,.hero h1,.page-hero h1,.section-head h2,.section h2{font-family:var(--sdg-font-heading,var(--sdg-font-body,'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif));}

/* ===== Tipografia suave - Salvador da Gente =====
   Poppins somente no slide/banner inicial. Nunito Sans no restante do site. */
html,
body,
button,
input,
select,
textarea {
  font-family: var(--sdg-font-body, 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif) !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--sdg-font-body, 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif) !important;
  font-weight: 400;
}

/* Títulos gerais do site: suaves, sem peso 900/950 */
h1,
h2,
h3,
h4,
h5,
h6,
.section-head h2,
.section h2,
.page-hero h1,
.tour-card h3,
.sdg-tour-body h3,
.product-clean-header h1,
.sdgp-title {
  font-family: var(--sdg-font-heading, 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif) !important;
  font-weight: 600 !important;
}

/* Banner/slide inicial mantém Poppins */
.hero,
.hero *,
.hero-home,
.hero-home *,
.home-hero,
.home-hero *,
.hero-slider,
.hero-slider *,
.swiper-slide .hero-content,
.swiper-slide .hero-content *,
.banner-principal,
.banner-principal * {
  font-family: var(--sdg-font-hero, 'Poppins', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif) !important;
}

.hero h1,
.hero-home h1,
.home-hero h1,
.hero-slider h1,
.banner-principal h1 {
  font-weight: 900 !important;
  letter-spacing: -0.055em;
}

.hero p,
.hero-home p,
.home-hero p,
.hero-slider p,
.banner-principal p {
  font-weight: 400 !important;
}

/* Textos corridos */
p,
li,
.rich-text,
.product-tab-panel .rich-text,
.product-copy-block,
.content-main,
.institutional p,
.tour-card p,
.sdgp-tab-panel,
.sdgp-rating,
.review p,
.footer-grid p,
.footer-grid span {
  font-weight: 400 !important;
}

/* Menus, botões, badges e labels com peso médio, sem aspecto grosseiro */
.nav nav,
.nav nav a,
.sdg-menu,
.sdg-menu a,
.btn,
.sdg-btn,
.sdgp-btn,
label,
.search-card label,
.booking-card label,
.filters label,
.form-grid-public label,
.eyebrow,
.badges em,
.hero-badges span,
.sdg-tour-badges span,
.sdg-tags span,
.sdgp-tags span,
.product-clean-tags span,
.product-hero-tags span,
.tour-meta,
.sdgp-rating,
.product-info-strip strong,
.product-info-strip span,
.sdgp-info-strip strong,
.sdgp-info-strip span,
.sdg-field label {
  font-weight: 600 !important;
}

/* Preços e destaques continuam visíveis, mas sem peso exagerado */
.product-clean-price strong,
.sdgp-topprice strong,
.tour-price strong,
.sdg-tour-price strong,
.price-box strong,
.booking-price-top strong,
.compact-booking .booking-price-top strong {
  font-weight: 700 !important;
}

/* Elementos que antes usavam 800/900/950 com muita frequência */
strong,
b,
.section-head a,
.tour-price a,
.sdg-tour-price a,
.nav-cta,
.cart-summary h2,
.checkout-panel h2,
.product-tabs-nav .tab-btn,
.product-anchor-tabs a,
.sdg-search .sdg-btn,
.traveler-stepper span,
.traveler-confirm,
.cal-head strong,
.cal-day,
.sdg-date-button {
  font-weight: 600 !important;
}

/* O logo/texto da marca pode ficar levemente mais forte, sem exagero */
.brand,
.sdg-brand {
  font-weight: 700 !important;
}
/* ===== Fim tipografia suave ===== */



/* ===== Ajuste refinado dos cards de passeios, transfers e experiências ===== */
.tour-grid{
  align-items:stretch;
}
.sdg-tour-card{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
}
.sdg-tour-card .sdg-tour-heart{
  display:none!important;
}
.sdg-tour-body{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  padding:17px 16px 16px!important;
}
.sdg-tour-main-info{
  display:grid;
  gap:8px;
}
.sdg-tour-body h3{
  min-height:0!important;
  margin:0!important;
  font-size:1.06rem!important;
  line-height:1.24!important;
  letter-spacing:-.02em!important;
}
.sdg-tour-rating{
  margin-top:0!important;
  gap:8px!important;
  min-height:18px!important;
  line-height:1.15!important;
}
.sdg-stars{
  font-size:.82rem!important;
}
.sdg-tour-rating small{
  font-size:.82rem!important;
  color:#63738a!important;
}
.sdg-tour-features{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:6px 0!important;
  margin-top:10px!important;
  line-height:1.25!important;
  color:#52647b!important;
}
.sdg-tour-features span{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  font-size:.83rem!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
.sdg-tour-features i{
  font-size:.86rem!important;
  color:#344962!important;
}
.sdg-tour-features span:not(:last-child)::after{
  content:'|';
  display:inline-block;
  margin:0 10px;
  color:#aeb8c6;
  font-weight:400;
}
.sdg-tour-price{
  margin-top:auto!important;
  padding-top:16px!important;
  border-top:1px solid #edf2f8!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:14px!important;
}
.sdg-tour-price small{
  font-size:.8rem!important;
  margin-bottom:2px!important;
}
.sdg-tour-price strong{
  font-size:1.38rem!important;
  line-height:1.05!important;
}
.sdg-tour-price a{
  min-height:44px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

@media(max-width:640px){
  .tour-grid{
    gap:13px!important;
  }
  .sdg-tour-card{
    border-radius:14px!important;
    box-shadow:0 8px 18px rgba(10,31,58,.06)!important;
  }
  .sdg-tour-img{
    height:150px!important;
  }
  .sdg-tour-badges{
    left:10px!important;
    top:10px!important;
    gap:5px!important;
  }
  .sdg-tour-badges span{
    padding:5px 8px!important;
    font-size:.68rem!important;
  }
  .sdg-tour-body{
    padding:11px 12px 12px!important;
    gap:9px!important;
  }
  .sdg-tour-main-info{
    gap:6px!important;
  }
  .sdg-tour-body h3{
    font-size:.96rem!important;
    line-height:1.18!important;
    letter-spacing:-.015em!important;
  }
  .sdg-tour-rating{
    gap:6px!important;
  }
  .sdg-stars,
  .sdg-tour-rating small{
    font-size:.74rem!important;
  }
  .sdg-tour-features{
    gap:5px!important;
    margin-top:1px!important;
  }
  .sdg-tour-features span{
    background:#f5f8fc!important;
    border:1px solid #e5ebf4!important;
    border-radius:999px!important;
    padding:4px 7px!important;
    font-size:.72rem!important;
    line-height:1!important;
  }
  .sdg-tour-features i{
    font-size:.72rem!important;
  }
  .sdg-tour-features span:not(:last-child)::after{
    display:none!important;
    content:none!important;
  }
  .sdg-tour-price{
    padding-top:10px!important;
    gap:8px!important;
  }
  .sdg-tour-price small{
    font-size:.7rem!important;
  }
  .sdg-tour-price strong{
    font-size:1.12rem!important;
  }
  .sdg-tour-price a{
    min-height:34px!important;
    padding:8px 11px!important;
    border-radius:9px!important;
    font-size:.78rem!important;
  }
}

@media(max-width:380px){
  .sdg-tour-img{
    height:138px!important;
  }
  .sdg-tour-price{
    align-items:flex-end!important;
  }
  .sdg-tour-price a{
    padding-left:10px!important;
    padding-right:10px!important;
  }
}

/* ===== Mobile-only: card horizontal compacto para passeios/transfers/experiências ===== */
@media (max-width: 640px) {
  .tour-grid {
    gap: 12px !important;
  }

  .sdg-tour-card {
    display: grid !important;
    grid-template-columns: 160px minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 12px !important;
    padding: 10px !important;
    border-radius: 18px !important;
    box-shadow: 0 6px 18px rgba(10,31,58,.07) !important;
  }

  .sdg-tour-img {
    height: auto !important;
    min-height: 182px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  .sdg-tour-img img {
    border-radius: 14px !important;
  }

  .sdg-tour-badges {
    top: 8px !important;
    right: 8px !important;
    left: auto !important;
    align-items: flex-end !important;
    gap: 6px !important;
  }

  .sdg-tour-badges span {
    padding: 5px 9px !important;
    font-size: .72rem !important;
    line-height: 1 !important;
    border-radius: 999px !important;
  }

  .sdg-tour-body {
    min-width: 0 !important;
    height: 100% !important;
    padding: 1px 2px 1px 0 !important;
    gap: 8px !important;
  }

  .sdg-tour-main-info {
    gap: 7px !important;
  }

  .sdg-tour-body h3 {
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.15 !important;
    min-height: 2.3em !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .sdg-tour-rating {
    gap: 6px !important;
    min-height: 0 !important;
  }

  .sdg-stars {
    font-size: .76rem !important;
  }

  .sdg-tour-rating small {
    font-size: .70rem !important;
    color: #53657f !important;
  }

  .sdg-tour-features {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 12px !important;
    color: #32465f !important;
  }

  .sdg-tour-features span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    min-width: 0 !important;
    font-size: .78rem !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }

  .sdg-tour-features i {
    width: 14px !important;
    flex: 0 0 14px !important;
    font-size: .82rem !important;
    color: #2d4260 !important;
    text-align: center !important;
  }

  .sdg-tour-features span::after,
  .sdg-tour-features span:not(:last-child)::after {
    display: none !important;
    content: none !important;
  }

  .sdg-tour-price {
    margin-top: auto !important;
    padding-top: 0px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 10px !important;
    border-top: 0 !important;
  }

  .sdg-tour-price > div {
    min-width: 0 !important;
  }

  .sdg-tour-price small {
    font-size: .72rem !important;
    margin-bottom: 2px !important;
  }

  .sdg-tour-price strong {
    font-size: 1.04rem !important;
    line-height: 1 !important;
  }

  .sdg-tour-price a {
    min-height: 35px !important;
    padding: 5px 7px 5px 7px !important;
    border-radius: 10px !important;
    font-size: .80rem !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 380px) {
  .sdg-tour-card {
    grid-template-columns: 138px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 8px !important;
  }

  .sdg-tour-img {
    min-height: 168px !important;
  }

  .sdg-tour-body h3 {
    font-size: .95rem !important;
  }

  .sdg-tour-features span {
    font-size: .75rem !important;
  }

  .sdg-tour-price a {
    padding: 9px 12px !important;
    font-size: .8rem !important;
  }
}


/* ===== Selos configuráveis dos cards: cor, posição e formato por produto ===== */
.sdg-tour-img .sdg-tour-badges{
  position:absolute!important;
  inset:0!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  display:block!important;
  z-index:4!important;
  pointer-events:none!important;
}

.sdg-tour-img .sdg-tour-badges .sdg-tour-badge-stack{
  position:absolute!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:5px!important;
  max-width:calc(100% - 28px)!important;
  pointer-events:none!important;
}

.sdg-tour-img .sdg-tour-badges .sdg-tour-badge-stack--top-left{
  top:7px!important;
  left:7px!important;
  right:auto!important;
  bottom:auto!important;
  align-items:flex-start!important;
}

.sdg-tour-img .sdg-tour-badges .sdg-tour-badge-stack--top-right{
  top:14px!important;
  right:14px!important;
  left:auto!important;
  bottom:auto!important;
  align-items:flex-end!important;
}

.sdg-tour-img .sdg-tour-badges .sdg-tour-badge-stack--bottom-left{
  bottom:14px!important;
  left:14px!important;
  right:auto!important;
  top:auto!important;
  flex-direction:column-reverse!important;
  align-items:flex-start!important;
}

.sdg-tour-img .sdg-tour-badges .sdg-tour-badge-stack--bottom-right{
  bottom:14px!important;
  right:14px!important;
  left:auto!important;
  top:auto!important;
  flex-direction:column-reverse!important;
  align-items:flex-end!important;
}

.sdg-tour-img .sdg-tour-badges .sdg-tour-badge{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  max-width:100%!important;
  min-height:22px!important;
  box-sizing:border-box!important;
  background:var(--sdg-badge-bg,#075eea)!important;
  color:#fff!important;
  border-radius:20px!important;
  padding:7px 11px!important;
  font-size:.70rem!important;
  font-weight:600!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-shadow:0 3px 10px rgba(0,0,0,.14)!important;
}

.sdg-tour-img .sdg-tour-badges .sdg-tour-badge:first-child{
  background:var(--sdg-badge-bg,#075eea)!important;
}

.sdg-tour-badge--shape-rectangle{border-radius:0!important;clip-path:none!important;}
.sdg-tour-badge--shape-rounded{border-radius:5px!important;clip-path:none!important;}
.sdg-tour-badge--shape-pill{border-radius:999px!important;clip-path:none!important;}
.sdg-tour-badge--shape-point-right{border-radius:0!important;padding-right:20px!important;clip-path:polygon(0 0,calc(100% - 11px) 0,100% 50%,calc(100% - 11px) 100%,0 100%)!important;}
.sdg-tour-badge--shape-point-left{border-radius:0!important;padding-left:20px!important;clip-path:polygon(11px 0,100% 0,100% 100%,11px 100%,0 50%)!important;}
.sdg-tour-badge--shape-slant-right{border-radius:0!important;padding-right:18px!important;clip-path:polygon(0 0,100% 0,calc(100% - 11px) 100%,0 100%)!important;}
.sdg-tour-badge--shape-slant-left{border-radius:0!important;padding-left:18px!important;clip-path:polygon(11px 0,100% 0,100% 100%,0 100%)!important;}
.sdg-tour-badge--shape-trapezoid-left{border-radius:0!important;padding-left:18px!important;clip-path:polygon(12px 0,100% 0,calc(100% - 8px) 100%,0 100%)!important;}
.sdg-tour-badge--shape-ribbon-right{border-radius:0!important;padding-right:20px!important;clip-path:polygon(0 0,100% 0,calc(100% - 12px) 50%,100% 100%,0 100%)!important;}
.sdg-tour-badge--shape-ribbon-left{border-radius:0!important;padding-left:20px!important;clip-path:polygon(0 0,100% 0,100% 100%,0 100%,12px 50%)!important;}
.sdg-tour-badge--shape-chevron-right{border-radius:0!important;padding-left:18px!important;padding-right:20px!important;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%,12px 50%)!important;}
.sdg-tour-badge--shape-chevron-left{border-radius:0!important;padding-left:20px!important;padding-right:18px!important;clip-path:polygon(12px 0,100% 0,calc(100% - 12px) 50%,100% 100%,12px 100%,0 50%)!important;}

@media(max-width:640px){
  .sdg-tour-img .sdg-tour-badges .sdg-tour-badge-stack{
    gap:6px!important;
    max-width:calc(100% - 16px)!important;
  }

  .sdg-tour-img .sdg-tour-badges .sdg-tour-badge-stack--top-left{top:8px!important;left:8px!important;}
  .sdg-tour-img .sdg-tour-badges .sdg-tour-badge-stack--top-right{top:8px!important;right:8px!important;}
  .sdg-tour-img .sdg-tour-badges .sdg-tour-badge-stack--bottom-left{bottom:8px!important;left:8px!important;}
  .sdg-tour-img .sdg-tour-badges .sdg-tour-badge-stack--bottom-right{bottom:8px!important;right:8px!important;}

  .sdg-tour-img .sdg-tour-badges .sdg-tour-badge{
    min-height:25px!important;
    padding:6px 9px!important;
    font-size:.72rem!important;
  }

  .sdg-tour-badge--shape-point-right{padding-right:17px!important;}
  .sdg-tour-badge--shape-point-left{padding-left:17px!important;}
  .sdg-tour-badge--shape-slant-right{padding-right:15px!important;}
  .sdg-tour-badge--shape-slant-left{padding-left:15px!important;}
  .sdg-tour-badge--shape-ribbon-right{padding-right:17px!important;}
  .sdg-tour-badge--shape-ribbon-left{padding-left:17px!important;}
  .sdg-tour-badge--shape-chevron-right{padding-left:16px!important;padding-right:17px!important;}
  .sdg-tour-badge--shape-chevron-left{padding-left:17px!important;padding-right:16px!important;}
}



/* ===== Minha reserva ===== */
.reservation-lookup-layout{
  display:grid;
  grid-template-columns:minmax(0,520px) minmax(0,1fr);
  gap:28px;
  align-items:start;
}
.reservation-lookup-form{
  position:sticky;
  top:98px;
}
.reservation-lookup-form .btn{
  margin-top:12px;
}
.reservation-result-card,
.reservation-help-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow:var(--shadow);
}
.reservation-result-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.reservation-result-head h2{
  margin:6px 0 0;
  font-size:clamp(1.55rem,2.4vw,2.2rem);
  letter-spacing:-.04em;
}
.reservation-status-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#e7fff0;
  color:#116b32;
  border:1px solid #bceccc;
  border-radius:999px;
  padding:8px 12px;
  font-weight:800;
  white-space:nowrap;
}
.reservation-summary-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.reservation-summary-grid>div{
  background:#f8fbff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  display:grid;
  gap:4px;
}
.reservation-summary-grid small{
  color:var(--muted);
  font-weight:700;
}
.reservation-summary-grid strong{
  color:#142743;
  line-height:1.25;
}
.reservation-customer-box{
  margin-top:14px;
  background:#f6f9fd;
  border:1px dashed #ccd7e6;
  border-radius:16px;
  padding:14px;
  display:grid;
  gap:6px;
  color:#41516a;
}
.reservation-customer-box strong{
  color:#142743;
}
.reservation-items{
  margin-top:22px;
  display:grid;
  gap:12px;
}
.reservation-items h3{
  margin:0;
}
.reservation-item-row{
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  display:grid;
  gap:5px;
  background:#fff;
}
.reservation-item-row span{
  color:var(--muted);
  line-height:1.35;
}
.reservation-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}
.reservation-help-card p{
  color:var(--muted);
  line-height:1.65;
}
@media(max-width:980px){
  .reservation-lookup-layout{
    grid-template-columns:1fr;
  }
  .reservation-lookup-form{
    position:static;
  }
}
@media(max-width:640px){
  .reservation-result-card,
  .reservation-help-card,
  .reservation-lookup-form{
    border-radius:18px;
    padding:18px;
  }
  .reservation-result-head{
    display:grid;
  }
  .reservation-status-chip{
    width:max-content;
  }
  .reservation-summary-grid{
    grid-template-columns:1fr;
  }
  .reservation-actions .btn{
    width:100%;
  }
}


/* ===== Minha reserva no menu mobile ===== */
@media(max-width:520px){
  .sdg-instagram{display:none!important;}
  .sdg-user{display:grid!important;}
}


/* ===== Ajustes Minha Reserva: consulta por ID interno e layout solicitado ===== */
.reservation-internal-code{
  margin:6px 0 0;
  color:var(--muted);
  font-size:.92rem;
  font-weight:700;
}
.reservation-summary-grid--requested{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.reservation-summary-grid--requested .reservation-protected-summary{
  grid-column:1 / -1;
}
.reservation-protected-summary span{
  color:var(--muted);
  font-weight:700;
}
.reservation-service-card ul{
  list-style:none;
  padding:0;
  margin:8px 0 0;
  display:grid;
  gap:6px;
}
.reservation-service-card li{
  color:#475870;
  line-height:1.35;
}
.reservation-service-card li span{
  color:#142743;
  font-weight:800;
}
@media(max-width:640px){
  .reservation-summary-grid--requested{
    grid-template-columns:1fr;
  }
}

/* ===== Minha Reserva: grade exata dos blocos principais ===== */
.reservation-summary-grid--requested{
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:12px!important;
}
.reservation-summary-grid--requested>div:nth-child(1),
.reservation-summary-grid--requested>div:nth-child(2){
  grid-column:span 3!important;
}
.reservation-summary-grid--requested>div:nth-child(3),
.reservation-summary-grid--requested>div:nth-child(4),
.reservation-summary-grid--requested>div:nth-child(5){
  grid-column:span 2!important;
}
.reservation-summary-grid--requested .reservation-protected-summary{
  grid-column:1 / -1!important;
}
@media(max-width:760px){
  .reservation-summary-grid--requested{
    grid-template-columns:1fr!important;
  }
  .reservation-summary-grid--requested>div:nth-child(1),
  .reservation-summary-grid--requested>div:nth-child(2),
  .reservation-summary-grid--requested>div:nth-child(3),
  .reservation-summary-grid--requested>div:nth-child(4),
  .reservation-summary-grid--requested>div:nth-child(5),
  .reservation-summary-grid--requested .reservation-protected-summary{
    grid-column:1 / -1!important;
  }
}

/* ===== Página de listagem de passeios: experiência PC/mobile sem alterar cards ou topo ===== */
.sdg-listing-page{
  background:#f5f8fc;
}
.sdg-listing-page .sdg-listing-hero{
  position:relative;
  padding:64px 0 78px;
  overflow:hidden;
}
.sdg-listing-page .sdg-listing-hero::after{
  content:'';
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:rgba(255,255,255,.18);
}
.sdg-listing-page .sdg-listing-hero .container{
  position:relative;
  z-index:1;
}
.sdg-listing-page .sdg-listing-hero p{
  max-width:760px;
  font-size:1rem;
  line-height:1.7;
}
.sdg-listing-trust{
  position:relative;
  z-index:3;
  margin-top:-36px;
}
.sdg-trust-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  background:#fff;
  border:1px solid #e1e9f4;
  border-radius:18px;
  box-shadow:0 16px 44px rgba(8,30,62,.12);
  overflow:hidden;
}
.sdg-trust-strip div{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:4px 16px;
  align-items:center;
  padding:22px 26px;
  min-width:0;
}
.sdg-trust-strip div:not(:last-child){
  border-right:1px solid #e5edf7;
}
.sdg-trust-strip i{
  grid-row:1/3;
  width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#eef6ff;
  color:#075eea;
  font-size:1.28rem;
}
.sdg-trust-strip .fa-whatsapp{
  background:#eafaef;
  color:#18a94c;
}
.sdg-trust-strip strong{
  color:#0b2c61;
  line-height:1.2;
}
.sdg-trust-strip span{
  color:#65768b;
  font-size:.9rem;
  line-height:1.35;
}
.sdg-listing-main{
  padding:48px 0 26px;
}
.sdg-listing-layout{
  gap:32px;
}
.sdg-listing-filters{
  border-radius:20px;
  box-shadow:0 12px 32px rgba(8,30,62,.06);
}
.sdg-listing-filter-form{
  display:grid;
  gap:14px;
}
.sdg-listing-filter-form strong{
  display:flex;
  align-items:center;
  gap:9px;
  color:#102849;
  font-size:1.05rem;
  margin-bottom:2px;
}
.sdg-listing-filter-form strong i{
  color:#075eea;
}
.sdg-listing-filter-form .btn{
  width:100%;
  min-height:46px;
}
.sdg-filter-help{
  display:grid;
  grid-template-columns:36px 1fr 14px;
  align-items:center;
  gap:10px;
  background:#f3f8ff;
  border:1px solid #e0eaf7;
  border-radius:14px;
  padding:12px;
  color:#183a66;
}
.sdg-filter-help .fa-whatsapp{
  width:36px;
  height:36px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#e8faef;
  color:#1db954;
  font-size:1.2rem;
}
.sdg-filter-help span{
  display:block;
  color:#63748b;
  font-size:.78rem;
  line-height:1.35;
}
.sdg-filter-help b{
  display:block;
  color:#0d2b54;
  font-size:.82rem;
  margin-bottom:1px;
}
.sdg-listing-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:18px;
}
.sdg-listing-summary{
  min-width:0;
}
.sdg-result-count{
  margin:0 0 11px;
  color:#41536a;
  font-size:1rem;
}
.sdg-result-count strong{
  color:#0b2c61;
}
.sdg-filter-chips{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.sdg-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:32px;
  padding:6px 12px;
  border-radius:999px;
  background:#edf5ff;
  color:#0750be;
  border:1px solid #cfe0f8;
  font-size:.84rem;
  font-weight:600;
}
.sdg-chip i{
  font-size:.75rem;
}
.sdg-chip-muted{
  color:#38516f;
  background:#f7faff;
}
.sdg-clear-filters{
  color:#075eea;
  font-size:.86rem;
  font-weight:600;
}
.sdg-listing-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}
.sdg-sort-form label{
  display:flex;
  align-items:center;
  gap:8px;
  color:#61748b;
  font-size:.86rem;
  font-weight:600;
}
.sdg-sort-form select{
  height:42px;
  min-width:174px;
  border:1px solid #dce6f3;
  border-radius:12px;
  padding:0 36px 0 13px;
  background:#fff;
  color:#193353;
  font:inherit;
  outline:0;
}
.sdg-mobile-filter-btn{
  display:none;
  height:42px;
  border:1px solid #dce6f3;
  background:#fff;
  color:#0d2b54;
  border-radius:12px;
  padding:0 15px;
  font:600 .92rem/1 var(--sdg-font-body,system-ui);
  box-shadow:0 8px 18px rgba(10,31,58,.06);
}
.sdg-mobile-filter-btn i{
  color:#075eea;
  margin-right:7px;
}
.sdg-listing-after{
  padding:10px 0 58px;
}
.sdg-how-block,
.sdg-benefits-block,
.sdg-faq-block,
.sdg-seo-cta{
  margin-top:22px;
}
.sdg-how-block h2,
.sdg-benefits-block h2,
.sdg-faq-block h2,
.sdg-seo-cta h2{
  text-align:center;
  margin:0 0 18px;
  color:#0b2c61;
  font-size:1.55rem;
  letter-spacing:-.03em;
}
.sdg-steps-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  background:#fff;
  border:1px solid #e0e9f5;
  border-radius:20px;
  padding:18px;
  box-shadow:0 12px 30px rgba(8,30,62,.05);
}
.sdg-steps-grid div,
.sdg-benefits-grid div{
  display:grid;
  gap:7px;
  justify-items:center;
  text-align:center;
  padding:14px 10px;
}
.sdg-steps-grid i,
.sdg-benefits-grid i{
  width:48px;
  height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:#075eea;
  background:#eef6ff;
  font-size:1.25rem;
}
.sdg-steps-grid .fa-whatsapp,
.sdg-benefits-grid .fa-headset{
  color:#18a94c;
  background:#eafaef;
}
.sdg-steps-grid strong,
.sdg-benefits-grid strong{
  color:#0f2b52;
  line-height:1.25;
}
.sdg-steps-grid span,
.sdg-benefits-grid span{
  color:#65758b;
  line-height:1.4;
  font-size:.88rem;
}
.sdg-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.sdg-benefits-grid div{
  background:#fff;
  border:1px solid #e0e9f5;
  border-radius:18px;
  box-shadow:0 10px 26px rgba(8,30,62,.05);
}
.sdg-faq-block{
  background:#fff;
  border:1px solid #e0e9f5;
  border-radius:20px;
  padding:20px;
  box-shadow:0 10px 26px rgba(8,30,62,.05);
}
.sdg-faq-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
}
.sdg-faq-head h2{
  text-align:left;
  margin:0;
}
.sdg-faq-head a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#075eea;
  font-weight:600;
  font-size:.9rem;
}
.sdg-faq-block details{
  border:1px solid #e4ebf5;
  border-radius:12px;
  background:#f9fbfe;
  margin-top:8px;
  overflow:hidden;
}
.sdg-faq-block summary{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  cursor:pointer;
  padding:14px 16px;
  color:#193553;
  font-weight:600;
  list-style:none;
}
.sdg-faq-block summary::-webkit-details-marker{display:none}
.sdg-faq-block summary::after{
  content:'+';
  font-weight:700;
  color:#075eea;
}
.sdg-faq-block details[open] summary::after{content:'−'}
.sdg-faq-block p{
  color:#5f7086;
  line-height:1.6;
  margin:0;
  padding:0 16px 15px;
}
.sdg-seo-cta{
  display:grid;
  grid-template-columns:1fr minmax(280px,420px);
  gap:18px;
  align-items:center;
  background:#fff;
  border:1px solid #e0e9f5;
  border-radius:20px;
  padding:22px;
  box-shadow:0 10px 26px rgba(8,30,62,.05);
}
.sdg-seo-cta h2{
  text-align:left;
  margin-bottom:8px;
}
.sdg-seo-cta p{
  color:#5e7087;
  line-height:1.7;
  margin:0;
}
.sdg-seo-cta a{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:4px 14px;
  align-items:center;
  background:#eefcf3;
  border:1px solid #caefda;
  border-radius:18px;
  padding:18px;
  color:#0f6c34;
}
.sdg-seo-cta a i{
  grid-row:1/3;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:#25d366;
  color:#fff;
  font-size:1.55rem;
}
.sdg-seo-cta a span{
  color:#0c7737;
  font-weight:700;
}
.sdg-seo-cta a small{
  color:#437858;
  line-height:1.4;
}
.sdg-filter-drawer{display:none}
.sdg-filter-drawer:not([hidden]){display:block}
.sdg-filter-drawer__overlay{
  position:fixed;
  inset:0;
  background:rgba(2,12,29,.58);
  z-index:500;
}
.sdg-filter-drawer__panel{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:501;
  max-height:88vh;
  overflow:auto;
  background:#fff;
  border-radius:22px 22px 0 0;
  padding:22px 16px 16px;
  box-shadow:0 -18px 44px rgba(0,0,0,.24);
}
.sdg-filter-drawer__close{
  position:absolute;
  right:16px;
  top:14px;
  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:#eef4fb;
  color:#0d2b54;
  font-size:1rem;
}
.sdg-mobile-filter-form{
  padding-top:14px;
}
body.sdg-filter-lock{
  overflow:hidden;
}

@media(max-width:980px){
  .sdg-trust-strip{
    grid-template-columns:1fr;
  }
  .sdg-trust-strip div:not(:last-child){
    border-right:0;
    border-bottom:1px solid #e5edf7;
  }
  .sdg-benefits-grid,
  .sdg-steps-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .sdg-seo-cta{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .sdg-listing-page .sdg-listing-hero{
    padding:42px 0 56px;
  }
  .sdg-listing-page .sdg-listing-hero h1{
    font-size:1.85rem;
    line-height:1.12;
    letter-spacing:-.04em;
    margin:12px 0 12px;
  }
  .sdg-listing-page .sdg-listing-hero p{
    font-size:.94rem;
    line-height:1.55;
    max-width:320px;
  }
  .sdg-listing-trust{
    margin-top:-30px;
  }
  .sdg-trust-strip{
    display:flex;
    overflow-x:auto;
    gap:10px;
    background:transparent;
    border:0;
    box-shadow:none;
    border-radius:0;
    padding-bottom:4px;
    scroll-snap-type:x proximity;
  }
  .sdg-trust-strip div{
    flex:0 0 245px;
    grid-template-columns:42px 1fr;
    padding:14px;
    border:1px solid #e1e9f4!important;
    border-radius:16px;
    background:#fff;
    box-shadow:0 10px 22px rgba(8,30,62,.08);
    scroll-snap-align:start;
  }
  .sdg-trust-strip i{
    width:42px;
    height:42px;
    border-radius:14px;
    font-size:1.08rem;
  }
  .sdg-trust-strip strong{
    font-size:.88rem;
  }
  .sdg-trust-strip span{
    font-size:.77rem;
  }
  .sdg-listing-main{
    padding:24px 0 14px;
  }
  .sdg-listing-layout{
    display:block;
  }
  .sdg-desktop-filter{
    display:none!important;
  }
  .sdg-listing-toolbar{
    display:grid;
    gap:12px;
    margin-bottom:14px;
  }
  .sdg-result-count{
    font-size:.98rem;
    margin-bottom:10px;
  }
  .sdg-filter-chips{
    gap:7px;
  }
  .sdg-chip{
    min-height:30px;
    padding:6px 10px;
    font-size:.78rem;
  }
  .sdg-clear-filters{
    margin-left:auto;
    font-size:.78rem;
  }
  .sdg-listing-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .sdg-mobile-filter-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:46px;
  }
  .sdg-sort-form label{
    display:block;
  }
  .sdg-sort-form label span{
    display:none;
  }
  .sdg-sort-form select{
    width:100%;
    min-width:0;
    height:46px;
    text-align:center;
    font-weight:600;
    box-shadow:0 8px 18px rgba(10,31,58,.06);
  }
  .sdg-listing-after{
    padding:6px 0 34px;
  }
  .sdg-how-block,
  .sdg-benefits-block,
  .sdg-faq-block,
  .sdg-seo-cta{
    margin-top:16px;
  }
  .sdg-how-block h2,
  .sdg-benefits-block h2,
  .sdg-faq-block h2,
  .sdg-seo-cta h2{
    font-size:1.18rem;
    margin-bottom:12px;
  }
  .sdg-steps-grid{
    grid-template-columns:repeat(4,168px);
    overflow-x:auto;
    gap:10px;
    padding:12px;
    scroll-snap-type:x proximity;
  }
  .sdg-steps-grid div{
    scroll-snap-align:start;
  }
  .sdg-benefits-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .sdg-steps-grid div,
  .sdg-benefits-grid div{
    padding:12px 8px;
  }
  .sdg-steps-grid i,
  .sdg-benefits-grid i{
    width:40px;
    height:40px;
    border-radius:13px;
    font-size:1.04rem;
  }
  .sdg-steps-grid strong,
  .sdg-benefits-grid strong{
    font-size:.82rem;
  }
  .sdg-steps-grid span,
  .sdg-benefits-grid span{
    font-size:.72rem;
  }
  .sdg-faq-block{
    padding:14px;
    border-radius:16px;
  }
  .sdg-faq-head{
    align-items:flex-start;
  }
  .sdg-faq-head a{
    display:none;
  }
  .sdg-faq-block summary{
    padding:12px;
    font-size:.84rem;
  }
  .sdg-faq-block p{
    padding:0 12px 13px;
    font-size:.82rem;
  }
  .sdg-seo-cta{
    padding:16px;
    border-radius:16px;
  }
  .sdg-seo-cta p{
    font-size:.86rem;
  }
  .sdg-seo-cta a{
    grid-template-columns:42px 1fr;
    padding:14px;
    border-radius:15px;
  }
  .sdg-seo-cta a i{
    width:42px;
    height:42px;
    border-radius:14px;
    font-size:1.3rem;
  }
  .sdg-filter-drawer__panel .sdg-listing-filter-form strong{
    padding-right:44px;
  }
}

@media(max-width:380px){
  .sdg-trust-strip div{
    flex-basis:226px;
  }
  .sdg-listing-actions{
    gap:8px;
  }
  .sdg-sort-form select,
  .sdg-mobile-filter-btn{
    font-size:.86rem;
  }
  .sdg-benefits-grid{
    grid-template-columns:1fr;
  }
}
/* ===== Fim listagem de passeios ===== */

/* Ajuste solicitado: esconder a faixa de benefícios abaixo do banner somente no mobile */
@media(max-width:640px){
  .sdg-listing-page .sdg-listing-trust{
    display:none!important;
  }
}

/* ===== Ajuste de altura dos banners internos (exceto home) ===== */
body:not(.home) .page-hero{
  padding:50px 0 50px!important;
}
body:not(.home) .page-hero .eyebrow{
  margin-bottom:4px!important;
}
body:not(.home) .page-hero h1{
  margin:2px 0 6px!important;
  line-height:1.03!important;
}
body:not(.home) .page-hero p{
  margin:0!important;
  line-height:1.38!important;
}
.sdg-listing-page .sdg-listing-hero{
  padding:30px 0 52px!important;
}
.sdg-listing-page .sdg-listing-hero h1{
  margin:3px 0 6px!important;
  line-height:1.02!important;
}
.sdg-listing-page .sdg-listing-hero p{
  margin:0!important;
  line-height:1.38!important;
}
.sdg-listing-trust{
  margin-top:-30px!important;
}
.sdg-listing-main{
  padding-top:38px!important;
}
@media(max-width:640px){
  body:not(.home) .page-hero{
    padding:34px 0 17px!important;
  }
  body:not(.home) .page-hero .eyebrow{
    margin-bottom:3px!important;
  }
  body:not(.home) .page-hero h1{
    margin:2px 0 5px!important;
    line-height:1.06!important;
  }
  body:not(.home) .page-hero p{
    margin:0!important;
    line-height:1.35!important;
  }
  .sdg-listing-page .sdg-listing-hero{
    padding:24px 0 28px!important;
  }
  .sdg-listing-page .sdg-listing-hero h1{
    margin:2px 0 5px!important;
    line-height:1.06!important;
  }
  .sdg-listing-page .sdg-listing-hero p{
    margin:0!important;
    line-height:1.35!important;
  }
  .sdg-listing-main{
    padding-top:18px!important;
  }
}
/* ===== Fim ajuste de altura dos banners internos ===== */


/* Home banner principal - ajuste visual conforme referência enviada */
.hero-homepage{
  min-height: 560px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.hero-homepage .hero-home{
  min-height: 560px;
  display: flex;
  align-items: center;
}
.hero-copy--home{
  max-width: 760px;
  padding: 76px 0 122px;
}
.hero-copy--home h1{
  margin: 0 0 14px;
  font-size: clamp(3.2rem, 5.2vw, 5.25rem);
  line-height: .92;
  letter-spacing: -0.06em;
  color: #fff;
  text-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.hero-copy--home p{
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.28;
  color: rgba(255,255,255,.96);
}
.hero-sparkle{
  display: inline-block;
  color: var(--lime);
  font-size: .6em;
  margin-left: .1em;
  vertical-align: top;
}
.hero-proofbar{
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-top: 18px;
  background: rgba(9, 28, 59, .62);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(0,0,0,.18);
}
.hero-proofbar span{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
.hero-proofbar span + span{
  border-left: 1px solid rgba(255,255,255,.16);
}
.hero-proofbar i{
  color: var(--lime);
  font-size: 1.18rem;
}
.hero-proofbar strong{font-weight:700}
.hero-actions--home{
  margin-top: 26px;
  gap: 18px;
}
.hero-actions--home .btn{
  min-height: 50px;
  padding: 0 34px;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 600!important;
  box-shadow: 0 16px 30px rgba(5,18,39,.14);
}
.btn-hero-primary{
  background: #1a45b8;
  color: #fff;
}
.btn-hero-primary i{
  margin-left: 14px;
  font-size: .85rem;
}
.btn-hero-secondary{
  background: var(--lime);
  color: #06213f;
}
.btn-hero-secondary i{
  margin-right: 10px;
  font-size: 1rem;
}
.home-search-wrap{
  margin-top: -44px;
  padding-bottom: 0;
}
.home-search-wrap .sdg-search{
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(7,23,45,.16);
}
@media (max-width: 1180px){
  .hero-copy--home{max-width: 700px}
  .hero-proofbar{display:flex; max-width:100%; flex-wrap:wrap}
  .hero-proofbar span{flex:1 1 220px; white-space:normal}
}
@media (max-width: 980px){
  .hero-homepage,
  .hero-homepage .hero-home{
    min-height: 520px;
    align-items: flex-end;
  }
  .hero-homepage{
    background-position: center center;
  }
  .hero-copy--home{
    max-width: 620px;
    padding: 82px 0 118px;
  }
  .hero-copy--home h1{
    font-size: clamp(2.65rem, 11vw, 4.2rem);
    margin-bottom: 12px;
  }
  .hero-copy--home p{
    max-width: 520px;
    font-size: 1.02rem;
    line-height: 1.26;
  }
  .hero-proofbar{
    display:none;
  }
  .hero-actions--home{
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .hero-actions--home .btn{
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    font-size: .98rem;
  }
  .home-search-wrap{margin-top: -54px;}
}
@media (max-width: 640px){
  .hero-homepage,
  .hero-homepage .hero-home{
    min-height: 470px;
  }
  .hero-homepage{
    background-position: 58% center;
  }
  .hero-copy--home{
    padding: 56px 0 96px;
  }
  .hero-copy--home h1{
    font-size: clamp(2.35rem, 9vw, 3.35rem);
  }
  .hero-copy--home p{
    max-width: 360px;
    font-size: .96rem;
  }
  .hero-actions--home{
    gap: 12px;
  }
  .hero-actions--home .btn{
    min-height: 54px;
    border-radius: 14px;
    font-size: .94rem;
  }
}
@media (max-width: 420px){
  .hero-homepage,
  .hero-homepage .hero-home{
    min-height: 450px;
  }
  .hero-homepage{
    background-position: 60% center;
  }
  .hero-copy--home{
    padding: 42px 0 92px;
  }
  .hero-copy--home h1{
    font-size: 2.1rem;
    max-width: 300px;
  }
  .hero-copy--home p{
    max-width: 320px;
    font-size: .9rem;
  }
  .hero-actions--home .btn{
    min-height: 52px;
    padding: 0 14px;
    font-size: .9rem;
  }
  .home-search-wrap{margin-top: -42px;}
}


/* Correção mobile do banner da home: menos altura, sem overflow lateral e ícones Font Awesome visíveis */
.hero i.fa-solid,
.hero i.fa-regular,
.hero i.fa-brands,
.hero-homepage i.fa-solid,
.hero-homepage i.fa-regular,
.hero-homepage i.fa-brands{
  font-style: normal!important;
  line-height: 1!important;
  flex: 0 0 auto;
}
.hero i.fa-solid,
.hero i.fa-regular,
.hero-homepage i.fa-solid,
.hero-homepage i.fa-regular{
  font-family: "Font Awesome 6 Free"!important;
  font-weight: 900!important;
}
.hero i.fa-brands,
.hero-homepage i.fa-brands{
  font-family: "Font Awesome 6 Brands"!important;
  font-weight: 400!important;
}
.hero-sparkle{
  color: var(--lime)!important;
  font-size: .42em!important;
  margin-left: .12em!important;
  vertical-align: .42em!important;
}
@media (max-width: 980px){
  html,
  body{
    width: 100%!important;
    max-width: 100%!important;
    overflow-x: hidden!important;
  }
  .hero-homepage,
  .hero-homepage .hero-home,
  .home-search-wrap,
  .home-search-wrap .container,
  .hero-actions--home{
    max-width: 100%!important;
  }
  .hero-homepage{
    overflow: hidden!important;
  }
  .hero-homepage,
  .hero-homepage .hero-home{
    min-height: 430px!important;
  }
  .hero-copy--home{
    max-width: 100%!important;
    padding: 52px 0 82px!important;
  }
  .hero-copy--home h1{
    font-size: clamp(2.1rem, 8vw, 3rem)!important;
    line-height: .96!important;
    margin-bottom: 8px!important;
    max-width: 430px!important;
  }
  .hero-copy--home p{
    font-size: .94rem!important;
    line-height: 1.22!important;
    max-width: 390px!important;
  }
  .hero-actions--home{
    display: grid!important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr)!important;
    gap: 12px!important;
    margin-top: 18px!important;
  }
  .hero-actions--home .btn{
    min-width: 0!important;
    width: 100%!important;
    min-height: 50px!important;
    padding: 0 12px!important;
    border-radius: 13px!important;
    font-size: .9rem!important;
    line-height: 1.12!important;
    white-space: normal!important;
    text-align: center!important;
  }
  .btn-hero-primary i{
    margin-left: 8px!important;
    font-size: .72rem!important;
  }
  .btn-hero-secondary i{
    margin-right: 8px!important;
    font-size: .92rem!important;
  }
  .home-search-wrap{
    margin-top: -36px!important;
  }
}
@media (max-width: 640px){
  .hero-homepage,
  .hero-homepage .hero-home{
    min-height: 380px!important;
  }
  .hero-copy--home{
    padding: 42px 0 70px!important;
  }
  .hero-copy--home h1{
    font-size: clamp(1.9rem, 7.6vw, 2.55rem)!important;
    max-width: 340px!important;
  }
  .hero-copy--home p{
    font-size: .86rem!important;
    max-width: 310px!important;
  }
  .hero-actions--home .btn{
    min-height: 48px!important;
    font-size: .84rem!important;
    padding: 0 10px!important;
  }
  .home-search-wrap{
    margin-top: -30px!important;
  }
}
@media (max-width: 420px){
  .hero-homepage,
  .hero-homepage .hero-home{
    min-height: 360px!important;
  }
  .hero-copy--home{
    padding: 34px 0 62px!important;
  }
  .hero-copy--home h1{
    font-size: 1.72rem!important;
    max-width: 300px!important;
  }
  .hero-copy--home p{
    font-size: .82rem!important;
    max-width: 300px!important;
  }
  .hero-actions--home{
    gap: 10px!important;
  }
  .hero-actions--home .btn{
    min-height: 46px!important;
    font-size: .8rem!important;
    padding: 0 8px!important;
  }
  .home-search-wrap{
    margin-top: -26px!important;
  }
}














@media (max-width: 640px){
  .hero-homepage,
  .hero-homepage .hero-home{
    min-height: 100px !important;
  }

  .hero-homepage .hero-home{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: flex-end;
  }

  .hero-copy--home{
    padding: 18px 0 44px !important;
  }

  .hero-copy--home h1{
    font-size: 2.38rem !important;
    line-height: .94 !important;
    margin-bottom: 6px !important;
    max-width: 380px!important;
    margin-top: -20px;
  }

  .hero-copy--home p{
    font-size: 1.15rem !important;
    line-height: 1.16 !important;
    max-width: 380px!important;
  }

  .hero-actions--home{
    margin-top: 14px !important;
  }

  .home-search-wrap{
    margin-top: -75px !important;
  }
}

@media (max-width: 390px){
  .hero-homepage,
  .hero-homepage .hero-home{
    min-height: 150px !important;
  }

  .hero-copy--home{
    padding: 0px 0 38px !important;
  }
}

/* Melhorias da home: Avaliações, Transfer, Hotéis/Restaurantes e FAQ */
.home-reviews-section{
  background:#fff;
}
.home-review-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.home-review-card{
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow:0 16px 36px rgba(7,23,45,.07);
  overflow:hidden;
}
.home-review-card::after{
  content:'”';
  position:absolute;
  right:22px;
  top:10px;
  font-size:74px;
  line-height:1;
  font-weight:900;
  color:#eef4fd;
}
.home-review-top{
  display:flex;
  align-items:center;
  gap:14px;
  position:relative;
  z-index:1;
}
.home-review-avatar{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  flex:0 0 52px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff;
  font-size:1.25rem;
  font-weight:800;
  box-shadow:0 10px 22px rgba(0,74,173,.25);
}
.home-review-top strong{
  display:block;
  color:var(--text);
  font-weight:800!important;
}
.home-review-top small{
  display:block;
  color:var(--muted);
  margin-top:2px;
}
.home-review-stars{
  margin:16px 0 10px;
  color:#0b63e5;
  letter-spacing:.08em;
  font-size:1.05rem;
}
.home-review-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
  position:relative;
  z-index:1;
}
.home-transfer-section{
  background:
    radial-gradient(circle at 82% 22%,rgba(0,74,173,.26),transparent 30%),
    linear-gradient(135deg,#06172d 0%,#071f42 100%);
}
.home-transfer-grid{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:44px;
  align-items:center;
}
.home-transfer-copy h2{
  max-width:560px;
}
.home-transfer-copy p{
  max-width:610px;
  color:#d9e7ff;
  line-height:1.75;
}
.home-transfer-panel{
  display:grid;
  gap:18px;
}
.home-route-list{
  display:grid;
  gap:14px;
}
.home-route-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  padding:18px 20px;
  color:#fff;
  box-shadow:0 12px 28px rgba(0,0,0,.16);
}
.home-route-card span{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:700;
}
.home-route-card i{
  color:var(--lime);
  font-size:1.08rem;
}
.home-route-card strong{
  color:#fff;
  white-space:nowrap;
  font-weight:800!important;
}
.home-transfer-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.home-transfer-benefits span{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:54px;
  padding:12px;
  border-radius:16px;
  background:rgba(172,237,42,.09);
  border:1px solid rgba(172,237,42,.22);
  color:#eaf8ff;
  font-size:.9rem;
  font-weight:700;
}
.home-transfer-benefits i{
  color:var(--lime);
}
.home-complete-trip{
  background:linear-gradient(180deg,#f5f8fc 0%,#fff 100%);
}
.home-trip-head{
  justify-content:center;
  text-align:center;
}
.home-trip-head p{
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
.section-head-small{
  align-items:center;
  margin-bottom:18px;
}
.section-head-small h2{
  font-size:clamp(1.55rem,2vw,2.25rem);
}
.home-faq-section{
  background:#fff;
}
.home-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.home-faq-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(7,23,45,.04);
}
.home-faq-item summary{
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:18px 46px 18px 18px;
  font-weight:800;
  color:var(--text);
}
.home-faq-item summary::-webkit-details-marker{
  display:none;
}
.home-faq-item summary::after{
  content:'\f078';
  font-family:'Font Awesome 6 Free';
  font-weight:900;
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  color:var(--blue);
  font-size:.86rem;
  transition:.2s ease;
}
.home-faq-item[open] summary::after{
  transform:translateY(-50%) rotate(180deg);
}
.home-faq-item p{
  margin:0;
  padding:0 18px 18px;
  color:var(--muted);
  line-height:1.65;
}
@media(max-width:980px){
  .home-review-grid,
  .home-transfer-grid,
  .home-faq-grid{
    grid-template-columns:1fr;
  }
  .home-transfer-grid{
    gap:26px;
  }
  .home-transfer-benefits{
    grid-template-columns:1fr;
  }
  .home-trip-head{
    text-align:left;
    justify-content:flex-start;
  }
}
@media(max-width:640px){
  .home-review-grid{
    gap:14px;
  }
  .home-review-card{
    padding:18px;
    border-radius:20px;
  }
  .home-review-avatar{
    width:46px;
    height:46px;
    flex-basis:46px;
  }
  .home-transfer-section .section,
  .home-transfer-section{
    padding-top:52px;
    padding-bottom:52px;
  }
  .home-route-card{
    display:grid;
    gap:10px;
  }
  .home-transfer-benefits span{
    min-height:auto;
  }
  .home-faq-item summary{
    padding:16px 42px 16px 16px;
  }
}

/* ===== Ajustes mobile: topo fixo, título menor e filtro organizado ===== */
@media(max-width:860px){
  body{
    padding-top:56px!important;
  }

  .site-header.sdg-topbar{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    min-height:56px!important;
    height:56px!important;
    z-index:1200!important;
  }

  .sdg-topbar .container.sdg-nav{
    height:56px!important;
    min-height:56px!important;
    align-items:center!important;
  }

  .sdg-header-actions{
    gap:8px!important;
  }

  .sdg-round-icon{
    width:30px!important;
    height:30px!important;
    font-size:20px!important;
  }

  .sdg-cart-link{
    gap:5px!important;
  }

  .sdg-cart-icon{
    width:22px!important;
    height:24px!important;
    font-size:18px!important;
  }

  .sdg-cart-icon em{
    top:-10px!important;
    right:-8px!important;
  }

  .sdg-cart-link strong{
    font-size:12px!important;
  }

  .sdg-menu-toggle{
    width:36px!important;
    height:36px!important;
    border-radius:9px!important;
    font-size:20px!important;
  }

  .sdg-menu{
    top:62px!important;
  }
}

@media(max-width:640px){
  body{
    padding-top:56px!important;
  }

  .sdg-listing-page .sdg-listing-hero{
    padding:22px 0 24px!important;
  }

  .sdg-listing-page .sdg-listing-hero h1{
    font-size:1.58rem!important;
    line-height:1.08!important;
    letter-spacing:-.04em!important;
    margin:0 0 6px!important;
  }

  .sdg-listing-page .sdg-listing-hero p{
    font-size:.86rem!important;
    line-height:1.32!important;
    max-width:280px!important;
    margin:0!important;
  }

  .sdg-filter-drawer__panel{
    padding:22px 16px 16px!important;
    border-radius:22px 22px 0 0!important;
    max-height:82vh!important;
  }

  .sdg-filter-drawer__close{
    top:14px!important;
    right:14px!important;
    width:38px!important;
    height:38px!important;
  }

  .sdg-filter-drawer__panel .sdg-listing-filter-form{
    display:grid!important;
    gap:13px!important;
    padding-top:8px!important;
  }

  .sdg-filter-drawer__panel .sdg-listing-filter-form strong{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    padding-right:48px!important;
    margin:0 0 6px!important;
    font-size:1.05rem!important;
    line-height:1.2!important;
    color:#132238!important;
  }

  .sdg-filter-drawer__panel .sdg-listing-filter-form label{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    width:100%!important;
    margin:0!important;
    font-size:.9rem!important;
    font-weight:700!important;
    color:#24364f!important;
    line-height:1.2!important;
  }

  .sdg-filter-drawer__panel .sdg-listing-filter-form input,
  .sdg-filter-drawer__panel .sdg-listing-filter-form select{
    width:100%!important;
    min-width:0!important;
    height:46px!important;
    min-height:46px!important;
    border:1px solid #dce6f3!important;
    border-radius:12px!important;
    padding:0 13px!important;
    background:#fff!important;
    color:#263a56!important;
    font:500 .92rem/1.2 var(--sdg-font-body,system-ui)!important;
    box-shadow:none!important;
    outline:0!important;
  }

  .sdg-filter-drawer__panel .sdg-listing-filter-form select{
    padding-right:34px!important;
  }

  .sdg-filter-drawer__panel .sdg-listing-filter-form .btn{
    width:100%!important;
    min-height:46px!important;
    border-radius:12px!important;
    font-size:.92rem!important;
  }

  .sdg-filter-drawer__panel .sdg-filter-help{
    grid-template-columns:38px 1fr 16px!important;
    gap:10px!important;
    padding:12px!important;
    border-radius:14px!important;
  }
}


/* ===== Ajuste mobile: título das listagens com fundo claro ===== */
@media(max-width:640px){
  .sdg-listing-page .sdg-listing-hero{
    background:linear-gradient(180deg,#f6f9fe 0%,#eef4fb 100%)!important;
    color:#0b2c61!important;
  }

  .sdg-listing-page .sdg-listing-hero .container{
    position:relative;
  }

  .sdg-listing-page .sdg-listing-hero .container::before{
    content:"";
    display:block;
    width:42px;
    height:4px;
    background:#9aca00;
    border-radius:999px;
    margin-bottom:10px;
  }

  .sdg-listing-page .sdg-listing-hero h1{
    color:#0b2c61!important;
  }

  .sdg-listing-page .sdg-listing-hero p{
    color:#6b7b91!important;
  }
}
/* ===== Fim ajuste mobile: título das listagens com fundo claro ===== */


/* ===== Listagens públicas: 3 colunas fixas no desktop ===== */
@media(min-width:981px){
  .sdg-listing-page .sdg-listing-results .tour-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
/* ===== Fim listagens públicas: 3 colunas fixas no desktop ===== */


/* ===== Home: seção Hotéis e Restaurantes conforme layout aprovado ===== */
.home-trip-showcase{
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)!important;
  padding:76px 0!important;
}

.home-trip-showcase-head{
  text-align:center;
  max-width:950px;
  margin:0 auto 48px;
}

.home-trip-showcase-head .eyebrow{
  color:var(--lime);
  justify-content:center;
  margin-bottom:12px;
}

.home-trip-showcase-head h2{
  margin:0;
  color:#0f2748;
  font-size:clamp(2.15rem,3.4vw,3.55rem);
  line-height:1.04;
  letter-spacing:-.055em;
}

.home-trip-showcase-head p{
  max-width:760px;
  margin:18px auto 0;
  color:#64748b;
  font-size:1.08rem;
  line-height:1.55;
}

.home-trip-showcase-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  position:relative;
  background:#fff;
  border:1px solid #dfe7f2;
  border-radius:24px;
  padding:38px 44px 28px;
  box-shadow:0 22px 52px rgba(12,31,56,.10);
}

.home-trip-showcase-box::before{
  content:"";
  position:absolute;
  top:48px;
  bottom:78px;
  left:50%;
  width:1px;
  background:#dde6f2;
}

.home-trip-column{
  min-width:0;
}

.home-trip-column--hotel{
  padding-right:42px;
}

.home-trip-column--restaurant{
  padding-left:42px;
}

.home-trip-column-head{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  margin-bottom:22px;
}

.home-trip-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#eef5ff;
  color:#075eea;
  font-size:1.65rem;
}

.home-trip-column--restaurant .home-trip-icon{
  background:#eafaef;
  color:#2b9700;
}

.home-trip-column-head h3{
  margin:0;
  color:#0f2748;
  font-size:2rem;
  line-height:1.05;
  letter-spacing:-.04em;
}

.home-trip-column-head a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#075eea;
  font-weight:800;
  white-space:nowrap;
}

.home-trip-column-head a i{
  font-size:.78rem;
}

.home-trip-list{
  display:grid;
  gap:18px;
}

.home-trip-card{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  min-height:176px;
  overflow:hidden;
  background:#fff;
  border:1px solid #dfe7f2;
  border-radius:18px;
  box-shadow:0 10px 26px rgba(12,31,56,.07);
}

.home-trip-card-img{
  position:relative;
  display:block;
  min-height:176px;
  overflow:hidden;
}

.home-trip-card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.home-trip-card-badges{
  position:absolute;
  left:14px;
  top:14px;
  display:grid;
  justify-items:start;
  gap:7px;
  z-index:2;
}

.home-trip-card-badges span{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:170px!important;
  min-height:0!important;
  padding:6px 10px!important;
  border-radius:8px!important;
  color:#fff!important;
  font-size:.76rem!important;
  line-height:1!important;
  font-weight:800!important;
  box-shadow:0 3px 10px rgba(0,0,0,.12)!important;
}

.home-trip-card-body{
  display:grid;
  align-content:start;
  gap:10px;
  min-width:0;
  padding:20px 22px 18px;
}

.home-trip-card-body h3{
  margin:0;
  color:#0f2748;
  font-size:1.14rem;
  line-height:1.22;
  letter-spacing:-.025em;
}

.home-trip-card-body h3 a{
  color:inherit;
}

.home-trip-rating{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}

.home-trip-rating span{
  display:inline-flex;
  gap:2px;
  color:#075eea;
  font-size:.88rem;
}

.home-trip-rating small{
  color:#6b7b91;
  font-size:.86rem;
}

.home-trip-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  color:#50627a;
  font-size:.88rem;
}

.home-trip-meta span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
}

.home-trip-meta i{
  color:#314a66;
  font-size:.86rem;
}

.home-trip-meta em{
  color:#c1ccd9;
  font-style:normal;
}

.home-trip-price{
  margin-top:16px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
}

.home-trip-price small{
  display:block;
  color:#6b7b91;
  font-size:.82rem;
  margin-bottom:1px;
}

.home-trip-price strong{
  display:block;
  color:#075eea;
  font-size:1.22rem;
  line-height:1;
  font-weight:800!important;
}

.home-trip-price a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:10px;
  background:#075eea;
  color:#fff;
  font-size:.88rem;
  font-weight:800;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(7,94,234,.20);
}

.home-trip-showcase-footer{
  grid-column:1/-1;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:22px;
  padding-top:26px;
  color:#61748b;
  font-size:.92rem;
  font-weight:600;
}

.home-trip-showcase-footer span{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.home-trip-showcase-footer i{
  color:#2b9700;
}

.home-trip-showcase-footer em{
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--lime);
  font-style:normal;
}

@media(max-width:1180px){
  .home-trip-showcase-box{
    padding:32px 28px 24px;
  }

  .home-trip-column--hotel{
    padding-right:24px;
  }

  .home-trip-column--restaurant{
    padding-left:24px;
  }

  .home-trip-card{
    grid-template-columns:210px minmax(0,1fr);
  }
}

@media(max-width:980px){
  .home-trip-showcase{
    padding:58px 0!important;
  }

  .home-trip-showcase-head{
    margin-bottom:28px;
  }

  .home-trip-showcase-head h2{
    font-size:2.25rem;
  }

  .home-trip-showcase-box{
    grid-template-columns:1fr;
    gap:28px;
    padding:24px;
  }

  .home-trip-showcase-box::before{
    display:none;
  }

  .home-trip-column--hotel,
  .home-trip-column--restaurant{
    padding:0;
  }

  .home-trip-showcase-footer{
    padding-top:2px;
    flex-wrap:wrap;
    gap:12px 18px;
  }
}

@media(max-width:640px){
  .home-trip-showcase{
    padding:46px 0!important;
  }

  .home-trip-showcase-head{
    text-align:left;
    margin-bottom:22px;
  }

  .home-trip-showcase-head .eyebrow{
    justify-content:flex-start;
  }

  .home-trip-showcase-head h2{
    font-size:1.75rem;
  }

  .home-trip-showcase-head p{
    font-size:.92rem;
    line-height:1.45;
    margin-top:10px;
  }

  .home-trip-showcase-box{
    border-radius:20px;
    padding:18px;
  }

  .home-trip-column-head{
    grid-template-columns:46px minmax(0,1fr) auto;
    gap:12px;
    margin-bottom:16px;
  }

  .home-trip-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    font-size:1.25rem;
  }

  .home-trip-column-head h3{
    font-size:1.45rem;
  }

  .home-trip-column-head a{
    font-size:.86rem;
    gap:6px;
  }

  .home-trip-card{
    grid-template-columns:122px minmax(0,1fr);
    min-height:160px;
    border-radius:16px;
  }

  .home-trip-card-img{
    min-height:160px;
  }

  .home-trip-card-body{
    padding:12px 12px 11px;
    gap:7px;
  }

  .home-trip-card-body h3{
    font-size:.92rem;
    line-height:1.16;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .home-trip-rating span{
    font-size:.72rem;
  }

  .home-trip-rating small,
  .home-trip-meta{
    font-size:.72rem;
  }

  .home-trip-meta{
    gap:6px;
  }

  .home-trip-meta em{
    display:none;
  }

  .home-trip-card-badges{
    left:8px;
    top:8px;
    gap:5px;
  }

  .home-trip-card-badges span{
    padding:5px 8px!important;
    font-size:.66rem!important;
    border-radius:7px!important;
  }

  .home-trip-price{
    margin-top:auto;
    gap:8px;
  }

  .home-trip-price small{
    font-size:.68rem;
  }

  .home-trip-price strong{
    font-size:.92rem;
  }

  .home-trip-price a{
    min-height:34px;
    padding:0 10px;
    border-radius:9px;
    font-size:.72rem;
  }

  .home-trip-showcase-footer{
    justify-content:flex-start;
    font-size:.8rem;
  }
}


/* ===== Correção Home Hotéis/Restaurantes: tags e imagens padronizadas ===== */
.home-trip-card{
  grid-template-columns:250px minmax(0,1fr)!important;
  height:176px!important;
  min-height:176px!important;
}

.home-trip-card-img{
  width:250px!important;
  height:176px!important;
  min-height:176px!important;
}

.home-trip-card-img img{
  width:100%!important;
  height:100%!important;
  min-height:176px!important;
  object-fit:cover!important;
  object-position:center!important;
}

.home-trip-card-badges{
  left:14px!important;
  top:14px!important;
  gap:7px!important;
}

.home-trip-card-badges span{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  max-width:170px!important;
  min-height:0!important;
  padding:6px 10px!important;
  border-radius:8px!important;
  background:#ff8a00!important;
  color:#fff!important;
  font-size:.76rem!important;
  line-height:1!important;
  font-weight:800!important;
  text-shadow:none!important;
  box-shadow:0 3px 10px rgba(0,0,0,.14)!important;
}

.home-trip-card-badges span:nth-child(2){
  background:#31a311!important;
}

.home-trip-card-badges span:nth-child(3){
  background:#075eea!important;
}

@media(max-width:1180px){
  .home-trip-card{
    grid-template-columns:210px minmax(0,1fr)!important;
    height:176px!important;
    min-height:176px!important;
  }

  .home-trip-card-img{
    width:210px!important;
    height:176px!important;
    min-height:176px!important;
  }

  .home-trip-card-img img{
    min-height:176px!important;
  }
}

@media(max-width:640px){
  .home-trip-card{
    grid-template-columns:122px minmax(0,1fr)!important;
    height:160px!important;
    min-height:160px!important;
  }

  .home-trip-card-img{
    width:122px!important;
    height:160px!important;
    min-height:160px!important;
  }

  .home-trip-card-img img{
    min-height:160px!important;
  }

  .home-trip-card-badges{
    left:8px!important;
    top:8px!important;
    gap:5px!important;
  }

  .home-trip-card-badges span{
    max-width:106px!important;
    padding:5px 8px!important;
    font-size:.66rem!important;
    border-radius:7px!important;
  }
}
/* ===== Fim correção Home Hotéis/Restaurantes ===== */


/* ===== Correção Home Hotéis/Restaurantes: altura do card sem cortar conteúdo ===== */
.home-trip-card{
  height:auto!important;
  min-height:214px!important;
  align-items:stretch!important;
  overflow:hidden!important;
}

.home-trip-card-img{
  height:214px!important;
  min-height:214px!important;
  align-self:stretch!important;
}

.home-trip-card-img img{
  height:100%!important;
  min-height:214px!important;
  object-fit:cover!important;
  object-position:center!important;
}

.home-trip-card-body{
  min-height:214px!important;
  align-content:stretch!important;
  grid-template-rows:auto auto auto 1fr!important;
}

.home-trip-price{
  align-self:end!important;
  margin-top:10px!important;
}

@media(max-width:1180px){
  .home-trip-card{
    height:auto!important;
    min-height:214px!important;
  }

  .home-trip-card-img{
    height:214px!important;
    min-height:214px!important;
  }

  .home-trip-card-img img{
    min-height:214px!important;
  }

  .home-trip-card-body{
    min-height:214px!important;
  }
}

@media(max-width:640px){
  .home-trip-card{
    height:auto!important;
    min-height:176px!important;
  }

  .home-trip-card-img{
    height:176px!important;
    min-height:176px!important;
  }

  .home-trip-card-img img{
    min-height:176px!important;
  }

  .home-trip-card-body{
    min-height:176px!important;
  }

  .home-trip-price{
    margin-top:6px!important;
  }
}
/* ===== Fim correção Home Hotéis/Restaurantes: altura do card ===== */

/* ===== Ajustes mobile: títulos da home mais organizados + menu lateral direito ===== */
@media(max-width:640px){
  .home-featured-section,
  .home-reviews-section,
  .home-transfer-section,
  .home-trip-showcase,
  .home-faq-section{
    overflow:hidden;
  }

  .home-featured-section .section-head,
  .home-reviews-section .section-head,
  .home-faq-section .section-head{
    display:block!important;
    margin-bottom:18px!important;
    text-align:left!important;
  }

  .home-featured-section .section-head > div,
  .home-reviews-section .section-head > div,
  .home-faq-section .section-head > div,
  .home-trip-showcase-head,
  .home-transfer-copy{
    position:relative;
  }

  .home-featured-section .section-head > div::before,
  .home-reviews-section .section-head > div::before,
  .home-faq-section .section-head > div::before,
  .home-trip-showcase-head::before,
  .home-transfer-copy::before{
    content:"";
    display:block;
    width:42px;
    height:4px;
    margin:0 0 10px;
    border-radius:999px;
    background:var(--lime);
  }

  .home-transfer-copy::before{
    background:var(--lime);
  }

  .home-featured-section .section-head .eyebrow,
  .home-reviews-section .section-head .eyebrow,
  .home-faq-section .section-head .eyebrow,
  .home-trip-showcase-head .eyebrow,
  .home-transfer-copy .eyebrow{
    display:flex!important;
    justify-content:flex-start!important;
    margin:0 0 8px!important;
    font-size:.68rem!important;
    line-height:1.2!important;
    letter-spacing:.16em!important;
  }

  .home-featured-section .section-head h2,
  .home-reviews-section .section-head h2,
  .home-faq-section .section-head h2,
  .home-trip-showcase-head h2,
  .home-transfer-copy h2{
    max-width:100%!important;
    margin:0!important;
    font-size:1.72rem!important;
    line-height:1.12!important;
    letter-spacing:-.045em!important;
  }

  .home-featured-section .section-head p,
  .home-reviews-section .section-head p,
  .home-faq-section .section-head p,
  .home-trip-showcase-head p,
  .home-transfer-copy p{
    max-width:100%!important;
    margin:8px 0 0!important;
    font-size:.94rem!important;
    line-height:1.45!important;
  }

  .home-featured-section .section-head > a,
  .home-faq-section .section-head > a,
  .home-reviews-section .section-head > a{
    width:max-content!important;
    min-height:36px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin-top:12px!important;
    padding:0 14px!important;
    border-radius:999px!important;
    background:#eef5ff!important;
    color:#075eea!important;
    font-size:.86rem!important;
    line-height:1!important;
    font-weight:700!important;
  }

  .home-transfer-copy{
    display:grid!important;
    gap:0!important;
  }

  .home-transfer-copy .btn{
    width:max-content!important;
    max-width:100%!important;
    min-height:42px!important;
    margin-top:14px!important;
    padding:0 16px!important;
    border-radius:999px!important;
    font-size:.86rem!important;
  }

  .home-trip-showcase-head{
    margin-bottom:20px!important;
    text-align:left!important;
  }

  .home-trip-showcase-head .eyebrow{
    justify-content:flex-start!important;
  }

  .home-trip-column-head{
    grid-template-columns:44px minmax(0,1fr) auto!important;
    gap:10px!important;
  }

  .home-trip-column-head h3{
    font-size:1.34rem!important;
    line-height:1.08!important;
  }

  .home-trip-column-head a{
    min-height:32px!important;
    padding:0 10px!important;
    border-radius:999px!important;
    background:#eef5ff!important;
    font-size:.78rem!important;
  }
}

@media(max-width:420px){
  .home-featured-section .section-head h2,
  .home-reviews-section .section-head h2,
  .home-faq-section .section-head h2,
  .home-trip-showcase-head h2,
  .home-transfer-copy h2{
    font-size:1.58rem!important;
  }

  .home-featured-section .section-head p,
  .home-reviews-section .section-head p,
  .home-faq-section .section-head p,
  .home-trip-showcase-head p,
  .home-transfer-copy p{
    font-size:.9rem!important;
  }
}

@media(max-width:860px){
  body.sdg-menu-is-open{
    overflow:hidden!important;
  }

  body.sdg-menu-is-open::after{
    content:"";
    position:fixed;
    inset:0;
    z-index:1250;
    background:rgba(2,16,38,.48);
    backdrop-filter:blur(2px);
  }

  .sdg-menu-toggle{
    position:relative!important;
    z-index:1405!important;
  }

  .sdg-menu-toggle.is-open{
    position:fixed!important;
    top:10px!important;
    right:12px!important;
    background:rgba(255,255,255,.16)!important;
    color:#fff!important;
    box-shadow:none!important;
  }

  .sdg-menu{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    width:min(84vw,250px)!important;
    height:100vh!important;
    height:100dvh!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:4px!important;
    margin:0!important;
    padding:20px 18px 24px!important;
    border-radius:0!important;
    background:#0044b5!important;
    color:#fff!important;
    box-shadow:-24px 0 54px rgba(0,0,0,.32)!important;
    z-index:1300!important;
    overflow-y:auto!important;
    transform:translateX(104%)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:transform .26s ease,opacity .2s ease,visibility .2s ease!important;
  }

  .sdg-menu::before{
    content:"Menu";
    display:block;
    padding:0 4px 16px;
    margin:0 0 8px;
    border-bottom:1px solid rgba(255,255,255,.18);
    color:#fff;
    font-size:1.18rem;
    line-height:1.1;
    font-weight:800;
    letter-spacing:-.02em;
  }

  .sdg-menu.open{
    transform:translateX(0)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  .sdg-menu a{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-height:46px!important;
    padding:0 14px!important;
    border-radius:12px!important;
    color:#fff!important;
    background:transparent!important;
    font-size:.95rem!important;
    line-height:1.1!important;
    font-weight:700!important;
    letter-spacing:.01em!important;
    text-transform:none!important;
  }

  .sdg-menu a:hover,
  .sdg-menu a.active{
    background:rgba(255,255,255,.12)!important;
    color:#fff!important;
  }

  .sdg-menu a.active{
    color:#b6ff00!important;
  }
}
/* ===== Fim ajustes mobile: títulos da home + menu lateral ===== */

/* ===== Correção mobile: menu lateral nítido acima do fundo ofuscado ===== */
@media(max-width:860px){
  body.sdg-menu-is-open::after{
    z-index:1200!important;
    pointer-events:auto!important;
    background:rgba(2,16,38,.50)!important;
    backdrop-filter:blur(2px)!important;
    -webkit-backdrop-filter:blur(2px)!important;
  }

  body.sdg-menu-is-open .site-header,
  body.sdg-menu-is-open .sdg-topbar{
    z-index:1450!important;
    isolation:isolate!important;
  }

  body.sdg-menu-is-open .sdg-brand,
  body.sdg-menu-is-open .sdg-header-actions{
    filter:blur(2px)!important;
    opacity:.28!important;
    pointer-events:none!important;
  }

  body.sdg-menu-is-open .sdg-menu,
  body.sdg-menu-is-open .sdg-menu.open{
    z-index:1500!important;
    opacity:1!important;
    filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    transform:translateX(0)!important;
  }

  body.sdg-menu-is-open .sdg-menu *,
  body.sdg-menu-is-open .sdg-menu a,
  body.sdg-menu-is-open .sdg-menu::before{
    filter:none!important;
    opacity:1!important;
    text-shadow:none!important;
  }

  body.sdg-menu-is-open .sdg-menu-toggle.is-open{
    z-index:1510!important;
    filter:none!important;
    opacity:1!important;
  }
}
/* ===== Fim correção mobile: menu lateral nítido ===== */



/* ===== Carrinho e checkout - resumo, etapas e campos ===== */
.public-order-page .section{padding:34px 0 70px!important;}
.order-steps{display:flex;align-items:center;justify-content:right;gap:10px;margin:0 auto 24px;max-width:100%;}
.order-step{display:flex;align-items:center;gap:10px;border:1px solid #d8e3f2;background:#fff;color:#69788d;border-radius:999px;padding:9px 16px;font-weight:700;min-width:0;}
.order-step span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#edf3fb;color:#17335b;font-size:.92rem;font-weight:800;flex:0 0 auto;}
.order-step strong{font-size:.95rem;white-space:nowrap;}
.order-step.active{background:#153f9f;color:#fff;border-color:#153f9f;box-shadow:0 10px 24px rgba(21,63,159,.18);}
.order-step.active span{background:#9aca00;color:#061b34;}
.order-step.done{color:#153f9f;}
.order-step.done span{background:#dff1ff;color:#153f9f;}
.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr) 360px!important;gap:28px!important;align-items:start!important;}
.cart-items-column{min-width:0;}
.cart-service-card{grid-template-columns:160px minmax(0,1fr) 190px!important;gap:18px!important;padding:16px!important;border-radius:22px!important;align-items:start!important;}
.cart-service-card img{width:160px!important;height:170px!important;object-fit:cover!important;border-radius:8px!important;}
.cart-service-info h3{margin:0 0 9px!important;font-size:1.1rem!important;line-height:1.22!important;color:#07172d!important;}
.cart-service-lines{display:grid;gap:7px;color:#56657b;line-height:1.35;}
.cart-service-lines span{display:flex;align-items:flex-start;gap:8px;}
.cart-service-lines i{width:16px;margin-top:2px;color:#153f9f;flex:0 0 16px;text-align:center;}
.cart-service-note{margin:10px 0 0!important;color:#377c01 !important;font-size:.92rem;line-height:1.42!important;}
.cart-item-price{display:grid!important;gap:10px!important;align-content:start!important;text-align:right!important;}
.cart-item-price small{color:#69788d;font-size:.82rem;}
.cart-item-price strong{font-size:1.32rem!important;color:#002f6c!important;line-height:1.05;}
.cart-item-price span{color:#33445c;font-size:.92rem;}
.cart-item-price span b{color:#153f9f;font-weight:700;}
.cart-item-price form{margin-top:6px;}
.order-total-card{padding:0!important;overflow:hidden!important;border-radius:18px!important;background:#fff!important;box-shadow:0 20px 42px rgba(9,22,43,.10)!important;border:0!important;gap:0!important;}
.order-total-head{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#004dcd;padding:18px 22px;color:#ffffff;}
.order-total-head span,.order-total-head h2{margin:0!important;font-size:1rem!important;font-weight:700!important;letter-spacing:-.02em;}
.order-total-head strong{font-size:1rem;color:#ffffff;white-space:nowrap;}
.order-title-head{justify-content:flex-start;}
.order-title-head h2{font-size:1.32rem!important;}
.order-summary-body{display:grid;gap:13px;padding:18px;}
.order-total-row{display:flex;justify-content:space-between;align-items:center;gap:14px;border-bottom:0px solid #e1e8f3;padding:0 0 0px;color:#263750;}
.order-total-row span{font-size:.85rem;line-height:1.3;}
.order-total-row strong{color:#3047be;font-weight:700;white-space:nowrap;}
.order-summary-note{color:#263750;line-height:1.55;margin:22px 0 4px!important;font-size: small;}
.order-summary-note strong{display:inline;color:#16253d;font-weight:700!important;}
.order-total-card .btn.primary{background:#9eca00!important;color:#fff!important;border-radius:11px!important;min-height:46px;}
.order-total-card .btn.ghost{background:#fff!important;color:#1d3c78!important;border:1px solid #dce5f2!important;border-radius:11px!important;min-height:46px;}
.order-clear-btn{font-size:.86rem!important;min-height:40px!important;}
.checkout-summary .summary-item{border:1px solid #dbe5f2!important;border-radius:14px!important;background:#f8fbff!important;padding:12px!important;display:grid!important;gap:7px!important;}
.checkout-summary .summary-item strong{color:#16253d!important;font-size:.95rem!important;line-height:1.3!important;}
.checkout-summary .summary-item span{color:#6d7b91!important;font-size:.86rem!important;line-height:1.35!important;}
.checkout-client-panel h2{margin-bottom:16px!important;}
.public-checkout-grid{gap:15px!important;}
.form-help{margin:0!important;color:#627086!important;font-size:.9rem!important;line-height:1.5!important;background:#f7faff;border:1px solid #e1e9f4;border-radius:14px;padding:12px 14px;}
.input-combo{display:grid;grid-template-columns:112px minmax(0,1fr);gap:8px;}
.phone-combo{grid-template-columns:138px minmax(0,1fr);}
.form-grid-public .input-combo select,.form-grid-public .input-combo input{min-width:0;}
.accessibility-options{display:grid;gap:10px;background:#f8fbff;border:1px solid #e1e9f4;border-radius:16px;padding:14px;}
.accessibility-options .checkline{display:flex!important;align-items:center;gap:10px;margin:0;color:#16253d!important;font-size:.93rem;line-height:1.3;}
.accessibility-options .checkline input{width:18px!important;height:18px!important;min-height:18px!important;margin:0;accent-color:#153f9f;}
.checkout-important{background:#fff8df;border:1px solid #f1dda2;border-radius:16px;padding:15px 16px;color:#28384f;}
.checkout-important strong{display:block;margin-bottom:6px;color:#132238;font-weight:700!important;}
.checkout-important p{margin:0;line-height:1.55;color:#46556a;}
.final-checkout .checkout-panel{border-radius:22px!important;}
@media(max-width:980px){
  .cart-layout,.checkout-layout{grid-template-columns:1fr!important;}
  .order-total-card{position:static!important;}
  .cart-service-card{grid-template-columns:120px minmax(0,1fr)!important;}
  .cart-service-card img{width:120px!important;height:100px!important;}
  .cart-item-price{grid-column:1/-1!important;text-align:left!important;grid-template-columns:1fr auto!important;align-items:center!important;background:#f8fbff;border:1px solid #e1e9f4;border-radius:14px;padding:12px;}
  .cart-item-price small{grid-column:1/-1;}
  .cart-item-price form{grid-row:2 / span 3;grid-column:2;margin:0;align-self:center;}
}
@media(max-width:640px){
  .public-order-page .section{padding:22px 0 58px!important;}
  .order-steps{justify-content:stretch;margin-bottom:18px;gap:8px;}
  .order-step{flex:1;padding:8px 9px;gap:7px;justify-content:center;}
  .order-step span{width:24px;height:24px;font-size:.8rem;}
  .order-step strong{font-size:.78rem;}
  .cart-service-card{grid-template-columns:96px minmax(0,1fr)!important;padding:12px!important;border-radius:18px!important;gap:12px!important;}
  .cart-service-card img{width:96px!important;height:163px!important;border-radius:8px!important;}
  .cart-service-info h3{font-size:.98rem!important;margin-bottom:7px!important;}
  .cart-service-lines{gap:5px;font-size:.86rem;}
  .cart-service-lines span{gap:6px;}
  .cart-service-note{font-size:.84rem;}
  .cart-item-price{grid-template-columns:1fr!important;gap:4px!important;}
  .cart-item-price form{grid-row:auto;grid-column:auto;margin-top:6px;}
  .cart-item-price .btn{width:100%;}
  .order-total-head{padding:16px 18px;}
  .order-summary-body{padding:16px;}
  .input-combo,.phone-combo{grid-template-columns:1fr;}
  .form-help{font-size:.84rem;}
  .accessibility-options .checkline{font-size:.85rem;align-items:flex-start;}
}
/* ===== Fim carrinho e checkout ===== */


/* ===== Carrinho: outros passeios no final ===== */
.cart-more-products{margin-top:36px;}
.cart-more-products .section-head{margin-bottom:18px;}
.cart-more-products .section-head h2{font-size:clamp(1.65rem,2.4vw,2.15rem);}
.cart-more-products .section-head p{max-width:560px;}
.cart-more-grid{align-items:stretch;}
@media(max-width:640px){
  .cart-more-products{margin-top:28px;}
  .cart-more-products .section-head{margin-bottom:14px;}
  .cart-more-products .section-head h2{font-size:1.55rem!important;line-height:1.16!important;}
  .cart-more-products .section-head p{font-size:.95rem!important;line-height:1.45!important;}
}
/* ===== Fim carrinho: outros passeios ===== */


/* ===== Checkout: pagamento limpo e campos de cartão compactos ===== */
.payment-options-icons .payment-option{
  position:relative;
  gap:12px!important;
  min-height:54px;
  padding:13px 16px!important;
}
.payment-options-icons .payment-option input{
  flex:0 0 auto;
  accent-color:#1e63ff;
}
.payment-option-icon{
  width:34px;
  height:34px;
  border-radius:11px;
  display:inline-grid;
  place-items:center;
  background:#f8fbff;
  color:#30b6a8;
  font-size:1.25rem;
  flex:0 0 auto;
}
.payment-option input:checked ~ .payment-option-icon{
  background:#30b6a8;
  color:#fff;
}
.payment-help{
  border:1px solid #dce7f5;
  background:#f8fbff;
  color:#41516a;
  border-radius:16px;
  padding:13px 15px;
  line-height:1.5;
  margin:12px 0 14px;
  font-size:.95rem;
}
.card-fields h3{
  margin:0 0 14px!important;
}
.checkout-card-grid{
  gap:14px!important;
}
.checkout-card-grid .card-full{
  grid-column:1 / -1;
}
.checkout-card-grid input,
.checkout-card-grid select,
.checkout-card-grid .mp-field{
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  padding:0 14px!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
}
.checkout-card-grid .mp-field iframe{
  width:100%!important;
  height:24px!important;
  min-height:24px!important;
  max-height:24px!important;
  display:block!important;
}
.mp-technical-fields{
  position:absolute!important;
  left:-9999px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
.mp-technical-fields input,
.mp-technical-fields select{
  width:1px!important;
  height:1px!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
}
@media(max-width:640px){
  .payment-options-icons .payment-option{
    align-items:center;
  }
  .payment-option-icon{
    width:32px;
    height:32px;
    font-size:1rem;
  }
  .checkout-card-grid{
    grid-template-columns:1fr 1fr!important;
  }
  .checkout-card-grid .card-full{
    grid-column:1 / -1;
  }
}
/* ===== Fim checkout: pagamento limpo ===== */

/* ===== Ajuste mobile produto: reserva em bottom sheet ===== */
.sdgp-book-backdrop,
.sdgp-book-close{
  display:none;
}

@media(max-width:640px){
  .sdgp-page,
  .sdgp-wrap,
  .sdgp-layout,
  .sdgp-gallery,
  .sdgp-main-photo,
  .sdgp-thumbs,
  .sdgp-head,
  .sdgp-titlebox,
  .sdgp-info,
  .sdgp-tabs,
  .sdgp-related,
  .sdgp-related .container{
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
  }

  .sdgp-wrap{
    padding:8px 8px 104px!important;
  }

  .sdgp-layout{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-areas:'gallery' 'head' 'info' 'tabs'!important;
    gap:13px!important;
  }

  .sdgp-book-col{
    display:none!important;
  }

  body.sdgp-book-modal-open{
    overflow:hidden!important;
    touch-action:none;
  }

  body.sdgp-book-modal-open .sdgp-book-col{
    display:flex!important;
    position:fixed!important;
    inset:0!important;
    z-index:100000!important;
    align-items:flex-end!important;
    justify-content:center!important;
    padding:70px 8px 0!important;
    width:100%!important;
    height:100vh!important;
    height:100dvh!important;
    max-width:none!important;
    pointer-events:auto!important;
  }

  body.sdgp-book-modal-open .sdgp-book-backdrop{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:rgba(7,18,35,.58)!important;
    cursor:pointer!important;
  }

  body.sdgp-book-modal-open .sdgp-book{
    display:block!important;
    position:relative!important;
    z-index:2!important;
    width:min(100%,440px)!important;
    max-height:calc(100vh - 70px)!important;
    max-height:calc(100dvh - 70px)!important;
    margin:0!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    border-radius:24px 24px 0 0!important;
    padding:18px 14px calc(18px + env(safe-area-inset-bottom))!important;
    box-shadow:0 -18px 48px rgba(7,18,35,.28)!important;
  }

  body.sdgp-book-modal-open .sdgp-book-close{
    display:inline-flex!important;
    position:absolute!important;
    top:14px!important;
    right:14px!important;
    width:40px!important;
    height:40px!important;
    align-items:center!important;
    justify-content:center!important;
    border:0!important;
    border-radius:999px!important;
    background:#eef3fb!important;
    color:#142b4d!important;
    font-size:1rem!important;
    cursor:pointer!important;
    z-index:3!important;
  }

  body.sdgp-book-modal-open .sdgp-book-head{
    padding-right:50px!important;
    padding-bottom:14px!important;
  }

  body.sdgp-book-modal-open .sdgp-book-head small{
    font-size:1.05rem!important;
  }

  body.sdgp-book-modal-open .sdgp-book-head strong{
    font-size:1.7rem!important;
  }

  body.sdgp-book-modal-open .sdgp-form{
    gap:10px!important;
  }

  body.sdgp-book-modal-open .sdgp-form input,
  body.sdgp-book-modal-open .sdgp-form select,
  body.sdgp-book-modal-open .sdgp-date-button,
  body.sdgp-book-modal-open .sdgp-travel-toggle{
    min-height:46px!important;
    border-radius:11px!important;
  }

  body.sdgp-book-modal-open .sdgp-calendar{
    position:static!important;
    left:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    margin-top:8px!important;
    box-shadow:none!important;
    border-radius:14px!important;
  }

  body.sdgp-book-modal-open .sdgp-summary{
    margin-top:8px!important;
  }

  body.sdgp-book-modal-open .sdgp-actions{
    position:sticky!important;
    bottom:0!important;
    background:linear-gradient(180deg,rgba(255,255,255,0),#fff 24%)!important;
    padding-top:12px!important;
    padding-bottom:2px!important;
    z-index:3!important;
  }

  body.sdgp-book-modal-open .sdgp-actions .sdgp-btn{
    width:100%!important;
    min-height:46px!important;
  }

  .sdgp-mobile-sticky{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(118px,auto)!important;
    gap:10px!important;
    align-items:center!important;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;
    z-index:9990!important;
  }

  .sdgp-mobile-sticky small{
    font-size:.72rem!important;
    line-height:1.05!important;
  }

  .sdgp-mobile-sticky strong{
    font-size:1.24rem!important;
    line-height:1!important;
    color:#0e5ef2!important;
  }

  .sdgp-mobile-sticky .btn{
    width:100%!important;
    min-height:42px!important;
    padding:10px 16px!important;
    border-radius:12px!important;
    background:#3654d1!important;
    color:#fff!important;
    font-weight:800!important;
  }

  .sdgp-page ~ .whatsapp-float{
    display:none!important;
  }

  .site-footer{
    padding-bottom:118px!important;
  }

  .sdgp-related .section-head{
    margin-bottom:16px!important;
  }

  .sdgp-related .section-head h2{
    font-size:1.72rem!important;
    line-height:1.08!important;
  }

  .sdgp-related .tour-grid{
    gap:12px!important;
  }

  .sdgp-related .sdg-tour-card{
    grid-template-columns:145px minmax(0,1fr)!important;
    gap:10px!important;
    padding:8px!important;
  }

  .sdgp-related .sdg-tour-img{
    min-height:168px!important;
  }

  .sdgp-related .sdg-tour-body{
    gap:7px!important;
  }

  .sdgp-related .sdg-tour-body h3{
    font-size:.94rem!important;
    min-height:2.15em!important;
  }

  .sdgp-related .sdg-tour-features{
    gap:7px!important;
  }

  .sdgp-related .sdg-tour-features span{
    font-size:.72rem!important;
  }

  .sdgp-related .sdg-tour-price{
    gap:6px!important;
    padding-top:6px!important;
  }

  .sdgp-related .sdg-tour-price strong{
    font-size:1rem!important;
  }

  .sdgp-related .sdg-tour-price a{
    min-height:34px!important;
    padding:7px 9px!important;
    font-size:.74rem!important;
  }
}

@media(max-width:380px){
  .sdgp-related .sdg-tour-card{
    grid-template-columns:132px minmax(0,1fr)!important;
  }
  .sdgp-related .sdg-tour-img{
    min-height:158px!important;
  }
}
/* ===== Fim ajuste mobile produto: reserva em bottom sheet ===== */

/* Ajustes finos mobile: logo, abas e cards relacionados */
@media(max-width:640px){
  .sdgp-tabs{background:#fff!important;border:1px solid #dfe7f2!important;border-radius:14px!important;padding:10px 12px 14px!important;box-shadow:0 8px 20px rgba(14,35,66,.04)!important}
  .sdgp-tabnav{background:#fff!important;margin-bottom:12px!important}
  .sdgp-panel,.sdgp-panel.active{background:#fff!important}
  .sdg-tour-main-info{gap:3px!important}
  .sdg-tour-body h3{min-height:0!important;margin-bottom:0!important}
  .sdg-tour-rating{margin-top:0!important;padding-top:0!important;align-items:center!important;line-height:1.1!important}
}

/* Ajustes finais solicitados: evitar corte da logo e aproximar avaliação nos relacionados */@media(max-width:640px){
  .sdgp-related .sdg-tour-main-info{gap:3px!important}
  .sdgp-related .sdg-tour-body h3{min-height:0!important;margin-bottom:0!important}
  .sdgp-related .sdg-tour-rating{margin-top:0!important;padding-top:0!important;line-height:1.1!important}
}


/* ===== Produto interno: estrutura estilo referência de tour (PC e mobile) ===== */
.sdgp-civi-page{
  background:#f5f8fc!important;
  color:#1f2f46!important;
}
.sdgp-civi-page .sdgp-wrap{

  padding:18px 0 46px!important;
}
.sdgp-civi-page .sdgp-breadcrumb{
  margin:0 0 16px!important;
  font-size:.84rem!important;
  color:#7b8798!important;
}
.sdgp-civi-page .sdgp-breadcrumb a{
  color:#637083!important;
}
.sdgp-civi-page .sdgp-breadcrumb strong{
  color:#2d3f59!important;
}
.sdgp-civi-page .sdgp-layout{
  grid-template-columns:minmax(0,1fr) 352px!important;
  grid-template-areas:'head head' 'gallery book' 'info book' 'tabs book'!important;
  gap:18px 28px!important;
  align-items:start!important;
}
.sdgp-civi-page .sdgp-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 286px!important;
  gap:28px!important;
  align-items:end!important;
  margin:0!important;
  padding:0 0 6px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.sdgp-civi-page .sdgp-titlebox{
  gap:0px!important;
}
.sdgp-civi-page .sdgp-title{
  font-size:clamp(2.15rem,3.45vw,3.08rem)!important;
  line-height:1.04!important;
  color:#15243e!important;
  letter-spacing:-.045em!important;
}
.sdgp-civi-page .sdgp-meta{
  gap:8px!important;
}
.sdgp-civi-page .sdgp-rating{
  gap:8px!important;
  font-size:.80rem!important;
  color:#4d5f78!important;
}
.sdgp-civi-page .sdgp-stars{
  color:#1f5bff!important;
  letter-spacing:.04em!important;
}
.sdgp-hero-summary{
  max-width:760px!important;
  margin:6px 0 0!important;
  color:#40526a!important;
  font-size:1.02rem!important;
  line-height:1.65!important;
}
.sdgp-assurance-row{
  display:flex!important;
  align-items:center!important;
  gap:10px 16px!important;
  flex-wrap:wrap!important;
  margin-top:8px!important;
}
.sdgp-assurance-row span{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#2d7030!important;
  font-size:.92rem!important;
  font-weight:600!important;
}
.sdgp-assurance-row i{
  color:#2ea54f!important;
}
.sdgp-civi-page .sdgp-topprice-row{
  align-self:end!important;
  justify-content:flex-end!important;
  margin:0!important;
}
.sdgp-civi-page .sdgp-topprice{
  background:#ffffff00!important;
  border:1px solid #ffffff00!important;
  border-radius:14px!important;
  padding: 0 0 0 0 !important;
  min-width:252px!important;
  box-shadow:0 6px 18px rgba(16,38,72,.0)!important;
  gap:7px!important;
}
.sdgp-civi-page .sdgp-topprice small{
  color:#7a8798!important;
  font-size:.86rem!important;
}
.sdgp-civi-page .sdgp-topprice strong{
  color:#0d58e7!important;
  font-size:2rem!important;
}
.sdgp-civi-page .sdgp-topprice .sdgp-btn{
  width:auto!important;
  min-height:44px!important;
  border-radius:900px!important;
  background:#0d58e7!important;
  color:#fff!important;
}
.sdgp-civi-page .sdgp-gallery{
  display:grid!important;
  grid-template-columns:minmax(0,2.1fr) 278px!important;
  gap:10px!important;
  align-items:stretch!important;
}
.sdgp-civi-page .sdgp-main-photo,
.sdgp-civi-page .sdgp-thumbs{
  height:456px!important;
}
.sdgp-civi-page .sdgp-main-photo img{
  height:100%!important;
  border-radius:13px 0 0 13px!important;
  box-shadow:none!important;
}
.sdgp-civi-page .sdgp-gallery-badges{
  left:14px!important;
  top:14px!important;
}
.sdgp-civi-page .sdgp-gallery-badges em{
  padding:7px 10px!important;
  font-size:.78rem!important;
  font-weight:700!important;
}
.sdgp-civi-page .sdgp-thumbs{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  grid-template-rows:1fr 1fr!important;
  gap:10px!important;
  overflow:hidden!important;
}
.sdgp-civi-page .sdgp-thumb{
  height:100%!important;
  border-radius:0!important;
  border:0!important;
  box-shadow:none!important;
  background:#eef3f8!important;
}
.sdgp-civi-page .sdgp-thumb:nth-child(2){border-radius:0 13px 0 0!important}
.sdgp-civi-page .sdgp-thumb:nth-child(4),
.sdgp-civi-page .sdgp-thumb-more{border-radius:0 0 13px 0!important}
.sdgp-civi-page .sdgp-thumb img{
  height:100%!important;
  width:100%!important;
  object-fit:cover!important;
}
.sdgp-civi-page .sdgp-thumb-more span{
  font-size:1rem!important;
  font-weight:700!important;
}
.sdgp-civi-page .sdgp-book-col{
  top:20px!important;
}
.sdgp-civi-page .sdgp-book{
  border-radius:14px!important;
  border:1px solid #dfe5ee!important;
  box-shadow:0 10px 28px rgba(16,38,72,.08)!important;
  padding:18px!important;
}
.sdgp-civi-page .sdgp-book-head{
  padding-bottom:14px!important;
}
.sdgp-civi-page .sdgp-book-head small{
  font-size:1.08rem!important;
  color:#143f9f!important;
}
.sdgp-civi-page .sdgp-book-head strong{
  font-size:2rem!important;
  color:#15243e!important;
}
.sdgp-civi-page .sdgp-form label,
.sdgp-civi-page .sdgp-label{
  color:#34445c!important;
  font-size:.83rem!important;
}
.sdgp-civi-page .sdgp-form input,
.sdgp-civi-page .sdgp-form select,
.sdgp-civi-page .sdgp-date-button,
.sdgp-civi-page .sdgp-travel-toggle{
  min-height:46px!important;
  border-radius:10px!important;
  border-color:#d8e0eb!important;
}
.sdgp-civi-page .sdgp-info{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  border-radius:14px!important;
  border:1px solid #dfe5ee!important;
  box-shadow:none!important;
  padding:16px!important;
  background:#fff!important;
}
.sdgp-civi-page .sdgp-info strong{
  font-size:.82rem!important;
  color:#23364f!important;
}
.sdgp-civi-page .sdgp-info span{
  color:#617188!important;
}
.sdgp-civi-page .sdgp-tabs{
  background:#fff!important;
  border:1px solid #dfe5ee!important;
  border-radius:14px!important;
  padding:0!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.sdgp-civi-page .sdgp-tabnav{
  margin:0!important;
  padding:0 20px!important;
  background:#e8edf4!important;
  border-bottom:1px solid #dfe5ee!important;
  gap:50px!important;
}
.sdgp-civi-page .sdgp-tabnav button{
  min-height:52px!important;
  padding:0!important;
  color:#313135!important;
  font-size:.95rem!important;
  font-weight:600!important;
}
.sdgp-civi-page .sdgp-tabnav button.active,
.sdgp-civi-page .sdgp-tabnav button:hover{
  color:#0044b5!important;
}
.sdgp-civi-page .sdgp-tabnav button.active:after{
  bottom:0!important;
  background:#0044b5!important;
}
.sdgp-civi-page .sdgp-panel,
.sdgp-civi-page .sdgp-panel.active{
  background:#fff!important;
}
.sdgp-civi-page .sdgp-panel.active{
  display:block!important;
  padding:22px 24px 28px!important;
}
.sdgp-civi-page .sdgp-rich{
  color:#43556d!important;
  font-size:1rem!important;
  line-height:1.82!important;
}
.sdgp-civi-page .sdgp-notes article{
  background:#fbfcff!important;
  border:1px solid #e5ebf4!important;
  border-radius:12px!important;
}
.sdgp-civi-page .sdgp-related{
  background:#f5f7fb!important;
  padding:42px 0 56px!important;
}
.sdgp-civi-page .sdgp-related .container{
  width:min(1180px,calc(100% - 32px))!important;
}
.sdgp-civi-page .sdgp-related .section-head{
  margin-bottom:18px!important;
}
.sdgp-civi-page .sdgp-related .section-head h2{
  color:#15243e!important;
}
.sdgp-civi-page .sdgp-related .sdg-tour-main-info{
  gap:3px!important;
}
.sdgp-civi-page .sdgp-related .sdg-tour-body h3{
  margin-bottom:0!important;
  min-height:0!important;
}
.sdgp-civi-page .sdgp-related .sdg-tour-rating{
  margin-top:0!important;
  padding-top:0!important;
  min-height:auto!important;
  line-height:1.1!important;
}

@media(max-width:1180px){
  .sdgp-civi-page .sdgp-wrap{width:min(100% - 24px,1180px)!important}
  .sdgp-civi-page .sdgp-layout{grid-template-columns:minmax(0,1fr) 330px!important;gap:16px 22px!important}
  .sdgp-civi-page .sdgp-head{grid-template-columns:minmax(0,1fr) 264px!important;gap:20px!important}
  .sdgp-civi-page .sdgp-gallery{grid-template-columns:1fr 238px!important}
  .sdgp-civi-page .sdgp-main-photo,
  .sdgp-civi-page .sdgp-thumbs{height:410px!important}
}

@media(max-width:980px){
  .sdgp-civi-page .sdgp-layout{
    grid-template-columns:1fr!important;
    grid-template-areas:'gallery' 'head' 'info' 'tabs'!important;
    gap:14px!important;
  }
  .sdgp-civi-page .sdgp-head{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .sdgp-civi-page .sdgp-topprice-row{display:none!important}
  .sdgp-civi-page .sdgp-gallery{
    grid-template-columns:1fr!important;
  }
  .sdgp-civi-page .sdgp-main-photo,
  .sdgp-civi-page .sdgp-thumbs{height:auto!important}
  .sdgp-civi-page .sdgp-main-photo img{
    height:330px!important;
    border-radius:14px!important;
  }
  .sdgp-civi-page .sdgp-thumbs{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    grid-template-rows:none!important;
    gap:8px!important;
  }
  .sdgp-civi-page .sdgp-thumb,
  .sdgp-civi-page .sdgp-thumb:nth-child(2),
  .sdgp-civi-page .sdgp-thumb:nth-child(4),
  .sdgp-civi-page .sdgp-thumb-more{
    border-radius:10px!important;
  }
  .sdgp-civi-page .sdgp-thumb img{height:82px!important}
  .sdgp-civi-page .sdgp-info{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:640px){
  .sdgp-civi-page{
    background:#f4f7fb!important;
  }
  .sdgp-civi-page .sdgp-wrap{
    width:100%!important;
    padding:6px 0 96px!important;
    overflow-x:hidden!important;
  }
  .sdgp-civi-page .sdgp-breadcrumb{
    width:calc(100% - 16px)!important;
    margin:0 auto 6px!important;
    font-size:.72rem!important;
    gap:5px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    flex-wrap:nowrap!important;
  }
  .sdgp-civi-page .sdgp-layout{
    width:100%!important;
    max-width:100%!important;
    grid-template-areas:'gallery' 'head' 'info' 'tabs'!important;
    gap:10px!important;
  }
  .sdgp-civi-page .sdgp-gallery{
    width:calc(100% - 16px)!important;
    margin:0 auto!important;
    gap:7px!important;
  }
  .sdgp-civi-page .sdgp-main-photo img{
    height:245px!important;
    border-radius:13px!important;
  }
  .sdgp-civi-page .sdgp-gallery-badges{
    left:10px!important;
    top:10px!important;
    gap:6px!important;
  }
  .sdgp-civi-page .sdgp-gallery-badges em{
    font-size:.68rem!important;
    padding:6px 9px!important;
  }
  .sdgp-civi-page .sdgp-thumbs{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:7px!important;
    overflow:visible!important;
  }
  .sdgp-civi-page .sdgp-thumb img{
    height:60px!important;
  }
  .sdgp-civi-page .sdgp-thumb-more span{
    font-size:.78rem!important;
  }
  .sdgp-civi-page .sdgp-head{
    width:calc(100% - 16px)!important;
    margin:0 auto!important;
    background:transparent!important;
    padding:0!important;
  }
  .sdgp-civi-page .sdgp-title{
    font-size:1.42rem!important;
    line-height:1.15!important;
    letter-spacing:-.025em!important;
  }
  .sdgp-civi-page .sdgp-rating{
    font-size:.82rem!important;
  }
  .sdgp-hero-summary{
    font-size:.9rem!important;
    line-height:1.55!important;
    margin-top:4px!important;
  }
  .sdgp-assurance-row{
    gap:6px!important;
    margin-top:6px!important;
  }
  .sdgp-assurance-row span{
    width:100%!important;
    font-size:.78rem!important;
    line-height:1.25!important;
  }
  .sdgp-civi-page .sdgp-info{
    width:calc(100% - 16px)!important;
    margin:0 auto!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    padding:13px!important;
    border-radius:13px!important;
  }
  .sdgp-civi-page .sdgp-info div{
    column-gap:7px!important;
  }
  .sdgp-civi-page .sdgp-info strong,
  .sdgp-civi-page .sdgp-info span{
    font-size:.77rem!important;
  }
  .sdgp-civi-page .sdgp-tabs{
    width:calc(100% - 16px)!important;
    margin:0 auto!important;
    border-radius:13px!important;
    background:#fff!important;
  }
  .sdgp-civi-page .sdgp-tabnav{
    padding:0 12px!important;
    gap:18px!important;
    overflow-x:auto!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .sdgp-civi-page .sdgp-tabnav button{
    min-height:44px!important;
    font-size:.8rem!important;
    flex:0 0 auto!important;
  }
  .sdgp-civi-page .sdgp-panel.active{
    padding:15px 14px 20px!important;
  }
  .sdgp-civi-page .sdgp-rich{
    font-size:.88rem!important;
    line-height:1.72!important;
  }
  .sdgp-civi-page .sdgp-related{
    padding:30px 0 42px!important;
  }
  .sdgp-civi-page .sdgp-related .container{
    width:calc(100% - 16px)!important;
  }
  .sdgp-civi-page .sdgp-related .section-head h2{
    font-size:1.55rem!important;
    line-height:1.1!important;
  }
  .sdgp-civi-page .sdgp-related .sdg-tour-card{
    grid-template-columns:132px minmax(0,1fr)!important;
    gap:9px!important;
    padding:7px!important;
    border-radius:14px!important;
  }
  .sdgp-civi-page .sdgp-related .sdg-tour-img{
    min-height:150px!important;
  }
  .sdgp-civi-page .sdgp-related .sdg-tour-body{
    gap:5px!important;
    padding:3px 0 3px!important;
  }
  .sdgp-civi-page .sdgp-related .sdg-tour-body h3{
    font-size:.86rem!important;
    line-height:1.14!important;
  }
  .sdgp-civi-page .sdgp-related .sdg-tour-rating{
    gap:5px!important;
  }
  .sdgp-civi-page .sdgp-related .sdg-stars,
  .sdgp-civi-page .sdgp-related .sdg-tour-rating small{
    font-size:.68rem!important;
  }
  .sdgp-civi-page .sdgp-related .sdg-tour-features{
    margin-top:0!important;
    gap:4px!important;
  }
  .sdgp-civi-page .sdgp-related .sdg-tour-features span{
    font-size:.67rem!important;
    padding:3px 5px!important;
  }
  .sdgp-civi-page .sdgp-related .sdg-tour-price{
    padding-top:4px!important;
    gap:5px!important;
  }
  .sdgp-civi-page .sdgp-related .sdg-tour-price strong{
    font-size:.92rem!important;
  }
  .sdgp-civi-page .sdgp-related .sdg-tour-price a{
    min-height:30px!important;
    padding:6px 8px!important;
    font-size:.68rem!important;
  }
  body.sdgp-book-modal-open .sdgp-book{
    width:100%!important;
    max-width:520px!important;
    border-radius:22px 22px 0 0!important;
  }
}

@media(max-width:360px){
  .sdgp-civi-page .sdgp-related .sdg-tour-card{
    grid-template-columns:116px minmax(0,1fr)!important;
  }
  .sdgp-civi-page .sdgp-related .sdg-tour-img{
    min-height:142px!important;
  }
  .sdgp-civi-page .sdgp-mobile-sticky strong{
    font-size:1.08rem!important;
  }
}
/* ===== Fim produto interno estilo referência ===== */

/* ===== Produto interno v56: galeria Civitatis + mobile enxuto ===== */
.sdgp-civi-page .sdgp-mobile-slider,
.sdgp-civi-page .sdgp-mobile-card-features{
  display:none!important;
}
.sdgp-civi-page .sdgp-info{
  display:none!important;
}
.sdgp-civi-page .sdgp-layout{
  grid-template-columns:minmax(0,1fr) 352px!important;
  grid-template-areas:'head head' 'gallery gallery' 'tabs book'!important;
  gap:18px 28px!important;
}
.sdgp-civi-page .sdgp-gallery{
  grid-area:gallery!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
}
.sdgp-civi-page .sdgp-desktop-collage{
  display:grid!important;
  grid-template-columns:minmax(0,1.70fr) minmax(0,1.50fr)!important;
  gap:3px!important;
  height:438px!important;
  overflow:hidden!important;
  border-radius:10px!important;
  background:#fff!important;
}
.sdgp-civi-page .sdgp-desktop-collage-single{
  grid-template-columns:1fr!important;
}
.sdgp-civi-page .sdgp-collage-side{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-template-rows:repeat(2,minmax(0,1fr))!important;
  gap:4px!important;
  min-width:0!important;
  min-height:0!important;
}
.sdgp-civi-page .sdgp-collage-item{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:10px!important;
  overflow:hidden!important;
  background:#e8eef6!important;
  cursor:pointer!important;
}
.sdgp-civi-page .sdgp-collage-item img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  transition:transform .25s ease!important;
}
.sdgp-civi-page .sdgp-collage-item:hover img{
  transform:scale(1.025)!important;
}
.sdgp-civi-page .sdgp-collage-main{
  min-height:438px!important;
}
.sdgp-civi-page .sdgp-more-photos{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-width:210px!important;
  max-width:calc(100% - 28px)!important;
  min-height:45px!important;
  padding:12px 22px!important;
  border-radius:10px!important;
  background:#ffffffd9!important;
  color:#1f4ed0!important;
  box-shadow:0 12px 28px rgba(8,24,48,.18)!important;
  font-size:.90rem!important;
  font-weight:600!important;
  white-space:nowrap!important;
}
.sdgp-civi-page .sdgp-tabs{
  grid-area:tabs!important;
}
.sdgp-civi-page .sdgp-book-col{
  grid-area:book!important;
  position:sticky!important;
  top:76px!important;
  align-self:start!important;
}
.sdgp-civi-page .sdgp-book{
  scroll-margin-top:24px!important;
}

@media(max-width:1180px){
  .sdgp-civi-page .sdgp-layout{
    grid-template-columns:minmax(0,1fr) 330px!important;
    grid-template-areas:'head head' 'gallery gallery' 'tabs book'!important;
  }
  .sdgp-civi-page .sdgp-desktop-collage{
    height:402px!important;
  }
  .sdgp-civi-page .sdgp-collage-main{
    min-height:402px!important;
  }
}

@media(max-width:980px){
  .sdgp-civi-page .sdgp-layout{
    grid-template-columns:1fr!important;
    grid-template-areas:'gallery' 'head' 'tabs'!important;
    gap:0!important;
  }
  .sdgp-civi-page .sdgp-book-col{
    grid-area:auto!important;
    position:static!important;
  }
}

@media(max-width:640px){
  .sdgp-civi-page{
    background:#f3f5f8!important;
  }
  .sdgp-civi-page .sdgp-wrap{
    width:100%!important;
    padding:0 0 86px!important;
    overflow-x:hidden!important;
  }
  .sdgp-civi-page .sdgp-breadcrumb,
  .sdgp-civi-page .sdgp-desktop-collage,
  .sdgp-civi-page .sdgp-hero-summary,
  .sdgp-civi-page .sdgp-assurance-row,
  .sdgp-civi-page .sdgp-topprice-row,
  .sdgp-civi-page .sdgp-info{
    display:none!important;
  }
  .sdgp-civi-page .sdgp-layout{
    width:100%!important;
    max-width:100%!important;
    grid-template-areas:'gallery' 'head' 'tabs'!important;
    gap:0!important;
  }
  .sdgp-civi-page .sdgp-gallery{
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  .sdgp-civi-page .sdgp-mobile-slider{
    display:block!important;
    position:relative!important;
    width:100vw!important;
    max-width:100vw!important;
    margin:0!important;
    overflow:hidden!important;
    background:#dfe8f2!important;
  }
  .sdgp-civi-page .sdgp-mobile-track{
    display:flex!important;
    width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .sdgp-civi-page .sdgp-mobile-track::-webkit-scrollbar{
    display:none!important;
  }
  .sdgp-civi-page .sdgp-mobile-slide{
    flex:0 0 100%!important;
    width:100%!important;
    scroll-snap-align:start!important;
  }
  .sdgp-civi-page .sdgp-mobile-slide img{
    width:100%!important;
    height:274px!important;
    display:block!important;
    object-fit:cover!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .sdgp-civi-page .sdgp-mobile-dots{
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    pointer-events:none!important;
  }
  .sdgp-civi-page .sdgp-mobile-dots button{
    width:8px!important;
    height:8px!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.76)!important;
    box-shadow:0 1px 5px rgba(0,0,0,.25)!important;
    pointer-events:auto!important;
  }
  .sdgp-civi-page .sdgp-mobile-dots button.active{
    width:18px!important;
    background:#fff!important;
  }
  .sdgp-civi-page .sdgp-head{
    width:100%!important;
    margin:0!important;
    padding:16px 18px 14px!important;
    background:#fff!important;
    border-bottom:1px solid #e3e8f0!important;
    display:block!important;
  }
  .sdgp-civi-page .sdgp-titlebox{
    display:grid!important;
    gap:8px!important;
  }
  .sdgp-civi-page .sdgp-title{
    font-size:1.34rem!important;
    line-height:1.13!important;
    letter-spacing:-.02em!important;
    color:#243248!important;
  }
  .sdgp-civi-page .sdgp-rating{
    font-size:.83rem!important;
    gap:7px!important;
  }
  .sdgp-civi-page .sdgp-stars{
    font-size:.78rem!important;
    color:#0d58e7!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:8px 12px!important;
    margin-top:4px!important;
    padding-top:2px!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features span{
    display:inline-flex!important;
    align-items:center!important;
    gap:6px!important;
    color:#3c4d64!important;
    font-size:.8rem!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features i{
    color:#0d58e7!important;
    font-size:.86rem!important;
  }
  .sdgp-civi-page .sdgp-tabs{
    width:100%!important;
    margin:0!important;
    border-radius:0!important;
    border:0!important;
    border-bottom:1px solid #e3e8f0!important;
    background:#fff!important;
    overflow:hidden!important;
  }
  .sdgp-civi-page .sdgp-tabnav{
    padding:0 16px!important;
    border-top:0!important;
    border-bottom:1px solid #e3e8f0!important;
    background:#fff!important;
    gap:20px!important;
    overflow-x:auto!important;
    white-space:nowrap!important;
    flex-wrap:nowrap!important;
  }
  .sdgp-civi-page .sdgp-tabnav button{
    min-height:48px!important;
    flex:0 0 auto!important;
    font-size:.82rem!important;
  }
  .sdgp-civi-page .sdgp-panel,
  .sdgp-civi-page .sdgp-panel.active{
    background:#fff!important;
  }
  .sdgp-civi-page .sdgp-panel.active{
    padding:20px 18px 28px!important;
  }
  .sdgp-civi-page .sdgp-rich{
    font-size:.96rem!important;
    line-height:1.76!important;
    color:#4a5668!important;
  }
  .sdgp-civi-page .sdgp-book-col{
    display:block!important;
  }
  .sdgp-civi-page .sdgp-book-backdrop{
    display:none;
  }
  body.sdgp-book-modal-open .sdgp-book-backdrop{
    display:block!important;
  }
  .sdgp-civi-page .sdgp-mobile-sticky{
    display:grid!important;
  }
  .sdgp-civi-page .site-footer{
    padding-bottom:120px!important;
  }
}
@media(max-width:640px){
  .sdgp-civi-page .sdgp-book-col{
    display:none!important;
  }
  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book-col{
    display:flex!important;
  }
}


/* ===== Produto interno v57: refinamento mobile estilo vitrine ===== */
@media(max-width:640px){

  .sdgp-civi-page .sdgp-head{
    padding:14px 16px 0!important;
    border-bottom:0!important;
    background:#fff!important;
  }
  .sdgp-civi-page .sdgp-titlebox{
    gap:10px!important;
  }
  .sdgp-civi-page .sdgp-title{
    font-size:1.44rem!important;
    line-height:1.12!important;
    color:#1f2f46!important;
  }
  .sdgp-civi-page .sdgp-rating{
    font-size:.84rem!important;
    gap:8px!important;
  }
  .sdgp-civi-page .sdgp-hero-summary{
    display:block!important;
    max-width:none!important;
    margin:2px 0 0!important;
    color:#445266!important;
    font-size:.96rem!important;
    line-height:1.66!important;
  }
  .sdgp-civi-page .sdgp-assurance-row,
  .sdgp-civi-page .sdgp-topprice-row,
  .sdgp-civi-page .sdgp-titlebox > .sdgp-mobile-card-features + .sdgp-hero-summary + .sdgp-assurance-row{
    display:none!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
    margin:6px 0 0!important;
    padding:10px 14px!important;
    background:#fff!important;
    border:1px solid #e3eaf3!important;
    border-radius:18px!important;
    box-shadow:0 10px 24px rgba(10,31,58,.06)!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features span{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-height:44px!important;
    padding:8px 0!important;
    color:#445469!important;
    font-size:.84rem!important;
    line-height:1.25!important;
    white-space:normal!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features span:nth-child(odd){
    padding-right:12px!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features span:nth-child(even){
    padding-left:12px!important;
    border-left:1px solid #eef2f7!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features span:not(:nth-last-child(-n+2)){
    border-bottom:1px solid #eef2f7!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features i{
    color:#0d58e7!important;
    font-size:1rem!important;
    width:18px!important;
    text-align:center!important;
    flex:0 0 18px!important;
  }
  .sdgp-civi-page .sdgp-tabs{
    margin-top:14px!important;
    border-top:1px solid #e3eaf3!important;
    border-bottom:0!important;
    box-shadow:none!important;
  }
  .sdgp-civi-page .sdgp-tabnav{
    padding:0 16px!important;
    gap:18px!important;
    scrollbar-width:none!important;
  }
  .sdgp-civi-page .sdgp-tabnav::-webkit-scrollbar{
    display:none!important;
  }
  .sdgp-civi-page .sdgp-tabnav button{
    min-height:46px!important;
    font-size:.84rem!important;
    font-weight:800!important;
  }
  .sdgp-civi-page .sdgp-tabnav button[data-sdgp-tab="avaliacoes"]{
    display:none!important;
  }
  .sdgp-civi-page .sdgp-panel.active{
    padding:18px 16px 24px!important;
  }
  .sdgp-civi-page .sdgp-rich{
    font-size:.98rem!important;
    line-height:1.78!important;
    color:#485669!important;
  }
  .sdgp-civi-page .sdgp-rich h2,
  .sdgp-civi-page .sdgp-rich h3{
    color:#1f2f46!important;
  }
  .sdgp-civi-page .sdgp-mobile-sticky{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:12px!important;
    align-items:center!important;
    background:rgba(255,255,255,.98)!important;
    border-top:1px solid #dde5ef!important;
    box-shadow:0 -10px 28px rgba(7,24,45,.08)!important;
    padding:10px 14px calc(10px + env(safe-area-inset-bottom))!important;
  }
  .sdgp-civi-page .sdgp-mobile-sticky small{
    display:block!important;
    color:#7c899a!important;
    font-size:.78rem!important;
    font-weight:700!important;
    line-height:1.05!important;
  }
  .sdgp-civi-page .sdgp-mobile-sticky strong{
    color:#0d58e7!important;
    font-size:1.5rem!important;
    font-weight:900!important;
    line-height:1!important;
  }
  .sdgp-civi-page .sdgp-mobile-sticky .btn{
    min-width:168px!important;
    min-height:48px!important;
    padding:12px 20px!important;
    border-radius:999px!important;
    background:#0d58e7!important;
    color:#fff!important;
    font-size:1rem!important;
    font-weight:900!important;
    box-shadow:0 12px 24px rgba(13,88,231,.22)!important;
  }
  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-mobile-sticky{
    display:none!important;
  }
}
/* ===== Fim refinamento mobile v57 ===== */


/* ===== Produto interno v58: ajuste fino mobile aprovado + features em 3 colunas ===== */
@media(max-width:640px){


  .sdgp-civi-page{
    background:#ffffff!important;
  }
  .sdgp-civi-page .sdgp-wrap{
    padding-bottom:88px!important;
  }
  .sdgp-civi-page .sdgp-mobile-slide img{
    height:270px!important;
    object-position:center center!important;
  }
  .sdgp-civi-page .sdgp-mobile-dots{
    bottom:13px!important;
    gap:7px!important;
  }
  .sdgp-civi-page .sdgp-mobile-dots button{
    width:8px!important;
    height:8px!important;
    background:rgba(255,255,255,.82)!important;
  }
  .sdgp-civi-page .sdgp-mobile-dots button.active{
    width:18px!important;
    background:#0d58e7!important;
  }

  .sdgp-civi-page .sdgp-head{
    padding:14px 17px 0!important;
    background:#fff!important;
    border-bottom:0!important;
  }
  .sdgp-civi-page .sdgp-titlebox{
    gap:4px!important;
  }
  .sdgp-civi-page .sdgp-title{
    font-size:1.42rem!important;
    line-height:1.12!important;
    letter-spacing:-.022em!important;
    color:#172944!important;
  }
  .sdgp-civi-page .sdgp-rating{
    font-size:.77rem!important;
    font-weight:600!important;
    color:#33455e!important;
  }
  .sdgp-civi-page .sdgp-stars{
    font-size:.78rem!important;
    letter-spacing:.03em!important;
  }
  .sdgp-civi-page .sdgp-hero-summary{
    display:block!important;
    margin:4px 0 0!important;
    font-size:.94rem!important;
    line-height:1.6!important;
    color:#41516a!important;
  }

  .sdgp-civi-page .sdgp-mobile-card-features{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:0!important;
    margin:12px 0 0!important;
    padding:13px 0!important;
    background:#fff!important;
    border:1px solid #dfe7f2!important;
    border-radius:18px!important;
    box-shadow:0 8px 22px rgba(10,31,58,.045)!important;
    overflow:hidden!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features span{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    min-width:0!important;
    min-height:34px!important;
    padding:0 8px!important;
    color:#33465f!important;
    font-size:.82rem!important;
    font-weight:500!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    border:0!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features span + span{
    border-left:1px solid #e2e9f3!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features span:nth-child(odd),
  .sdgp-civi-page .sdgp-mobile-card-features span:nth-child(even),
  .sdgp-civi-page .sdgp-mobile-card-features span:not(:nth-last-child(-n+2)){
    padding-left:8px!important;
    padding-right:8px!important;
    border-bottom:0!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features span:nth-child(n+4){
    display:none!important;
  }
  .sdgp-civi-page .sdgp-mobile-card-features i{
    color:#0d58e7!important;
    font-size:.98rem!important;
    width:auto!important;
    flex:0 0 auto!important;
  }

  .sdgp-civi-page .sdgp-tabs{
    margin-top:12px!important;
    border-top:8px solid #ffffff!important;
    border-bottom:0!important;
    background:#fff!important;
  }
  .sdgp-civi-page .sdgp-tabnav{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:0!important;
    padding:0!important;
    overflow:visible!important;
    white-space:normal!important;
    border-bottom:1px solid #dfe7f2!important;
  }
  .sdgp-civi-page .sdgp-tabnav button{
    min-width:0!important;
    min-height:50px!important;
    padding:0 4px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:normal!important;
    line-height:1.12!important;
    font-size:.78rem!important;
    font-weight:600!important;
  }
  .sdgp-civi-page .sdgp-tabnav button.active:after{
    left:0!important;
    right:0!important;
    height:3px!important;
  }
  .sdgp-civi-page .sdgp-panel.active{
    padding:18px 17px 24px!important;
  }
  .sdgp-civi-page .sdgp-rich{
    font-size:.97rem!important;
    line-height:1.76!important;
  }

  .sdgp-civi-page .sdgp-mobile-sticky{
    grid-template-columns:minmax(0,1fr) auto!important;
    padding:10px 14px calc(10px + env(safe-area-inset-bottom))!important;
  }
  .sdgp-civi-page .sdgp-mobile-sticky strong{
    font-size:1.42rem!important;
    letter-spacing:-.035em!important;
  }
  .sdgp-civi-page .sdgp-mobile-sticky .btn{
    min-width:168px!important;
    min-height:50px!important;
    border-radius:999px!important;
    background:#0d58e7!important;
  }
}

@media(max-width:380px){
  .sdgp-civi-page .sdgp-mobile-card-features span{
    gap:5px!important;
    font-size:.76rem!important;
    padding:0 5px!important;
  }
  .sdgp-civi-page .sdgp-tabnav button{
    font-size:.73rem!important;
  }
  .sdgp-civi-page .sdgp-mobile-sticky .btn{
    min-width:146px!important;
  }
}
/* ===== Fim ajuste fino mobile v58 ===== */


/* ===== Produto interno v59: modal de reserva fullscreen no mobile ===== */
.sdgp-book-modal-top{
  display:none;
}

@media(max-width:640px){
  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book-col{
    display:flex!important;
    position:fixed!important;
    inset:0!important;
    z-index:100000!important;
    width:100vw!important;
    max-width:none!important;
    height:100vh!important;
    height:100dvh!important;
    margin:0!important;
    padding:0!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    background:#fff!important;
    overflow:hidden!important;
    pointer-events:auto!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book-backdrop{
    display:none!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book-modal-top{
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr) 48px!important;
    align-items:center!important;
    flex:0 0 52px!important;
    height:52px!important;
    min-height:52px!important;
    width:100%!important;
    padding:0 4px!important;
    background:#243fd2!important;
    color:#fff!important;
    border-bottom:1px solid rgba(255,255,255,.18)!important;
    box-shadow:0 2px 8px rgba(0,0,0,.12)!important;
    z-index:4!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book-modal-top strong{
    display:block!important;
    min-width:0!important;
    text-align:center!important;
    font-size:1rem!important;
    line-height:1!important;
    font-weight:850!important;
    color:#fff!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book-modal-back,
  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book-modal-x{
    width:44px!important;
    height:44px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:0!important;
    border-radius:12px!important;
    background:transparent!important;
    color:#fff!important;
    font-size:1.42rem!important;
    cursor:pointer!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book-modal-back:active,
  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book-modal-x:active{
    background:rgba(255,255,255,.12)!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book{
    display:block!important;
    position:relative!important;
    z-index:2!important;
    flex:1 1 auto!important;
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    max-height:none!important;
    min-height:0!important;
    margin:0!important;
    padding:16px 0px calc(16px + env(safe-area-inset-bottom))!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    background:#fff!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book-close{
    display:none!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book-head{
    padding-right:0!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-actions{
    position:sticky!important;
    bottom:0!important;
    margin-left:-14px!important;
    margin-right:-14px!important;
    padding:12px 14px calc(8px + env(safe-area-inset-bottom))!important;
    background:linear-gradient(180deg,rgba(255,255,255,0),#fff 22%,#fff 100%)!important;
    z-index:5!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-actions .sdgp-btn{
    min-height:48px!important;
    border-radius:12px!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-calendar{
    position:static!important;
    left:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    margin-top:8px!important;
    box-shadow:none!important;
    border-radius:14px!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-travel-panel{
    position:static!important;
    box-shadow:none!important;
    border:1px solid #e3eaf4!important;
    margin-top:8px!important;
  }
}
/* ===== Fim modal fullscreen v59 ===== */

/* ===== Produto interno v60: ocultar cabeçalho do card no modal mobile ===== */
@media(max-width:640px){
  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-book-head{
    display:none!important;
  }

  body.sdgp-book-modal-open .sdgp-civi-page .sdgp-form{
    padding-top:0!important;
  }
}
/* ===== Fim ajuste modal mobile v60 ===== */



/* Conteúdo formatado das abas dinâmicas dos produtos */
.sdgp-rich-tabs{white-space:pre-line;}
.sdgp-rich-tabs p{margin:0 0 14px;}
.sdgp-rich-tabs h2,.sdgp-rich-tabs h3,.sdgp-rich-tabs h4{margin:0 0 10px;color:#1f2f46;line-height:1.35;white-space:normal;}
.sdgp-rich-tabs ul,.sdgp-rich-tabs ol{margin:0 0 16px 22px;padding:0;white-space:normal;}
.sdgp-rich-tabs li{margin:5px 0;}
.sdgp-rich-tabs blockquote{margin:0 0 16px;padding:12px 14px;border-left:4px solid #075eea;background:#f4f7fb;border-radius:10px;white-space:normal;}
.sdgp-rich-tabs a{color:#075eea;font-weight:800;text-decoration:none;}
.sdgp-rich-tabs a:hover{text-decoration:underline;}
.sdgp-rich-tabs .sdgp-notes,.sdgp-rich-tabs .sdgp-notes article,.sdgp-rich-tabs .sdgp-rich{white-space:normal;}

/* ===== Carrinho mobile v62: valores organizados, lixeira e modais ===== */
.cart-service-card{position:relative;}
.cart-service-values .cart-value-row{display:grid;gap:2px;justify-items:end;}
.cart-service-values .cart-value-row>span{color:#69788d;font-size:.82rem;line-height:1.2;}
.cart-service-values .cart-value-row>strong{font-size:1.32rem!important;color:#002f6c!important;line-height:1.05;}
.cart-service-values .cart-value-deposit>strong{color:#153f9f!important;}
.cart-remove-button i{display:none;}

.sdg-choice-modal[hidden]{display:none!important;}
.sdg-choice-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:18px;}
.sdg-choice-backdrop{position:absolute;inset:0;background:rgba(7,18,35,.55);backdrop-filter:blur(2px);}
.sdg-choice-dialog{position:relative;width:min(640px,100%);background:#fff;border-radius:24px;padding:56px 42px 42px;text-align:center;box-shadow:0 24px 80px rgba(7,18,35,.28);border:1px solid rgba(255,255,255,.65);}
.sdg-choice-close{position:absolute;top:20px;right:20px;width:34px;height:34px;border:0;background:transparent;color:#9aa3b2;border-radius:999px;display:grid;place-items:center;font-size:24px;cursor:pointer;}
.sdg-choice-close:hover{background:#f3f6fb;color:#4e5d72;}
.sdg-choice-icon{width:96px;height:96px;border-radius:999px;margin:0 auto 24px;display:grid;place-items:center;background:#eef4ff;border:3px solid #c4d2ff;color:#2452d6;font-size:46px;}
.sdg-choice-icon--danger{background:#fff1f1;border-color:#ffd0d0;color:#d92d20;}
.sdg-choice-dialog h2{margin:0 0 12px;color:#272b33;font-size:clamp(1.75rem,3vw,2.3rem);line-height:1.12;letter-spacing:-.04em;}
.sdg-choice-dialog p{margin:0 auto 30px;max-width:520px;color:#697386;font-size:1.25rem;line-height:1.35;}
.sdg-choice-actions{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;}
.sdg-choice-action{border:0;border-radius:999px;padding:14px 24px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;cursor:pointer;text-decoration:none;line-height:1.1;}
.sdg-choice-action--primary{background:#244bce;color:#fff;box-shadow:0 10px 24px rgba(36,75,206,.18);}
.sdg-choice-action--secondary{background:#d7defd;color:#244bce;}
.sdg-choice-action--danger{background:#d92d20;color:#fff;}
.sdg-choice-action:hover{filter:brightness(.98);transform:translateY(-1px);}
body.sdg-choice-modal-open{overflow:hidden;}

@media(max-width:640px){
  .cart-service-card{padding-top:12px!important;}
  .cart-service-values{grid-column:1/-1!important;text-align:left!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important;background:#f8fbff;border:1px solid #e1e9f4;border-radius:14px;padding:10px 12px!important;}
  .cart-service-values .cart-value-row{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid #e7edf6;}
  .cart-service-values .cart-value-row:last-of-type{border-bottom:0;}
  .cart-service-values .cart-value-row>span{font-size:.84rem;color:#66758b;}
  .cart-service-values .cart-value-row>strong{font-size:.95rem!important;color:#16253d!important;white-space:nowrap;}
  .cart-service-values .cart-value-total>strong{font-size:1.08rem!important;color:#002f6c!important;}
  .cart-service-values .cart-value-deposit{background:#eef5ff;border-radius:10px;margin:2px -4px;padding:8px 4px;border-bottom:0;}
  .cart-service-values .cart-value-deposit>span{font-weight:800;color:#183a7a;}
  .cart-service-values .cart-value-deposit>strong{font-size:1.02rem!important;color:#153f9f!important;}
  .cart-service-values form{position:absolute!important;top:9px!important;right:9px!important;grid-row:auto!important;grid-column:auto!important;margin:0!important;z-index:3;}
  .cart-remove-button{width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;border-radius:999px!important;background:#fff!important;border:1px solid #dbe5f2!important;color:#d92d20!important;box-shadow:0 8px 18px rgba(9,22,43,.08)!important;}
  .cart-remove-button span{display:none!important;}
  .cart-remove-button i{display:block!important;font-size:15px;}
  .cart-remove-button:active{transform:scale(.96);}

  .sdg-choice-modal{padding:12px;align-items:center;}
  .sdg-choice-dialog{border-radius:22px;padding:50px 20px 28px;}
  .sdg-choice-close{top:13px;right:13px;}
  .sdg-choice-icon{width:78px;height:78px;margin-bottom:20px;font-size:36px;border-width:2px;}
  .sdg-choice-dialog h2{font-size:1.9rem;}
  .sdg-choice-dialog p{font-size:1.05rem;line-height:1.4;margin-bottom:24px;}
  .sdg-choice-actions{gap:10px;}
  .sdg-choice-action{min-height:46px;padding:13px 18px;font-size:.95rem;}
}
/* ===== Fim carrinho mobile v62 ===== */


/* ===== Carrinho v64: valores compactos no PC e lixeira discreta ===== */
.cart-service-card{position:relative!important;}
.cart-service-values{padding-right:0px!important;padding-top: 30px;}
.cart-service-values .cart-value-row{display:flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:6px!important;margin:0!important;padding:0!important;border-bottom:0!important;}
.cart-service-values .cart-value-row>span{color:#69788d!important;font-size:.86rem!important;font-weight:400!important;line-height:1.25!important;white-space:nowrap!important;}
.cart-service-values .cart-value-row>span::after{content:":";}
.cart-service-values .cart-value-row>strong{font-size:.92rem!important;color:#555d6a!important;line-height:1.25!important;white-space:nowrap!important;}
.cart-service-values .cart-value-total>strong{font-size:1.18rem!important;color:#1a45b8!important;}
.cart-service-values .cart-value-deposit{background:none!important;border-radius:0!important;margin:0!important;padding:0!important;border-bottom:0!important;}
.cart-service-values .cart-value-deposit>span{font-weight:400!important;color:#69788d!important;}
.cart-service-values .cart-value-deposit>strong{font-size:.92rem!important;color:#94ba00!important;}
.cart-service-values form{position:absolute!important;top:11px!important;right:11px!important;grid-row:auto!important;grid-column:auto!important;margin:0!important;z-index:3!important;}
.cart-remove-button{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;padding:0!important;border-radius:999px!important;background:#fff!important;border:1px solid #dbe5f2!important;color:#d92d20!important;box-shadow:0 6px 14px rgba(9,22,43,.08)!important;display:inline-grid!important;place-items:center!important;}
.cart-remove-button span{display:none!important;}
.cart-remove-button i{display:block!important;font-size:14px!important;line-height:1!important;}
.cart-remove-button:hover{background:#fff5f5!important;border-color:#fac5c0!important;color:#b42318!important;}

@media(max-width:980px){
  .cart-service-info{padding-right:34px!important;}
  .cart-service-values{padding-right:12px!important;}
  .cart-service-values .cart-value-row{justify-content:space-between!important;gap:12px!important;padding:7px 0!important;border-bottom:1px solid #e7edf6!important;}
  .cart-service-values .cart-value-row:last-of-type{border-bottom:0!important;}
}

@media(max-width:640px){
  .cart-service-values{grid-column:1/-1!important;text-align:left!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important;background:#f8fbff!important;border:1px solid #e1e9f4!important;border-radius:14px!important;padding:10px 12px!important;}
  .cart-service-values .cart-value-row>span{font-size:.84rem!important;color:#66758b!important;}
  .cart-service-values .cart-value-row>strong{font-size:.95rem!important;color:#16253d!important;}
  .cart-service-values .cart-value-total>strong{font-size:1.08rem!important;color:#3047be!important;}
  .cart-service-values .cart-value-deposit{background:#eef5ff!important;border-radius:10px!important;margin:2px -4px!important;padding:8px 4px!important;border-bottom:0!important;}
  .cart-service-values .cart-value-deposit>span{font-weight:800!important;color:#183a7a!important;}
  .cart-service-values .cart-value-deposit>strong{font-size:1.02rem!important;color:#a1ca00!important;}
  .cart-remove-button{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;}
}
/* ===== Fim carrinho v64 ===== */

/* Página pública de hotéis e restaurantes - layout estilo Booking */
.sdga-page{
  background:#f3f6fb;
  color:#132238;
}
.sdga-wrap{
  width:min(1240px,calc(100% - 40px));
  margin:0 auto;
  padding:22px 0 58px;
  display:grid;
  grid-template-columns:minmax(310px,430px) minmax(0,1fr);
  gap:18px 30px;
  align-items:start;
}
.sdga-breadcrumb{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin:0 0 2px;
  color:#6a7890;
  font-size:.86rem;
  font-weight:700;
}
.sdga-breadcrumb a{color:#4e6380;text-decoration:none}
.sdga-breadcrumb a:hover{color:#004aad}
.sdga-breadcrumb i{font-size:.72rem;color:#9aa8ba}
.sdga-breadcrumb strong{color:#21344f}
.sdga-head{
  grid-column:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:18px;
  min-height:392px;
  margin:0;
}
.sdga-titlebox{min-width:0;display:grid;gap:10px}
.sdga-titlebox h1{
  margin:0;
  font-size:clamp(2.15rem,3.7vw,3.22rem);
  line-height:1.02;
  letter-spacing:-.055em;
  color:#10243f;
}
.sdga-badges{display:flex;gap:8px;flex-wrap:wrap}
.sdga-badges span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  background:#fff;
  border:1px solid #dfe7f2;
  border-radius:999px;
  padding:7px 11px;
  color:#1d4d9b;
  font-weight:500;
  font-size:.75rem;
  box-shadow:0 6px 16px rgba(17,39,72,.04);
}
.sdga-location{
  margin:0;
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#5f7088;
  font-weight:700;
  line-height:1.45;
}
.sdga-location i{color:#004aad;margin-top:3px}
.sdga-head-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  width:100%;
}
.sdga-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  border:0;
  border-radius:12px;
  padding:0 18px;
  font-weight:600;
  cursor:pointer;
  text-decoration:none;
  transition:.18s ease;
  font-size:.85rem;
  line-height:1;
}
.sdga-btn:hover{transform:translateY(-1px)}
.sdga-btn-primary{background:#004aad;color:#fff!important;box-shadow:0 10px 26px rgba(0,74,173,.18)}
.sdga-btn-ghost{background:#fff;color:#004aad!important;border:1px solid #d7e2f0}
.sdga-btn-full{width:100%}
.sdga-gallery{
  grid-column:2;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin:0;
  min-width:0;
}
.sdga-gallery figure{margin:0;position:relative;overflow:hidden;background:#dfe7f2}
.sdga-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:.22s ease}
.sdga-gallery figure:hover img{transform:scale(1.025)}
.sdga-gallery-main{
  height:330px;
  border-radius:20px;
  box-shadow:0 16px 38px rgba(17,39,72,.10);
  cursor:pointer;
}
.sdga-gallery-main:focus-visible{outline:4px solid rgba(0,74,173,.22);outline-offset:3px}
.sdga-gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.sdga-gallery-grid figure,
.sdga-gallery-grid figure:nth-child(2),
.sdga-gallery-grid figure:nth-child(4){
  height:88px;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(17,39,72,.06);
}
.sdga-gallery-more span{
  position:absolute;
  inset:0;
  background:rgba(7,23,45,.62);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:1.04rem;
  font-weight:950;
  text-align:center;
}
.sdga-quickbar{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:0;
}
.sdga-quickbar div{
  background:#fff;
  border:1px solid #dfe7f2;
  border-radius:16px;
  padding:14px 15px;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-areas:'icon label' 'icon value';
  gap:3px 11px;
  align-items:center;
  box-shadow:0 8px 20px rgba(17,39,72,.04);
  min-width:0;
}
.sdga-quickbar i{
  grid-area:icon;
  width:36px;
  height:36px;
  border-radius:12px;
  background:#eef5ff;
  color:#004aad;
  display:grid;
  place-items:center;
  font-size:1rem;
}
.sdga-quickbar small{grid-area:label;color:#6f7f95;font-weight:800;font-size:.78rem}
.sdga-quickbar strong{grid-area:value;color:#172a46;font-size:.9rem;line-height:1.3;min-width:0}
.sdga-layout{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 350px;
  gap:22px;
  align-items:start;
}
.sdga-main{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  min-width:0;
}
.sdga-main #localizacao,
.sdga-main #mensagem{
  grid-column:1/-1;
}
.sdga-card,.sdga-contact-card{
  background:#fff;
  border:1px solid #dfe7f2;
  border-radius:20px;
  box-shadow:0 10px 28px rgba(17,39,72,.06);
}
.sdga-card{padding:25px}
.sdga-card h2{
  margin:6px 0 12px;
  font-size:1.36rem;
  letter-spacing:-.035em;
  color:#122641;
}
.sdga-card p{margin:0;color:#50627a;line-height:1.74}
.sdga-section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#004aad;
  font-weight:950;
  font-size:.99rem;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.sdga-muted{color:#6b7c93!important;margin-bottom:16px!important}
.sdga-chipgrid{display:flex;flex-wrap:wrap;gap:9px}
.sdga-chipgrid span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#f5f9ff;
  border:1px solid #d7e4f4;
  color:#25405f;
  border-radius:999px;
  padding:8px 11px;
  font-weight:600;
  font-size:.88rem;
}
.sdga-chipgrid i{color:#35a300}
.sdga-map{
  height:340px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid #dfe7f2;
  margin-top:16px;
  background:#e8eef6;
}
.sdga-map iframe{width:100%;height:100%;border:0;display:block}
.sdga-map-link{display:inline-flex;align-items:center;gap:9px;margin-top:12px;color:#004aad;font-weight:700;text-decoration:none}
.sdga-contact-form{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.sdga-contact-form label{display:grid;gap:7px;color:#30445f;font-weight:900;font-size:.9rem}
.sdga-contact-form input,.sdga-contact-form textarea{
  width:100%;
  border:1px solid #dfe7f2;
  border-radius:14px;
  background:#fff;
  color:#132238;
  font:inherit;
  padding:13px 14px;
  outline:none;
}
.sdga-contact-form textarea{resize:vertical;line-height:1.55;min-height:96px}
.sdga-contact-form input:focus,.sdga-contact-form textarea:focus{border-color:#004aad;box-shadow:0 0 0 4px rgba(0,74,173,.09)}
.sdga-contact-wide{grid-column:1/-1}
.sdga-contact-submit{grid-column:3;justify-self:stretch;min-height:48px}
.sdga-notice{display:flex;align-items:flex-start;gap:9px;border-radius:14px;padding:12px 14px;margin:12px 0 2px;font-weight:850;line-height:1.45}
.sdga-notice-success{background:#eaf8ef;color:#0a7733}
.sdga-notice-error{background:#fff1f3;color:#b32242}
.sdga-side{position:sticky;top:114px}
.sdga-contact-card{padding:22px;display:grid;gap:14px}
.sdga-contact-head{display:flex;gap:13px;align-items:center}
.sdga-contact-head>span{width:52px;height:52px;border-radius:17px;background:linear-gradient(135deg,#004aad,#0065dc);color:#fff;display:grid;place-items:center;font-size:1.25rem;box-shadow:0 10px 24px rgba(0,74,173,.2)}
.sdga-contact-head small{display:block;color:#718199;font-weight:600}
.sdga-contact-head strong{display:block;color:#132238;font-size:1.08rem;line-height:1.25}
.sdga-contact-card p{margin:0;color:#65758b;line-height:1.58}
.sdga-contact-list{display:grid;gap:10px;border-top:1px solid #e5ecf5;margin-top:4px;padding-top:14px}
.sdga-contact-list span{display:flex;align-items:flex-start;gap:10px;color:#51647e;font-weight:750;line-height:1.45;word-break:break-word}
.sdga-contact-list i{color:#004aad;width:18px;margin-top:3px}
.sdga-mobile-cta{display:none}
@media(max-width:1100px){
  .sdga-wrap{grid-template-columns:1fr;gap:16px}
  .sdga-head{grid-column:1;min-height:auto}
  .sdga-gallery{grid-column:1}
  .sdga-gallery-main{height:380px}
  .sdga-layout{grid-template-columns:1fr}
  .sdga-side{position:static}
}
@media(max-width:860px){
  .sdga-wrap{width:min(100% - 24px,1240px);padding:14px 0 92px;display:flex;flex-direction:column;gap:14px}
  .sdga-breadcrumb{order:1;font-size:.78rem;margin:0}
  .sdga-gallery{order:2;gap:8px;margin-left:-12px;margin-right:-12px;width:auto}
  .sdga-head{order:3;gap:13px}
  .sdga-quickbar{order:4;display:flex;gap:8px;overflow:auto;margin-left:-12px;margin-right:-12px;padding:0 12px 4px;scroll-snap-type:x proximity}
  .sdga-layout{order:5;display:block}
  .sdga-titlebox h1{font-size:2rem;line-height:1.08}
  .sdga-head-actions{justify-content:stretch}
  .sdga-head-actions .sdga-btn{flex:1;min-width:0;padding:0 12px}
  .sdga-gallery-main{height:260px;border-radius:0;box-shadow:none}
  .sdga-gallery-grid{display:flex;gap:8px;overflow:auto;padding:0 12px 4px}
  .sdga-gallery-grid figure,
  .sdga-gallery-grid figure:nth-child(2),
  .sdga-gallery-grid figure:nth-child(4){height:78px;min-width:112px;border-radius:12px}
  .sdga-quickbar div{min-width:150px;padding:12px;scroll-snap-align:start;grid-template-columns:auto 1fr;grid-template-areas:'icon label' 'icon value'}
  .sdga-quickbar i{width:32px;height:32px}
  .sdga-quickbar strong{font-size:.84rem}
  .sdga-main{display:grid;grid-template-columns:1fr;gap:14px}
  .sdga-card,.sdga-contact-card{border-radius:17px;margin-bottom:14px}
  .sdga-card{padding:20px}
  .sdga-card h2{font-size:1.22rem}
  .sdga-map{height:260px}
  .sdga-contact-form{grid-template-columns:1fr}
  .sdga-contact-submit{grid-column:1}
  .sdga-mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:88;display:grid;grid-template-columns:1fr 1fr;gap:10px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-top:1px solid #dfe7f2;padding:11px}
  .sdga-mobile-cta a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border-radius:13px;background:#004aad;color:#fff;font-weight:950;text-decoration:none}
  .sdga-mobile-cta a:first-child{background:#25d366}
  .whatsapp-float{display:none}
}
@media(max-width:520px){
  .sdga-wrap{width:min(100% - 20px,1240px);padding-top:10px}
  .sdga-badges{gap:6px}
  .sdga-badges span{font-size:.75rem;padding:6px 9px}
  .sdga-location{font-size:.9rem}
  .sdga-head-actions{display:none}
  .sdga-titlebox h1{font-size:1.8rem}
  .sdga-gallery-main{height:235px}
  .sdga-chipgrid{gap:7px}
  .sdga-chipgrid span{font-size:.82rem;padding:7px 10px}
  .sdga-contact-head{align-items:flex-start}
  .sdga-mobile-cta{grid-template-columns:1fr}
  .sdga-mobile-cta a:nth-child(2){display:none}
  .site-footer{padding-bottom:104px}
}


/* Ajustes v68 - páginas internas de hotéis/restaurantes */
.sdga-reference .sdga-wrap{
  width:min(1220px,calc(100% - 40px));
  padding:26px 0 64px;
  grid-template-columns:minmax(320px,460px) minmax(0,1fr);
  gap:22px 36px;
}
.sdga-reference .sdga-breadcrumb{display:none!important}
.sdga-reference .sdga-head{min-height:388px;justify-content:center;gap:16px}
.sdga-reference .sdga-titlebox{gap:13px;width:100%}
.sdga-reference .sdga-titlebox h1{display:block;font-size:clamp(1.80rem,2.15vw,2.50rem);line-height:1.02;color:#10243f}
.sdga-verified-seal{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;color:#004aad;font-size:1.4rem;margin-left:10px;vertical-align:.08em}
.sdga-reference .sdga-badges span{background:#f4f8ff;color:#20549e;border-color:#dce8fa;box-shadow:none;padding:4px 10px}
.sdga-reference .sdga-badges .sdga-category-badge{background:#004aad;color:#fff;border-color:#004aad;box-shadow:0 8px 20px rgba(0,74,173,.16)}
.sdga-reference .sdga-location{font-size:.96rem;color:#55677f}
.sdga-reference .sdga-head-actions{margin-top:2px}
.sdga-btn-whatsapp{background:#2ac65a;color:#fff!important;box-shadow:0 13px 26px rgba(42,198,90,.22)}
.sdga-reference .sdga-btn-primary{background:#004aad;color:#fff!important;box-shadow:0 13px 26px rgba(0,74,173,.20)}
.sdga-reference .sdga-btn-ghost{background:#fff;color:#004aad!important;border:1px solid #dbe5f1;box-shadow:0 8px 18px rgba(17,39,72,.03)}
.sdga-direct-note{display:flex;align-items:flex-start;gap:10px;background:#f3f8ff;border:1px solid #dbe8fb;border-radius:15px;padding:13px 14px;color:#426286;font-weight:400;line-height:1.48;max-width:100%;font-size: 13px;}
.sdga-direct-note i{color:#004aad;margin-top:2px}
.sdga-gallery{position:relative}
.sdga-gallery-main{height:346px;border-radius:20px;box-shadow:0 18px 42px rgba(17,39,72,.10)}
.sdga-gallery-counter{position:absolute;right:13px;top:13px;background:rgba(10,21,42,.70);color:#fff;border-radius:999px;padding:7px 10px;font-weight:950;font-size:.84rem;line-height:1;backdrop-filter:blur(8px)}
.sdga-gallery-grid{gap:11px}
.sdga-gallery-grid button{border:0;padding:0;margin:0;position:relative;overflow:hidden;background:#dfe7f2;border-radius:14px;height:88px;box-shadow:0 8px 20px rgba(17,39,72,.06);cursor:pointer;outline:none}
.sdga-gallery-grid button:focus-visible{box-shadow:0 0 0 4px rgba(0,74,173,.20),0 8px 20px rgba(17,39,72,.06)}
.sdga-gallery-grid button.is-active{box-shadow:0 0 0 3px #004aad,0 8px 20px rgba(17,39,72,.08)}
.sdga-gallery-grid button img{width:100%;height:100%;object-fit:cover;display:block;transition:.22s ease}
.sdga-gallery-grid button:hover img{transform:scale(1.04)}
.sdga-gallery-grid figure{display:none!important}
.sdga-quickbar{margin-top:2px}
.sdga-quickbar div{border-radius:15px;box-shadow:0 8px 22px rgba(17,39,72,.04);background:#fff}
.sdga-quickbar i{background:#eef5ff;color:#004aad}
.sdga-reference .sdga-layout{grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}
.sdga-reference .sdga-main{grid-template-columns:1fr;gap:18px}
.sdga-reference .sdga-card{padding:26px;border-radius:20px;box-shadow:0 10px 28px rgba(17,39,72,.055)}
.sdga-reference .sdga-card h2{font-size:1.38rem;margin:7px 0 13px}
.sdga-reference .sdga-card p{color:#4d6077;line-height:1.78}
.sdga-feature-icons{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:22px;padding-top:19px;border-top:1px solid #e7eef7}
.sdga-feature-icons span{display:grid;place-items:center;gap:8px;min-height:78px;border:1px solid #dfe9f7;border-radius:15px;background:#fbfdff;color:#304761;font-weight:500;font-size:.79rem;text-align:center;line-height:1.25;padding:10px 8px}
.sdga-feature-icons i{font-size:1.25rem;color:#004aad}
.sdga-reference .sdga-chipgrid{gap:10px;margin-top:6px}
.sdga-reference .sdga-chipgrid span{background:#f7fbff;border-color:#dce8f6;color:#24405f;padding:8px 12px;font-size:.80rem}
.sdga-reference .sdga-chipgrid i{color:#2ea44f;width:16px;text-align:center}
.sdga-features-card:not(.is-expanded) .sdga-feature-extra{display:none}
.sdga-feature-toggle{margin-top:16px;border:0;background:transparent;color:#9aca00;display:inline-flex;align-items:center;gap:9px;font-weight:600;cursor:pointer;padding:4px 0;font-size:.88rem}
.sdga-feature-toggle:hover{color:#188736}
.sdga-reference .sdga-map{height:345px;border-radius:16px;background:#e8eef6}
.sdga-reference .sdga-map-link{color:#004aad}
.sdga-reference .sdga-contact-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}
.sdga-reference .sdga-contact-form input,.sdga-reference .sdga-contact-form textarea{border-radius:12px;background:#fff;border-color:#dfe7f2;box-shadow:none}
.sdga-reference .sdga-contact-form label small{font-weight:800;color:#7b8ca2}
.sdga-privacy-note{grid-column:1/span 2!important;display:flex;align-items:center;gap:8px;color:#6b7b91!important;font-size:.82rem;line-height:1.4;margin:0!important}
.sdga-privacy-note i{color:#004aad}
.sdga-reference .sdga-contact-submit{grid-column:3;align-self:end;border-radius:12px}
.sdga-reference .sdga-contact-card{border-radius:20px;box-shadow:0 10px 28px rgba(17,39,72,.06);padding:24px;gap:15px}
.sdga-reference .sdga-contact-head>span{background:linear-gradient(135deg,#004aad,#0065dc)}
.sdga-reference .sdga-contact-list span{font-weight:700;color:#405672}
@media(max-width:1100px){
  .sdga-reference .sdga-wrap{grid-template-columns:1fr;width:min(100% - 36px,950px)}
  .sdga-reference .sdga-head{grid-column:1;min-height:auto;order:2}
  .sdga-reference .sdga-gallery{grid-column:1;order:1}
  .sdga-reference .sdga-gallery-main{height:390px}
  .sdga-reference .sdga-quickbar{order:3}
  .sdga-reference .sdga-layout{order:4;grid-template-columns:1fr}
  .sdga-reference .sdga-side{position:static}
}
@media(max-width:860px){
  .sdga-reference .sdga-wrap{width:min(100% - 22px,720px);padding:12px 0 92px;display:flex;flex-direction:column;gap:14px}
  .sdga-reference .sdga-gallery{order:1;margin-left:-11px;margin-right:-11px;gap:8px}
  .sdga-reference .sdga-head{order:2;gap:12px;padding-top:0}
  .sdga-reference .sdga-quickbar{order:3;display:flex;gap:8px;overflow:auto;margin-left:-11px;margin-right:-11px;padding:0 11px 4px;scroll-snap-type:x proximity}
  .sdga-reference .sdga-layout{order:4;display:block}
  .sdga-reference .sdga-titlebox h1{font-size:2rem;line-height:1.08}
  .sdga-verified-seal{width:26px;height:26px;font-size:.9rem;margin-left:8px}
  .sdga-reference .sdga-head-actions{display:flex!important;justify-content:stretch;gap:8px}
  .sdga-reference .sdga-head-actions .sdga-btn{flex:1;min-width:0;padding:0 10px;min-height:44px;font-size:.86rem;border-radius:12px}
  .sdga-direct-note{font-size:.82rem;padding:12px}
  .sdga-reference .sdga-gallery-main{height:260px;border-radius:0;box-shadow:none}
  .sdga-gallery-counter{right:11px;top:11px}
  .sdga-reference .sdga-gallery-grid{display:flex;gap:8px;overflow:auto;padding:0 11px 4px}
  .sdga-reference .sdga-gallery-grid button{height:78px;min-width:112px;border-radius:12px}
  .sdga-reference .sdga-quickbar div{min-width:150px;padding:12px;scroll-snap-align:start;grid-template-columns:auto 1fr;grid-template-areas:'icon label' 'icon value'}
  .sdga-reference .sdga-card,.sdga-reference .sdga-contact-card{border-radius:17px;margin-bottom:14px;padding:20px}
  .sdga-reference .sdga-card h2{font-size:1.22rem}
  .sdga-feature-icons{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px;padding-top:16px}
  .sdga-feature-icons span{min-height:70px;font-size:.78rem}
  .sdga-reference .sdga-map{height:260px}
  .sdga-reference .sdga-contact-form{grid-template-columns:1fr;gap:11px}
  .sdga-privacy-note{grid-column:1!important}
  .sdga-reference .sdga-contact-submit{grid-column:1}
  .sdga-mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:88;display:grid;grid-template-columns:1fr 1fr;gap:10px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-top:1px solid #dfe7f2;padding:11px}
  .sdga-mobile-cta a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border-radius:13px;background:#004aad;color:#fff;font-weight:950;text-decoration:none}
  .sdga-mobile-cta a:first-child{background:#25d366}
  .whatsapp-float{display:none}
}
@media(max-width:520px){
  .sdga-reference .sdga-wrap{width:min(100% - 18px,520px);padding-top:8px}
  .sdga-reference .sdga-badges{gap:6px}
  .sdga-reference .sdga-badges span{font-size:.74rem;padding:6px 9px}
  .sdga-reference .sdga-titlebox h1{font-size:1.78rem}
  .sdga-reference .sdga-location{font-size:.88rem}
  .sdga-reference .sdga-gallery-main{height:232px}
  .sdga-feature-icons{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sdga-reference .sdga-chipgrid span{font-size:.8rem;padding:7px 10px}
  .sdga-mobile-cta{grid-template-columns:1fr}
  .sdga-mobile-cta a:nth-child(2){display:none}
  .site-footer{padding-bottom:104px}
}

/* ===== Layout v70 - hotéis/restaurantes inspirado no novo modelo aprovado ===== */
.sdga-showcase{
  background:#f3f6fb;
  color:#10243f;
  overflow:hidden;
}
.sdga-showcase .sdga-showcase-gallery{
  display:block;
  width:100%;
  margin:0;
}
.sdga-showcase-hero{
  position:relative;
  min-height:540px;
  isolation:isolate;
  background:#071b39;
  overflow:hidden;
}
.sdga-showcase-hero-bg{
  position:absolute!important;
  inset:0!important;
  height:auto!important;
  border-radius:0!important;
  box-shadow:none!important;
  cursor:pointer;
  z-index:-2;
  margin:0!important;
  background:#071b39!important;
}
.sdga-showcase-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:none!important;
  filter:saturate(1.02);
}
.sdga-showcase-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(5,20,45,.86) 0%,rgba(5,20,45,.74) 43%,rgba(5,20,45,.28) 72%,rgba(5,20,45,.20) 100%),linear-gradient(180deg,rgba(0,74,173,.20),rgba(1,12,30,.36));
  z-index:-1;
}
.sdga-showcase-inner{
  width:min(1310px,calc(100% - 40px));
  min-height:540px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:42px;
  align-items:center;
  padding:50px 0 40px;
}
.sdga-showcase-copy{
  color:#fff;
  max-width:780px;
}
.sdga-back-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  font-size:.92rem;
  opacity:.94;
  margin-bottom:26px;
}
.sdga-back-link:hover{opacity:1;text-decoration:underline}
.sdga-showcase-badges{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:16px;
}
.sdga-showcase-badges span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  border-radius:7px;
  padding:7px 12px;
  font-weight:600;
  font-size:.84rem;
  line-height:1;
}
.sdga-showcase-badges .sdga-category-badge{
  background:#0564d8;
  color:#fff;
  border:1px solid rgba(5 100 216);
  box-shadow:0 10px 24px rgba(0,74,173,.26);
}
.sdga-verified-pill{
  background:#cbf2d6;
  color:#106b2f;
  border:1px solid rgba(255,255,255,.22);
}
.sdga-showcase h1{
  margin:0;
  max-width:730px;
  color:#fff;
  font-size:clamp(2.9rem,5.2vw,3.5rem);
  line-height:.98;
  letter-spacing:-.065em;
  font-weight:950;
  text-shadow:0 18px 36px rgba(0,0,0,.30);
}
.sdga-showcase .sdga-verified-seal{
  width:auto;
  height:auto;
  margin-left:12px;
  vertical-align:.03em;
  color:#fff;
  font-size:.52em;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.30));
}
.sdga-showcase .sdga-verified-seal i{
  background:#fff;
  color:#0045ff;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(255,255,255,.16);
}
.sdga-showcase-location{
  margin:16px 0 0;
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#fff;
  font-weight:850;
  line-height:1.4;
  font-size:1.04rem;
}
.sdga-showcase-location i{margin-top:3px;color:#fff}
.sdga-showcase-description{
  max-width:650px;
  margin:20px 0 0;
  color:rgba(255,255,255,.96);
  font-weight:700;
  line-height:1.55;
  font-size:1.06rem;
}
.sdga-showcase-rating{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:24px;
  color:#fff;
  font-size:1.02rem;
}
.sdga-showcase-rating i{color:#ffc928;font-size:1.7rem}
.sdga-showcase-rating strong{font-size:1.55rem;color:#fff}
.sdga-showcase-rating span{font-weight:950}
.sdga-showcase-rating small{color:rgba(255,255,255,.78);font-weight:700}
.sdga-showcase-amenities{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
  margin-top:28px;
  max-width:780px;
}
.sdga-showcase-amenities span{
  display:grid;
  justify-items:center;
  align-content:start;
  gap:8px;
  color:#fff;
  text-align:center;
  font-size:.80rem;
  font-weight:500;
  line-height:1.22;
  min-width:0;
}
.sdga-showcase-amenities i{
  color:#fff;
  font-size:1.5rem;
  opacity:.96;
}
.sdga-hero-contact-card{
  background:#00102aad;
  border:1px solid rgba(255,255,255,.0);
  border-radius:20px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  padding:30px;
  color:#10243f;
}
.sdga-hero-contact-card h2{
  margin:0 0 8px;
  color:#f3f3f3;
  font-size:1.72rem;
  line-height:1.06;
  letter-spacing:-.04em;
}
.sdga-hero-contact-card p{
  margin:0 0 20px;
  color:#b2c3d7;
  line-height:1.45;
  font-weight:650;
}
.sdga-hero-contact-card .sdga-btn{
  min-height:58px;
  border-radius:13px;
  font-size:.96rem;
  margin-top:10px;
  text-align:center;
}
.sdga-hero-contact-card small{
  display:block;
  margin:18px auto 0;
  max-width:290px;
  color:#97a8be;
  text-align:center;
  line-height:1.45;
  font-weight:500;
  font-size: 11px;
}
.sdga-showcase .sdga-btn-whatsapp{
  background:linear-gradient(135deg,#1db84f,#0bbd54);
  color:#fff!important;
  box-shadow:0 14px 28px rgba(21,172,75,.28);
}
.sdga-showcase .sdga-btn-primary{
  background:linear-gradient(135deg,#0059d6,#003eaf);
  color:#fff!important;
  box-shadow:0 14px 28px rgba(0,74,173,.24);
}
.sdga-showcase .sdga-btn-ghost{
  background:#c7d7ec;
  color:#004aad!important;
  border:1px solid #c7d7ec;
}
.sdga-showcase .sdga-gallery-counter{
  top:16px;
  right:16px;
  z-index:2;
  background:rgba(9,24,48,.78);
}
.sdga-showcase-thumbs{
  width:min(1310px,calc(100% - 40px));
  margin:28px auto 0;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}
.sdga-showcase-thumbs button{
  border:0;
  padding:0;
  margin:0;
  height:118px;
  border-radius:14px;
  overflow:hidden;
  position:relative;
  background:#dfe7f2;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(17,39,72,.09);
}
.sdga-showcase-thumbs button img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.22s ease;
}
.sdga-showcase-thumbs button:hover img{transform:scale(1.04)}
.sdga-showcase-thumbs button.is-active{box-shadow:0 0 0 3px #004aad,0 10px 26px rgba(17,39,72,.09)}
.sdga-showcase-thumbs .sdga-gallery-more span{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  background:rgba(8,22,45,.68);
  color:#fff;
  font-weight:950;
  font-size:1.38rem;
  line-height:1.1;
  text-align:center;
}
.sdga-showcase-content{
  width:min(1310px,calc(100% - 40px));
  margin:28px auto 72px;
  display:grid;
  gap:22px;
}
.sdga-showcase-two{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(0,1.0fr);
  gap:22px;
}
.sdga-showcase .sdga-card{
  border-radius:18px;
  border-color:#dfe7f2;
  box-shadow:0 14px 36px rgba(17,39,72,.06);
  padding:26px;
}
.sdga-showcase .sdga-card h2{
  font-size:1.45rem;
  letter-spacing:-.04em;
  margin:8px 0 14px;
}
.sdga-showcase .sdga-card p{
  color:#3f5167;
  line-height:1.7;
}
.sdga-highlight-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px;
  list-style:none;
  padding:18px 0 0;
  margin:18px 0 0;
  border-top:1px solid #e8eef7;
}
.sdga-highlight-list li{
  display:flex;
  align-items:center;
  gap:10px;
  color:#344a63;
  font-weight:750;
}
.sdga-highlight-list i{width:18px;color:#004aad;text-align:center}
.sdga-location-card .sdga-map{
  height:250px;
  margin-top:16px;
}
.sdga-map-info{
  margin-top:12px;
  background:#eef5ff;
  border-radius:14px;
  padding:14px 16px;
  color:#284b79;
  display:grid;
  gap:4px;
}
.sdga-map-info strong{color:#004aad}
.sdga-map-info span{font-weight:650;line-height:1.4}
.sdga-showcase .sdga-map-link{
  margin-top:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#004aad;
  font-weight:950;
  text-decoration:none;
}
.sdga-recommend-card{
  background:#eef5ff;
  border:1px solid #dbe8fb;
  border-radius:18px;
  padding:28px;
  box-shadow:0 10px 26px rgba(17,39,72,.035);
}
.sdga-recommend-card h2{
  margin:0 0 22px;
  text-align:center;
  color:#004aad;
  font-size:1.72rem;
  letter-spacing:-.045em;
}
.sdga-recommend-card>div{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
}
.sdga-recommend-card article{
  display:grid;
  justify-items:center;
  align-content:start;
  text-align:center;
  gap:9px;
  padding:8px 24px;
  border-right:1px solid #d6e2f2;
}
.sdga-recommend-card article:last-child{border-right:0}
.sdga-recommend-card i{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border:2px solid #004aad;
  color:#004aad;
  border-radius:18px;
  font-size:1.45rem;
  background:#f8fbff;
}
.sdga-recommend-card strong{color:#10243f;font-size:1.02rem;line-height:1.2}
.sdga-recommend-card p{margin:0;color:#3f5167;line-height:1.45;font-size:.92rem}
.sdga-card-headline{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}
.sdga-card-headline h2{margin-bottom:0!important}
.sdga-showcase-chipgrid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}
.sdga-showcase-chipgrid span{
  justify-content:center;
  min-height:50px;
  border-radius:60px;
  background:#fff;
  border-color:#dfe7f2;
  color:#203a5b;
  font-weight:500;
  text-align:center;
}
.sdga-showcase-chipgrid i{color:#004aad!important;font-size:1rem}
.sdga-showcase .sdga-feature-toggle{
  color:#004aad;
  font-weight:950;
  white-space:nowrap;
  margin-top:0;
}
.sdga-review-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.sdga-review-grid article{
  border:1px solid #e2e9f3;
  border-radius:16px;
  padding:18px;
  display:grid;
  gap:8px;
}
.sdga-review-grid em{
  justify-self:start;
  background:#004aad;
  color:#fff;
  border-radius:8px;
  padding:5px 8px;
  font-style:normal;
  font-weight:950;
}
.sdga-contact-section .sdga-contact-form{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.sdga-contact-section .sdga-contact-wide{grid-column:1/-1}
.sdga-contact-section textarea{min-height:120px}
.sdga-bottom-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  background:linear-gradient(135deg,#003a9d,#004aad);
  border-radius:18px;
  padding:28px 34px;
  color:#fff;
  box-shadow:0 18px 42px rgba(0,74,173,.22);
}
.sdga-bottom-cta h2{margin:0 0 6px;font-size:1.55rem;letter-spacing:-.04em;color:#fff}
.sdga-bottom-cta p{margin:0;color:rgba(255,255,255,.82);font-weight:700;line-height:1.45}
.sdga-bottom-cta>div:last-child{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.sdga-showcase .sdga-mobile-cta{display:none}
@media(max-width:1120px){
  .sdga-showcase-inner{grid-template-columns:1fr;gap:26px;align-items:end;padding-bottom:28px}
  .sdga-hero-contact-card{max-width:520px}
  .sdga-showcase-amenities{grid-template-columns:repeat(3,minmax(0,1fr));max-width:560px}
  .sdga-showcase-two{grid-template-columns:1fr}
  .sdga-showcase-chipgrid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sdga-recommend-card>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .sdga-recommend-card article{border-right:0;border-bottom:1px solid #d6e2f2;padding-bottom:20px}
  .sdga-recommend-card article:nth-last-child(-n+2){border-bottom:0}
}
@media(max-width:860px){
  .sdga-showcase-hero{min-height:0}
  .sdga-showcase-inner{width:min(100% - 24px,720px);min-height:0;padding:22px 0 24px;display:grid;gap:18px}
  .sdga-showcase h1{font-size:2.25rem;line-height:1.03}
  .sdga-showcase-description{font-size:.94rem;margin-top:14px}
  .sdga-showcase-location{font-size:.91rem;margin-top:12px}
  .sdga-back-link{margin-bottom:16px}
  .sdga-showcase-amenities{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:18px}
  .sdga-showcase-amenities span{font-size:.76rem}
  .sdga-showcase-amenities i{font-size:1.25rem}
  .sdga-hero-contact-card{padding:18px;border-radius:18px;box-shadow:0 16px 38px rgba(0,0,0,.20)}
  .sdga-hero-contact-card h2{font-size:1.25rem}
  .sdga-hero-contact-card p{font-size:.88rem;margin-bottom:12px}
  .sdga-hero-contact-card .sdga-btn{min-height:48px;font-size:.88rem;margin-top:8px}
  .sdga-showcase-thumbs{width:min(100% - 24px,720px);display:flex;gap:9px;overflow:auto;margin-top:12px;padding-bottom:4px}
  .sdga-showcase-thumbs button{min-width:120px;height:78px;border-radius:12px}
  .sdga-showcase-content{width:min(100% - 24px,720px);margin-top:14px;margin-bottom:86px;gap:14px}
  .sdga-showcase-two{gap:14px}
  .sdga-showcase .sdga-card{padding:18px;border-radius:17px}
  .sdga-showcase .sdga-card h2{font-size:1.22rem}
  .sdga-location-card .sdga-map{height:230px}
  .sdga-recommend-card{padding:20px;border-radius:17px}
  .sdga-recommend-card h2{font-size:1.32rem}
  .sdga-recommend-card>div{grid-template-columns:1fr 1fr;gap:10px}
  .sdga-recommend-card article{padding:12px;border:0;background:rgba(255,255,255,.62);border-radius:14px}
  .sdga-recommend-card i{width:42px;height:42px;border-radius:14px;font-size:1.1rem}
  .sdga-recommend-card strong{font-size:.86rem}
  .sdga-recommend-card p{font-size:.78rem}
  .sdga-card-headline{display:block}
  .sdga-showcase .sdga-feature-toggle{margin-top:10px}
  .sdga-showcase-chipgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .sdga-showcase-chipgrid span{min-height:56px;font-size:.80rem}
  .sdga-review-grid{grid-template-columns:1fr}
  .sdga-contact-section .sdga-contact-form{grid-template-columns:1fr;gap:11px}
  .sdga-contact-section .sdga-contact-submit{grid-column:1}
  .sdga-privacy-note{grid-column:1!important}
  .sdga-bottom-cta{grid-template-columns:1fr;padding:20px;gap:16px}
  .sdga-bottom-cta>div:last-child{justify-content:stretch;display:grid;grid-template-columns:1fr}
  .sdga-showcase .sdga-mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:88;display:block;background:transparent;padding:0}
  .sdga-showcase .sdga-mobile-cta a{display:flex!important;align-items:center;justify-content:center;gap:10px;min-height:62px;border-radius:18px 18px 0 0;background:linear-gradient(135deg,#15b84b,#0abe56);color:#fff;font-weight:950;text-decoration:none;font-size:1rem;box-shadow:0 -16px 36px rgba(9,84,39,.22)}
  .sdga-showcase .sdga-mobile-cta a:nth-child(2){display:none!important}
  .whatsapp-float{display:none!important}
  .site-footer{padding-bottom:82px}
}
@media(max-width:520px){
  .sdga-showcase h1{font-size:1.95rem}
  .sdga-showcase-badges span{font-size:.74rem;padding:6px 9px}
  .sdga-showcase-rating{gap:9px;margin-top:16px}
  .sdga-showcase-rating i{font-size:1.35rem}
  .sdga-showcase-rating strong{font-size:1.25rem}
  .sdga-showcase-amenities{gap:10px}
  .sdga-showcase-amenities span{font-size:.72rem}
  .sdga-hero-contact-card small{font-size:.78rem}
  .sdga-showcase-thumbs button{min-width:108px;height:72px}
  .sdga-showcase .sdga-card p{font-size:.9rem}
  .sdga-highlight-list li{font-size:.88rem}
  .sdga-recommend-card>div{grid-template-columns:1fr}
  .sdga-showcase-chipgrid{grid-template-columns:1fr 1fr}
}

/* Ajustes v71 - selo limpo, 6 miniaturas e comodidades limitadas */
.sdga-showcase .sdga-verified-seal{
  position:relative;
  display:inline-block;
  width:30px;
  height:30px;
  margin-left:10px;
  vertical-align:middle;
  top:-.10em;
  background:#0b6dff;
  color:#fff;
  border-radius:50%;
  font-size:0;
  line-height:1;
  box-shadow:0 8px 18px rgba(0,0,0,.22);
  filter:none;
}
.sdga-showcase .sdga-verified-seal i{
  display:none;
}
.sdga-showcase .sdga-verified-seal::before{
  content:'\f00c';
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 6 Free';
  font-weight:900;
  font-size:14px;
  line-height:1;
  color:#fff;
  transform:translateY(-1px);
}
.sdga-showcase-thumbs .sdga-gallery-more span{
  font-size:1.18rem;
}
@media(max-width:860px){
  .sdga-showcase .sdga-verified-seal{width:24px;height:24px;margin-left:8px;top:-.08em}
  .sdga-showcase .sdga-verified-seal::before{font-size:12px;transform:translateY(-1px)}
}
/* Fim ajustes v71 */
/* ===== Fim layout v70 ===== */

/* Ajuste v73 - selo verificado em SVG */
.sdga-verified-seal{
  display:inline-block;
  width:30px;
  height:30px;
  margin-left:10px;
  vertical-align:middle;
  background:url('../img/verified-seal.svg') center/contain no-repeat;
  background-size:contain;
  color:transparent;
  overflow:hidden;
  flex:none;
}
.sdga-verified-seal i,
.sdga-verified-seal::before{
  display:none !important;
  content:none !important;
}
.sdga-showcase .sdga-verified-seal{
  position:relative;
  top:-.08em;
  width:30px;
  height:30px;
  margin-left:10px;
  vertical-align:middle;
  box-shadow:none;
  filter:none;
}
@media(max-width:860px){
  .sdga-verified-seal{width:26px;height:26px;margin-left:8px}
  .sdga-showcase .sdga-verified-seal{width:24px;height:24px;margin-left:8px;top:-.06em}
}
/* Fim ajuste v73 */


/* Ajuste v74 - selo SVG como imagem real */
.sdga-verified-seal{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  margin-left:10px;
  vertical-align:middle;
  top:-.08em;
  background:none !important;
  color:inherit;
  border-radius:50%;
  box-shadow:none !important;
  filter:none !important;
  overflow:visible;
  line-height:0;
}
.sdga-verified-seal img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.sdga-verified-seal i,
.sdga-verified-seal::before{
  display:none !important;
  content:none !important;
}
.sdga-showcase .sdga-verified-seal{
  width:30px;
  height:30px;
  margin-left:10px;
  vertical-align:middle;
  top:-.08em;
  background:none !important;
}
@media(max-width:860px){
  .sdga-verified-seal{width:24px;height:24px;margin-left:8px;top:-.06em}
  .sdga-showcase .sdga-verified-seal{width:24px;height:24px;margin-left:8px;top:-.06em}
}
/* Fim ajuste v74 */


/* ==== Ajustes página de passeio v81 ==== */
.sdgp-civi-page .sdgp-backlink-row{margin:2px 0 12px}
.sdgp-civi-page .sdgp-backlink{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#233f70;font-weight:800;font-size:.96rem}
.sdgp-civi-page .sdgp-backlink i{font-size:.84rem;color:#233f70}
.sdgp-civi-page .sdgp-backlink:hover{color:#1f4ed0}

.sdgp-civi-page .sdgp-book{padding:0!important;overflow:hidden!important;border-radius:20px!important;border:1px solid #d7e0ee!important;box-shadow:0 18px 34px rgba(10,30,58,.10)!important}
.sdgp-civi-page .sdgp-book-close{top:14px!important;right:14px!important}
.sdgp-civi-page .sdgp-book-head{padding:0!important;border-bottom:1px solid #dbe5f2!important}
.sdgp-civi-page .sdgp-book-head-top{background:linear-gradient(135deg,#1952d1,#0f68ef)!important;color:#fff!important;font-weight:900!important;font-size:1rem!important;padding:14px 18px!important;letter-spacing:.01em}
.sdgp-civi-page .sdgp-book-head-main{display:grid!important;gap:4px!important;padding:16px 18px 14px!important;background:#fdfefe!important}
.sdgp-civi-page .sdgp-book-head small{font-size:.82rem!important;color:#7284a0!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.06em}
.sdgp-civi-page .sdgp-book-head strong{font-size:2.45rem!important;color:#0e56df!important;line-height:.98!important;font-weight:950!important;letter-spacing:-.03em!important}
.sdgp-civi-page .sdgp-book-head span{font-size:.9rem!important;color:#5b6d86!important;line-height:1.45!important}
.sdgp-civi-page .sdgp-form{gap:10px;padding:16px 18px 18px!important}
.sdgp-civi-page .sdgp-form label,
.sdgp-civi-page .sdgp-label{gap:5px!important;font-size:.77rem!important;color:#52647d!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important}
.sdgp-civi-page .sdgp-form input,
.sdgp-civi-page .sdgp-form select,
.sdgp-civi-page .sdgp-date-button,
.sdgp-civi-page .sdgp-travel-toggle{min-height:42px!important;border-radius:11px!important;padding:8px 12px!important;font-size:.93rem!important}
.sdgp-civi-page .sdgp-caption{font-size:.78rem!important;line-height:1.45!important}
.sdgp-civi-page .sdgp-summary{background:#f5f8ff!important;border:1px solid #d9e5fb!important;border-radius:14px!important;padding:12px 14px!important;margin-top:10px!important;display:grid!important;gap:8px!important}
.sdgp-civi-page .sdgp-summary-line{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important}
.sdgp-civi-page .sdgp-summary-line span{font-size:.85rem!important;color:#5b6f8a!important;line-height:1.45!important}
.sdgp-civi-page .sdgp-summary-line strong{font-size:1rem!important;color:#132c51!important;font-weight:900!important}
.sdgp-civi-page .sdgp-summary-line-total{padding-bottom:9px!important;border-bottom:1px dashed #cfdcf7}
.sdgp-civi-page .sdgp-summary-line-total span{font-size:.88rem!important;color:#18355b!important;font-weight:800!important}
.sdgp-civi-page .sdgp-summary-line-total strong{font-size:1.35rem!important;color:#0e56df!important}
.sdgp-civi-page .sdgp-actions{margin-top:12px!important}
.sdgp-civi-page .sdgp-actions .sdgp-btn{width:100%!important;min-height:46px!important;border-radius:12px!important;font-weight:900!important;box-shadow:0 10px 18px rgba(31,78,208,.18)!important}

.sdgp-civi-page .sdg-tab-component{background:#ffffff00!important;border:1px solid #e2eaf400!important;border-radius:18px!important;padding:18px 18px 16px!important;box-shadow:0 8px 22px rgba(11,28,56,.0)!important;margin:0px 0!important}
.sdgp-civi-page .sdg-tab-component-head{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:14px!important}
.sdgp-civi-page .sdg-tab-component-head h3{margin:0!important;color:#123055!important;font-size:1rem!important;line-height:1.2!important}
.sdgp-civi-page .sdg-tab-component-icon{width:38px!important;height:38px!important;border-radius:12px!important;background:#eef4ff!important;color:#0f5be8!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:1.05rem!important;flex:0 0 38px!important}

.sdgp-civi-page .sdg-timeline{position:relative!important;display:grid!important;gap:18px!important;padding-left:0!important}
.sdgp-civi-page .sdg-timeline:before{content:'';position:absolute!important;left:83px!important;top:8px!important;bottom:8px!important;width:3px!important;border-radius:999px!important;background:linear-gradient(180deg,#7cd321,#44b02a)!important}
.sdgp-civi-page .sdg-timeline-item{display:grid!important;grid-template-columns:64px 1fr!important;gap:26px!important;align-items:flex-start!important;position:relative!important}
.sdgp-civi-page .sdg-timeline-item:before{content:'';position:absolute!important;left:78px!important;top:8px!important;width:13px!important;height:13px!important;border-radius:50%!important;background:#58b72f!important;border:3px solid #dff4d5!important;box-shadow:0 0 0 2px #58b72f!important}
.sdgp-civi-page .sdg-timeline-time{font-weight:900!important;color:#21385d!important;font-size:1rem!important;line-height:1.2!important;padding-top:3px!important}
.sdgp-civi-page .sdg-timeline-body{padding-left:16px!important}
.sdgp-civi-page .sdg-timeline-body strong{display:block!important;color:#19365c!important;font-size:1rem!important;line-height:1.35!important}
.sdgp-civi-page .sdg-timeline-body p{margin:6px 0 0;color:#63748d!important;line-height:1.65!important}

.sdgp-civi-page .sdg-highlights-grid{display:grid!important;grid-template-columns:repeat(var(--sdg-highlights-columns,4),minmax(0,1fr));gap:12px!important}
.sdgp-civi-page .sdg-highlight-item{border:1px solid #e4ebf6!important;border-radius:14px!important;padding:14px!important;background:#fbfdff!important}
.sdgp-civi-page .sdg-highlight-item strong{display:block!important;color:#1a3760!important;font-size:.96rem!important;line-height:1.35!important}
.sdgp-civi-page .sdg-highlight-item p{margin:7px 0 0!important;color:#667995!important;font-size:.9rem!important;line-height:1.55!important}

.sdgp-civi-page .sdg-tab-component-note .sdg-tab-component-body{color:#50627d!important;line-height:1.75!important}
.sdgp-civi-page .sdg-tab-component-note.sdg-variant-warning{background:#fffaf200!important;border-color:#fffaf200!important}
.sdgp-civi-page .sdg-tab-component-note.sdg-variant-warning .sdg-tab-component-icon{background:#fff0c9!important;color:#b86b00!important}
.sdgp-civi-page .sdg-tab-component-note.sdg-variant-success{background:#f5fbf4!important;border-color:#d3e9cd!important}
.sdgp-civi-page .sdg-tab-component-note.sdg-variant-success .sdg-tab-component-icon{background:#e6f7e2!important;color:#2f7b2a!important}
.sdgp-civi-page .sdg-tab-component-note.sdg-variant-info{background:#f7faff!important;border-color:#d7e3f7!important}
.sdgp-civi-page .sdg-tab-component-note.sdg-variant-info .sdg-tab-component-icon{background:#ecf3ff!important;color:#0f5be8!important}

.sdgp-civi-page .sdg-checklist{list-style:none!important;padding:0;margin:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px!important}
.sdgp-civi-page .sdg-checklist li{display:flex!important;align-items:flex-start!important;gap:10px!important;border:1px solid #e3ebf6!important;border-radius:13px!important;padding:12px 13px!important;background:#fbfdff!important}
.sdgp-civi-page .sdg-checklist li i{color:#2fae34!important;font-size:1rem!important;margin-top:2px!important}
.sdgp-civi-page .sdg-checklist li span{color:#52647d!important;line-height:1.55!important}

@media (max-width: 991px){
  .sdgp-civi-page .sdg-highlights-grid,
  .sdgp-civi-page .sdg-checklist{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width: 767px){
  .sdgp-civi-page .sdgp-backlink-row{margin:0 0 10px!important}
  .sdgp-civi-page .sdgp-book-head strong{font-size:2.1rem!important}
  .sdgp-civi-page .sdg-tab-component{padding:15px 14px 14px!important;border-radius:16px!important;margin:16px 0!important}
  .sdgp-civi-page .sdg-tab-component-head h3{font-size:1.08rem!important}
  .sdgp-civi-page .sdg-timeline:before{left:66px!important}
  .sdgp-civi-page .sdg-timeline-item{grid-template-columns:50px 1fr!important;gap:18px!important}
  .sdgp-civi-page .sdg-timeline-item:before{left:61px!important}
  .sdgp-civi-page .sdg-timeline-time{font-size:.92rem!important}
  .sdgp-civi-page .sdg-timeline-body{padding-left:10px!important}
  .sdgp-civi-page .sdg-highlights-grid,
  .sdgp-civi-page .sdg-checklist{grid-template-columns:1fr!important}
}


/* ==== Ajustes v82: card sem preço superior + componentes Incluso/Não incluso ==== */
.sdgp-civi-page .sdgp-book-head{border-bottom:0!important}
.sdgp-civi-page .sdgp-form{padding-top:16px!important}

.sdgp-civi-page .sdgp-caption{
  text-transform:none!important;
  letter-spacing:0!important;
  font-weight:500!important;
  color:#74849b!important;
  font-size:.75rem!important;
  line-height:1.40!important;
}
.sdgp-civi-page .sdgp-caption i{
  color:#7d8ca2!important;
  margin-right:4px!important;
}

.sdgp-civi-page .sdg-included-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
}
.sdgp-civi-page .sdg-included-card{
  border:0px solid #e3ebf6!important;
  border-radius:16px!important;
  background:#ffffff00!important;
  padding:16px!important;
}
.sdgp-civi-page .sdg-included-card h4{
  margin:0 0 12px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#18355b!important;
  font-size:1rem!important;
}
.sdgp-civi-page .sdg-included-card-yes h4 i{color:#25a942!important}
.sdgp-civi-page .sdg-included-card-no h4 i{color:#d33b32!important}
.sdgp-civi-page .sdg-included-card-fees h4 i{color:#d33b32!important}
.sdgp-civi-page .sdg-included-list{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  gap:9px!important;
}
.sdgp-civi-page .sdg-included-list li{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  color:#53667f!important;
  line-height:1.55!important;
  font-size:.94rem!important;
}
.sdgp-civi-page .sdg-included-list li i{
  width:17px!important;
  min-width:17px!important;
  margin-top:4px!important;
  font-size:.8rem!important;
}
.sdgp-civi-page .sdg-included-card-yes .sdg-included-list li i{color:#25a942!important}
.sdgp-civi-page .sdg-included-card-no .sdg-included-list li i{color:#d33b32!important}
.sdgp-civi-page .sdg-included-card-fees{
  grid-column:1 / -1!important;
  background:#f7faff!important;
  border-color:#d7e3f7!important;
}
.sdgp-civi-page .sdg-included-card-fees .sdg-included-list li i{color:#d33b32!important}
.sdgp-civi-page .sdg-included-empty{
  margin:0!important;
  color:#7d8ca2!important;
  font-size:.92rem!important;
}


/* ==== Componente reutilizável: texto normal nas abas ==== */
.sdgp-civi-page .sdg-tab-component-text .sdg-text-body{
  color:#50627d;
  font-size:.98rem;
  line-height:1.78;
}
.sdgp-civi-page .sdg-tab-component-text .sdg-text-body p{
  margin:0 0 12px;
}
.sdgp-civi-page .sdg-tab-component-text .sdg-text-body p:last-child{
  margin-bottom:0;
}
.sdgp-civi-page .sdg-tab-component-text .sdg-text-body strong,
.sdgp-civi-page .sdg-tab-component-text .sdg-text-body b{
  color:#18355b;
  font-weight:900;
}
.sdgp-civi-page .sdg-tab-component-text .sdg-text-body a{
  color:#0f5be8;
  font-weight:800;
  text-decoration:none;
}
.sdgp-civi-page .sdg-tab-component-text .sdg-text-body a:hover{
  text-decoration:underline;
}

/* ===== Checkout v90 - layout aplicado no checkout ===== */
.order-steps-discreet{
  justify-content:flex-end!important;
  gap:8px!important;
  margin-bottom:18px!important;
}
.order-steps-discreet .order-step{
  padding:7px 12px!important;
  gap:7px!important;
  border-radius:999px!important;
  box-shadow:none!important;
}
.order-steps-discreet .order-step span{
  width:22px!important;
  height:22px!important;
  font-size:.78rem!important;
}
.order-steps-discreet .order-step strong{
  font-size:.82rem!important;
}
.order-steps-discreet .order-step.active{
  box-shadow:none!important;
}
.checkout-layout-enhanced{
  grid-template-columns:minmax(0,1fr) 415px!important;
  gap:26px!important;
}
.final-checkout-enhanced{
  display:grid;
  gap:0px;
}
.checkout-card-surface{
  border-radius:24px!important;
  padding:22px!important;
  border:1px solid #e1e8f2!important;
  box-shadow:0 16px 34px rgba(10,30,58,.08)!important;
}
.checkout-section-heading{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:18px;
}
.checkout-heading-icon{
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#143996;
  color:#ffffff;
  flex:0 0 44px;
  font-size:1.05rem;
}
.checkout-section-heading h2{
  margin:0!important;
  font-size:1.55rem!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  color:#132746!important;
}
.checkout-section-heading p{
  margin:6px 0 0!important;
  color:#6f7f95!important;
  font-size:.95rem!important;
  line-height:1.45!important;
}
.checkout-section-heading-payment{
  align-items:center;
}
.payment-security-badge{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#4CAF50;
  font-size:.73rem;
  line-height:1.2;
  font-weight:700;
  text-align:left;
}
.payment-security-badge i{
  width:34px;
  height:34px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:#eef7df;
  color:#4CAF50;
}
.public-checkout-grid{
  gap:16px!important;
}
.form-help-whatsapp{
  display:flex!important;
  align-items:center;
  gap:10px;
  background:#f5f9ff!important;
}
.form-help-whatsapp i{
  color:#25d366;
  font-size:1.15rem;
  flex:0 0 auto;
}
.form-help-whatsapp span{
  display:block;
}
.accessibility-wrap{
  display:grid;
  gap:9px;
}
.field-group-label{
  font-size:.88rem;
  font-weight:600;
  color:#3b4b63;
}
.accessibility-options{
  gap:12px!important;
}
.accessibility-options .checkline{
  font-weight:700;
}
.final-checkout-enhanced textarea{
  min-height:82px;
}
.final-checkout-enhanced label small{
  font-size:.82em;
  color:#7a8798;
  font-weight:600;
}
.payment-panel-enhanced .payment-options{
  margin:14px 0 0!important;
}
.payment-panel-enhanced .payment-help{
  margin:12px 0 14px!important;
}
.payment-panel-enhanced .card-fields{
  margin-top:16px!important;
}
.checkout-submit-btn{
  min-height:54px!important;
  border-radius:12px!important;
  font-size:1.02rem!important;
  font-weight:800!important;
}
.checkout-submit-note{
  margin:12px 0 0!important;
  color:#6f7d8f;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:.84rem;
  line-height:1.45;
  text-align:center;
}
.checkout-submit-note i{
  color:#57708d;
}
.checkout-summary-enhanced{
  position:sticky;
  top:96px;
}
.checkout-pay-now-card{
  position:relative;
  background:linear-gradient(135deg,#123f9f 0%, #004dcd 100%);
  color:#fff;
  padding:18px 18px 50px;
  border-radius:18px 18px 0 0;
  overflow:hidden;
}
.checkout-pay-now-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.checkout-pay-now-copy{
  display:grid;
  gap:8px;
}
.checkout-pay-now-eyebrow{
  font-size:1.55rem;
  font-weight:800;
  line-height:1.05;
  letter-spacing:-.03em;
}
.checkout-pay-now-copy p{
  margin:0;
  color:#dce8ff;
  font-size:.95rem;
  line-height:1.4;
}
.checkout-pay-now-amount-card{
  position:relative;
  z-index:2;
  margin:-60px 88px 0 0;
  background:#fff;
  border-radius:0 22px 22px 0;
  padding:13px 22px 13px 22px;
  box-shadow:0 12px 26px rgba(9,22,43,.12);
}
.checkout-pay-now-amount-card strong{
  display:block;
  font-size:2.10rem;
  line-height:1;
  color:#82bf00;
  letter-spacing:-.04em;
}
.checkout-pay-now-safe{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#23408d;
  font-size:.9rem;
  font-weight:600;
  margin-top:0px;
}
.checkout-pay-now-safe i{
  color:#5db400;
}
.checkout-pay-now-icon{
  width:72px;
  height:72px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:radial-gradient(circle at center, #a7db18 0%, #7cb300 55%, rgba(255,255,255,.12) 56%, rgba(255,255,255,.08) 72%, transparent 73%);
  color:#fff;
  font-size:1.6rem;
  flex:0 0 72px;
  margin-top:6px;
}
.order-summary-body-enhanced{
  gap:14px!important;
  padding:22px 18px 18px!important;
}
.checkout-summary-title h2{
  margin:0!important;
  font-size:1.55rem!important;
  color:#132746!important;
  letter-spacing:-.03em!important;
}
.summary-item-photo{
  grid-template-columns:88px minmax(0,1fr)!important;
  align-items:start!important;
  gap:12px!important;
}
.summary-item-photo-media img{
  width:88px;
  height:133px;
  border-radius:8px;
  object-fit:cover;
  display:block;
}
.summary-item-photo-content{
  display:grid;
  gap:4px;
  min-width:0;
}
.summary-item-total{
  color:#1f3f9f!important;
  font-weight:700;
}
.order-total-row-highlight{
  background:#f4fbdf;
  border:1px solid #cde38a;
  border-radius:14px;
  padding:12px 14px!important;
}
.order-total-row-highlight span,
.order-total-row-highlight strong{
  color:#74a100!important;
  font-size:1rem!important;
}
.order-total-row-last{
  border-bottom:0!important;
  padding-bottom:0!important;
}
.checkout-important-sidebar{
  background:#eef4ff!important;
  border:1px solid #d7e4fb!important;
  border-radius:14px!important;
  padding:14px 15px!important;
}
.checkout-important-sidebar strong{
  margin-bottom:6px!important;
}
.checkout-important-sidebar p{
  color:#4c5d74!important;
  font-size:.92rem!important;
}
.checkout-assurances{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  padding:14px 16px 16px;
  border-top:1px solid #e8eef7;
  background:#fff;
}
.checkout-assurances span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#32445b;
  font-size:.84rem;
  font-weight:700;
  text-align:center;
  line-height:1.35;
  padding:4px 6px;
}
.checkout-assurances i{
  color:#244bce;
}
@media(max-width:980px){
  .checkout-layout-enhanced{grid-template-columns:1fr!important;}
  .checkout-summary-enhanced{position:static;top:auto;}
}
@media(max-width:640px){
  .order-steps-discreet{gap:6px!important;}
  .order-steps-discreet .order-step{padding:6px 8px!important;}
  .order-steps-discreet .order-step strong{font-size:.74rem!important;}
  .checkout-card-surface{padding:18px 16px!important;border-radius:20px!important;}
  .checkout-section-heading{gap:12px;margin-bottom:16px;}
  .checkout-heading-icon{width:40px;height:40px;flex-basis:40px;}
  .checkout-section-heading h2{font-size:1.40rem!important;}
  .checkout-section-heading-payment{align-items:flex-start;flex-wrap:wrap;}
  .payment-security-badge{margin-left:0;width:100%;}
  .checkout-pay-now-card{padding:16px 16px 44px;}
  .checkout-pay-now-eyebrow{font-size:1.3rem;}
  .checkout-pay-now-amount-card{margin:-45px 66px 0 0;padding:14px 18px 13px 18px;border-radius:0 18px 18px 0;}
  .checkout-pay-now-amount-card strong{font-size:2.2rem;}
  .checkout-pay-now-icon{width:64px;height:64px;flex-basis:64px;}
  .summary-item-photo{grid-template-columns:72px minmax(0,1fr)!important;gap:10px!important;}
  .summary-item-photo-media img{width:72px;height:133px;border-radius:8px;}
  .checkout-assurances{grid-template-columns:1fr;gap:8px;}
  .checkout-assurances span{justify-content:flex-start;}
  .checkout-submit-note{justify-content:flex-start;text-align:left;}
}
/* ===== Fim checkout v90 ===== */

/* ===== Checkout v92 - campos mais compactos ===== */
.final-checkout-enhanced .checkout-card-surface{
  padding:20px!important;
}
.final-checkout-enhanced .public-checkout-grid,
.final-checkout-enhanced .checkout-card-grid{
  gap:12px!important;
}
.final-checkout-enhanced .form-grid-public label,
.final-checkout-enhanced .field-group-label,
.final-checkout-enhanced .payment-help,
.final-checkout-enhanced .form-help{
  font-size:.86rem!important;
}
.final-checkout-enhanced .form-grid-public input,
.final-checkout-enhanced .form-grid-public select,
.final-checkout-enhanced .form-grid-public textarea,
.final-checkout-enhanced .mp-field{
  min-height:44px!important;
  border-radius:12px!important;
  padding:10px 12px!important;
}
.final-checkout-enhanced .checkout-card-grid input,
.final-checkout-enhanced .checkout-card-grid select,
.final-checkout-enhanced .checkout-card-grid .mp-field{
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
  padding:0 12px!important;
}
.final-checkout-enhanced .form-help,
.final-checkout-enhanced .payment-help{
  padding:10px 12px!important;
  border-radius:12px!important;
}
.final-checkout-enhanced .payment-option{
  min-height:48px!important;
  padding:11px 14px!important;
}
.final-checkout-enhanced .payment-option-icon{
  width:32px!important;
  height:32px!important;
  border-radius:10px!important;
  font-size:1rem!important;
}
.final-checkout-enhanced .accessibility-options{
  padding:12px!important;
  gap:10px!important;
}
.final-checkout-enhanced .accessibility-options .checkline{
  font-size:.88rem!important;
}
.final-checkout-enhanced .checkout-submit-btn{
  min-height:50px!important;
}
.final-checkout-enhanced .checkout-label-inline-optional{
  display:grid!important;
  gap:7px!important;
}
.final-checkout-enhanced .checkout-label-inline-optional .checkout-label-heading{
  display:flex!important;
  align-items:baseline;
  gap:4px;
  flex-wrap:wrap;
}
.final-checkout-enhanced .checkout-label-inline-optional small{
  font-size:.92em!important;
  color:#7a8798!important;
  font-weight:700!important;
}
.final-checkout-enhanced .doc-combo{
  grid-template-columns:96px minmax(0,1fr)!important;
  gap:8px!important;
}
.final-checkout-enhanced textarea[name="notes"]{
  min-height:72px!important;
}
@media(max-width:640px){
  .final-checkout-enhanced .checkout-card-surface{
    padding:16px 14px!important;
  }
  .final-checkout-enhanced .public-checkout-grid,
  .final-checkout-enhanced .checkout-card-grid{
    gap:10px!important;
  }
  .final-checkout-enhanced .form-grid-public label,
  .final-checkout-enhanced .field-group-label,
  .final-checkout-enhanced .payment-help,
  .final-checkout-enhanced .form-help{
    font-size:.82rem!important;
  }
  .final-checkout-enhanced .form-grid-public input,
  .final-checkout-enhanced .form-grid-public select,
  .final-checkout-enhanced .form-grid-public textarea,
  .final-checkout-enhanced .mp-field{
    min-height:42px!important;
    padding:9px 11px!important;
  }
  .final-checkout-enhanced .checkout-card-grid input,
  .final-checkout-enhanced .checkout-card-grid select,
  .final-checkout-enhanced .checkout-card-grid .mp-field{
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    padding:0 11px!important;
  }
  .final-checkout-enhanced .payment-option{
    min-height:44px!important;
    padding:10px 12px!important;
  }
  .final-checkout-enhanced .doc-combo{
    grid-template-columns:88px minmax(0,1fr)!important;
    gap:7px!important;
  }
  .final-checkout-enhanced .phone-combo{
    grid-template-columns:1fr!important;
  }
  .final-checkout-enhanced textarea[name="notes"]{
    min-height:66px!important;
  }
}
/* ===== Fim checkout v92 ===== */

/* ===== Checkout v93 - tipo de passageiro compacto ===== */
.final-checkout-enhanced .accessibility-wrap{
  gap:8px!important;
}
.final-checkout-enhanced .accessibility-options{
  display:flex!important;
  align-items:center;
  flex-wrap:wrap;
  gap:22px!important;
  padding:12px!important;
  background:transparent!important;
  border-radius:12px!important;
}
.final-checkout-enhanced .accessibility-options .checkline{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
  font-size:.86rem!important;
  font-weight:600!important;
  line-height:1.2!important;
}
.final-checkout-enhanced .accessibility-options .checkline span{
  white-space:nowrap;
}
.final-checkout-enhanced .accessibility-options .checkline input{
  width:16px!important;
  height:16px!important;
  min-height:16px!important;
}
@media(max-width:640px){
  .final-checkout-enhanced .accessibility-wrap{
    gap:7px!important;
  }
  .final-checkout-enhanced .accessibility-options{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .final-checkout-enhanced .accessibility-options .checkline{
    font-size:.84rem!important;
    align-items:center!important;
  }
}
/* ===== Fim checkout v93 ===== */

/* ===== Minha reserva v94 - novo layout consulta/resultado ===== */
.reservation-page-modern{
  background:#f3f7fc;
}
.reservation-hero-modern{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#0058d2 0%,#003f99 48%,#06346f 100%)!important;
}
.reservation-hero-modern:before,
.reservation-hero-modern:after{
  content:'';
  position:absolute;
  pointer-events:none;
  opacity:.16;
}
.reservation-hero-modern:before{
  width:560px;
  height:560px;
  right:-140px;
  bottom:-390px;
  border-radius:50%;
  border:80px solid rgba(255,255,255,.18);
}
.reservation-hero-modern:after{
  width:360px;
  height:140px;
  right:28%;
  top:54px;
  background:radial-gradient(ellipse at center,rgba(255,255,255,.24) 0 2px,transparent 3px),radial-gradient(ellipse at center,rgba(255,255,255,.18) 0 2px,transparent 3px);
  background-size:180px 80px,210px 90px;
  transform:skewX(-18deg);
}
.reservation-hero-modern .container{
  position:relative;
  z-index:1;
}
.reservation-hero-modern h1{
  max-width:620px;
}
.reservation-hero-modern p{
  max-width:720px;
}
.reservation-section-modern{
  padding:42px 0 38px!important;
}
.reservation-lookup-layout-modern{
  grid-template-columns:minmax(0,640px) minmax(320px,410px)!important;
  gap:34px!important;
  justify-content:center;
  align-items:start;
}
.reservation-lookup-form-modern,
.reservation-help-card-modern,
.reservation-result-card-modern{
  border-radius:24px!important;
  border:1px solid #dde7f4!important;
  background:#fff!important;
  box-shadow:0 22px 52px rgba(12,35,70,.12)!important;
}
.reservation-lookup-form-modern{
  position:static!important;
  padding:30px!important;
}
.reservation-form-title-modern{
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin-bottom:22px;
}
.reservation-form-title-modern>span{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  flex:0 0 48px;
  background:#edf5ff;
  border:1px solid #d6e6fb;
  color:#1054c8;
  font-size:1.15rem;
  box-shadow:0 8px 18px rgba(16,84,200,.12);
}
.reservation-form-title-modern h2,
.reservation-help-card-modern h2{
  margin:0!important;
  color:#112846!important;
  letter-spacing:-.04em!important;
}
.reservation-form-title-modern h2{
  font-size:2rem!important;
}
.reservation-form-title-modern p{
  margin:8px 0 0!important;
  color:#53647a!important;
  line-height:1.6!important;
}
.reservation-form-grid-modern{
  gap:18px!important;
}
.reservation-form-grid-modern input{
  min-height:50px!important;
  border-radius:12px!important;
}
.reservation-search-btn-modern{
  margin-top:18px!important;
  min-height:50px!important;
  border-radius:12px!important;
  font-size:1rem!important;
  gap:10px;
}
.reservation-or-divider{
  display:flex;
  align-items:center;
  gap:14px;
  margin:16px 0;
  color:#17335b;
  font-weight:800;
  font-size:.9rem;
}
.reservation-or-divider:before,
.reservation-or-divider:after{
  content:'';
  height:1px;
  flex:1;
  background:#dce6f2;
}
.reservation-help-whatsapp-btn-modern{
  border-color:#0f63dc!important;
  color:#0b4eae!important;
  background:#fff!important;
  min-height:50px!important;
  border-radius:12px!important;
  gap:10px;
}
.reservation-help-whatsapp-btn-modern i,
.reservation-whatsapp-btn i{
  color:#25d366;
}
.reservation-help-card-modern{
  padding:30px!important;
}
.reservation-help-title-modern{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:20px;
}
.reservation-help-title-modern>span{
  width:50px;
  height:50px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#edf9dd;
  color:#7aa800;
  font-size:1.25rem;
  box-shadow:0 8px 18px rgba(122,168,0,.13);
}
.reservation-help-card-modern p{
  color:#53647a!important;
  line-height:1.65!important;
  font-size:1rem;
  margin:0 0 18px!important;
  padding-bottom:18px;
  border-bottom:1px solid #dde7f4;
}
.reservation-help-card-modern p strong{
  color:#0f4fb6;
}
.reservation-help-note-modern{
  display:flex;
  align-items:flex-start;
  gap:14px;
  color:#53647a;
  line-height:1.55;
  font-weight:700;
}
.reservation-help-note-modern i{
  color:#0f63dc;
  font-size:1.35rem;
  margin-top:2px;
}
.reservation-result-container-modern{
  max-width:1280px!important;
}
.reservation-result-card-modern{
  padding:28px 32px!important;
}
.reservation-result-head-modern{
  margin-bottom:18px!important;
}
.reservation-result-head-modern h2{
  margin:0px 0 0!important;
  font-size:clamp(1.65rem,2.5vw,2.00rem)!important;
  color:#112846!important;
  letter-spacing:-.05em!important;
}
.reservation-success-line{
  margin:0px 0 0!important;
  color:#68778b!important;
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:600;
}
.reservation-success-line i{
  color:#40bf62;
}
.reservation-status-chip-modern{
  gap:7px;
  background:#e8f8ee!important;
  color:#14753b!important;
  border-color:#c4efd2!important;
  min-height:38px;
}
.reservation-status-chip-modern.is-voucher-sent{
  background:#e4f8ee!important;
  color:#0e7134!important;
}
.reservation-summary-grid-modern{
  gap:10px!important;
}
.reservation-summary-grid-modern>div{
  background:#f8fbff!important;
  border:1px solid #dde7f4!important;
  border-radius:13px!important;
  padding:12px 14px!important;
  box-shadow:0 4px 12px rgba(12,35,70,.03);
}
.reservation-summary-grid-modern small{
  color:#66768b!important;
  font-size:.78rem!important;
}
.reservation-summary-grid-modern strong{
  color:#112846!important;
  font-size:.96rem;
}
.reservation-protected-summary-modern{
  display:flex!important;
  align-items:center;
  gap:18px!important;
  flex-wrap:wrap;
}
.reservation-protected-summary-modern small{
  width:100%;
}
.reservation-protected-summary-modern strong,
.reservation-protected-summary-modern span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#112846!important;
  font-weight:600!important;
}
.reservation-protected-summary-modern i{
  color:#25d366;
}
.reservation-items-modern{
  margin-top:20px!important;
  gap:10px!important;
}
.reservation-items-modern h3{
  font-size:1.15rem;
  color:#112846;
  margin-bottom:2px!important;
}
.reservation-service-card-modern{
  display:grid!important;
  grid-template-columns:178px minmax(0,1fr) 120px;
  align-items:center;
  gap:18px!important;
  padding:0!important;
  overflow:hidden;
  border:1px solid #dde7f4!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 4px 14px rgba(12,35,70,.04);
}
.reservation-service-photo{
  width:178px;
  height:115px;
}
.reservation-service-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.reservation-service-content{
  min-width:0;
  padding:12px 0;
}
.reservation-service-content>strong{
  display:block;
  margin-bottom:8px;
  color:#112846;
  font-size:1.05rem;
  line-height:1.25;
}
.reservation-service-meta{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(0px,1fr));
  gap:12px;
  align-items:start;
}
.reservation-service-meta span{
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  gap:2px 7px;
  color:#4c5d73!important;
  font-size:.8rem;
  line-height:1.25;
}
.reservation-service-meta i{
  grid-row:1 / span 2;
  color:#155dd1;
  font-size:.92rem;
  margin-top:2px;
}
.reservation-service-meta small{
  color:#718197;
  font-weight:700;
  line-height:1.1;
}
.reservation-service-price{
  justify-self:end;
  margin-right:16px;
  background:#edf9ef;
  border:1px solid #cfedd4;
  border-radius:12px;
  padding:10px 12px;
  display:grid;
  gap:2px;
  text-align:left;
  min-width:92px;
}
.reservation-service-price small{
  color:#4c9a52;
  font-size:.72rem;
  font-weight:800;
  line-height:1.1;
}
.reservation-service-price strong{
  color:#0f6a32;
  font-size:.95rem;
  line-height:1.1;
}
.reservation-actions-modern{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px!important;
  margin-top:20px!important;
}
.reservation-actions-modern .btn{
  min-height:46px;
  border-radius:11px!important;
  font-weight:800;
  gap:9px;
}
.reservation-voucher-btn{
  background:#46b935!important;
  color:#fff!important;
}
.reservation-voucher-btn i{
  color:#fff;
}
@media(max-width:1100px){
  .reservation-service-meta{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .reservation-service-card-modern{
    grid-template-columns:160px minmax(0,1fr) 102px;
  }
  .reservation-service-photo{
    width:160px;
    height:112px;
  }
}
@media(max-width:980px){
  .reservation-lookup-layout-modern{
    grid-template-columns:1fr!important;
  }
  .reservation-help-card-modern{
    max-width:none;
  }
}
@media(max-width:760px){
  .reservation-section-modern{
    padding:28px 0 34px!important;
  }
  .reservation-result-card-modern,
  .reservation-lookup-form-modern,
  .reservation-help-card-modern{
    border-radius:20px!important;
    padding:20px!important;
  }
  .reservation-result-head-modern{
    display:grid!important;
    gap:12px!important;
  }
  .reservation-status-chip-modern{
    width:max-content;
  }
  .reservation-protected-summary-modern{
    display:grid!important;
    gap:6px!important;
  }
  .reservation-service-card-modern{
    grid-template-columns:96px minmax(0,1fr);
    gap:12px!important;
    padding:10px!important;
  }
  .reservation-service-photo{
    width:96px;
    height:230px;
    border-radius:7px;
    overflow:hidden;
  }
  .reservation-service-content{
    padding:0;
  }
  .reservation-service-meta{
    grid-template-columns:1fr;
    gap:6px;
  }
  .reservation-service-price{
    grid-column:1 / -1;
    width:100%;
    margin:0;
    grid-template-columns:1fr auto;
    align-items:center;
  }
  .reservation-actions-modern{
    grid-template-columns:1fr!important;
  }
  .reservation-form-title-modern{
    gap:12px;
  }
  .reservation-form-title-modern>span{
    width:42px;
    height:42px;
    flex-basis:42px;
  }
  .reservation-form-title-modern h2{
    font-size:1.62rem!important;
  }
  .reservation-form-grid-modern{
    grid-template-columns:1fr!important;
  }
}
/* ===== Fim Minha reserva v94 ===== */

/* ===== Horários de busca por bairro/aeroporto ===== */
.sdgp-terminal-time-note{
  display:block;
  margin-top:6px;
  color:#60718a;
  font-size:.76rem;
  line-height:1.35;
}
.cart-service-lines span i{
  color:#1f4ed0;
}
.summary-item-photo-content span{
  line-height:1.3;
}
.reservation-service-meta span small{
  white-space:nowrap;
}
@media(max-width:640px){
  .sdgp-terminal-time-note{font-size:.72rem;}
}
/* ===== Fim horários de busca ===== */

/* ===== Produto: previsão de busca no card de reserva ===== */
.sdgp-civi-page .sdgp-pickup-preview{
  align-items:flex-start;
  gap:6px;
  background:#f5f9ff;
  border:1px solid #dbe6f5;
  border-radius:10px;
  padding:8px 10px;
  margin-top:2px;
}
.sdgp-civi-page .sdgp-pickup-preview i{
  margin:2px 0 0!important;
  color:#1f4ed0!important;
}
.sdgp-civi-page .sdgp-pickup-preview strong{
  color:#12366f;
  font-weight:800;
}
/* ===== Fim previsão de busca ===== */


/* Seletor com busca para hotel/ponto no card de reserva */
.sdgp-native-select-hidden{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  min-width:1px!important;
  max-width:1px!important;
  opacity:0!important;
  pointer-events:none!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
}
.sdgp-book-col,
.sdgp-book,
.sdgp-form{
  overflow:visible!important;
}
.sdgp-form [data-sdgp-hotel]{
  display:none;
  min-width:0;
  max-width:100%;
  overflow:visible!important;
  position:relative;
  z-index:20;
}
.sdgp-form [data-sdgp-hotel].sdgp-point-field-open{
  z-index:5000!important;
}
.sdgp-form [data-sdgp-hotel] select[name="boarding_point_id"]{
  width:100%;
  max-width:100%;
  min-width:0;
}
.sdgp-point-combo{
  position:relative;
  width:100%;
  max-width:100%;
  min-width:0;
  font:inherit;
}
.sdgp-point-combo.open{
  z-index:5001!important;
}
.sdgp-point-combo__button{
  width:100%;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border:1px solid #d6e2f4;
  border-radius:12px;
  background:#fff;
  color:#10284d;
  font:inherit;
  font-weight:600;
  min-height:43px;
  padding:0 12px;
  text-align:left;
  cursor:pointer;
  box-sizing:border-box;
}
.sdgp-point-combo__button span{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.sdgp-point-combo__button i{
  flex:0 0 auto;
  color:#0f2a4f;
  font-size:.85em;
}
.sdgp-point-combo__button.is-placeholder span{
  color:#5b6b84;
}
.sdgp-point-combo.open .sdgp-point-combo__button{
  border-color:#1d65e5;
  box-shadow:0 0 0 3px rgba(29,101,229,.12);
}
.sdgp-point-combo__panel{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 6px);
  z-index:5002!important;
  background:#fff;
  border:1px solid #d6e2f4;
  border-radius:14px;
  box-shadow:0 18px 40px rgba(12,35,64,.18);
  padding:8px;
  box-sizing:border-box;
  max-width:100%;
  min-width:0;
}
.sdgp-point-combo__search{
  width:100%;
  height:40px;
  border:1px solid #bfcce0;
  border-radius:10px;
  padding:0 11px;
  font:inherit;
  font-weight:600;
  color:#10284d;
  box-sizing:border-box;
  outline:none;
  margin:0 0 8px;
}
.sdgp-point-combo__search:focus{
  border-color:#1d65e5;
  box-shadow:0 0 0 3px rgba(29,101,229,.12);
}
.sdgp-point-combo__list{
  max-height:230px;
  overflow:auto;
  padding:0;
  margin:0;
  box-sizing:border-box;
}
.sdgp-point-combo__option{
  width:100%;
  display:block;
  border:0;
  background:#fff;
  color:#10284d;
  text-align:left;
  font:inherit;
  font-weight:600;
  border-radius:9px;
  padding:10px 11px;
  line-height:1.25;
  cursor:pointer;
  box-sizing:border-box;
}
.sdgp-point-combo__option:hover,
.sdgp-point-combo__option:focus,
.sdgp-point-combo__option.is-selected{
  background:#eaf2ff;
  outline:none;
}
.sdgp-point-combo__empty{
  color:#6c7890;
  font-size:.9em;
  padding:10px 11px;
}
@media(max-width:767px){
  .sdgp-point-combo__panel{
    position:fixed;
    left:18px;
    right:18px;
    top:auto;
    bottom:18px;
    max-height:70vh;
    z-index:100002!important;
  }
  .sdgp-point-combo__list{
    max-height:46vh;
  }
}

/* ===== v65 - Cards específicos para hotéis/restaurantes + paginação ===== */
.sdg-place-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
  border:1px solid #dfe7f2!important;
  border-radius:20px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:0 12px 30px rgba(10,31,58,.08)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
.sdg-place-card:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 18px 42px rgba(10,31,58,.13)!important;
}
.sdg-place-card--featured{
  border:0px solid #1f4ed03d!important;
  box-shadow:0 16px 40px rgba(255,151,15,.0),0 12px 30px rgba(10,31,58,.08)!important;
} 
.sdg-place-img{
  height:214px!important;
  display:block!important;
  border-radius:0!important;
  background:#dce8f5!important;
}
.sdg-place-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.sdg-place-type-badge,
.sdg-place-featured-badge{
  position:absolute!important;
  z-index:3!important;
  top:7px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:22px!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  color:#fff!important;
  font-size:.70rem!important;
  font-weight:600!important;
  line-height:1!important;
  box-shadow:0 8px 18px rgba(0,0,0,.18)!important;
}
.sdg-place-type-badge{
  left:8px!important;
  background:#075eea!important;
}
.sdg-place-featured-badge{
  right:8px!important;
  left:auto!important;
  background:linear-gradient(135deg,#9C27B0,#7107aa)!important;
  border:0px solid rgba(255,255,255,.72)!important;
}
.sdg-place-body{
  flex:1 1 auto!important;
  display:grid!important;
  grid-template-rows:auto auto auto!important;
  gap:13px!important;
  padding:17px!important;
}
.sdg-place-main{
  display:grid!important;
  gap:9px!important;
  min-width:0!important;
}
.sdg-place-title{
  display:flex!important;
  align-items:flex-start!important;
  gap:7px!important;
  min-height:0!important;
  margin:0!important;
  color:#082048!important;
  font-size:1.04rem!important;
  font-weight:950!important;
  line-height:1.18!important;
  letter-spacing:-.025em!important;
}
.sdg-place-title a{
  min-width:0!important;
  color:inherit!important;
}
.sdg-place-verified,
.sdg-place-title .sdga-verified-seal{
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  margin:0!important;
  top:0!important;
  transform:translateY(-1px)!important;
}
.sdg-place-rating{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:18px!important;
  line-height:1!important;
}
.sdg-place-rating .sdg-stars{
  color:#075eea!important;
  font-size:.86rem!important;
  gap:1px!important;
}
.sdg-place-rating strong{
  color:#142846!important;
  font-size:.85rem!important;
  font-weight:900!important;
}
.sdg-place-rating small{
  color:#69768a!important;
  font-size:.82rem!important;
  white-space:nowrap!important;
}
.sdg-place-meta{
  display:flex!important;
  gap:20px!important;
  color:#263a56!important;
  font-size:.88rem!important;
  font-weight:400!important;
}
.sdg-place-meta span{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
}
.sdg-place-meta i{
  width:16px!important;
  color:#263a56!important;
  text-align:center!important;
  flex:0 0 16px!important;
}
.sdg-place-chips{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  min-height:30px!important;
}
.sdg-place-chips span{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  max-width:100%!important;
  min-height:20px!important;
  padding:7px 10px!important;
  border-radius:9px!important;
  background:#effcf3!important;
  color:#267734!important;
  font-size:.70rem!important;
  font-weight:500!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.sdg-place-chips i{
  color:#267734!important;
  font-size:.82rem!important;
}
.sdg-place-details{
  align-self:end!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:100%!important;
  min-height:42px!important;
  border:1px solid #075eea!important;
  border-radius:11px!important;
  color:#075eea!important;
  background:#fff!important;
  font-size:.91rem!important;
  font-weight:950!important;
  box-shadow:none!important;
}
.sdg-place-details:hover{
  background:#075eea!important;
  color:#fff!important;
}
.sdg-per-page-form label{
  display:flex;
  align-items:center;
  gap:8px;
  color:#61748b;
  font-size:.86rem;
  font-weight:600;
}
.sdg-per-page-form select{
  height:42px;
  min-width:150px;
  border:1px solid #dce6f3;
  border-radius:12px;
  padding:0 36px 0 13px;
  background:#fff;
  color:#193353;
  font:inherit;
  outline:0;
}
.sdg-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin:28px 0 0;
}
.sdg-pagination a,
.sdg-pagination span{
  min-width:40px;
  height:40px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #dce6f3;
  background:#fff;
  color:#183657;
  font-weight:850;
  font-size:.92rem;
}
.sdg-pagination a.is-active{
  border-color:#075eea;
  background:#075eea;
  color:#fff;
}
.sdg-pagination a.is-disabled{
  opacity:.45;
  pointer-events:none;
}
.sdg-pagination span{
  border-color:transparent;
  background:transparent;
  color:#7a8798;
}
@media(min-width:981px){
  .sdg-listing-page .sdg-listing-results .tour-grid .sdg-place-card{
    min-width:0!important;
  }
}
@media(max-width:640px){
  .sdg-place-card{
    display:grid!important;
    grid-template-columns:158px minmax(0,1fr)!important;
    align-items:stretch!important;
    gap:12px!important;
    padding:10px!important;
    border-radius:18px!important;
    min-height:0!important;
  }
  .sdg-place-card--featured{
    border-width:2px!important;
  }
  .sdg-place-img{
    height:auto!important;
    min-height:182px!important;
    border-radius:14px!important;
    overflow:hidden!important;
  }
  .sdg-place-img img{
    border-radius:14px!important;
  }
  .sdg-place-type-badge,
  .sdg-place-featured-badge{
    top:8px!important;
    min-height:25px!important;
    padding:6px 8px!important;
    font-size:.66rem!important;
    gap:4px!important;
  }
  .sdg-place-type-badge{left:8px!important;}
  .sdg-place-featured-badge{right:8px!important;}
  .sdg-place-body{
    padding:0!important;
    gap:7px!important;
    align-content:space-between!important;
  }
  .sdg-place-main{
    gap:6px!important;
  }
  .sdg-place-title{
    font-size:.96rem!important;
    line-height:1.12!important;
    letter-spacing:-.03em!important;
  }
  .sdg-place-title .sdga-verified-seal{
    width:16px!important;
    height:16px!important;
    min-width:16px!important;
  }
  .sdg-place-rating{
    gap:5px!important;
    flex-wrap:wrap!important;
  }
  .sdg-place-rating .sdg-stars{
    font-size:.76rem!important;
  }
  .sdg-place-rating strong,
  .sdg-place-rating small{
    font-size:.74rem!important;
  }
  .sdg-place-meta{
    gap:5px!important;
    font-size:.77rem!important;
  }
  .sdg-place-meta i{
    width:13px!important;
    flex-basis:13px!important;
    font-size:.82rem!important;
  }
  .sdg-place-chips{
    gap:5px!important;
  }
  .sdg-place-chips span{
    min-height:24px!important;
    padding:5px 7px!important;
    border-radius:8px!important;
    font-size:.65rem!important;
  }
  .sdg-place-chips span:nth-child(n+3){
    display:none!important;
  }
  .sdg-place-details{
    min-height:35px!important;
    border-radius:10px!important;
    font-size:.80rem!important;
  }
  .sdg-listing-actions--hospitality{
    grid-template-columns:1fr 1fr!important;
  }
  .sdg-per-page-form label{
    display:block;
  }
  .sdg-per-page-form label span{
    display:none;
  }
  .sdg-per-page-form select{
    width:100%;
    min-width:0;
    height:46px;
    text-align:center;
    font-weight:600;
    box-shadow:0 8px 18px rgba(10,31,58,.06);
  }
  .sdg-pagination{
    margin-top:20px;
    gap:6px;
  }
  .sdg-pagination a,
  .sdg-pagination span{
    min-width:36px;
    height:36px;
    border-radius:10px;
    font-size:.84rem;
  }
}
@media(max-width:380px){
  .sdg-place-card{
    grid-template-columns:138px minmax(0,1fr)!important;
    gap:10px!important;
    padding:8px!important;
  }
  .sdg-place-img{
    min-height:170px!important;
  }
  .sdg-place-featured-badge{
    max-width:76px!important;
    overflow:hidden!important;
  }
  .sdg-place-chips span:nth-child(n+2){
    display:none!important;
  }
}
/* ===== Fim v65 - Cards específicos para hotéis/restaurantes + paginação ===== */

/* ===== v65 - Ajustes dos cards de hotéis/restaurantes na home ===== */
.home-trip-card--place{
  border:1px solid #dfe7f2!important;
}
.home-trip-card--place.home-trip-card--featured{
  border:2px solid #ff970f!important;
  box-shadow:0 16px 36px rgba(255,151,15,.14),0 10px 28px rgba(10,31,58,.07)!important;
}
.home-trip-card-badges--place{
  inset:12px auto auto 12px!important;
  right:12px!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:8px!important;
  width:calc(100% - 24px)!important;
  pointer-events:none!important;
}
.home-trip-card-badges--place span{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  width:auto!important;
  min-height:28px!important;
  border-radius:999px!important;
  padding:7px 10px!important;
  background:#075eea!important;
  color:#fff!important;
  font-size:.72rem!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 8px 18px rgba(0,0,0,.16)!important;
}
.home-trip-card-badges--place .home-trip-destaque{
  margin-left:auto!important;
  background:linear-gradient(135deg,#ff970f,#ff7800)!important;
  border:1px solid rgba(255,255,255,.72)!important;
}
.home-trip-card--place h3{
  display:flex!important;
  align-items:flex-start!important;
  gap:6px!important;
}
.home-trip-card--place h3 a{
  min-width:0!important;
}
.home-trip-verified{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  margin:0!important;
  top:0!important;
  transform:translateY(-1px)!important;
}
.home-trip-meta--place{
  display:grid!important;
  gap:6px!important;
}
.home-trip-meta--place em{
  display:none!important;
}
.home-trip-meta--place span{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}
.home-trip-place-chips{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  flex-wrap:wrap!important;
}
.home-trip-place-chips span{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:26px!important;
  padding:6px 8px!important;
  border-radius:8px!important;
  background:#e6f6ec!important;
  color:#106449!important;
  font-size:.70rem!important;
  font-weight:750!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.home-trip-price--details-only{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  border-top:0!important;
  padding-top:2px!important;
}
.home-trip-price--details-only a{
  min-width:132px!important;
  justify-content:center!important;
}
@media(max-width:640px){
  .home-trip-card-badges--place{
    inset:8px 8px auto 8px!important;
    width:calc(100% - 16px)!important;
  }
  .home-trip-card-badges--place span{
    min-height:24px!important;
    padding:6px 8px!important;
    font-size:.64rem!important;
  }
  .home-trip-place-chips span:nth-child(n+3){
    display:none!important;
  }
  .home-trip-price--details-only a{
    min-width:0!important;
    width:100%!important;
  }
}
/* ===== Fim v65 - Ajustes dos cards de hotéis/restaurantes na home ===== */

/* ===== Checkout mobile - atalho para resumo do pedido ===== */
.checkout-mobile-summary-jump{
  display:none;
}
@media(max-width:640px){
  .checkout-page{
    padding-bottom:calc(54px + env(safe-area-inset-bottom));
  }
  .checkout-summary-enhanced{
    scroll-margin-top:86px;
  }
  .checkout-mobile-summary-jump{
    position:fixed;
    left:50%;
    bottom:calc(12px + env(safe-area-inset-bottom));
    transform:translateX(-50%);
    z-index:86;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:38px;
    padding:9px 14px;
    border-radius:999px;
    background:#1f4ed0;
    color:#fff!important;
    font-size:.82rem;
    font-weight:800;
    line-height:1;
    box-shadow:0 12px 26px rgba(9,22,43,.18);
    white-space:nowrap;
  }
  .checkout-mobile-summary-jump i{
    font-size:.9rem;
  }
}
/* ===== Fim checkout mobile - atalho para resumo do pedido ===== */
