.utiterv-costs-table-wrapper{overflow-x:auto;margin-top:1.5rem}.utiterv-costs-table{width:100%;border-collapse:collapse;min-width:300px;color:var(--foreground)}.utiterv-costs-table thead th{text-align:left;padding:.75rem 1rem;border-bottom:2px solid color-mix(in oklab,var(--foreground) 20%,transparent);color:var(--foreground);font-weight:600}.utiterv-costs-table thead th:last-child{text-align:right}.utiterv-costs-table tbody td{padding:.75rem 1rem;border-bottom:1px solid color-mix(in oklab,var(--foreground) 15%,transparent);color:var(--foreground)}.utiterv-costs-table tbody td:last-child{text-align:right}.utiterv-costs-table tbody tr:last-child{font-weight:700}.utiterv-costs-table tbody tr:last-child td{border-top:2px solid color-mix(in oklab,var(--foreground) 25%,transparent);border-bottom:none}.utiterv-related-links{margin-top:1rem}.utiterv-related-links__title{margin:0;font-size:14px;color:var(--foreground);opacity:.85}.utiterv-related-links__items{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem}.utiterv-related-link{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .7rem;border-radius:999px;background:color-mix(in oklab,var(--primary) 10%,var(--background-elev-1));border:1px solid color-mix(in oklab,var(--primary) 22%,transparent);color:var(--foreground);text-decoration:none;font-size:14px;line-height:1.2;transition:transform .15s ease,background .15s ease,border-color .15s ease}.utiterv-related-link:hover{transform:translateY(-1px);background:color-mix(in oklab,var(--primary) 14%,var(--background-elev-1));border-color:color-mix(in oklab,var(--primary) 30%,transparent)}.utiterv-related-link:focus-visible{outline:2px solid color-mix(in oklab,var(--primary) 70%,transparent);outline-offset:2px}.utiterv-external-link{color:var(--primary);text-decoration:underline;-webkit-text-decoration-color:color-mix(in oklab,var(--primary) 40%,transparent);text-decoration-color:color-mix(in oklab,var(--primary) 40%,transparent);text-underline-offset:3px;transition:color .2s ease,-webkit-text-decoration-color .2s ease;transition:text-decoration-color .2s ease,color .2s ease;transition:text-decoration-color .2s ease,color .2s ease,-webkit-text-decoration-color .2s ease}.utiterv-external-link:hover{color:var(--primary);-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary)}.utiterv-external-link:focus-visible{outline:2px solid color-mix(in oklab,var(--primary) 70%,transparent);outline-offset:2px;border-radius:2px}.utiterv-hero .travel-guide-header-content{text-align:center}.utiterv-hero .travel-guide-header-overlay{background:linear-gradient(180deg,rgba(0,0,0,.12) 0,rgba(0,0,0,.28) 45%,rgba(0,0,0,.55))}.utiterv-overview-grid{display:grid;grid-template-columns:1fr;grid-gap:.9rem;gap:.9rem;margin-top:1.25rem}@media (min-width:720px){.utiterv-overview-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.utiterv-overview-card--wide{grid-column:span 2}}.utiterv-overview-card{padding:1rem 1.1rem;border-radius:14px;background:linear-gradient(135deg,color-mix(in oklab,var(--primary) 6%,var(--background-elev-1)) 0,var(--background-elev-1) 100%);border:1px solid color-mix(in oklab,var(--foreground) 10%,transparent);box-shadow:0 10px 26px color-mix(in oklab,var(--foreground) 4%,transparent);display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-column-gap:.75rem;column-gap:.75rem;grid-row-gap:.15rem;row-gap:.15rem}.utiterv-overview-card__icon{grid-row:span 2;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:color-mix(in oklab,var(--primary) 14%,transparent);border:1px solid color-mix(in oklab,var(--primary) 24%,transparent);font-size:18px}.utiterv-overview-card__label{font-size:13px;color:var(--foreground);opacity:.82}.utiterv-overview-card__value{font-size:15px;font-weight:650;color:var(--foreground);line-height:1.35}.utiterv-day{position:relative;display:grid;grid-template-columns:36px 1fr;grid-gap:1rem;gap:1rem;padding:1.1rem 0 1.4rem}.utiterv-day:before{content:"";position:absolute;left:18px;top:0;bottom:0;width:2px;background:color-mix(in oklab,var(--foreground) 12%,transparent)}.utiterv-day__badge{position:-webkit-sticky;position:sticky;top:88px;width:36px;height:36px;border-radius:999px;display:grid;place-items:center;background:color-mix(in oklab,var(--primary) 18%,var(--background-elev-1));border:1px solid color-mix(in oklab,var(--primary) 34%,transparent);color:var(--foreground);font-weight:800;z-index:1}.utiterv-day__content{padding-top:.15rem}.utiterv-tip{margin-top:1rem;padding:.9rem 1rem;border-radius:14px;display:grid;grid-template-columns:auto 1fr;grid-gap:.75rem;gap:.75rem;background:color-mix(in oklab,var(--primary) 8%,var(--background-elev-1));border:1px solid color-mix(in oklab,var(--primary) 18%,transparent)}.utiterv-tip__icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:color-mix(in oklab,var(--primary) 16%,transparent);border:1px solid color-mix(in oklab,var(--primary) 26%,transparent)}.utiterv-tip__body{color:var(--foreground);opacity:.95;line-height:1.6}.utiterv-faq{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.utiterv-faq__item{border-radius:14px;background:var(--background-elev-1);border:1px solid color-mix(in oklab,var(--foreground) 10%,transparent);overflow:hidden}.utiterv-faq__q{width:100%;text-align:left;padding:.95rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:transparent;border:0;color:var(--foreground);font-weight:700;cursor:pointer}.utiterv-faq__chev{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:color-mix(in oklab,var(--foreground) 8%,transparent);color:var(--foreground);font-size:18px;line-height:1;flex:0 0 auto}.utiterv-faq__a{padding:0 1rem 1rem;color:var(--foreground);opacity:.92;line-height:1.7}