:root{--portal-header-bg:rgba(255,255,255,0.96);--portal-header-border:rgba(0,0,0,0.08);--portal-header-text:#111827;--portal-header-text-muted:#6b7280;--portal-header-text-hover:#0b7a75;--portal-header-surface:#f0f4f8;--portal-header-input-border:rgba(0,0,0,0.1);--portal-search-bg:#ffffff;--portal-search-input-bg:#f6f8fa;--portal-search-border:rgba(11,122,117,0.22);--portal-search-focus-border:rgba(11,122,117,0.55);--portal-search-focus-ring:rgba(11,122,117,0.12);--portal-search-focus-input-bg:#ffffff;--portal-search-divider:rgba(0,0,0,0.08);--portal-chip-bg:#ffffff;--portal-chip-inner-bg:#f6f8fa;--portal-chip-border:rgba(0,0,0,0.1);--portal-chip-shadow:0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.04);--portal-search-btn:var(--triv-teal,#0b7a75);--portal-search-btn-hover:var(--triv-teal-hover,#085e5a);--portal-search-btn-icon:#fff;--portal-travel:var(--triv-travel,#0ea5e9);--portal-travel-soft:var(--triv-travel-soft,rgba(14,165,233,0.14));--portal-cgo:var(--triv-cgo,#0b7a75);--portal-cgo-soft:rgba(11,122,117,0.12);--portal-trails:var(--triv-trails,#166534);--portal-trails-soft:rgba(22,101,52,0.12)}body.page-home header.trivalo-header,body.page-portal header.trivalo-header{background:var(--portal-header-bg)!important;border-bottom:1px solid var(--portal-header-border)!important;box-shadow:0 1px 0 rgba(0,0,0,.04);backdrop-filter:blur(12px) saturate(1.4);-webkit-backdrop-filter:blur(12px) saturate(1.4);color:var(--portal-header-text)!important}body.page-home header.trivalo-header .site-header-inner,body.page-portal header.trivalo-header .site-header-inner{max-width:none;padding:0}.home-portal-topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:1rem 1.25rem;width:100%;max-width:1440px;margin:0 auto;padding:.65rem 1.25rem;min-height:56px}.home-portal-topbar__start{display:flex;align-items:center;gap:.5rem;min-width:0}.home-portal-topbar__menu{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--portal-header-input-border);border-radius:8px;background:var(--portal-header-surface);color:var(--portal-header-text);cursor:pointer;flex-shrink:0}.home-portal-topbar__menu:hover{background:var(--portal-cgo-soft);color:var(--portal-header-text-hover);border-color:rgba(11,122,117,.28)}.home-portal-topbar__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;white-space:nowrap}.home-portal-topbar__logo-text{display:inline-flex;align-items:baseline;gap:.2rem;font-family:var(--font-display,"Segoe UI",system-ui,sans-serif);font-size:1.05rem;font-weight:800;letter-spacing:-.02em;line-height:1}.home-portal-topbar__logo-trivalo{color:var(--trivalo-logo-gold,#b88e5d)}.home-portal-topbar__logo-go{color:var(--trivalo-logo-teal,#6b8e8e)}.home-portal-topbar__logo-img{height:32px;width:auto;display:block;flex-shrink:0}.home-portal-topbar__center{display:flex;align-items:center;justify-content:center;min-width:0;width:100%}.home-portal-topbar__center .home-portal-topbar__search{max-width:520px;width:100%;margin:0}.home-portal-topbar__checkin{flex-shrink:0;grid-column:3}.home-portal-topbar__actions{display:flex;align-items:center;gap:.35rem;justify-content:flex-end;flex-shrink:0;grid-column:4}@media (min-width:1024px){.home-portal-topbar__hide-mobile{display:inline-flex;align-items:center}}@media (max-width:1023px){.home-portal-topbar__hide-mobile{display:none!important}}.home-portal-topbar__search{display:flex;align-items:stretch;max-width:480px;width:100%;margin:0 auto;border:1px solid var(--portal-search-border);border-radius:10px;overflow:hidden;background:var(--portal-search-bg);box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:border-color .15s,box-shadow .15s,background .15s}.home-portal-topbar__search:focus-within{border-color:var(--portal-search-focus-border);background:var(--portal-search-bg);box-shadow:0 0 0 3px var(--portal-search-focus-ring),0 2px 8px rgba(11,122,117,.08)}.home-portal-topbar__search-input{flex:1;min-width:0;border:none;padding:.52rem 1rem;font-size:.8125rem;color:var(--portal-header-text);background:var(--portal-search-input-bg);outline:none;transition:background .15s}.home-portal-topbar__search:focus-within .home-portal-topbar__search-input{background:var(--portal-search-focus-input-bg)}.home-portal-topbar__search-input::-moz-placeholder{color:var(--portal-header-text-muted)}.home-portal-topbar__search-input::placeholder{color:var(--portal-header-text-muted)}.home-portal-topbar__search-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;border:none;border-left:1px solid var(--portal-search-divider);background:var(--portal-search-btn);color:var(--portal-search-btn-icon);cursor:pointer;flex-shrink:0;transition:background .15s,box-shadow .15s;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.home-portal-topbar__search-btn:hover{background:var(--portal-search-btn-hover);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.portal-checkin{position:relative}.portal-checkin__trigger{display:inline-flex;align-items:center;gap:.45rem;min-height:36px;padding:.3rem .7rem .3rem .55rem;border:1px solid var(--portal-chip-border);border-radius:10px;background:var(--portal-chip-bg);box-shadow:var(--portal-chip-shadow);cursor:pointer;font-family:inherit;transition:border-color .15s,box-shadow .15s,background .15s}.portal-checkin__trigger:hover,.portal-checkin__trigger[aria-expanded=true]{border-color:var(--portal-search-focus-border);background:#fff;box-shadow:0 0 0 3px var(--portal-search-focus-ring),0 2px 8px rgba(11,122,117,.1)}.portal-checkin__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:10px;background:rgba(11,122,117,.1);color:var(--triv-teal,#0b7a75);flex-shrink:0}.portal-checkin__copy{display:flex;flex-direction:column;align-items:flex-start;gap:.05rem;min-width:0;text-align:left}.portal-checkin__eyebrow{font-size:.58rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--triv-teal,#0b7a75);line-height:1.1}.portal-checkin__dates{font-size:.72rem;font-weight:700;color:var(--portal-header-text);line-height:1.2;white-space:nowrap;max-width:9.5rem;overflow:hidden;text-overflow:ellipsis}.portal-checkin__panel{position:absolute;top:calc(100% + .45rem);right:0;z-index:1200;width:min(320px,calc(100vw - 1.5rem));padding:.85rem;border-radius:10px;border:1px solid var(--portal-header-input-border);background:#fff;box-shadow:0 12px 40px rgba(17,24,39,.14)}.portal-checkin__field label{display:block;margin-bottom:.3rem;font-size:.72rem;font-weight:700;color:var(--portal-header-text-muted)}.portal-checkin__field input{width:100%;padding:.5rem .65rem;border:1px solid var(--portal-header-input-border);border-radius:10px;font-size:.875rem;font-family:inherit;color:var(--portal-header-text);background:var(--portal-header-surface)}.portal-checkin__field input:focus{outline:none;border-color:var(--portal-search-focus-border);box-shadow:0 0 0 3px var(--portal-search-focus-ring);background:#fff}.portal-checkin__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;margin-top:.65rem}.portal-checkin__action{display:flex;align-items:center;justify-content:center;padding:.45rem .35rem;border-radius:10px;font-size:.72rem;font-weight:700;text-decoration:none;text-align:center;border:1px solid var(--portal-header-input-border);background:var(--portal-header-surface);color:var(--portal-header-text);transition:background .15s,border-color .15s,color .15s}.portal-checkin__action:hover{border-color:var(--portal-search-focus-border);background:rgba(11,122,117,.08);color:var(--portal-header-text-hover)}.portal-checkin__action--hotel{border-color:rgba(11,122,117,.25)}.portal-checkin__action--flight{border-color:rgba(14,165,233,.3)}.portal-checkin__action--planner{border-color:rgba(232,119,46,.3)}.home-portal-topbar__link{font-size:.8125rem;font-weight:500;color:var(--portal-header-text);text-decoration:none;padding:.35rem .5rem;border-radius:6px;white-space:nowrap;transition:color .15s,background .15s}.home-portal-topbar__link:hover{color:var(--portal-header-text-hover);background:rgba(251,191,36,.07)}.home-portal-topbar__neobank{display:inline-flex;align-items:center;gap:.35rem;height:36px;padding:0 .55rem 0 .35rem;border-radius:10px;text-decoration:none;background:var(--portal-chip-inner-bg);border:1px solid var(--portal-chip-border);box-shadow:var(--portal-chip-shadow);transition:border-color .15s,box-shadow .15s,background .15s,transform .15s}.home-portal-topbar__neobank:hover{background:#274560;border-color:rgba(11,122,117,.65);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 0 3px var(--portal-search-focus-ring),0 2px 10px rgba(0,0,0,.28);transform:translateY(-1px)}.home-portal-topbar__neobank-icon{display:block;flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(6,95,91,.35))}.home-portal-topbar__neobank-label{font-size:.68rem;font-weight:900;letter-spacing:.14em;color:rgba(251,191,36,.95);line-height:1;padding-right:.15rem}@media (max-width:480px){.home-portal-topbar__neobank-label{display:none}.home-portal-topbar__neobank{padding:0 .35rem;width:36px;justify-content:center}}.home-portal-topbar__signin{display:inline-flex;align-items:center;padding:.45rem .9rem;font-size:.8125rem;font-weight:700;color:var(--cta-orange-ink,#fff);background:var(--cta-orange,#f97316);border-radius:10px;text-decoration:none;white-space:nowrap;box-shadow:var(--triv-orange-glow,0 4px 14px rgba(249,115,22,.35));transition:background .15s,box-shadow .15s,transform .15s}.home-portal-topbar__signin:hover{background:var(--cta-orange-hover,#ea580c);box-shadow:0 6px 18px rgba(234,88,12,.4);transform:translateY(-1px)}body.page-home .home-portal-topbar .lang-switch__trigger,body.page-home .home-portal-topbar .notification-bell,body.page-portal .home-portal-topbar .lang-switch__trigger,body.page-portal .home-portal-topbar .notification-bell{color:var(--portal-header-text)}body.page-home header.trivalo-header .lang-switch.lang-switch--official .lang-switch__trigger,body.page-portal header.trivalo-header .lang-switch.lang-switch--official .lang-switch__trigger{color:var(--portal-header-text);background:var(--portal-chip-inner-bg);border:1px solid var(--portal-chip-border);box-shadow:var(--portal-chip-shadow);border-radius:10px}body.page-home header.trivalo-header .lang-switch.lang-switch--official .lang-switch__trigger:hover,body.page-home header.trivalo-header .lang-switch.lang-switch--official .lang-switch__trigger[aria-expanded=true],body.page-portal header.trivalo-header .lang-switch.lang-switch--official .lang-switch__trigger:hover,body.page-portal header.trivalo-header .lang-switch.lang-switch--official .lang-switch__trigger[aria-expanded=true]{color:var(--portal-header-text-hover);background:var(--portal-search-focus-input-bg);border-color:var(--portal-search-focus-border);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 0 3px var(--portal-search-focus-ring),0 2px 10px rgba(0,0,0,.28)}body.page-home .home-portal-topbar .notification-bell:hover,body.page-portal .home-portal-topbar .notification-bell:hover{background:rgba(251,191,36,.08);color:var(--portal-header-text-hover)}body.page-portal #site-main,body.page-portal main#site-main{background:#f6f8fa}.home-portal-layout{display:grid;grid-template-columns:300px minmax(0,1fr);align-items:start;gap:0;max-width:1440px;margin:0 auto;width:100%;min-height:calc(100vh - 56px)}.home-portal-layout--bare{display:block;max-width:1440px;margin:0 auto;width:100%}.home-portal-layout__main{min-width:0;background:#f6f8fa}.home-portal-sidebar{position:sticky;top:56px;align-self:start;z-index:10;padding:.75rem 0 1.5rem;background:#f6f8fa;border-right:1px solid #e5e7eb;min-height:calc(100vh - 56px);max-height:calc(100vh - 56px);overflow-y:auto;scrollbar-width:thin}.home-portal-sidebar__nav{display:flex;flex-direction:column;gap:.2rem;padding:0 .65rem}.home-portal-sidebar__link,.home-portal-sidebar__link--btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem .75rem;font-size:1rem;font-weight:500;color:#374151;text-decoration:none;border-radius:8px;border:none;background:transparent;cursor:pointer;text-align:left;font-family:inherit;transition:color .15s,background .15s}.home-portal-sidebar__link--btn:hover,.home-portal-sidebar__link:hover{color:var(--portal-cgo);background:var(--portal-cgo-soft)}.home-portal-sidebar__link--btn.is-active,.home-portal-sidebar__link.is-active{color:var(--portal-cgo);background:var(--portal-cgo-soft);font-weight:600}.home-portal-sidebar__link--btn.home-portal-sidebar__link--cgo.is-active,.home-portal-sidebar__link--btn.home-portal-sidebar__link--cgo:hover,.home-portal-sidebar__link--cgo.is-active,.home-portal-sidebar__link--cgo:hover{color:var(--portal-cgo);background:var(--portal-cgo-soft)}.home-portal-sidebar__link--trails.is-active,.home-portal-sidebar__link--trails:hover{color:var(--portal-trails);background:var(--portal-trails-soft)}.home-portal-sidebar__icon{display:inline-flex;flex-shrink:0;width:22px;height:22px;color:#6b7280}.home-portal-sidebar__link--btn.is-active .home-portal-sidebar__icon,.home-portal-sidebar__link--btn:hover .home-portal-sidebar__icon,.home-portal-sidebar__link.is-active .home-portal-sidebar__icon,.home-portal-sidebar__link:hover .home-portal-sidebar__icon{color:var(--portal-cgo)}.home-portal-sidebar__link--cgo.is-active .home-portal-sidebar__icon,.home-portal-sidebar__link--cgo:hover .home-portal-sidebar__icon,.home-portal-sidebar__link--trails.is-active .home-portal-sidebar__icon,.home-portal-sidebar__link--trails:hover .home-portal-sidebar__icon{color:inherit}.home-portal-sidebar__label{line-height:1.25}.home-portal-sidebar__zone{margin-top:.75rem;padding:.75rem .5rem 0;border-top:1px solid #e5e7eb}.home-portal-sidebar__zone-title{margin:0 0 .5rem .75rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af}.home-portal-sidebar__zone-nav{display:flex;flex-direction:column;gap:.1rem}.home-portal-sidebar__zone-link{display:block;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#4b5563;text-decoration:none;border-radius:6px;transition:color .15s,background .15s}.home-portal-sidebar__zone-link.is-active,.home-portal-sidebar__zone-link:hover{color:var(--portal-cgo);background:var(--portal-cgo-soft)}.home-portal-sidebar__zone-link.is-active{font-weight:600}.home-portal-sidebar__all{margin-top:.5rem;padding:.5rem .5rem 1rem;border-top:1px solid #e5e7eb}.home-portal-sidebar__all-group{margin-bottom:.75rem}.home-portal-sidebar__all-title{margin:0 0 .35rem .75rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#9ca3af}.home-portal-sidebar__all-link{display:block;padding:.45rem .75rem;font-size:.875rem;color:#4b5563;text-decoration:none;border-radius:6px}.home-portal-sidebar__all-link.is-active,.home-portal-sidebar__all-link:hover{color:var(--portal-cgo);background:var(--portal-cgo-soft)}.home-portal-sidebar__all-link.is-active{font-weight:600}.home-portal-drawer__backdrop{position:fixed;inset:0;z-index:1100;border:none;background:rgba(17,24,39,.45);cursor:pointer}.home-portal-drawer{position:fixed;top:0;left:0;z-index:1101;width:min(320px,88vw);height:100vh;background:#fff;box-shadow:4px 0 24px rgba(0,0,0,.12);display:flex;flex-direction:column;overflow:hidden}.home-portal-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.home-portal-drawer__title{font-size:.9375rem;font-weight:700;color:#111827}.home-portal-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:#f3f4f6;color:#374151;cursor:pointer}.home-portal-drawer__body{flex:1;overflow-y:auto;padding:.75rem 0 2rem;-webkit-overflow-scrolling:touch}.home-portal-drawer__section{padding:0 .75rem .75rem;border-bottom:1px solid #f3f4f6;margin-bottom:.75rem}.home-portal-drawer__section-title{margin:0 0 .5rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af}.home-portal-drawer__group-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.55rem .65rem;border:none;border-radius:8px;background:transparent;font-size:.875rem;font-weight:600;color:#111827;cursor:pointer;font-family:inherit;text-align:left}.home-portal-drawer__group-btn.is-active{color:var(--portal-cgo);background:var(--portal-cgo-soft)}.home-portal-drawer__link{display:block;padding:.45rem .65rem .45rem 1.25rem;font-size:.8125rem;color:#4b5563;text-decoration:none;border-radius:6px}.home-portal-drawer__link:hover{color:var(--portal-cgo);background:#f3f4f6}.home-portal-drawer__link.is-active{color:var(--portal-cgo);font-weight:600;background:var(--portal-cgo-soft)}.home-portal-drawer__link--top{padding-left:.65rem;font-weight:600;color:#111827}body.portal-drawer-open{overflow:hidden}body.page-portal .site-zone-strip{display:none!important}body.page-home .home-portal-layout__main .home-travel-hero{width:100%;max-width:100%;margin-left:0;margin-right:0;left:auto}body.page-home .home-verticals-strip{display:none}@media (max-width:1023px){.home-portal-layout{grid-template-columns:1fr}.home-portal-sidebar-shell{position:relative;min-width:0}.home-portal-sidebar-shell:after{content:"";position:absolute;right:0;top:0;bottom:0;width:2rem;background:linear-gradient(270deg,#fff 50%,rgba(255,255,255,.75) 70%,transparent);pointer-events:none;z-index:2}.home-portal-sidebar__scroll-hint{display:flex;align-items:center;justify-content:center;position:absolute;right:.1rem;top:50%;transform:translateY(-50%);z-index:3;width:1.15rem;height:1.15rem;border-radius:999px;font-size:.85rem;font-weight:900;line-height:1;color:#6b7280;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 4px rgba(15,23,42,.08);pointer-events:none;animation:portal-sidebar-scroll-hint 2.4s ease-in-out infinite}@keyframes portal-sidebar-scroll-hint{0%,to{opacity:.55;transform:translateY(-50%) translateX(0)}50%{opacity:1;transform:translateY(-50%) translateX(2px)}}.home-portal-topbar__menu{display:inline-flex}.home-portal-sidebar{position:static;min-height:40px;max-height:none;border-right:none;border-bottom:1px solid #e5e7eb;padding:0 1.35rem 0 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding-right:1.25rem}.home-portal-sidebar::-webkit-scrollbar{display:none}.home-portal-sidebar__nav{flex-direction:row;align-items:stretch;gap:0;padding:0;width:-moz-max-content;width:max-content;min-width:100%}.home-portal-sidebar__link,.home-portal-sidebar__link--btn{flex:0 0 auto;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;min-width:3.35rem;max-width:3.65rem;padding:.25rem .28rem;text-align:center;font-size:.56rem;line-height:1.1;border-radius:0;min-height:40px}.home-portal-sidebar__icon{width:15px;height:15px;flex-shrink:0}.home-portal-sidebar__label{white-space:nowrap;max-width:3.25rem;overflow:hidden;text-overflow:ellipsis}.home-portal-sidebar__link--btn.is-active,.home-portal-sidebar__link.is-active{border-radius:8px}.home-portal-sidebar__all,.home-portal-sidebar__zone{display:none}}@media (min-width:1024px){.home-portal-sidebar__scroll-hint,.home-portal-topbar__menu{display:none}}@media (max-width:1023px){.home-portal-topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;grid-template-areas:"brand search checkin actions";gap:.3rem .35rem;padding:.4rem .55rem;align-items:center;min-height:48px}.home-portal-topbar__menu{width:32px;height:32px;border-radius:7px}.home-portal-topbar__menu svg{width:18px;height:18px}.home-portal-topbar__start{grid-area:brand;align-self:center;flex-shrink:0;gap:.3rem;min-width:0}.home-portal-topbar__logo{flex-direction:row;align-items:center;gap:0}.home-portal-topbar__logo-img{height:32px;width:auto;max-width:2.35rem;-o-object-fit:contain;object-fit:contain}.home-portal-topbar__logo-text{display:none}.home-portal-topbar__center{grid-area:search;grid-column:auto;justify-content:stretch;width:100%;min-width:0}.home-portal-topbar__center .home-portal-topbar__search{max-width:none;margin:0;width:100%;min-height:34px}.home-portal-topbar__search{margin:0}.home-portal-topbar__search-input{padding:.3rem .45rem;font-size:.72rem;line-height:1.2}.home-portal-topbar__search-btn{width:32px}.home-portal-topbar__search-btn svg{width:15px;height:15px}.home-portal-topbar__checkin{grid-area:checkin;grid-column:auto;justify-self:center;align-self:center;width:auto;min-width:0;max-width:2.65rem}.home-portal-topbar__checkin .portal-checkin{width:auto;max-width:100%}.home-portal-topbar__checkin .portal-checkin__trigger{width:auto;max-width:100%;min-height:32px;min-width:32px;padding:.22rem;gap:0;justify-content:center}.home-portal-topbar__checkin .portal-checkin__icon{width:22px;height:22px}.home-portal-topbar__checkin .portal-checkin__copy{display:none}.home-portal-topbar__actions{grid-area:actions;grid-column:auto;justify-self:end;justify-content:flex-end;flex-wrap:nowrap;gap:.2rem}.home-portal-topbar__link--hide-sm{display:none}body.page-home header.trivalo-header .lang-switch.lang-switch--official .lang-switch__trigger,body.page-portal header.trivalo-header .lang-switch.lang-switch--official .lang-switch__trigger{min-height:32px;min-width:32px;padding:.2rem}}@media (max-width:767px){.home-portal-topbar__logo-text{font-size:.92rem}.home-portal-topbar__link--hide-md{display:none}}@media (max-width:520px){.home-portal-topbar{gap:.25rem .3rem;padding:.35rem .45rem}.home-portal-topbar__logo-img{height:28px;max-width:2rem}.home-portal-topbar__menu{width:30px;height:30px}.home-portal-topbar__search-input{padding:.28rem .4rem;font-size:.68rem}.home-portal-topbar__search-input::-moz-placeholder{font-size:.68rem}.home-portal-topbar__search-input::placeholder{font-size:.68rem}.home-portal-topbar__search-btn{width:30px}}@media (max-width:900px){.home-portal-topbar__link--hide-md{display:none}}@media (min-width:1024px){body.page-home .home-shell{padding-left:0;padding-right:0}}@media (max-width:1023px){body.page-portal{padding-bottom:calc(56px + env(safe-area-inset-bottom, 0px))}}header.trivalo-header .logo .logo-go,header.trivalo-header .logo-go,header.trivalo-header .shd-logo__go,header.trivalo-header .shm-logo__go{color:var(--logo-cango-gold,#fbbf24)!important;background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important;-webkit-text-fill-color:var(--logo-cango-gold,#fbbf24)!important;animation:none!important;filter:none!important}header.trivalo-header .site-header-nav__row--desktop{display:none;align-items:center;gap:.25rem}@media (min-width:1024px){header.trivalo-header .site-header-nav__row--desktop{display:flex}}.nav-dropdown-wrap{position:relative}.nav-dropdown-wrap:focus-within .nav-dropdown,.nav-dropdown-wrap:hover .nav-dropdown{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.site-header-nav-link.has-dropdown{display:flex;align-items:center;gap:.3rem}.nav-chevron{opacity:.6;transition:transform .2s}.nav-dropdown-wrap:hover .nav-chevron{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(4px);min-width:180px;max-height:min(70vh,420px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(11,122,117,.3) transparent;background:#FFFFFF;border:1px solid #d6dce5;border-radius:10px;padding:.5rem .4rem .4rem;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:200;box-shadow:0 8px 32px rgba(17,24,39,.12)}.nav-dropdown--scroll{min-width:200px;padding:.35rem .3rem}.nav-dropdown--scroll .nav-dropdown-item{padding:.45rem .65rem;font-size:.78rem}.nav-dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;border-radius:8px;font-size:.8rem;font-weight:500;color:#374151;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s}.nav-dropdown-item.is-active,.nav-dropdown-item:hover{background:rgba(11,122,117,.08);color:#0B7A75}.nav-dropdown-badge{font-size:.75rem}.lang-picker{position:relative}.lang-btn{display:flex;align-items:center;gap:.3rem;padding:.3rem .55rem;border-radius:8px;border:1px solid #d6dce5;background:transparent;color:#374151;font-size:.75rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s;white-space:nowrap}.lang-btn:hover{border-color:rgba(11,122,117,.45);color:#0B7A75}.lang-flag{font-size:1rem;line-height:1}.lang-code{font-size:.72rem;font-weight:700;letter-spacing:.04em}.lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#FFFFFF;border:1px solid #d6dce5;border-radius:10px;padding:.4rem;z-index:300;box-shadow:0 8px 32px rgba(17,24,39,.12);display:flex;flex-direction:column;gap:1px}.lang-option{display:flex;align-items:center;gap:.6rem;width:100%;padding:.5rem .75rem;border-radius:8px;border:none;background:transparent;color:#374151;font-size:.8rem;cursor:pointer;text-align:left;transition:background .15s,color .15s}.lang-option:hover{background:rgba(11,122,117,.07);color:#0B7A75}.lang-option.is-active{color:#0B7A75;background:rgba(11,122,117,.08)}.lang-option-name{flex:1}.lang-option-code{font-size:.68rem;font-weight:700;letter-spacing:.05em;color:#6B7280}.lang-option.is-active .lang-option-code{color:#0B7A75}.mobile-drawer{position:absolute;top:100%;left:0;right:0;background:#FFFFFF;border-bottom:1px solid #d6dce5;z-index:999;max-height:calc(100vh - 60px);overflow-y:auto}.mobile-drawer-inner{max-width:480px;margin:0 auto;padding:.75rem 1rem 1.5rem;display:flex;flex-direction:column;gap:.25rem}.mobile-nav-group-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.65rem .75rem;border-radius:10px;border:none;background:transparent;color:#374151;font-size:.9rem;font-weight:600;cursor:pointer;text-align:left;transition:background .15s,color .15s}.mobile-nav-group-btn.is-active,.mobile-nav-group-btn:hover{background:rgba(11,122,117,.07);color:#111827}.mobile-nav-group-btn.is-active{color:#0B7A75}.mobile-subnav{padding:.2rem 0 .2rem 1rem;display:flex;flex-direction:column;gap:2px}.mobile-subnav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;font-size:.82rem;font-weight:500;color:#6B7280;text-decoration:none;transition:background .15s,color .15s}.mobile-subnav-link:hover{background:rgba(11,122,117,.07);color:#0B7A75}.mobile-subnav-link.is-active{color:#0B7A75}.mobile-lang-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #d6dce5}.mobile-lang-label{font-size:.65rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#9CA3AF;padding:0 .35rem .5rem}.mobile-lang-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.35rem}.mobile-lang-btn{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem .2rem;border-radius:8px;border:1px solid #d6dce5;background:transparent;color:#6B7280;font-size:.65rem;font-weight:700;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.mobile-lang-btn:hover{border-color:rgba(11,122,117,.35);color:#0B7A75;background:rgba(11,122,117,.06)}.mobile-lang-btn.is-active{border-color:rgba(11,122,117,.5);background:rgba(11,122,117,.08);color:#0B7A75}.hidden-mobile{display:none}@media (min-width:640px){.hidden-mobile{display:inline-flex}}@media (min-width:1024px){.mobile-drawer,.site-header-nav-backdrop,.site-header-nav-toggle{display:none!important}}.trivalo-footer--premium .trivalo-footer__inner--premium{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(0,1fr));gap:2.5rem 2rem;padding-bottom:2rem;border-bottom:1px solid rgba(214,220,229,.5)}.trivalo-footer__cert{display:inline-flex;align-items:center;gap:.65rem;margin-top:.35rem;padding:.55rem .85rem;border-radius:10px;background:rgba(246,248,250,.95);border:1px solid rgba(11,122,117,.28);max-width:300px}.trivalo-footer__cert-icon{font-size:1.1rem;filter:drop-shadow(0 0 8px rgba(11,122,117,.4))}.trivalo-footer__cert-text{font-family:Outfit,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0B7A75;line-height:1.35}.trivalo-footer__link--partner{display:inline-flex!important;align-items:center;gap:.45rem;color:#0B7A75!important;font-weight:600}.trivalo-footer__link--partner:hover{color:#085E5A!important}.trivalo-footer__partner-dot{width:6px;height:6px;border-radius:50%;background:#0B7A75;box-shadow:0 0 10px rgba(11,122,117,.5);flex-shrink:0}.trivalo-footer__dropdown{margin-top:.15rem}.trivalo-footer__dropdown-summary{list-style:none;cursor:pointer;font-family:Jost,sans-serif;font-size:.82rem;font-weight:600;color:rgba(125,211,252,.88);padding:.2rem 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.trivalo-footer__dropdown-summary::-webkit-details-marker{display:none}.trivalo-footer__dropdown-summary:after{content:"▾";display:inline-block;margin-left:.35rem;font-size:.7rem;opacity:.75;transition:transform .15s ease}.trivalo-footer__dropdown[open] .trivalo-footer__dropdown-summary:after{transform:rotate(180deg)}.trivalo-footer__dropdown-panel{display:flex;flex-direction:column;gap:.2rem;padding:.35rem 0 .15rem .65rem;border-left:1px solid rgba(143,210,255,.12);margin-left:.15rem}.trivalo-footer__col--updates .trivalo-footer__col-title{margin-bottom:.65rem}.trivalo-footer__newsletter-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.trivalo-footer__newsletter-row{display:flex;align-items:stretch;gap:0;border-radius:10px;overflow:hidden;border:1px solid rgba(143,210,255,.22);background:rgba(15,23,42,.75)}.trivalo-footer__newsletter-input{flex:1;min-width:0;border:none;background:transparent;padding:.65rem .85rem;font-family:Jost,sans-serif;font-size:.86rem;color:#e2e8f0;outline:none}.trivalo-footer__newsletter-input::-moz-placeholder{color:rgba(148,163,184,.65)}.trivalo-footer__newsletter-input::placeholder{color:rgba(148,163,184,.65)}.trivalo-footer__newsletter-btn{flex-shrink:0;border:none;padding:.65rem 1rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0f172a;background:linear-gradient(135deg,#22d3ee,#2dd4bf);cursor:pointer;transition:filter .15s ease}.trivalo-footer__newsletter-btn:hover{filter:brightness(1.08)}.trivalo-footer__newsletter-hint{margin:.55rem 0 0;font-family:Jost,sans-serif;font-size:.72rem;line-height:1.45;color:rgba(148,163,184,.62)}.trivalo-footer__bottom--premium{max-width:1280px}.trivalo-footer__built{display:inline-flex;align-items:center;gap:.35rem}.trivalo-footer__heart{color:#f87171}@media (max-width:1024px) and (min-width:768px){.trivalo-footer--premium .trivalo-footer__inner--premium{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}.trivalo-footer--premium .trivalo-footer__brand,.trivalo-footer--premium .trivalo-footer__col--updates{grid-column:1/-1}}@media (max-width:767px){.trivalo-footer--premium .trivalo-footer__inner--premium{grid-template-columns:1fr;gap:1.75rem}.trivalo-footer__col{padding-top:.25rem;border-top:1px solid rgba(143,210,255,.06)}.trivalo-footer--premium .trivalo-footer__brand{border-top:none;padding-top:0}.trivalo-footer__bottom--premium{flex-direction:column;align-items:flex-start;gap:.65rem}}#site-footer.trivalo-footer.trivalo-footer--61,.trivalo-footer.trivalo-footer--61,footer.trivalo-footer.trivalo-footer--61#site-footer{background:linear-gradient(180deg,#f8fafb,#f1f5f4)!important;border-top:1px solid rgba(11,122,117,.14)!important;margin-top:3rem!important;padding:2.5rem clamp(1rem,2.5vw,3rem) 1.5rem!important;position:relative;overflow-x:clip;text-align:left!important;font-size:inherit!important;color:#111827!important;box-sizing:border-box;width:100%;max-width:100%}.trivalo-footer.trivalo-footer--61:before{display:none!important}.trivalo-footer-61__inner{width:100%;max-width:min(100%,1280px);margin:0 auto;box-sizing:border-box}.trivalo-footer-61__layout{display:flex;flex-direction:column;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(11,122,117,.12)}.trivalo-footer-61__nav-desktop{display:none}.trivalo-footer-61__nav-mobile{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.65rem}@media (max-width:639px){.trivalo-footer-61__nav-mobile{grid-template-columns:1fr}}.trivalo-footer-61__col{min-width:0}.trivalo-footer-61__brand{display:flex;flex-direction:column;gap:.75rem}.trivalo-footer-61__logo{display:flex;align-items:center;text-decoration:none}.trivalo-footer-61__logo-img{height:34px;width:auto;display:block}.trivalo-footer-61__tagline{font-family:Jost,sans-serif;font-size:.85rem;color:#4b5563;line-height:1.5;margin:0}.trivalo-footer-61__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .8rem;border-radius:10px;background:rgba(11,122,117,.08);border:1px solid rgba(11,122,117,.22);font-size:.64rem;font-weight:700;letter-spacing:.08em;max-width:-moz-fit-content;max-width:fit-content}.trivalo-footer-61__badge,.trivalo-footer-61__col-title{font-family:Outfit,sans-serif;text-transform:uppercase;color:#0b7a75}.trivalo-footer-61__col-title{margin:0 0 .4rem;font-size:.72rem;letter-spacing:.12em}.trivalo-footer-61__links{display:flex;flex-direction:column;gap:.45rem}.trivalo-footer-61__links a{font-family:Jost,sans-serif;font-size:.86rem;color:#374151;text-decoration:none;transition:color .16s ease,transform .16s ease}.trivalo-footer-61__links a:hover{color:#0b7a75;transform:translateX(3px)}.trivalo-footer-61__link--partner{display:inline-flex;align-items:center;gap:.35rem;color:#e8772e!important;font-weight:600}.trivalo-footer-61__link--partner:hover{color:#d4630f!important}.trivalo-footer-61__partner-dot{width:6px;height:6px;border-radius:50%;background:#e8772e;flex-shrink:0}.trivalo-footer-61__nested{margin-top:.2rem}.trivalo-footer-61__nested>summary{cursor:pointer;list-style:none;font-family:Jost,sans-serif;font-size:.8rem;color:#0b7a75}.trivalo-footer-61__nested>summary::-webkit-details-marker{display:none}.trivalo-footer-61__nested-panel{margin-top:.5rem;padding-left:.2rem}.trivalo-footer-61__subgroup{margin-top:.85rem}.trivalo-footer-61__subgroup-title{margin:0 0 .35rem;font-family:Outfit,sans-serif;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(125,211,252,.88)}.trivalo-footer-61__subgroup-links{gap:.35rem}.trivalo-footer-61__bottom{width:100%;margin:1.25rem 0 0;padding-top:1rem;border-top:1px solid rgba(11,122,117,.12);box-sizing:border-box}.trivalo-footer-61__bottom-inner{display:flex;flex-wrap:wrap;gap:.8rem 1.3rem;font-family:Jost,sans-serif;font-size:.74rem;color:#6b7280;justify-content:flex-start;text-align:left}.trivalo-footer-61__bottom-inner p{margin:0}.trivalo-footer-61__nav-mobile details{border-radius:10px;border:1px solid rgba(11,122,117,.12);background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.04);overflow:hidden}.trivalo-footer-61__nav-mobile details>summary{cursor:pointer;list-style:none;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#111827;padding:.9rem 1rem;border-bottom:none;display:flex;align-items:center;justify-content:space-between;transition:color .15s,background .15s}.trivalo-footer-61__nav-mobile details>summary::-webkit-details-marker{display:none}.trivalo-footer-61__nav-mobile details>summary:after{content:"▾";font-size:.75rem;opacity:.6;transition:transform .2s}.trivalo-footer-61__nav-mobile details[open]>summary:after{transform:rotate(180deg)}.trivalo-footer-61__nav-mobile details[open]>summary{color:#0b7a75;background:rgba(11,122,117,.06)}.trivalo-footer-61__nav-mobile .trivalo-footer-61__links{padding:.35rem 1rem 1rem;border-bottom:none;border-top:1px solid rgba(11,122,117,.08)}@media (max-width:1023px){#site-footer.trivalo-footer.trivalo-footer--61,footer.trivalo-footer.trivalo-footer--61#site-footer{padding-bottom:calc(var(--mobile-nav-h, 80px) + 2.5rem + .75rem + env(safe-area-inset-bottom, 0px))!important;margin-bottom:0}}.trivalo-footer-61__lang-social{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem 2rem;padding:1.25rem 1.5rem;border-top:1px solid rgba(11,122,117,.1);background:rgba(255,255,255,.65);border-radius:10px}.footer-lang-dropdown{flex:1;min-width:180px}.footer-lang-summary{display:flex;align-items:center;gap:.4rem;list-style:none;font-size:.78rem;font-weight:700;color:#94a3b8;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.4rem 0}.footer-lang-summary::-webkit-details-marker{display:none}.footer-lang-summary:hover{color:#0b7a75}.footer-lang-chevron{margin-left:auto;transition:transform .2s}.footer-lang-dropdown[open] .footer-lang-chevron{transform:rotate(180deg)}.footer-lang-dropdown[open] .footer-lang-summary{color:#0b7a75}.footer-lang-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.25rem;padding:.5rem 0}.footer-lang-item{display:flex;align-items:center;gap:.45rem;padding:.4rem .6rem;border-radius:8px;text-decoration:none;font-size:.8rem;font-weight:600;color:#374151;transition:color .15s,background .15s;border:none;background:transparent;cursor:pointer;text-align:left;width:100%;font-family:inherit}.footer-lang-item:hover{color:#0b7a75;background:rgba(11,122,117,.08)}.footer-lang-item.is-active{color:#0b7a75;background:rgba(11,122,117,.12);font-weight:700}.footer-lang-flag{font-size:1.1rem;line-height:1}.footer-lang-name{font-size:.78rem}.footer-social-row{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.2rem 0}.footer-social-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid rgba(11,122,117,.16);color:#4b5563;text-decoration:none;transition:color .15s,background .15s,border-color .15s}.footer-social-btn:hover{color:#0b7a75;background:rgba(11,122,117,.08);border-color:rgba(11,122,117,.28)}.trivalo-footer--61 .trivalo-footer-61__nav-mobile details{background:#fff!important;border-color:rgba(11,122,117,.14)!important}.trivalo-footer--61 .trivalo-footer-61__nav-mobile details>summary{color:#111827!important}.trivalo-footer--61 .trivalo-footer-61__lang-social{background:#fff!important;border:1px solid rgba(11,122,117,.1)}.trivalo-footer--61 .footer-lang-summary{color:#374151!important}.trivalo-footer--61 .trivalo-footer-61__bottom-inner{color:#4b5563!important}footer.trivalo-footer--61 .footer-lang-dropdown,footer.trivalo-footer--61 .footer-lang-item,footer.trivalo-footer--61 .footer-lang-summary,footer.trivalo-footer--61 .footer-social-btn,footer.trivalo-footer--61 .trivalo-footer-61__bottom,footer.trivalo-footer--61 .trivalo-footer-61__lang-social,footer.trivalo-footer--61 .trivalo-footer-61__links a,footer.trivalo-footer--61 .trivalo-footer-61__nav-mobile details{border-top:none!important}footer.trivalo-footer--61 .trivalo-footer-61__bottom{border-top:1px solid rgba(11,122,117,.12)!important;background:transparent!important;color:#4b5563!important}footer.trivalo-footer--61 .trivalo-footer-61__lang-social{background:#fff!important;border:1px solid rgba(11,122,117,.12)!important;box-shadow:0 2px 8px rgba(15,23,42,.04)}footer.trivalo-footer--61 .footer-lang-item,footer.trivalo-footer--61 .footer-lang-summary{color:#374151!important;background:transparent!important}footer.trivalo-footer--61 .footer-social-btn{background:#f8fafb!important;border:1px solid rgba(11,122,117,.16)!important;color:#4b5563!important}footer.trivalo-footer--61 .trivalo-footer-61__nav-mobile details{background:#fff!important;border:1px solid rgba(11,122,117,.12)!important;color:#111827!important}footer.trivalo-footer--61 .trivalo-footer-61__nav-mobile details>summary{color:#111827!important;background:transparent!important}footer.trivalo-footer--61 .trivalo-footer-61__nav-mobile details[open]>summary{color:#0b7a75!important;background:rgba(11,122,117,.06)!important}footer.trivalo-footer--61 .trivalo-footer-61__links a{color:#374151!important}footer.trivalo-footer--61 .trivalo-footer-61__links a:hover{color:#0b7a75!important}