:root {
  --ubt-navy:#071943;
  --ubt-blue:#064bc3;
  --ubt-blue-2:#0b5ddd;
  --ubt-sky:#eaf4ff;
  --ubt-gold:#f2aa2d;
  --ubt-text:#101b3a;
  --ubt-muted:#64708a;
  --ubt-line:#dfe7f1;
  --ubt-white:#fff;
  --ubt-bg:#f7fbff;
  --ubt-shadow:none;
  --ubt-radius:18px;
  --ubt-container:min(1120px, calc(100% - 44px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ubt-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.ubt-container{width:var(--ubt-container);margin-inline:auto}
.ubt-skip{position:fixed;left:16px;top:-80px;z-index:9999;padding:12px 16px;background:#fff;color:#000;border-radius:8px}.ubt-skip:focus{top:16px}
.screen-reader-text{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap}

/* Header */
.ubt-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid rgba(8,43,93,.08)}
.admin-bar .ubt-header{top:32px}
.ubt-header-inner{height:66px;display:flex;align-items:center;gap:24px}
.ubt-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;line-height:1}.ubt-brand-logo,.ubt-brand img{width:auto;height:39px;max-width:150px;object-fit:contain}.ubt-brand-tagline{display:block;width:100%;margin-top:2px;padding-left:0;text-align:center;font-size:8.5px;line-height:1.05;font-weight:500;letter-spacing:.01em;color:#44516e;white-space:nowrap}.custom-logo-link{display:flex}.custom-logo{max-width:150px;height:auto}
.ubt-nav{margin-left:auto}.ubt-nav-list{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.ubt-nav-list a{font-size:14px;font-weight:650;color:#101b3a;position:relative;padding:23px 0}.ubt-nav-list a:hover,.ubt-nav-list .current-menu-item>a{color:var(--ubt-blue)}.ubt-nav-list a::after{content:"";position:absolute;height:3px;left:50%;right:50%;bottom:0;background:var(--ubt-blue);border-radius:999px;transition:.2s}.ubt-nav-list a:hover::after,.ubt-nav-list .current-menu-item>a::after{left:0;right:0}
.ubt-header-actions{display:flex;align-items:center;gap:15px}.ubt-language-menu{position:relative;display:inline-flex;align-items:center}.ubt-language-trigger{display:inline-flex;align-items:center;gap:6px;padding:5px 2px;border:0;background:transparent;color:var(--ubt-navy);cursor:pointer;list-style:none}.ubt-language-trigger::-webkit-details-marker{display:none}.ubt-language-trigger::marker{display:none;content:""}.ubt-language-trigger:hover .ubt-flag{transform:translateY(-1px)}.ubt-flag{display:inline-flex;align-items:center;justify-content:center;width:25px;height:17px;overflow:hidden;border-radius:2px;transition:transform .2s}.ubt-flag img{display:block;width:100%;height:100%;object-fit:cover}.ubt-language-chevron{width:6px;height:6px;border-right:1.5px solid #6c7890;border-bottom:1.5px solid #6c7890;transform:rotate(45deg) translateY(-2px);transition:transform .2s}.ubt-language-menu.is-open .ubt-language-chevron,.ubt-language-menu[open] .ubt-language-chevron{transform:rotate(225deg) translate(-1px,-1px)}.ubt-language-submenu{position:absolute;top:calc(100% + 8px);left:50%;z-index:1200;transform:translateX(-50%);min-width:45px;padding:7px;background:#fff;border:1px solid var(--ubt-line);border-radius:8px;box-shadow:none}.ubt-language-submenu[hidden]{display:none}.ubt-language-menu:not([open]) .ubt-language-submenu{display:none}.ubt-language-menu[open]>.ubt-language-submenu{display:block}.ubt-language-submenu a{display:flex;align-items:center;justify-content:center;padding:3px;border-radius:4px}.ubt-language-submenu a:hover{background:#f5f8fc}.ubt-language-mobile{display:none}.ubt-phone{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;white-space:nowrap}.ubt-phone .ubt-icon{width:18px;height:18px;color:var(--ubt-navy)}
.ubt-menu-toggle{display:none;border:0;background:transparent;color:var(--ubt-blue);width:44px;height:44px;align-items:center;justify-content:center;padding:7px;cursor:pointer}.ubt-menu-toggle .ubt-icon{width:27px;height:27px}.ubt-menu-close{display:none}

/* Shared */
.ubt-icon{display:inline-flex;width:31px;height:31px;align-items:center;justify-content:center;color:currentColor;flex:0 0 auto}.ubt-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ubt-icon svg circle,.ubt-icon svg rect{fill:none}
.ubt-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 24px;border-radius:7px;background:linear-gradient(135deg,var(--ubt-blue),#075ce3);color:#fff;font-size:14px;font-weight:750;border:1px solid var(--ubt-blue);box-shadow:none;transition:transform .2s,background .2s}.ubt-btn:hover{transform:translateY(-2px);box-shadow:none}.ubt-btn .ubt-icon{width:19px;height:19px}.ubt-btn-small{min-height:36px;padding-inline:16px;font-size:12px;white-space:nowrap}.ubt-btn-outline{background:rgba(255,255,255,.64);border-color:#1a68d9;color:var(--ubt-blue);box-shadow:none}.ubt-btn-outline-light{background:transparent;border-color:rgba(255,255,255,.65);box-shadow:none}.ubt-btn-light{background:#fff;color:var(--ubt-blue);border-color:#fff}.ubt-section{padding:72px 0}.ubt-section-kicker,.ubt-eyebrow{font-size:12px;font-weight:850;letter-spacing:.02em;color:var(--ubt-blue);text-transform:uppercase}.ubt-section h2{font-size:30px;line-height:1.15;margin:8px 0 0;letter-spacing:-.025em}.ubt-section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}.ubt-text-link{display:flex;align-items:center;gap:8px;color:var(--ubt-blue);font-size:13px;font-weight:800}.ubt-text-link .ubt-icon{width:18px;height:18px}

/* Hero */
.ubt-hero{position:relative;overflow:hidden;min-height:440px;background:linear-gradient(90deg,#fff 0%,#fff8e9 30%,#dbe9f7 67%,#1c70cb 100%)}
.ubt-hero-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.65) 44%,rgba(255,255,255,.04) 70%),var(--ubt-hero-image, url('../images/hero-plane.jpg'));background-size:auto 100%,auto 100%;background-position:left center,right center;background-repeat:no-repeat}
.ubt-hero::after{content:"";position:absolute;inset:auto 0 0;height:170px;background:linear-gradient(0deg,rgba(255,182,74,.34),transparent);pointer-events:none}
.ubt-hero-inner{position:relative;z-index:2;min-height:440px;display:flex;align-items:center;padding-bottom:26px}.ubt-hero-copy{width:min(470px,45%)}.ubt-eyebrow{margin-bottom:12px}.ubt-mini-plane{font-size:15px;margin-left:3px}.ubt-hero h1{font-size:58px;line-height:.98;letter-spacing:-.045em;margin:0 0 22px;color:var(--ubt-navy);max-width:570px}.ubt-hero h1::first-line{color:var(--ubt-navy)}.ubt-hero p{font-size:15px;line-height:1.75;margin:0;max-width:470px;color:#253657}.ubt-hero-actions{display:flex;gap:14px;margin-top:25px}

/* Services */
.ubt-services-wrap{position:relative;z-index:10;margin-top:-72px}.ubt-services-panel{background:rgba(255,255,255,.98);border:1px solid rgba(22,65,112,.06);box-shadow:none;border-radius:13px;display:grid;grid-template-columns:repeat(7,1fr);padding:18px 10px}.ubt-service-card{position:relative;min-height:98px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding:7px 12px;color:var(--ubt-navy);border-right:1px solid var(--ubt-line);font-size:13px;font-weight:750;line-height:1.25}.ubt-service-card:last-child{border-right:0}.ubt-service-card .ubt-icon{width:37px;height:37px;color:#064fd0}.ubt-service-card::after{content:"";position:absolute;bottom:-18px;width:42px;height:4px;background:transparent;border-radius:999px}.ubt-service-card:hover::after,.ubt-service-card.is-active::after{background:var(--ubt-blue)}

/* Featured partner strip */
.ubt-featured-partners{padding:30px 0 0;background:#fff}
.ubt-featured-partner-row{display:grid;grid-template-columns:repeat(4,minmax(120px,165px));justify-content:center;align-items:center;gap:18px 22px;max-width:780px;margin:0 auto;padding:18px 0 22px;border-bottom:1px solid var(--ubt-line)}
.ubt-featured-partner{display:flex;align-items:center;justify-content:center;min-height:58px;padding:4px 12px;opacity:.92;transition:opacity .2s,transform .2s}
.ubt-featured-partner:hover{opacity:1;transform:translateY(-1px)}
.ubt-featured-partner img{display:block;width:auto;max-width:165px;max-height:48px;object-fit:contain}
.ubt-featured-partner:nth-child(2) img{max-height:54px;max-width:86px}
.ubt-featured-partner span{font-size:15px;font-weight:800;color:var(--ubt-navy)}
.ubt-featured-partners + .ubt-about{padding-top:44px}

/* About */
.ubt-about{padding-top:76px;padding-bottom:54px}.ubt-about-grid{display:grid;grid-template-columns:35% 1fr;gap:56px;align-items:start}.ubt-about-copy h2{font-size:30px;max-width:430px}.ubt-about-copy>p{font-size:13px;line-height:1.65;color:#5b667a;margin:14px 0 26px}.ubt-stats{display:flex;gap:26px}.ubt-stats div{display:flex;flex-direction:column;position:relative;padding-left:40px}.ubt-stats div::before{content:"";position:absolute;left:0;top:0;width:29px;height:29px;border:2px solid #2873e5;border-radius:50%;opacity:.65}.ubt-stats strong{color:#0852d3;font-size:19px;line-height:1}.ubt-stats span{font-size:9px;color:#6d7789;margin-top:5px;white-space:nowrap}.ubt-flight-line{height:42px;margin-top:16px;border-bottom:1px dashed #a8caff;position:relative}.ubt-flight-line .ubt-icon{position:absolute;left:0;bottom:-15px;color:#82aff0;width:31px;height:31px;transform:rotate(7deg)}
.ubt-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ubt-benefit-card{background:#fff;border:1px solid #e5eaf0;border-radius:10px;box-shadow:none;padding:22px 17px;min-height:180px}.ubt-benefit-card .ubt-icon{color:#135adc;width:32px;height:32px;margin-bottom:14px}.ubt-benefit-card h3{font-size:15px;line-height:1.18;margin:0 0 10px}.ubt-benefit-card p{font-size:11px;color:#687388;line-height:1.55;margin:0}

/* Destinations */
.ubt-destinations{padding-top:38px;border-top:1px solid #e2e9f2}.ubt-destination-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.ubt-destination-card{position:relative;overflow:hidden;border-radius:10px;height:185px;background:#d9e5f0;box-shadow:none}.ubt-destination-card::after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(1,16,45,.38))}.ubt-destination-card>img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.ubt-destination-card:hover>img{transform:scale(1.06)}.ubt-destination-label{position:absolute;z-index:2;left:10px;right:10px;bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:8px}.ubt-destination-label>span{background:#fff;border-radius:5px;padding:7px 10px;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ubt-destination-label>a{display:flex;width:31px;height:31px;align-items:center;justify-content:center;background:#fff;border-radius:6px;color:var(--ubt-blue)}.ubt-destination-label .ubt-icon{width:17px;height:17px}

/* Partners & Gallery */
.ubt-partners{background:#fff}.ubt-section-heading-centered{text-align:center;max-width:760px;margin:0 auto 35px}.ubt-section-heading-centered p{font-size:14px;color:var(--ubt-muted);line-height:1.7}.ubt-partner-row{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.ubt-partner-item{height:82px;border:1px solid #e3eaf3;background:#fbfdff;border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:800;color:#8b96aa;font-size:13px;padding:12px;transition:transform .2s,border-color .2s}.ubt-partner-item:hover{transform:translateY(-2px);border-color:#c8d9f4;box-shadow:none}.ubt-partner-item img{max-height:48px;max-width:140px;width:auto;height:auto;object-fit:contain}.ubt-partners-more{display:flex;justify-content:center;margin-top:30px}.ubt-partners-more .ubt-btn{min-width:220px}
.ubt-gallery-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:180px 180px;gap:15px}.ubt-gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:12px}.ubt-gallery-grid img:first-child{grid-row:1/3}.ubt-gallery-grid img:last-child{grid-column:3;grid-row:1/3}

/* CTA */
.ubt-cta-band{background:linear-gradient(120deg,#04358f,#0764df);color:#fff;padding:48px 0;position:relative;overflow:hidden}.ubt-cta-band::after{content:"✈";position:absolute;right:6%;top:-32px;font-size:140px;opacity:.08;transform:rotate(-14deg)}.ubt-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;z-index:2}.ubt-cta-inner span{font-size:12px;text-transform:uppercase;font-weight:850;letter-spacing:.08em;opacity:.78}.ubt-cta-inner h2{font-size:31px;margin:5px 0 0}

/* Footer */
.ubt-footer{background:#052d82;color:#fff;padding:58px 0 18px}.ubt-footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:60px}.ubt-brand-footer img{filter:brightness(0) invert(1);width:180px}.ubt-footer-brand p{font-size:13px;line-height:1.65;color:rgba(255,255,255,.76);max-width:280px}.ubt-socials{display:flex;gap:10px;margin-top:22px}.ubt-socials a{width:32px;height:32px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}.ubt-footer h3{font-size:14px;margin:4px 0 18px}.ubt-footer-links,.ubt-contact-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.ubt-footer-links a,.ubt-contact-list{font-size:12px;color:rgba(255,255,255,.84)}.ubt-contact-list li{display:flex;align-items:center;gap:10px}.ubt-contact-list .ubt-icon{width:17px;height:17px}.ubt-footer-cta{margin-top:20px;min-height:40px}.ubt-footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:38px;padding-top:18px;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:rgba(255,255,255,.62)}.ubt-footer-bottom p{margin:0}.ubt-footer-bottom div{display:flex;gap:28px}

/* Generic WP content */
.ubt-page-main{padding:70px 0;min-height:60vh}.ubt-content-narrow{max-width:900px}.ubt-page-main h1{font-size:44px;letter-spacing:-.035em}.ubt-entry-content{font-size:16px;line-height:1.8}.ubt-post-card{padding:25px 0;border-bottom:1px solid var(--ubt-line)}.ubt-error-page{text-align:center;padding:100px 0}.ubt-booking-engine{background:#fff}

@media (max-width:1180px){
  :root{--ubt-container:min(100% - 36px,1020px)}
  .ubt-nav-list{gap:18px}.ubt-nav-list a{font-size:12px}.ubt-header-actions .ubt-phone span{display:none}.ubt-brand-logo,.ubt-brand img{height:35px;max-width:132px}.custom-logo{max-width:126px}.ubt-brand-tagline{padding-left:0;font-size:8px}
  .ubt-hero h1{font-size:52px}.ubt-benefits{grid-template-columns:repeat(2,1fr)}.ubt-about-grid{grid-template-columns:39% 1fr}.ubt-service-card{font-size:11px;padding-inline:7px}
}

@media (max-width:900px){
  .ubt-featured-partner-row{gap:18px}.ubt-featured-partner img{max-width:135px;max-height:42px}
  .admin-bar .ubt-header{top:46px}
  :root{--ubt-container:min(100% - 28px,760px)}
  .ubt-header-inner{height:60px}.ubt-brand-logo,.ubt-brand img{height:34px;max-width:128px}.custom-logo{max-width:126px}.ubt-brand-tagline{padding-left:0;font-size:7.7px}.ubt-header-actions{display:none}.ubt-menu-toggle{display:flex;margin-left:auto}.ubt-menu-close{display:none}.menu-open .ubt-menu-open{display:none}.menu-open .ubt-menu-close{display:flex}
  .ubt-nav{position:fixed;display:block;top:60px;left:0;right:0;height:calc(100vh - 60px);height:calc(100dvh - 60px);background:#fff;transform:translateX(102%);transition:transform .3s ease;margin:0;padding:24px 22px;overflow:auto}.admin-bar .ubt-nav{top:106px;height:calc(100vh - 106px);height:calc(100dvh - 106px)}.menu-open .ubt-nav{transform:translateX(0)}.ubt-nav-list{display:grid;gap:0}.ubt-nav-list li{border-bottom:1px solid #edf1f6}.ubt-nav-list a{display:block;padding:18px 4px;font-size:16px}.ubt-nav-list a::after{display:none}.ubt-language-desktop{display:none}.ubt-language-mobile{display:inline-flex;margin-left:auto;margin-right:6px}.ubt-language-mobile .ubt-language-submenu{left:auto;right:0;transform:none}
  .ubt-hero{min-height:580px}.ubt-hero-bg{background-image:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.78) 35%,rgba(255,255,255,.07) 65%),var(--ubt-hero-image, url('../images/hero-plane.jpg'));background-size:cover;background-position:63% center}.ubt-hero-inner{min-height:580px;align-items:flex-start;padding-top:48px}.ubt-hero-copy{width:100%;max-width:470px}.ubt-hero h1{font-size:47px;max-width:440px}.ubt-hero p{max-width:390px}
  .ubt-services-wrap{margin-top:-70px}.ubt-services-panel{grid-template-columns:repeat(2,1fr);padding:0}.ubt-service-card{min-height:125px;border-right:1px solid var(--ubt-line);border-bottom:1px solid var(--ubt-line);font-size:13px}.ubt-service-card:nth-child(2n){border-right:0}.ubt-service-card:last-child{grid-column:1/3;border-bottom:0}.ubt-service-card::after{bottom:0}.ubt-service-card .ubt-icon{width:39px;height:39px}
  .ubt-about-grid{grid-template-columns:1fr;gap:30px}.ubt-benefits{grid-template-columns:repeat(2,1fr)}.ubt-stats{gap:18px;flex-wrap:wrap}
  .ubt-destination-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.ubt-destination-card{min-width:220px;scroll-snap-align:start}.ubt-section-heading-row{align-items:flex-start}.ubt-text-link{margin-top:11px}
  .ubt-partner-row{grid-template-columns:repeat(2,1fr)}.ubt-partner-item:last-child{grid-column:1/3}.ubt-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:170px 170px 170px}.ubt-gallery-grid img:first-child{grid-row:auto}.ubt-gallery-grid img:last-child{grid-column:1/3;grid-row:auto}.ubt-cta-inner{align-items:flex-start;flex-direction:column}.ubt-footer-grid{grid-template-columns:1fr 1fr}.ubt-footer-brand{grid-column:1/3}.ubt-footer-bottom{align-items:flex-start;gap:12px;flex-direction:column}
}

@media (max-width:560px){
  .ubt-featured-partners{padding-top:20px}.ubt-featured-partner-row{grid-template-columns:repeat(2,minmax(110px,150px));justify-content:center;gap:8px 14px;max-width:340px;padding:12px 0 18px}.ubt-featured-partner{min-height:52px;padding:5px}.ubt-featured-partner img{max-width:125px;max-height:38px}.ubt-featured-partner:nth-child(2) img{max-height:44px;max-width:72px}.ubt-featured-partners + .ubt-about{padding-top:36px}
  :root{--ubt-container:calc(100% - 28px);--ubt-radius:14px}
  .ubt-header-inner{height:58px}.ubt-brand-logo,.ubt-brand img{height:32px;max-width:122px}.custom-logo{max-width:126px}.ubt-brand-tagline{padding-left:0;font-size:7.4px}.ubt-nav{top:58px;height:calc(100vh - 58px);height:calc(100dvh - 58px)}.admin-bar .ubt-nav{top:104px;height:calc(100vh - 104px);height:calc(100dvh - 104px)}
  .ubt-hero{min-height:530px}.ubt-hero-bg{background-position:60% center}.ubt-hero-inner{min-height:530px;padding-top:35px}.ubt-eyebrow{font-size:10px}.ubt-hero h1{font-size:39px;max-width:350px;margin-bottom:15px}.ubt-hero p{font-size:13px;line-height:1.65;max-width:315px}.ubt-hero-actions{flex-direction:column;align-items:flex-start;gap:10px}.ubt-hero-actions .ubt-btn{min-width:220px}.ubt-services-wrap{margin-top:-35px}.ubt-services-panel{border-radius:14px;overflow:hidden}.ubt-service-card{min-height:115px;font-size:12px}.ubt-service-card .ubt-icon{width:35px;height:35px}
  .ubt-section{padding:56px 0}.ubt-about{padding-top:56px}.ubt-section h2,.ubt-about-copy h2{font-size:27px}.ubt-about-copy>p{font-size:12px}.ubt-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ubt-stats div{padding-left:0;padding-top:34px}.ubt-stats div::before{width:26px;height:26px}.ubt-stats strong{font-size:17px}.ubt-stats span{white-space:normal;font-size:8px}.ubt-benefits{grid-template-columns:1fr 1fr;gap:10px}.ubt-benefit-card{padding:17px 13px;min-height:174px}.ubt-benefit-card h3{font-size:13px}.ubt-benefit-card p{font-size:10px}.ubt-section-heading-row{display:block}.ubt-text-link{margin-top:12px}.ubt-destination-card{min-width:175px;height:180px}.ubt-destination-label>span{max-width:126px}.ubt-partner-row{gap:8px}.ubt-partner-item{height:70px;font-size:11px}.ubt-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:135px 135px 135px;gap:8px}.ubt-cta-inner h2{font-size:26px}.ubt-footer{padding-top:46px}.ubt-footer-grid{grid-template-columns:1fr;gap:32px}.ubt-footer-brand{grid-column:auto}.ubt-footer-bottom div{display:grid;gap:6px}.ubt-page-main h1{font-size:34px}
}


/* Internal WordPress pages */
.ubt-page-main{padding:0;min-height:60vh;background:#fff}
.ubt-page-hero{background:#f7faff;border-bottom:1px solid var(--ubt-line);padding:70px 0 64px}
.ubt-page-hero-inner{position:relative}
.ubt-page-hero h1{font-size:46px;line-height:1.06;letter-spacing:-.04em;margin:8px 0 18px;color:var(--ubt-navy)}
.ubt-page-hero p{max-width:700px;margin:0;color:var(--ubt-muted);font-size:16px;line-height:1.75}
.ubt-page-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ubt-page-service-card{border:1px solid var(--ubt-line);border-radius:12px;padding:27px 24px;background:#fff;min-height:210px;display:flex;flex-direction:column;align-items:flex-start}
.ubt-page-service-card .ubt-icon{width:42px;height:42px;color:var(--ubt-blue);margin-bottom:20px}
.ubt-page-service-card h2{font-size:19px;line-height:1.3;margin:0 0 20px}
.ubt-page-service-card .ubt-text-link{margin-top:auto}
.ubt-destination-grid-page{grid-template-columns:repeat(3,1fr);gap:18px}
.ubt-destination-grid-page .ubt-destination-card{height:245px}
.ubt-partners-page{background:#fff}
.ubt-stats-page{margin-bottom:34px;justify-content:center}
.ubt-benefits-page{grid-template-columns:repeat(4,1fr)}
.ubt-benefits-page .ubt-benefit-card h2{font-size:15px;line-height:1.2;margin:0 0 10px}
.ubt-gallery-grid-page{grid-template-rows:230px 230px}
.ubt-contact-page-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.ubt-contact-card{border:1px solid var(--ubt-line);border-radius:12px;padding:26px;background:#fff;display:grid;grid-template-columns:42px 1fr;column-gap:16px;align-items:center;min-height:130px}
.ubt-contact-card .ubt-icon{width:38px;height:38px;color:var(--ubt-blue);grid-row:1/3}
.ubt-contact-card span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--ubt-muted);font-weight:800}
.ubt-contact-card strong{font-size:16px;line-height:1.45;color:var(--ubt-navy);word-break:break-word}
.ubt-page-editor-extra{border-top:1px solid var(--ubt-line);background:#fbfdff}
.ubt-content-narrow{max-width:820px}
.ubt-header-actions{margin-left:auto}
.ubt-nav{margin-left:auto}
.ubt-nav-list .is-current>a{color:var(--ubt-blue)}
.ubt-nav-list .is-current>a::after{left:0;right:0}

/* No outer glow / elevated effects */
.ubt-services-panel,.ubt-benefit-card,.ubt-destination-card,.ubt-partner-item,.ubt-btn,.ubt-contact-card,.ubt-page-service-card{box-shadow:none!important}


@media (max-width:900px){
  .ubt-page-hero{padding:54px 0 48px}.ubt-page-hero h1{font-size:38px}.ubt-page-service-grid{grid-template-columns:repeat(2,1fr)}.ubt-destination-grid-page{display:grid;grid-template-columns:repeat(2,1fr);overflow:visible}.ubt-destination-grid-page .ubt-destination-card{min-width:0;height:220px}.ubt-benefits-page{grid-template-columns:repeat(2,1fr)}.ubt-gallery-grid-page{grid-template-rows:190px 190px 190px}.ubt-contact-page-grid{grid-template-columns:1fr}.ubt-header-actions{display:none}
}
@media (max-width:560px){
  .ubt-page-hero{padding:44px 0 40px}.ubt-page-hero h1{font-size:32px}.ubt-page-hero p{font-size:14px}.ubt-page-service-grid{grid-template-columns:1fr}.ubt-page-service-card{min-height:170px}.ubt-destination-grid-page{grid-template-columns:1fr}.ubt-destination-grid-page .ubt-destination-card{height:230px}.ubt-benefits-page{grid-template-columns:1fr}.ubt-gallery-grid-page{grid-template-columns:1fr;grid-template-rows:220px}.ubt-gallery-grid-page img,.ubt-gallery-grid-page img:first-child,.ubt-gallery-grid-page img:last-child{grid-column:auto;grid-row:auto;height:220px}.ubt-contact-card{grid-template-columns:38px 1fr;padding:21px;min-height:115px}
}

/* About page — professional editorial layout */
.ubt-about-hero{background:linear-gradient(135deg,#f8fbff 0%,#eef5ff 58%,#fff9ef 100%);border-bottom:1px solid var(--ubt-line);overflow:hidden}
.ubt-about-hero-inner{min-height:500px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:58px;align-items:center;padding:62px 0}
.ubt-about-hero-copy h1{max-width:670px;margin:10px 0 22px;font-size:48px;line-height:1.04;letter-spacing:-.04em;color:var(--ubt-navy)}
.ubt-about-hero-copy>p{max-width:650px;margin:0;color:#51617c;font-size:16px;line-height:1.8}
.ubt-about-hero-actions{display:flex;align-items:center;gap:24px;margin-top:28px}.ubt-about-hero-actions .ubt-text-link{white-space:nowrap}
.ubt-about-hero-visual{position:relative;min-height:355px;border:1px solid #d9e4f2;border-radius:20px;overflow:hidden;background:#dfeaf6}
.ubt-about-hero-visual>img{width:100%;height:100%;min-height:355px;object-fit:cover}
.ubt-about-hero-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(3,27,68,.46) 100%);pointer-events:none}
.ubt-about-hero-badge{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#fff}.ubt-about-hero-badge span{font-size:13px;font-weight:900;letter-spacing:.12em}.ubt-about-hero-badge strong{font-size:14px;font-weight:700;text-align:right}

.ubt-about-story{background:#fff}.ubt-about-story-grid{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:64px;align-items:center}.ubt-about-story-image{overflow:hidden;border:1px solid var(--ubt-line);border-radius:18px;aspect-ratio:4/3;background:#eef4fb}.ubt-about-story-image img{width:100%;height:100%;object-fit:cover}.ubt-about-story-copy h2{max-width:620px;margin:9px 0 18px;font-size:36px;line-height:1.12;letter-spacing:-.035em;color:var(--ubt-navy)}.ubt-about-story-copy>p{max-width:680px;margin:0 0 14px;color:#5c6980;font-size:14px;line-height:1.85}.ubt-about-stats-inline{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:30px;border-top:1px solid var(--ubt-line);border-bottom:1px solid var(--ubt-line)}.ubt-about-stats-inline div{padding:20px 18px 18px 0;border-right:1px solid var(--ubt-line)}.ubt-about-stats-inline div+div{padding-left:18px}.ubt-about-stats-inline div:last-child{border-right:0}.ubt-about-stats-inline strong{display:block;color:var(--ubt-blue);font-size:24px;line-height:1.05}.ubt-about-stats-inline span{display:block;margin-top:6px;color:#6c7890;font-size:10px;line-height:1.35}

.ubt-about-mission-section{padding-top:12px;background:#fff}.ubt-about-mission-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center;padding:42px 48px;border-radius:18px;background:var(--ubt-navy);color:#fff}.ubt-about-mission-card .ubt-section-kicker{color:#7eb0ff}.ubt-about-mission-card h2{margin:7px 0 0;font-size:31px;line-height:1.15;color:#fff}.ubt-about-mission-card>p{margin:0;color:rgba(255,255,255,.78);font-size:14px;line-height:1.85}

.ubt-about-services-section{background:#f8fbff;border-top:1px solid #edf2f8;border-bottom:1px solid #edf2f8}.ubt-about-section-heading{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:end;margin-bottom:30px}.ubt-about-section-heading h2{margin:8px 0 0;max-width:520px;font-size:34px;line-height:1.12;color:var(--ubt-navy)}.ubt-about-section-heading>p{margin:0;color:#64708a;font-size:14px;line-height:1.75;max-width:620px}
.ubt-about-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ubt-about-service-card{min-height:220px;padding:26px 24px;border:1px solid #dfe8f4;border-radius:14px;background:#fff}.ubt-about-service-card .ubt-icon{width:36px;height:36px;margin-bottom:20px;color:var(--ubt-blue)}.ubt-about-service-card h3{margin:0 0 10px;font-size:16px;line-height:1.3;color:var(--ubt-navy)}.ubt-about-service-card p{margin:0;color:#68758c;font-size:12px;line-height:1.7}

.ubt-about-why-section{background:#fff}.ubt-about-why-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:68px;align-items:start}.ubt-about-why-copy{position:sticky;top:100px}.ubt-about-why-copy h2{margin:8px 0 16px;font-size:34px;line-height:1.12;color:var(--ubt-navy)}.ubt-about-why-copy>p{margin:0 0 24px;color:#657188;font-size:14px;line-height:1.8}.ubt-about-reason-list{border-top:1px solid var(--ubt-line)}.ubt-about-reason-card{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid var(--ubt-line)}.ubt-about-reason-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid #dbe7f7;border-radius:12px;background:#f8fbff;color:var(--ubt-blue)}.ubt-about-reason-icon .ubt-icon{width:27px;height:27px}.ubt-about-reason-card h3{margin:2px 0 7px;font-size:17px;color:var(--ubt-navy)}.ubt-about-reason-card p{margin:0;color:#68758c;font-size:12px;line-height:1.7}

.ubt-about-faq-section{background:#f8fbff;border-top:1px solid #edf2f8}.ubt-about-faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:64px;align-items:start}.ubt-about-faq-heading h2{margin:8px 0 0;font-size:33px;line-height:1.15;color:var(--ubt-navy)}.ubt-about-faq-list{border-top:1px solid #dfe7f1}.ubt-about-faq-item{border-bottom:1px solid #dfe7f1}.ubt-about-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;cursor:pointer;list-style:none;color:var(--ubt-navy);font-size:14px;font-weight:800}.ubt-about-faq-item summary::-webkit-details-marker{display:none}.ubt-about-faq-item summary span{font-size:22px;font-weight:400;color:var(--ubt-blue);transition:transform .2s}.ubt-about-faq-item[open] summary span{transform:rotate(45deg)}.ubt-about-faq-item p{margin:0;padding:0 36px 20px 0;color:#68758c;font-size:12px;line-height:1.8}

.ubt-about-final-cta{background:linear-gradient(125deg,#062c79 0%,#075cd0 100%);color:#fff;padding:54px 0}.ubt-about-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:48px}.ubt-about-final-cta .ubt-section-kicker{color:#a8cbff}.ubt-about-final-cta h2{max-width:700px;margin:7px 0 10px;font-size:32px;line-height:1.13;color:#fff}.ubt-about-final-cta p{max-width:720px;margin:0;color:rgba(255,255,255,.76);font-size:13px;line-height:1.7}.ubt-about-final-cta .ubt-btn{flex:0 0 auto}

@media (max-width:900px){
  .ubt-about-hero-inner{grid-template-columns:1fr;gap:32px;min-height:auto;padding:52px 0}.ubt-about-hero-copy h1{font-size:40px}.ubt-about-hero-visual{min-height:320px}.ubt-about-hero-visual>img{min-height:320px}
  .ubt-about-story-grid{grid-template-columns:1fr;gap:32px}.ubt-about-story-image{max-width:620px}.ubt-about-story-copy h2{font-size:32px}
  .ubt-about-mission-card{grid-template-columns:1fr;gap:18px;padding:34px}.ubt-about-section-heading{grid-template-columns:1fr;gap:14px}.ubt-about-service-grid{grid-template-columns:repeat(2,1fr)}
  .ubt-about-why-grid{grid-template-columns:1fr;gap:34px}.ubt-about-why-copy{position:static}.ubt-about-faq-grid{grid-template-columns:1fr;gap:30px}.ubt-about-final-cta-inner{align-items:flex-start;flex-direction:column;gap:26px}
}
@media (max-width:560px){
  .ubt-about-hero-inner{padding:42px 0}.ubt-about-hero-copy h1{font-size:33px}.ubt-about-hero-copy>p{font-size:14px;line-height:1.7}.ubt-about-hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.ubt-about-hero-visual,.ubt-about-hero-visual>img{min-height:245px}.ubt-about-hero-badge{left:14px;right:14px;bottom:14px;align-items:flex-start;flex-direction:column;gap:4px}.ubt-about-hero-badge strong{text-align:left;font-size:12px}
  .ubt-about-story-copy h2,.ubt-about-section-heading h2,.ubt-about-why-copy h2,.ubt-about-faq-heading h2{font-size:28px}.ubt-about-stats-inline{grid-template-columns:1fr}.ubt-about-stats-inline div,.ubt-about-stats-inline div+div{padding:14px 0;border-right:0;border-bottom:1px solid var(--ubt-line)}.ubt-about-stats-inline div:last-child{border-bottom:0}.ubt-about-mission-card{padding:28px 22px}.ubt-about-mission-card h2{font-size:26px}.ubt-about-service-grid{grid-template-columns:1fr}.ubt-about-service-card{min-height:auto}.ubt-about-reason-card{grid-template-columns:44px 1fr;gap:14px}.ubt-about-reason-icon{width:42px;height:42px}.ubt-about-final-cta{padding:44px 0}.ubt-about-final-cta h2{font-size:27px}
}


/* Services mega menu */
.ubt-has-mega-menu{position:relative}
.ubt-nav-service-label{display:flex;align-items:center;gap:5px}
.ubt-nav-service-label>a{display:block}
.ubt-mega-toggle{width:22px;height:28px;border:0;background:transparent;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ubt-navy)}
.ubt-mega-toggle span{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}
.ubt-has-mega-menu.is-mega-open .ubt-mega-toggle span,.ubt-has-mega-menu:focus-within .ubt-mega-toggle span{transform:rotate(225deg) translate(-1px,-1px)}
.ubt-mega-menu{display:block;position:fixed;z-index:1100;top:66px;left:50%;width:min(960px,calc(100vw - 42px));transform:translate(-50%,9px);background:#fff;border:1px solid #dfe7f1;border-radius:0 0 14px 14px;padding:22px 24px 25px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s,transform .18s}
.admin-bar .ubt-mega-menu{top:98px}
.ubt-has-mega-menu:hover>.ubt-mega-menu,.ubt-has-mega-menu:focus-within>.ubt-mega-menu,.ubt-has-mega-menu.is-mega-open>.ubt-mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.ubt-mega-menu-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 3px 17px;border-bottom:1px solid var(--ubt-line);margin-bottom:10px}
.ubt-mega-menu-head div{display:grid;gap:4px}.ubt-mega-menu-head span{font-size:10px;letter-spacing:.08em;color:var(--ubt-blue);font-weight:850}.ubt-mega-menu-head strong{font-size:18px;color:var(--ubt-navy)}
.ubt-mega-menu-head>a{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800;color:var(--ubt-blue);white-space:nowrap}.ubt-mega-menu-head>a .ubt-icon{width:15px;height:15px}
.ubt-mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 18px}
.ubt-mega-item{display:grid;grid-template-columns:38px 1fr 18px;gap:12px;align-items:center;padding:12px 10px;border-radius:9px;border:1px solid transparent;transition:background .18s,border-color .18s}
.ubt-mega-item:hover,.ubt-mega-item.is-current{background:#f7faff;border-color:#e2ebf7}.ubt-mega-item>.ubt-icon:first-child{width:32px;height:32px;color:var(--ubt-blue)}.ubt-mega-item span{display:grid;gap:3px}.ubt-mega-item strong{font-size:12.5px;line-height:1.25;color:var(--ubt-navy)}.ubt-mega-item small{font-size:9.5px;line-height:1.4;color:#6a758a}.ubt-mega-arrow{width:15px!important;height:15px!important;color:#8aa6cf}

/* Detailed service pages */
.ubt-service-detail-hero{background:linear-gradient(110deg,#f7fbff 0%,#fff 62%,#eef6ff 100%);border-bottom:1px solid var(--ubt-line);padding:64px 0}
.ubt-service-detail-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:72px;align-items:center}
.ubt-service-detail-copy{max-width:720px}.ubt-service-breadcrumb{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:800;color:#73809a;margin-bottom:20px}.ubt-service-breadcrumb span{font-size:17px;color:#a3afc1}.ubt-service-detail-copy h1{font-size:44px;line-height:1.05;letter-spacing:-.04em;color:var(--ubt-navy);margin:8px 0 18px;max-width:790px}.ubt-service-detail-copy>p{font-size:15px;line-height:1.75;color:#56647c;margin:0 0 26px;max-width:690px}
.ubt-service-detail-symbol{width:220px;height:220px;border:1px solid #dbe7f5;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ubt-blue);background:#fff}.ubt-service-detail-symbol .ubt-icon{width:72px;height:72px}.ubt-service-detail-symbol span{font-size:13px;font-weight:900;letter-spacing:.18em;margin-top:12px;color:var(--ubt-navy)}
.ubt-service-highlights{background:#fff;border-bottom:1px solid var(--ubt-line)}.ubt-service-highlight-grid{display:grid;grid-template-columns:repeat(3,1fr)}.ubt-service-highlight-grid article{display:grid;grid-template-columns:34px 1fr;gap:13px;padding:25px 22px;border-right:1px solid var(--ubt-line)}.ubt-service-highlight-grid article:last-child{border-right:0}.ubt-service-highlight-grid article>span{color:var(--ubt-blue)}.ubt-service-highlight-grid article .ubt-icon{width:28px;height:28px}.ubt-service-highlight-grid h2{font-size:14px;margin:0 0 5px;color:var(--ubt-navy)}.ubt-service-highlight-grid p{font-size:10.5px;line-height:1.5;color:#667289;margin:0}
.ubt-service-detail-body{padding-top:64px}.ubt-service-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:58px;align-items:start}.ubt-service-sections{display:grid}.ubt-service-section{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:0 0 34px;margin-bottom:34px;border-bottom:1px solid var(--ubt-line)}.ubt-service-section:last-of-type{margin-bottom:20px}.ubt-service-section-number{font-size:12px;font-weight:900;color:#98afd1;border:1px solid #dbe6f5;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.ubt-service-section h2{font-size:23px;line-height:1.2;margin:3px 0 10px;color:var(--ubt-navy)}.ubt-service-section p{font-size:13px;line-height:1.75;color:#5e6c82;margin:0 0 15px}.ubt-service-section ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 24px;list-style:none;margin:0;padding:0}.ubt-service-section li{position:relative;padding-left:19px;font-size:11px;line-height:1.45;color:#34435e}.ubt-service-section li::before{content:'✓';position:absolute;left:0;top:0;color:var(--ubt-blue);font-weight:900}
.ubt-service-notice{display:flex;gap:13px;align-items:flex-start;padding:17px 18px;border:1px solid #dce8f7;border-radius:10px;background:#f8fbff}.ubt-service-notice .ubt-icon{width:23px;height:23px;color:var(--ubt-blue)}.ubt-service-notice p{font-size:10.5px;line-height:1.55;color:#53627a;margin:0}
.ubt-service-aside{position:sticky;top:92px}.admin-bar .ubt-service-aside{top:124px}.ubt-service-aside-card{border:1px solid #dfe7f1;border-radius:12px;padding:26px 23px;background:#fff}.ubt-service-aside-card>.ubt-icon{width:42px;height:42px;color:var(--ubt-blue);margin-bottom:20px}.ubt-service-aside-card>span{font-size:9px;letter-spacing:.08em;color:var(--ubt-blue);font-weight:900}.ubt-service-aside-card h2{font-size:20px;line-height:1.2;margin:8px 0 10px;color:var(--ubt-navy)}.ubt-service-aside-card p{font-size:11px;line-height:1.6;color:#667289;margin:0 0 18px}.ubt-service-aside-card .ubt-btn{width:100%;min-height:43px;font-size:11px}.ubt-service-aside-phone{display:flex;align-items:center;gap:8px;justify-content:center;margin-top:15px;font-size:11px;font-weight:800;color:var(--ubt-navy)}.ubt-service-aside-phone .ubt-icon{width:15px;height:15px}.ubt-service-back{display:block;text-align:center;font-size:10px;color:#68768e;margin-top:14px;font-weight:750}
.ubt-service-cta{padding:47px 0;background:#074db8;color:#fff}.ubt-service-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.ubt-service-cta-inner>div{max-width:690px}.ubt-service-cta span{font-size:9px;letter-spacing:.08em;font-weight:900;opacity:.75}.ubt-service-cta h2{font-size:27px;line-height:1.15;margin:5px 0 8px}.ubt-service-cta p{font-size:11px;line-height:1.6;margin:0;opacity:.82}.ubt-page-service-card>p{font-size:10.5px;line-height:1.5;color:#68758a;margin:0 0 18px}

@media (max-width:900px){
  .ubt-has-mega-menu{display:block}.ubt-nav-service-label{justify-content:space-between;border-bottom:1px solid #edf1f6}.ubt-nav-service-label>a{flex:1;border-bottom:0!important}.ubt-mega-toggle{width:48px;height:52px;flex:0 0 auto}.ubt-mega-menu{position:static;width:100%;transform:none!important;border:0;border-radius:0;padding:0 0 10px;opacity:1;visibility:visible;pointer-events:auto;display:none}.ubt-has-mega-menu.is-mega-open>.ubt-mega-menu{display:block}.ubt-has-mega-menu:hover>.ubt-mega-menu,.ubt-has-mega-menu:focus-within>.ubt-mega-menu{display:none}.ubt-has-mega-menu.is-mega-open:hover>.ubt-mega-menu,.ubt-has-mega-menu.is-mega-open:focus-within>.ubt-mega-menu{display:block}.ubt-mega-menu-head{display:none}.ubt-mega-grid{grid-template-columns:1fr;gap:0;padding:7px 0 8px 14px}.ubt-mega-item{grid-template-columns:28px 1fr 15px;padding:11px 7px;border-radius:7px}.ubt-mega-item>.ubt-icon:first-child{width:24px;height:24px}.ubt-mega-item strong{font-size:12px}.ubt-mega-item small{font-size:9px}.ubt-service-detail-hero{padding:52px 0}.ubt-service-detail-hero-inner{grid-template-columns:1fr;gap:26px}.ubt-service-detail-symbol{display:none}.ubt-service-detail-copy h1{font-size:37px}.ubt-service-highlight-grid{grid-template-columns:1fr}.ubt-service-highlight-grid article{border-right:0;border-bottom:1px solid var(--ubt-line)}.ubt-service-highlight-grid article:last-child{border-bottom:0}.ubt-service-detail-layout{grid-template-columns:1fr;gap:35px}.ubt-service-aside{position:static}.ubt-service-cta-inner{align-items:flex-start;flex-direction:column;gap:22px}
}
@media (max-width:560px){
  .ubt-service-detail-hero{padding:40px 0}.ubt-service-detail-copy h1{font-size:31px}.ubt-service-detail-copy>p{font-size:13px}.ubt-service-section{grid-template-columns:36px 1fr;gap:12px}.ubt-service-section-number{width:32px;height:32px;font-size:10px}.ubt-service-section h2{font-size:20px}.ubt-service-section ul{grid-template-columns:1fr}.ubt-service-cta h2{font-size:23px}.ubt-mega-grid{padding-left:4px}
}

/* 0.3.19 — premium service page redesign */
.ubt-service-detail-hero{position:relative;overflow:hidden;padding:72px 0 68px;background:linear-gradient(115deg,#f7fbff 0%,#fff 58%,#edf5ff 100%)}
.ubt-service-detail-hero::before{content:"";position:absolute;right:-90px;top:-160px;width:430px;height:430px;border:1px solid #d9e8fa;border-radius:50%;opacity:.65}
.ubt-service-detail-hero::after{content:"";position:absolute;right:90px;bottom:-170px;width:320px;height:320px;border:1px solid #d9e8fa;border-radius:50%;opacity:.55}
.ubt-service-detail-hero-inner{position:relative;z-index:2;grid-template-columns:minmax(0,1fr) 300px;gap:62px}
.ubt-service-breadcrumb{flex-wrap:wrap;margin-bottom:18px;color:#687893}
.ubt-service-detail-copy h1{font-size:46px;max-width:760px;margin-top:9px}
.ubt-service-detail-copy>p{font-size:15px;max-width:720px;line-height:1.82}
.ubt-service-hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:25px}
.ubt-service-phone-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;color:var(--ubt-navy)}
.ubt-service-phone-link .ubt-icon{width:17px;height:17px;color:var(--ubt-blue)}
.ubt-service-trust-row{display:flex;align-items:center;gap:18px 24px;flex-wrap:wrap;margin-top:27px;padding-top:19px;border-top:1px solid #dfe9f5}
.ubt-service-trust-row>span{display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:750;color:#5b6b84}
.ubt-service-trust-row .ubt-icon{width:15px;height:15px;color:var(--ubt-blue)}
.ubt-service-hero-card{position:relative;width:285px;min-height:270px;padding:25px;border:1px solid #cfdef1;border-radius:18px;background:#fff;align-self:center;overflow:hidden}
.ubt-service-hero-card::after{content:"";position:absolute;right:-52px;bottom:-58px;width:145px;height:145px;border-radius:50%;background:#eef6ff}
.ubt-service-hero-card-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}
.ubt-service-hero-icon{display:flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:16px;background:#edf5ff;color:var(--ubt-blue)}
.ubt-service-hero-icon .ubt-icon{width:38px;height:38px}
.ubt-service-hero-code{font-size:11px;font-weight:950;letter-spacing:.18em;color:#93a5bf}
.ubt-service-hero-card-body{display:grid;gap:8px;margin-top:39px;position:relative;z-index:2}
.ubt-service-hero-card-body small{font-size:9px;font-weight:900;letter-spacing:.11em;color:var(--ubt-blue)}
.ubt-service-hero-card-body strong{font-size:19px;line-height:1.22;color:var(--ubt-navy);max-width:220px}
.ubt-service-hero-card-body>span{font-size:10px;color:#7a879c}
.ubt-service-hero-card-line{position:absolute;left:25px;right:25px;bottom:25px;height:1px;background:#dce7f4;z-index:2}

.ubt-service-highlights{position:relative;z-index:5;background:#fff}
.ubt-service-highlight-grid{gap:0}
.ubt-service-highlight-grid article{grid-template-columns:42px 1fr;gap:14px;padding:27px 26px;min-height:124px}
.ubt-service-highlight-index{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #cbdcf0;border-radius:10px;font-size:10px;font-weight:950;color:var(--ubt-blue);background:#f8fbff}
.ubt-service-highlight-grid h2{font-size:14px;margin-top:1px}
.ubt-service-highlight-grid p{font-size:10.8px;line-height:1.58}

.ubt-service-quicknav{position:sticky;top:66px;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #e2e9f2}
.admin-bar .ubt-service-quicknav{top:98px}
.ubt-service-quicknav-inner{display:flex;align-items:center;gap:24px;min-height:54px}
.ubt-service-quicknav-label{font-size:9px;font-weight:900;letter-spacing:.08em;color:var(--ubt-blue);white-space:nowrap}
.ubt-service-quicknav-links{display:flex;align-items:center;gap:5px;overflow-x:auto;scrollbar-width:none;padding:7px 0}
.ubt-service-quicknav-links::-webkit-scrollbar{display:none}
.ubt-service-quicknav-links a{flex:0 0 auto;padding:7px 10px;border-radius:7px;font-size:9.5px;font-weight:700;color:#5c6a82;white-space:nowrap}
.ubt-service-quicknav-links a:hover{background:#f1f6fc;color:var(--ubt-blue)}

.ubt-service-detail-body{padding:70px 0 76px;background:#fff}
.ubt-service-detail-layout{grid-template-columns:minmax(0,1fr) 312px;gap:48px}
.ubt-service-content-intro{margin-bottom:26px;padding:0 4px 25px;border-bottom:1px solid #e3eaf3}
.ubt-service-content-intro>span{font-size:9px;font-weight:900;letter-spacing:.1em;color:var(--ubt-blue)}
.ubt-service-content-intro h2{font-size:27px;line-height:1.17;margin:7px 0 9px;color:var(--ubt-navy)}
.ubt-service-content-intro p{font-size:12px;line-height:1.72;color:#66758d;margin:0;max-width:700px}
.ubt-service-sections{gap:16px}
.ubt-service-section{scroll-margin-top:132px;grid-template-columns:52px 1fr;gap:19px;margin:0;padding:25px 26px 27px;border:1px solid #e0e8f2;border-radius:14px;background:#fff}
.ubt-service-section:nth-child(even){background:#fbfdff}
.ubt-service-section-number{width:42px;height:42px;border-radius:11px;background:#f1f7ff;border-color:#d1e1f4;color:var(--ubt-blue)}
.ubt-service-section h2{font-size:22px;margin:2px 0 9px}
.ubt-service-section p{font-size:12.5px;line-height:1.72;margin-bottom:16px}
.ubt-service-section ul{gap:9px 19px}
.ubt-service-section li{display:flex;align-items:flex-start;gap:9px;padding:0;font-size:10.8px;line-height:1.5;color:#35445f}
.ubt-service-section li::before{display:none}
.ubt-service-check{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:18px;height:18px;margin-top:-1px;border-radius:50%;background:#eef6ff;color:var(--ubt-blue);font-size:9px;font-weight:950}
.ubt-service-notice{margin-top:6px;padding:19px 20px;border-radius:13px;background:#f6faff}
.ubt-service-notice>div{display:grid;gap:4px}
.ubt-service-notice strong{font-size:10.5px;color:var(--ubt-navy)}
.ubt-service-notice p{font-size:10.5px}

.ubt-service-aside{top:138px}
.admin-bar .ubt-service-aside{top:170px}
.ubt-service-aside-card{border-radius:15px;padding:24px 22px 22px;background:#071943;color:#fff;border:1px solid #071943}
.ubt-service-aside-icon{display:flex;align-items:center;justify-content:center;width:47px;height:47px;border:1px solid rgba(255,255,255,.28);border-radius:12px;color:#fff;margin-bottom:20px}
.ubt-service-aside-icon .ubt-icon{width:29px;height:29px}
.ubt-service-aside-card>span{color:#8ab8ff}
.ubt-service-aside-card h2{color:#fff;font-size:20px;margin:8px 0 10px}
.ubt-service-aside-card p{color:rgba(255,255,255,.72);font-size:11px}
.ubt-service-aside-card .ubt-btn{background:#fff;color:#074db8;border-color:#fff}
.ubt-service-aside-meta{display:grid;gap:0;margin-top:18px;border-top:1px solid rgba(255,255,255,.16)}
.ubt-service-aside-meta>a,.ubt-service-aside-meta>div{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.13);color:#fff}
.ubt-service-aside-meta .ubt-icon{width:16px;height:16px;margin-top:2px;color:#9fc5ff}
.ubt-service-aside-meta span{display:grid;gap:2px}
.ubt-service-aside-meta small{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5)}
.ubt-service-aside-meta strong{font-size:10.5px;line-height:1.45;font-weight:700;color:#fff}
.ubt-service-aside-note{display:grid;grid-template-columns:33px 1fr;gap:10px;align-items:start;margin-top:13px;padding:14px;border:1px solid #dce7f4;border-radius:11px;background:#f9fbfe}
.ubt-service-aside-note>span{display:flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:8px;background:#eef5ff;color:var(--ubt-blue)}
.ubt-service-aside-note .ubt-icon{width:18px;height:18px}
.ubt-service-aside-note p{font-size:9.5px;line-height:1.5;color:#66748b;margin:1px 0 0}
.ubt-service-back{font-size:10px;margin-top:14px}

.ubt-service-cta{position:relative;overflow:hidden;padding:54px 0;background:#074db8}
.ubt-service-cta::after{content:"";position:absolute;right:-90px;top:-130px;width:310px;height:310px;border:1px solid rgba(255,255,255,.18);border-radius:50%}
.ubt-service-cta-inner{position:relative;z-index:2}
.ubt-service-cta h2{font-size:30px;max-width:680px}
.ubt-service-cta p{font-size:11.5px;max-width:690px}

/* subtle variations per service, staying inside the UBT blue system */
.ubt-service-theme-visa .ubt-service-hero-icon,.ubt-service-theme-insurance .ubt-service-hero-icon{background:#eef7ff}
.ubt-service-theme-currency .ubt-service-hero-card,.ubt-service-theme-ticketing .ubt-service-hero-card{border-color:#d7e3f0}
.ubt-service-theme-car_rental .ubt-service-hero-icon,.ubt-service-theme-exhibitions .ubt-service-hero-icon{background:#f3f7fc}

@media (max-width:900px){
  .ubt-service-detail-hero{padding:52px 0 48px}.ubt-service-detail-hero-inner{grid-template-columns:1fr;gap:28px}.ubt-service-hero-card{display:none}.ubt-service-detail-copy h1{font-size:38px}.ubt-service-trust-row{gap:12px 18px}.ubt-service-highlight-grid article{min-height:0}.ubt-service-quicknav{top:60px}.admin-bar .ubt-service-quicknav{top:106px}.ubt-service-quicknav-inner{gap:12px}.ubt-service-detail-layout{grid-template-columns:1fr}.ubt-service-aside{position:static}.ubt-service-section{scroll-margin-top:122px}.ubt-service-cta h2{font-size:27px}
}
@media (max-width:560px){
  .ubt-service-detail-hero{padding:38px 0 36px}.ubt-service-detail-copy h1{font-size:31px;line-height:1.08}.ubt-service-detail-copy>p{font-size:13px}.ubt-service-hero-actions{align-items:flex-start;flex-direction:column;gap:13px}.ubt-service-trust-row{display:grid;gap:9px;margin-top:20px;padding-top:16px}.ubt-service-highlight-grid article{padding:19px 15px;grid-template-columns:35px 1fr}.ubt-service-highlight-index{width:30px;height:30px}.ubt-service-quicknav{top:58px}.admin-bar .ubt-service-quicknav{top:104px}.ubt-service-quicknav-inner{display:block;padding-top:7px;padding-bottom:7px}.ubt-service-quicknav-label{display:block;margin-bottom:2px}.ubt-service-detail-body{padding:45px 0 52px}.ubt-service-content-intro h2{font-size:24px}.ubt-service-section{grid-template-columns:1fr;padding:20px 17px 22px;gap:12px}.ubt-service-section-number{width:34px;height:34px;border-radius:9px}.ubt-service-section h2{font-size:20px}.ubt-service-section p{font-size:12px}.ubt-service-section ul{grid-template-columns:1fr}.ubt-service-aside-card{padding:22px 18px}.ubt-service-cta{padding:42px 0}.ubt-service-cta h2{font-size:24px}
}


/* UBT 0.3.20 — Footer logo and destination experience */
.ubt-brand-footer{align-items:flex-start;max-width:190px}.ubt-brand-footer img,.ubt-footer .ubt-brand-logo{display:block!important;width:155px!important;max-width:155px!important;height:auto!important;filter:brightness(0) invert(1);opacity:1}.ubt-footer .ubt-brand{line-height:1}

/* Premium destination cards */
.ubt-destination-grid-featured{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:235px;gap:16px}.ubt-destination-grid-featured .ubt-destination-card{height:auto;min-width:0;border-radius:16px;overflow:hidden;background:#d9e5f0;border:0}.ubt-destination-grid-featured .ubt-destination-card-1{grid-column:span 7;grid-row:span 2}.ubt-destination-grid-featured .ubt-destination-card-2{grid-column:span 5}.ubt-destination-grid-featured .ubt-destination-card-3{grid-column:span 5}.ubt-destination-grid-featured .ubt-destination-card-4{grid-column:span 6}.ubt-destination-grid-featured .ubt-destination-card-5{grid-column:span 6}.ubt-destination-card-link{position:relative;display:block;width:100%;height:100%;overflow:hidden}.ubt-destination-card-link>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.ubt-destination-card-link:hover>img{transform:scale(1.055)}.ubt-destination-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,17,43,.03) 12%,rgba(3,17,43,.18) 44%,rgba(3,17,43,.86) 100%)}.ubt-destination-card-1 .ubt-destination-overlay{background:linear-gradient(180deg,rgba(3,17,43,.02) 18%,rgba(3,17,43,.15) 48%,rgba(3,17,43,.88) 100%)}.ubt-destination-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:24px;color:#fff}.ubt-destination-card-1 .ubt-destination-content{padding:32px}.ubt-destination-eyebrow{display:block;margin-bottom:7px;font-size:9px;line-height:1.3;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.78)}.ubt-destination-content h3,.ubt-destination-content h2{color:#fff;font-size:22px;line-height:1.12;letter-spacing:-.02em;margin:0 0 7px}.ubt-destination-card-1 .ubt-destination-content h3,.ubt-destination-card-1 .ubt-destination-content h2{font-size:31px}.ubt-destination-content p{max-width:520px;margin:0 0 15px;font-size:11.5px;line-height:1.55;color:rgba(255,255,255,.86)}.ubt-destination-card:not(.ubt-destination-card-1) .ubt-destination-content p{display:none}.ubt-destination-discover{display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:800;color:#fff}.ubt-destination-discover .ubt-icon{width:15px;height:15px;transition:transform .2s}.ubt-destination-card-link:hover .ubt-destination-discover .ubt-icon{transform:translateX(4px)}.ubt-destination-grid-page{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}.ubt-destination-grid-page .ubt-destination-card{height:auto}

/* Destination detail pages */
.ubt-destination-detail-hero{position:relative;min-height:540px;display:flex;align-items:flex-end;overflow:hidden;background:#071943}.ubt-destination-detail-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ubt-destination-detail-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,17,46,.87) 0%,rgba(2,17,46,.6) 43%,rgba(2,17,46,.2) 72%,rgba(2,17,46,.08) 100%),linear-gradient(0deg,rgba(2,17,46,.58),transparent 56%)}.ubt-destination-detail-hero-inner{position:relative;z-index:2;padding-top:70px;padding-bottom:64px;width:100%}.ubt-destination-breadcrumb{display:inline-flex;margin-bottom:70px;color:rgba(255,255,255,.82);font-size:11px;font-weight:700}.ubt-destination-detail-copy{max-width:650px}.ubt-destination-detail-eyebrow{display:block;margin-bottom:12px;font-size:11px;font-weight:850;letter-spacing:.12em;color:#dceaff}.ubt-destination-detail-copy h1{margin:0;color:#fff;font-size:58px;line-height:.98;letter-spacing:-.045em}.ubt-destination-detail-copy p{max-width:600px;margin:18px 0 26px;color:rgba(255,255,255,.88);font-size:17px;line-height:1.55}.ubt-destination-detail-intro{padding:58px 0;border-bottom:1px solid var(--ubt-line)}.ubt-destination-detail-intro-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.ubt-destination-detail-intro h2{margin:7px 0 12px;font-size:34px;line-height:1.1}.ubt-destination-detail-intro p{margin:0;color:var(--ubt-muted);font-size:14px;line-height:1.75}.ubt-destination-facts{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ubt-line);border-radius:14px;background:#fff;overflow:hidden}.ubt-destination-facts div{padding:22px 15px;text-align:center;border-right:1px solid var(--ubt-line)}.ubt-destination-facts div:last-child{border-right:0}.ubt-destination-facts span{display:block;margin-bottom:6px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--ubt-muted);font-weight:800}.ubt-destination-facts strong{font-size:12px;line-height:1.35;color:var(--ubt-navy)}.ubt-destination-history{background:#f7faff}.ubt-destination-history-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.ubt-destination-history-visual{height:390px;border-radius:16px;overflow:hidden}.ubt-destination-history-visual img{width:100%;height:100%;object-fit:cover}.ubt-destination-history-copy h2{font-size:32px;line-height:1.16;letter-spacing:-.025em;margin:8px 0 18px}.ubt-destination-history-copy p{font-size:14px;line-height:1.8;color:var(--ubt-muted);margin:0}.ubt-destination-experience-heading{max-width:680px;margin:0 auto 30px;text-align:center}.ubt-destination-experience-heading h2{font-size:32px;margin:7px 0 0}.ubt-destination-experience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ubt-destination-experience-grid article{min-height:235px;padding:24px 21px;border:1px solid var(--ubt-line);border-radius:14px;background:#fff}.ubt-destination-experience-number{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:34px;border-radius:50%;background:#eef5ff;color:var(--ubt-blue);font-size:10px;font-weight:850}.ubt-destination-experience-grid h3{font-size:16px;line-height:1.25;margin:0 0 10px;color:var(--ubt-navy)}.ubt-destination-experience-grid p{margin:0;color:var(--ubt-muted);font-size:11.5px;line-height:1.65}.ubt-destination-ubt-section{padding-top:24px}.ubt-destination-ubt-card{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:38px 42px;border:1px solid #dbe8f8;border-radius:16px;background:#f4f8ff}.ubt-destination-ubt-card>div:first-child{max-width:690px}.ubt-destination-ubt-card h2{font-size:28px;line-height:1.15;margin:7px 0 10px}.ubt-destination-ubt-card p{margin:0;font-size:13px;line-height:1.7;color:var(--ubt-muted)}.ubt-destination-ubt-actions{display:grid;gap:13px;min-width:215px}.ubt-destination-phone{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:800;color:var(--ubt-blue)}.ubt-destination-phone .ubt-icon{width:17px;height:17px}.ubt-destination-final-cta{margin-top:18px}

@media (max-width:900px){.ubt-destination-grid-featured{grid-template-columns:repeat(2,1fr);grid-auto-rows:250px}.ubt-destination-grid-featured .ubt-destination-card,.ubt-destination-grid-featured .ubt-destination-card-1,.ubt-destination-grid-featured .ubt-destination-card-2,.ubt-destination-grid-featured .ubt-destination-card-3,.ubt-destination-grid-featured .ubt-destination-card-4,.ubt-destination-grid-featured .ubt-destination-card-5{grid-column:auto;grid-row:auto}.ubt-destination-grid-featured .ubt-destination-card-1{grid-column:1/3}.ubt-destination-card:not(.ubt-destination-card-1) .ubt-destination-content p{display:block}.ubt-destination-content,.ubt-destination-card-1 .ubt-destination-content{padding:22px}.ubt-destination-content h3,.ubt-destination-content h2,.ubt-destination-card-1 .ubt-destination-content h3,.ubt-destination-card-1 .ubt-destination-content h2{font-size:24px}.ubt-destination-detail-hero{min-height:500px}.ubt-destination-detail-copy h1{font-size:48px}.ubt-destination-breadcrumb{margin-bottom:52px}.ubt-destination-detail-intro-grid,.ubt-destination-history-grid{grid-template-columns:1fr;gap:30px}.ubt-destination-history-visual{height:330px}.ubt-destination-experience-grid{grid-template-columns:repeat(2,1fr)}.ubt-destination-ubt-card{align-items:flex-start;flex-direction:column}.ubt-destination-ubt-actions{width:100%;min-width:0}.ubt-destination-ubt-actions .ubt-btn{width:100%}}
@media (max-width:560px){.ubt-destination-grid-featured{display:grid;grid-template-columns:1fr;grid-auto-rows:265px;gap:12px}.ubt-destination-grid-featured .ubt-destination-card-1{grid-column:auto}.ubt-destination-grid-featured .ubt-destination-card{min-width:0;height:auto}.ubt-destination-content,.ubt-destination-card-1 .ubt-destination-content{padding:20px}.ubt-destination-content h3,.ubt-destination-content h2,.ubt-destination-card-1 .ubt-destination-content h3,.ubt-destination-card-1 .ubt-destination-content h2{font-size:23px}.ubt-destination-content p{font-size:11px}.ubt-destination-detail-hero{min-height:480px}.ubt-destination-detail-hero-inner{padding-top:42px;padding-bottom:44px}.ubt-destination-breadcrumb{margin-bottom:70px}.ubt-destination-detail-copy h1{font-size:40px}.ubt-destination-detail-copy p{font-size:14px}.ubt-destination-detail-intro{padding:46px 0}.ubt-destination-detail-intro h2,.ubt-destination-history-copy h2,.ubt-destination-experience-heading h2{font-size:27px}.ubt-destination-facts{grid-template-columns:1fr}.ubt-destination-facts div{border-right:0;border-bottom:1px solid var(--ubt-line)}.ubt-destination-facts div:last-child{border-bottom:0}.ubt-destination-history-visual{height:250px}.ubt-destination-experience-grid{grid-template-columns:1fr}.ubt-destination-experience-grid article{min-height:0}.ubt-destination-ubt-card{padding:28px 22px}.ubt-destination-ubt-card h2{font-size:25px}}

/* UBT 0.3.21 — footer logo, strict site width, premium destination grid */
.ubt-container{
  width:calc(100% - 44px);
  max-width:1040px;
  margin-left:auto;
  margin-right:auto;
  min-width:0;
}
.ubt-section>.ubt-container,.ubt-header>.ubt-container,.ubt-footer>.ubt-container{max-width:1040px}
.ubt-destinations .ubt-section-heading-row,.ubt-destination-grid-featured{width:100%;max-width:100%;min-width:0}

.ubt-brand-footer{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  max-width:none;
  padding:7px 9px;
  background:#fff;
  border-radius:9px;
  overflow:hidden;
}
.ubt-brand-footer img,.ubt-footer .ubt-brand-footer img{
  display:block!important;
  width:160px!important;
  max-width:160px!important;
  height:auto!important;
  filter:none!important;
  opacity:1!important;
  object-fit:contain;
}

.ubt-destination-grid-featured{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  grid-auto-rows:285px;
  gap:14px;
}
.ubt-destination-grid-featured .ubt-destination-card,
.ubt-destination-grid-featured .ubt-destination-card-1,
.ubt-destination-grid-featured .ubt-destination-card-2,
.ubt-destination-grid-featured .ubt-destination-card-3,
.ubt-destination-grid-featured .ubt-destination-card-4,
.ubt-destination-grid-featured .ubt-destination-card-5{
  grid-row:auto;
  height:auto;
  min-width:0;
  border-radius:14px;
  overflow:hidden;
  background:#dbe5ef;
}
.ubt-destination-grid-featured .ubt-destination-card-1,
.ubt-destination-grid-featured .ubt-destination-card-2,
.ubt-destination-grid-featured .ubt-destination-card-3{grid-column:span 2}
.ubt-destination-grid-featured .ubt-destination-card-4,
.ubt-destination-grid-featured .ubt-destination-card-5{grid-column:span 3}
.ubt-destination-card-link>img{
  width:100%;height:100%;object-fit:cover;object-position:center;
  transform:scale(1.001);
}
.ubt-destination-card-link:hover>img{transform:scale(1.04)}
.ubt-destination-overlay,.ubt-destination-card-1 .ubt-destination-overlay{
  background:linear-gradient(180deg,rgba(3,17,43,.02) 20%,rgba(3,17,43,.14) 50%,rgba(3,17,43,.90) 100%);
}
.ubt-destination-content,.ubt-destination-card-1 .ubt-destination-content{padding:21px 20px}
.ubt-destination-content h3,.ubt-destination-content h2,
.ubt-destination-card-1 .ubt-destination-content h3,.ubt-destination-card-1 .ubt-destination-content h2{
  font-size:22px;margin-bottom:7px;
}
.ubt-destination-content p,.ubt-destination-card:not(.ubt-destination-card-1) .ubt-destination-content p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  max-width:480px;
  margin:0 0 13px;
  font-size:11px;
  line-height:1.5;
  color:rgba(255,255,255,.86);
}

@media (max-width:900px){
  .ubt-container{width:calc(100% - 28px);max-width:760px}
  .ubt-section>.ubt-container,.ubt-header>.ubt-container,.ubt-footer>.ubt-container{max-width:760px}
  .ubt-destination-grid-featured{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:260px;gap:12px}
  .ubt-destination-grid-featured .ubt-destination-card,
  .ubt-destination-grid-featured .ubt-destination-card-1,
  .ubt-destination-grid-featured .ubt-destination-card-2,
  .ubt-destination-grid-featured .ubt-destination-card-3,
  .ubt-destination-grid-featured .ubt-destination-card-4,
  .ubt-destination-grid-featured .ubt-destination-card-5{grid-column:span 1}
  .ubt-destination-grid-featured .ubt-destination-card-5{grid-column:1 / 3}
}
@media (max-width:560px){
  .ubt-container{width:calc(100% - 28px);max-width:none}
  .ubt-section>.ubt-container,.ubt-header>.ubt-container,.ubt-footer>.ubt-container{max-width:none}
  .ubt-destination-grid-featured{grid-template-columns:1fr;grid-auto-rows:275px;gap:12px}
  .ubt-destination-grid-featured .ubt-destination-card,
  .ubt-destination-grid-featured .ubt-destination-card-1,
  .ubt-destination-grid-featured .ubt-destination-card-2,
  .ubt-destination-grid-featured .ubt-destination-card-3,
  .ubt-destination-grid-featured .ubt-destination-card-4,
  .ubt-destination-grid-featured .ubt-destination-card-5{grid-column:1}
  .ubt-brand-footer img,.ubt-footer .ubt-brand-footer img{width:150px!important;max-width:150px!important}
}


/* UBT 0.3.22 — authoritative width, visible footer logo, premium destinations */
:root{
  --ubt-site-width:1040px;
  --ubt-container:min(var(--ubt-site-width),calc(100% - 44px));
}
html,body{max-width:100%;overflow-x:hidden}
.ubt-container{
  width:var(--ubt-container)!important;
  max-width:none!important;
  margin-inline:auto!important;
  min-width:0;
}
.ubt-header-inner,.ubt-footer-grid,.ubt-footer-bottom,
.ubt-hero-inner,.ubt-about-grid,.ubt-cta-inner{
  width:var(--ubt-container)!important;
  max-width:none!important;
  margin-inline:auto!important;
}
.ubt-section>.ubt-container,.ubt-featured-partners>.ubt-container,
.ubt-services-wrap>.ubt-container,.ubt-footer>.ubt-container{
  width:var(--ubt-container)!important;
  max-width:none!important;
}
.ubt-about-grid>*,.ubt-benefits>*,.ubt-services-panel>*,
.ubt-destination-grid-featured>*,.ubt-partner-row>*,.ubt-footer-grid>*{min-width:0}

/* Footer logo: no saved-media dependency; high contrast and always visible. */
.ubt-footer .ubt-brand-footer{
  display:inline-flex!important;
  width:auto!important;
  max-width:190px!important;
  padding:8px 10px!important;
  margin:0 0 8px!important;
  background:#fff!important;
  border-radius:10px!important;
  overflow:hidden!important;
  line-height:0!important;
}
.ubt-footer .ubt-brand-footer img{
  display:block!important;
  width:168px!important;
  max-width:168px!important;
  height:auto!important;
  margin:0!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  transform:none!important;
  object-fit:contain!important;
}

/* Destinations: balanced editorial cards constrained to the site width. */
.ubt-destinations{overflow:hidden}
.ubt-destinations .ubt-container{display:block}
.ubt-destinations .ubt-section-heading-row{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
.ubt-destination-grid-featured{
  width:100%!important;
  max-width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  grid-auto-rows:250px!important;
  gap:16px!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}
.ubt-destination-grid-featured .ubt-destination-card{
  grid-row:auto!important;
  height:auto!important;
  min-width:0!important;
  margin:0!important;
  border:1px solid #e5eaf1!important;
  border-radius:15px!important;
  background:#e7edf4!important;
  overflow:hidden!important;
}
.ubt-destination-grid-featured .ubt-destination-card-1{grid-column:span 7!important;grid-row:span 2!important}
.ubt-destination-grid-featured .ubt-destination-card-2{grid-column:span 5!important}
.ubt-destination-grid-featured .ubt-destination-card-3{grid-column:span 5!important}
.ubt-destination-grid-featured .ubt-destination-card-4{grid-column:span 6!important}
.ubt-destination-grid-featured .ubt-destination-card-5{grid-column:span 6!important}
.ubt-destination-card-link{display:block!important;position:relative!important;width:100%!important;height:100%!important;overflow:hidden!important}
.ubt-destination-card-link>img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
  transition:none!important;
}
@media (hover:hover) and (pointer:fine){
  .ubt-destination-card-link>img{transition:transform .35s ease!important}
  .ubt-destination-card-link:hover>img{transform:scale(1.035)!important}
}
.ubt-destination-overlay{
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(4,17,40,.01) 18%,rgba(4,17,40,.10) 48%,rgba(4,17,40,.88) 100%)!important;
}
.ubt-destination-content{
  position:absolute!important;
  z-index:2!important;
  left:0!important;right:0!important;bottom:0!important;
  max-width:100%!important;
  padding:22px!important;
  overflow:hidden!important;
  color:#fff!important;
}
.ubt-destination-card-1 .ubt-destination-content{padding:28px!important}
.ubt-destination-content h3,.ubt-destination-content h2{
  max-width:100%!important;
  margin:0 0 7px!important;
  font-size:23px!important;
  line-height:1.12!important;
  overflow-wrap:anywhere!important;
}
.ubt-destination-card-1 .ubt-destination-content h3,
.ubt-destination-card-1 .ubt-destination-content h2{font-size:31px!important}
.ubt-destination-content p{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  max-width:560px!important;
  margin:0 0 13px!important;
  overflow:hidden!important;
  color:rgba(255,255,255,.88)!important;
  font-size:11.5px!important;
  line-height:1.5!important;
}

@media (max-width:900px){
  :root{--ubt-container:min(760px,calc(100% - 28px))}
  .ubt-destination-grid-featured{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:255px!important;
    gap:12px!important;
  }
  .ubt-destination-grid-featured .ubt-destination-card,
  .ubt-destination-grid-featured .ubt-destination-card-1,
  .ubt-destination-grid-featured .ubt-destination-card-2,
  .ubt-destination-grid-featured .ubt-destination-card-3,
  .ubt-destination-grid-featured .ubt-destination-card-4,
  .ubt-destination-grid-featured .ubt-destination-card-5{
    grid-column:span 1!important;
    grid-row:auto!important;
  }
  .ubt-destination-grid-featured .ubt-destination-card-1{grid-column:1 / 3!important}
  .ubt-destination-card-1 .ubt-destination-content h3,
  .ubt-destination-card-1 .ubt-destination-content h2{font-size:27px!important}
}
@media (max-width:560px){
  :root{--ubt-container:calc(100% - 28px)}
  .ubt-destination-grid-featured{
    grid-template-columns:minmax(0,1fr)!important;
    grid-auto-rows:265px!important;
  }
  .ubt-destination-grid-featured .ubt-destination-card,
  .ubt-destination-grid-featured .ubt-destination-card-1,
  .ubt-destination-grid-featured .ubt-destination-card-2,
  .ubt-destination-grid-featured .ubt-destination-card-3,
  .ubt-destination-grid-featured .ubt-destination-card-4,
  .ubt-destination-grid-featured .ubt-destination-card-5{grid-column:1!important}
  .ubt-destination-content,.ubt-destination-card-1 .ubt-destination-content{padding:19px!important}
  .ubt-destination-content h3,.ubt-destination-content h2,
  .ubt-destination-card-1 .ubt-destination-content h3,
  .ubt-destination-card-1 .ubt-destination-content h2{font-size:22px!important}
  .ubt-footer .ubt-brand-footer{max-width:174px!important}
  .ubt-footer .ubt-brand-footer img{width:154px!important;max-width:154px!important}
}

/* UBT 0.3.23 — professional Contact & Quote forms */
.ubt-contact-professional-section,.ubt-quote-section{background:#f7faff}
.ubt-contact-professional-grid{display:grid;grid-template-columns:minmax(0,330px) minmax(0,1fr);gap:26px;align-items:start}
.ubt-contact-sidebar,.ubt-quote-sidebar{border:1px solid var(--ubt-line);border-radius:16px;background:#fff;padding:28px;min-width:0}
.ubt-contact-sidebar-heading h2,.ubt-quote-sidebar h2{margin:8px 0 12px;font-size:25px;line-height:1.15;letter-spacing:-.025em;color:var(--ubt-navy)}
.ubt-contact-sidebar-heading p,.ubt-quote-sidebar>p{margin:0;color:var(--ubt-muted);font-size:13px;line-height:1.7}
.ubt-contact-info-list{display:grid;gap:0;margin-top:24px;border-top:1px solid var(--ubt-line)}
.ubt-contact-info-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:13px;align-items:center;padding:18px 0;border-bottom:1px solid var(--ubt-line)}
.ubt-contact-info-item .ubt-icon{width:28px;height:28px;color:var(--ubt-blue)}
.ubt-contact-info-item span,.ubt-quote-phone span{display:grid;gap:3px;min-width:0}
.ubt-contact-info-item small,.ubt-quote-phone small{font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;color:var(--ubt-muted)}
.ubt-contact-info-item strong,.ubt-quote-phone strong{font-size:12.5px;line-height:1.45;color:var(--ubt-navy);overflow-wrap:anywhere}
.ubt-contact-quote-link{width:100%;margin-top:22px}
.ubt-form-card{border:1px solid var(--ubt-line);border-radius:16px;background:#fff;padding:32px;min-width:0}.ubt-form-card[id]{scroll-margin-top:90px}.ubt-contact-professional-section .ubt-form-card,.ubt-quote-section .ubt-form-card{display:block;visibility:visible;opacity:1}
.ubt-form-card-heading{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--ubt-line)}
.ubt-form-card-heading h2{margin:7px 0 9px;font-size:28px;line-height:1.15;letter-spacing:-.025em;color:var(--ubt-navy)}
.ubt-form-card-heading p{margin:0;max-width:650px;font-size:13px;line-height:1.7;color:var(--ubt-muted)}
.ubt-professional-form{display:block}
.ubt-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ubt-form-field{display:grid;gap:8px;min-width:0}
.ubt-form-field-full{grid-column:1/-1}
.ubt-form-field>span{font-size:11px;font-weight:800;color:#263657}
.ubt-form-field input,.ubt-form-field select,.ubt-form-field textarea{display:block;width:100%;max-width:100%;border:1px solid #d7e0ec;border-radius:9px;background:#fff;color:var(--ubt-navy);outline:0;box-shadow:none;transition:border-color .18s,background .18s}
.ubt-form-field input,.ubt-form-field select{height:49px;padding:0 14px}
.ubt-form-field textarea{min-height:145px;padding:13px 14px;resize:vertical;line-height:1.55}
.ubt-phone-field{display:grid;grid-template-columns:132px minmax(0,1fr);min-width:0}
.ubt-phone-field .ubt-phone-prefix{border-radius:9px 0 0 9px;border-right:0;background:#f7faff;padding:0 8px;font-weight:700;color:#102044}
.ubt-phone-field .ubt-phone-number{border-radius:0 9px 9px 0;min-width:0}
.ubt-country-field select{font-weight:600;color:#102044}
.ubt-phone-field .ubt-phone-prefix:focus,.ubt-phone-field .ubt-phone-number:focus{position:relative;z-index:1}

.ubt-form-field input:focus,.ubt-form-field select:focus,.ubt-form-field textarea:focus{border-color:var(--ubt-blue);background:#fbfdff;box-shadow:none;outline:2px solid rgba(6,75,195,.08);outline-offset:0}
.ubt-form-consent{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;margin:20px 0;color:var(--ubt-muted);font-size:10.5px;line-height:1.55}
.ubt-form-consent input{width:16px;height:16px;margin:1px 0 0;accent-color:var(--ubt-blue)}
.ubt-form-submit{min-width:220px}
.ubt-form-notice{margin:0 0 20px;padding:13px 15px;border-radius:9px;border:1px solid;font-size:12px;font-weight:700;line-height:1.5}
.ubt-form-notice.is-success{background:#f1faf5;border-color:#b9e4ca;color:#176139}
.ubt-form-notice.is-error{background:#fff5f3;border-color:#f0c8bf;color:#9c3425}
.ubt-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.ubt-quote-layout{display:grid;grid-template-columns:minmax(0,310px) minmax(0,1fr);gap:26px;align-items:start}
.ubt-quote-sidebar{position:sticky;top:88px;background:#082f80;color:#fff;border-color:#082f80}
.ubt-quote-sidebar .ubt-section-kicker{color:#9cc3ff}
.ubt-quote-sidebar h2{color:#fff}
.ubt-quote-sidebar>p{color:rgba(255,255,255,.76)}
.ubt-quote-points{display:grid;gap:0;margin:24px 0;border-top:1px solid rgba(255,255,255,.16)}
.ubt-quote-points>div{display:flex;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.16);font-size:11px;font-weight:750;color:rgba(255,255,255,.9)}
.ubt-quote-points .ubt-icon{width:24px;height:24px;color:#a9cbff}
.ubt-quote-phone{display:grid;grid-template-columns:28px minmax(0,1fr);gap:11px;align-items:center;margin-top:18px;padding:15px;border:1px solid rgba(255,255,255,.24);border-radius:10px}
.ubt-quote-phone .ubt-icon{width:24px;height:24px;color:#fff}
.ubt-quote-phone small{color:rgba(255,255,255,.64)}
.ubt-quote-phone strong{color:#fff}

@media (max-width:900px){
  .ubt-contact-professional-grid,.ubt-quote-layout{grid-template-columns:1fr}
  .ubt-contact-sidebar,.ubt-quote-sidebar{padding:24px}
  .ubt-quote-sidebar{position:static;top:auto}
}
@media (max-width:560px){
  .ubt-contact-professional-section,.ubt-quote-section{padding-top:42px}
  .ubt-form-card{padding:22px 18px;border-radius:13px}
  .ubt-contact-sidebar,.ubt-quote-sidebar{padding:22px 18px;border-radius:13px}
  .ubt-form-card-heading h2{font-size:24px}
  .ubt-contact-sidebar-heading h2,.ubt-quote-sidebar h2{font-size:23px}
  .ubt-form-grid{grid-template-columns:1fr;gap:15px}
  .ubt-phone-field{grid-template-columns:116px minmax(0,1fr)}
  .ubt-phone-field .ubt-phone-prefix{font-size:12px;padding-inline:6px}
  .ubt-form-field-full{grid-column:auto}
  .ubt-form-submit{width:100%;min-width:0}
}


/* Partner page 0.3.26 */
.ubt-partner-hero{position:relative;overflow:hidden;background:linear-gradient(105deg,#062b72 0%,#073a8e 56%,#0b4da2 100%);color:#fff;padding:42px 0 78px}
.ubt-partner-hero-pattern{position:absolute;inset:0;opacity:.15;background-image:radial-gradient(circle at 15% 35%,rgba(255,255,255,.85) 0 1px,transparent 1.5px),radial-gradient(circle at 78% 25%,rgba(255,255,255,.7) 0 1px,transparent 1.5px);background-size:24px 24px,31px 31px;mask-image:linear-gradient(90deg,#000,transparent 52%,#000)}
.ubt-partner-hero-inner{position:relative;z-index:2}
.ubt-partner-breadcrumb{display:inline-flex;gap:9px;align-items:center;color:rgba(255,255,255,.78);font-size:12px;font-weight:650;margin-bottom:23px}
.ubt-partner-breadcrumb span{opacity:.55}.ubt-partner-hero .ubt-section-kicker{color:#fff;opacity:.86}.ubt-partner-hero-copy{max-width:640px}
.ubt-partner-hero-copy h1{margin:8px 0 5px;font-size:46px;line-height:1.02;letter-spacing:-.035em;color:#fff;text-transform:uppercase}
.ubt-partner-hero-copy h2{margin:0 0 20px;color:#f5b829;font-size:19px;line-height:1.25;font-weight:750}
.ubt-partner-hero-copy p{margin:0;max-width:590px;font-size:14px;line-height:1.75;color:rgba(255,255,255,.88)}
.ubt-partner-stats-wrap{position:relative;z-index:4;margin-top:-47px}.ubt-partner-stats{background:#fff;border:1px solid #dfe7f2;border-radius:13px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.ubt-partner-stats article{min-height:92px;display:flex;align-items:center;justify-content:center;gap:15px;padding:17px 22px;border-right:1px solid #e4ebf4}.ubt-partner-stats article:last-child{border-right:0}
.ubt-partner-stat-icon{width:43px;height:43px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0a4097;color:#fff;flex:0 0 auto}.ubt-partner-stat-icon .ubt-icon{width:23px;height:23px}
.ubt-partner-stats strong{display:block;font-size:22px;line-height:1;color:#08255e}.ubt-partner-stats article div span{display:block;margin-top:5px;font-size:10px;color:#60708a;line-height:1.25}
.ubt-partner-network-section{padding-top:54px}.ubt-partner-network-heading{margin-bottom:28px}.ubt-partner-network-heading h2{font-size:31px}.ubt-partner-network-heading p{max-width:670px;margin:11px auto 0}
.ubt-partner-network-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.ubt-partner-network-card{min-width:0;min-height:132px;border:1px solid #e0e7f0;border-radius:9px;background:#fff;padding:14px 10px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:border-color .2s,transform .2s;background-clip:padding-box}
.ubt-partner-network-card:hover{border-color:#b8ccec;transform:translateY(-2px)}.ubt-partner-logo-area{height:66px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:7px;overflow:hidden}
.ubt-partner-logo-area img{display:block;max-width:132px;max-height:58px;width:auto;height:auto;object-fit:contain}.ubt-partner-fallback{width:100%;height:58px;align-items:center;justify-content:center;padding:4px 8px;font-size:12px;font-weight:850;line-height:1.15;color:#173669;text-transform:none}
.ubt-partner-network-card strong{font-size:10px;line-height:1.25;color:#26416d;font-weight:700;max-width:150px}
.ubt-partner-benefits-section{background:#f7f9fd;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6;padding-top:58px;padding-bottom:60px}
.ubt-partner-benefits-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:32px}.ubt-partner-benefits-grid article{text-align:center;padding:0 22px;position:relative}.ubt-partner-benefits-grid article+article{border-left:1px solid #dce4ef}
.ubt-partner-benefit-icon{width:48px;height:48px;margin:0 auto 13px;border-radius:50%;background:#e9f0ff;color:#0848a7;display:flex;align-items:center;justify-content:center}.ubt-partner-benefit-icon .ubt-icon{width:26px;height:26px}.ubt-partner-benefits-grid h3{font-size:13px;margin:0 0 8px;color:#0b2d67}.ubt-partner-benefits-grid p{font-size:10.5px;line-height:1.55;margin:0;color:#66748d}
.ubt-partner-cta-section{padding:32px 0 42px;background:#fff}.ubt-partner-cta-card{position:relative;overflow:hidden;border-radius:13px;padding:30px 36px;background:linear-gradient(105deg,#052c75,#063e96);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px}.ubt-partner-cta-card::after{content:"";position:absolute;width:420px;height:260px;right:-90px;bottom:-125px;border-radius:50%;border:1px dotted rgba(255,255,255,.22)}.ubt-partner-cta-card>div,.ubt-partner-cta-button{position:relative;z-index:2}.ubt-partner-cta-card .ubt-section-kicker{color:#f5b829}.ubt-partner-cta-card h2{font-size:25px;margin:4px 0 7px;color:#fff}.ubt-partner-cta-card p{font-size:12px;color:rgba(255,255,255,.8);margin:0;max-width:620px}.ubt-partner-cta-button{background:#f2b72b;border-color:#f2b72b;color:#08255e;min-width:190px}
@media (max-width:900px){.ubt-partner-network-grid{grid-template-columns:repeat(3,1fr)}.ubt-partner-stats{grid-template-columns:repeat(2,1fr)}.ubt-partner-stats article:nth-child(2){border-right:0}.ubt-partner-stats article:nth-child(-n+2){border-bottom:1px solid #e4ebf4}.ubt-partner-benefits-grid{grid-template-columns:repeat(2,1fr);gap:24px 0}.ubt-partner-benefits-grid article{border-left:0!important}.ubt-partner-benefits-grid article:nth-child(even){border-left:1px solid #dce4ef!important}.ubt-partner-benefits-grid article:last-child{grid-column:1/3;max-width:360px;margin:auto}.ubt-partner-cta-card{align-items:flex-start;flex-direction:column}.ubt-partner-hero-copy h1{font-size:39px}}
@media (max-width:560px){.ubt-partner-hero{padding:31px 0 68px}.ubt-partner-hero-copy h1{font-size:31px}.ubt-partner-hero-copy h2{font-size:16px}.ubt-partner-hero-copy p{font-size:12px}.ubt-partner-stats-wrap{margin-top:-38px}.ubt-partner-stats article{min-height:82px;padding:13px 9px;gap:9px;justify-content:flex-start}.ubt-partner-stat-icon{width:36px;height:36px}.ubt-partner-stat-icon .ubt-icon{width:19px;height:19px}.ubt-partner-stats strong{font-size:18px}.ubt-partner-stats article div span{font-size:8.5px}.ubt-partner-network-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ubt-partner-network-card{min-height:116px;padding:11px 7px}.ubt-partner-logo-area{height:54px}.ubt-partner-logo-area img{max-width:110px;max-height:47px}.ubt-partner-network-card strong{font-size:9px}.ubt-partner-benefits-grid{grid-template-columns:1fr;gap:0}.ubt-partner-benefits-grid article,.ubt-partner-benefits-grid article:nth-child(even),.ubt-partner-benefits-grid article:last-child{grid-column:auto;border-left:0!important;border-top:1px solid #dce4ef;padding:19px 10px;max-width:none}.ubt-partner-benefits-grid article:first-child{border-top:0}.ubt-partner-cta-card{padding:25px 21px}.ubt-partner-cta-card h2{font-size:22px}.ubt-partner-cta-button{width:100%}}

/* Legal pages + cookie consent 0.3.32 */
.ubt-footer-legal{display:flex;align-items:center;justify-content:flex-end;gap:22px;flex-wrap:wrap}
.ubt-footer-legal a,.ubt-footer-cookie-settings{color:rgba(255,255,255,.72);font:inherit;line-height:1.4;text-decoration:none}
.ubt-footer-legal a:hover,.ubt-footer-cookie-settings:hover{color:#fff}
.ubt-footer-cookie-settings{appearance:none;border:0;background:transparent;padding:0;cursor:pointer}

.ubt-legal-hero{background:linear-gradient(108deg,#052d78 0%,#073f96 58%,#0b56ad 100%);color:#fff;padding:44px 0 56px}
.ubt-legal-hero-inner{max-width:1040px}
.ubt-legal-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:11px;color:rgba(255,255,255,.64)}
.ubt-legal-breadcrumb a{color:rgba(255,255,255,.82)}
.ubt-legal-hero .ubt-section-kicker{color:#f1bb35}
.ubt-legal-hero h1{max-width:820px;margin:8px 0 15px;color:#fff;font-size:42px;line-height:1.08;letter-spacing:-.035em}
.ubt-legal-hero>div>p{max-width:800px;margin:0;color:rgba(255,255,255,.85);font-size:14px;line-height:1.75}
.ubt-legal-updated{display:inline-flex;gap:5px;margin-top:22px;padding:8px 11px;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:10px;color:rgba(255,255,255,.72)}
.ubt-legal-updated strong{color:#fff}
.ubt-legal-section{background:#f7f9fc}
.ubt-legal-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:34px;align-items:start}
.ubt-legal-sidebar{position:sticky;top:86px;display:grid;gap:14px}
.ubt-legal-company-card,.ubt-legal-toc,.ubt-legal-content{background:#fff;border:1px solid #dfe6f0;border-radius:12px}
.ubt-legal-company-card{padding:20px}
.ubt-legal-company-card>span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:#073b91;color:#fff;font-size:11px;font-weight:900;letter-spacing:.05em}
.ubt-legal-company-card>strong{display:block;margin:13px 0 8px;color:#0b2c65;font-size:13px;line-height:1.4}
.ubt-legal-company-card p{margin:0;color:#6b7890;font-size:10.5px;line-height:1.65}
.ubt-legal-company-card a{display:inline-flex;align-items:center;gap:6px;margin-top:14px;color:#0746a5;font-size:10.5px;font-weight:800}
.ubt-legal-company-card a .ubt-icon{width:14px;height:14px}
.ubt-legal-toc{padding:18px 18px 12px}
.ubt-legal-toc>strong{display:block;margin-bottom:9px;color:#152c55;font-size:10px;text-transform:uppercase;letter-spacing:.07em}
.ubt-legal-toc a{display:block;padding:8px 0;border-top:1px solid #edf1f6;color:#60708b;font-size:9.5px;line-height:1.35}
.ubt-legal-toc a:hover{color:#0746a5}
.ubt-legal-content{padding:9px 34px 32px}
.ubt-legal-article-section{scroll-margin-top:88px;padding:28px 0;border-bottom:1px solid #e8edf4}
.ubt-legal-article-section:last-of-type{border-bottom:0}
.ubt-legal-article-section h2{margin:0 0 14px;color:#092b65;font-size:21px;line-height:1.25;letter-spacing:-.015em}
.ubt-legal-article-section p{margin:0 0 11px;color:#52627c;font-size:12.5px;line-height:1.78}
.ubt-legal-article-section p:last-child{margin-bottom:0}
.ubt-legal-article-section ul{margin:13px 0 0;padding-left:20px;color:#52627c;font-size:12.5px;line-height:1.7}
.ubt-legal-article-section li+li{margin-top:7px}
.ubt-legal-table-wrap{overflow-x:auto;margin-top:17px;border:1px solid #dfe6ef;border-radius:9px}
.ubt-legal-table{width:100%;border-collapse:collapse;min-width:580px;background:#fff;font-size:10.5px}
.ubt-legal-table th{background:#f2f6fb;color:#19345f;text-align:left;font-weight:800;padding:11px 13px;border-bottom:1px solid #dfe6ef}
.ubt-legal-table td{padding:12px 13px;color:#596982;vertical-align:top;border-bottom:1px solid #edf1f5;line-height:1.55}
.ubt-legal-table tbody tr:last-child td{border-bottom:0}
.ubt-legal-related{margin-top:24px;padding:20px;border-radius:10px;background:#eef4ff;border:1px solid #d6e3fa}
.ubt-legal-related>span{display:block;margin-bottom:11px;color:#34517d;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.ubt-legal-related>div{display:flex;gap:10px;flex-wrap:wrap}
.ubt-legal-related a{display:inline-flex;align-items:center;gap:5px;padding:8px 10px;border:1px solid #cbdaf2;border-radius:7px;background:#fff;color:#08479f;font-size:10px;font-weight:800}
.ubt-legal-related a .ubt-icon{width:13px;height:13px}
.ubt-form-consent a{color:#0748a8;text-decoration:underline;text-underline-offset:2px}

.ubt-cookie-banner[hidden],.ubt-cookie-modal[hidden]{display:none!important}
.ubt-cookie-banner{position:fixed;z-index:99998;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #ccd8e8;color:#18325d}
.ubt-cookie-banner-inner{width:min(1040px,calc(100% - 40px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:17px 0}
.ubt-cookie-copy{display:flex;align-items:flex-start;gap:13px;min-width:0;max-width:680px}
.ubt-cookie-icon{display:flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#e8f0ff;color:#0750b6;font-size:13px}
.ubt-cookie-copy strong{display:block;margin-bottom:4px;color:#092d69;font-size:13px}
.ubt-cookie-copy p{margin:0;color:#62718a;font-size:10.5px;line-height:1.55}
.ubt-cookie-copy a{color:#0750b6;text-decoration:underline;text-underline-offset:2px}
.ubt-cookie-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}
.ubt-cookie-btn{appearance:none;min-height:37px;padding:0 14px;border-radius:7px;border:1px solid transparent;font-family:inherit;font-size:9.5px;font-weight:850;cursor:pointer;white-space:nowrap}
.ubt-cookie-btn-primary{background:#0750b6;border-color:#0750b6;color:#fff}
.ubt-cookie-btn-secondary{background:#fff;border-color:#afbdd0;color:#294264}
.ubt-cookie-btn-ghost{background:#f1f5fa;border-color:#f1f5fa;color:#294264}
.ubt-cookie-btn:hover{filter:brightness(.97)}
.ubt-cookie-modal{position:fixed;z-index:99999;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}
.ubt-cookie-modal-backdrop{position:absolute;inset:0;background:rgba(2,18,49,.62)}
.ubt-cookie-dialog{position:relative;z-index:1;width:min(610px,100%);max-height:min(720px,calc(100vh - 48px));overflow:auto;background:#fff;border:1px solid #d8e1ed;border-radius:14px;color:#17315d}
.ubt-cookie-dialog-close{position:absolute;right:13px;top:12px;width:32px;height:32px;border:1px solid #d8e1ed;border-radius:50%;background:#fff;color:#34506f;font-size:20px;line-height:1;cursor:pointer}
.ubt-cookie-dialog-head{padding:28px 30px 20px;border-bottom:1px solid #e8edf4}
.ubt-cookie-dialog-head h2{margin:6px 40px 8px 0;color:#082e6b;font-size:25px}
.ubt-cookie-dialog-head p{margin:0;color:#65748c;font-size:11px;line-height:1.6}
.ubt-cookie-categories{padding:0 30px}
.ubt-cookie-category{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:19px 0;border-bottom:1px solid #e8edf4}
.ubt-cookie-category:last-child{border-bottom:0}
.ubt-cookie-category strong{display:block;color:#173461;font-size:12px}
.ubt-cookie-category p{margin:5px 0 0;color:#718096;font-size:10px;line-height:1.5}
.ubt-cookie-always{padding:6px 8px;border-radius:999px;background:#edf5ee;color:#32623d;font-size:8px;font-weight:850;white-space:nowrap}
.ubt-cookie-switch{position:relative;display:inline-flex;width:42px;height:24px;flex:0 0 auto}
.ubt-cookie-switch input{position:absolute;opacity:0;pointer-events:none}
.ubt-cookie-switch span{position:absolute;inset:0;border-radius:999px;background:#bdc7d5;transition:background .18s}
.ubt-cookie-switch span::after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#fff;transition:transform .18s}
.ubt-cookie-switch input:checked+span{background:#0750b6}
.ubt-cookie-switch input:checked+span::after{transform:translateX(18px)}
.ubt-cookie-switch input:focus-visible+span{outline:2px solid #0b63ce;outline-offset:2px}
.ubt-cookie-dialog-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 30px 24px;border-top:1px solid #e8edf4;background:#fafcff}
.ubt-cookie-dialog-actions>div{display:flex;gap:8px}
.ubt-cookie-policy-link{color:#0750b6;font-size:9.5px;font-weight:800;text-decoration:underline;text-underline-offset:2px}
body.ubt-cookie-modal-open{overflow:hidden}

@media (max-width:900px){
  .ubt-legal-layout{grid-template-columns:1fr}
  .ubt-legal-sidebar{position:static;grid-template-columns:1fr 1fr}
  .ubt-cookie-banner-inner{align-items:flex-start;flex-direction:column;gap:13px}
  .ubt-cookie-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}
}
@media (max-width:600px){
  .ubt-footer-legal{justify-content:flex-start;gap:9px 16px}
  .ubt-legal-hero{padding:32px 0 42px}
  .ubt-legal-hero h1{font-size:31px}
  .ubt-legal-hero>div>p{font-size:12px}
  .ubt-legal-sidebar{grid-template-columns:1fr}
  .ubt-legal-toc{display:none}
  .ubt-legal-content{padding:4px 18px 22px}
  .ubt-legal-article-section{padding:23px 0}
  .ubt-legal-article-section h2{font-size:18px}
  .ubt-legal-article-section p,.ubt-legal-article-section ul{font-size:11.5px}
  .ubt-cookie-banner-inner{width:min(100% - 28px,1040px);padding:14px 0}
  .ubt-cookie-copy{gap:9px}
  .ubt-cookie-icon{width:29px;height:29px;flex-basis:29px}
  .ubt-cookie-copy strong{font-size:12px}
  .ubt-cookie-copy p{font-size:9.5px}
  .ubt-cookie-actions{display:grid;grid-template-columns:1fr 1fr}
  .ubt-cookie-actions .ubt-cookie-btn-primary{grid-column:1/-1}
  .ubt-cookie-btn{width:100%;padding-inline:9px}
  .ubt-cookie-modal{padding:10px;align-items:flex-end}
  .ubt-cookie-dialog{max-height:88vh;border-radius:14px 14px 8px 8px}
  .ubt-cookie-dialog-head{padding:24px 20px 17px}
  .ubt-cookie-dialog-head h2{font-size:22px}
  .ubt-cookie-categories{padding:0 20px}
  .ubt-cookie-category{gap:12px;padding:16px 0}
  .ubt-cookie-dialog-actions{align-items:stretch;flex-direction:column;padding:16px 20px 20px}
  .ubt-cookie-dialog-actions>div{display:grid;grid-template-columns:1fr 1fr}
}


/* UBT 0.3.34 — authoritative page width + stable first paint */
body .ubt-container{
  width:var(--ubt-container)!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  margin-inline:auto!important;
  min-width:0!important;
}
#main-content > section > .ubt-container{
  width:var(--ubt-container)!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  margin-inline:auto!important;
  min-width:0!important;
}
.ubt-destinations-page-section > .ubt-container{
  width:var(--ubt-container)!important;
  margin-inline:auto!important;
}
.ubt-destinations-page-section .ubt-destination-grid-featured{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}
/* Match the intrinsic logo dimensions used in HTML so no layout shift occurs. */
.ubt-header .ubt-brand-logo{aspect-ratio:2 / 1}
@media (max-width:900px){#main-content > section > .ubt-container{width:var(--ubt-container)!important}}
@media (max-width:560px){#main-content > section > .ubt-container{width:var(--ubt-container)!important}}

/* UBT 0.3.35 — final responsive recipe, accessibility and B2B positioning */
:root{
  --ubt-site-width:1040px;
  --ubt-container:min(var(--ubt-site-width),calc(100% - 44px));
}
html,body{width:100%;max-width:100%;overflow-x:hidden}
@supports (overflow-x:clip){html,body{overflow-x:clip}}
body{min-width:0}
main,section,header,footer,nav,article,aside,form{min-width:0}
.ubt-container{width:var(--ubt-container)!important;max-width:none!important;margin-inline:auto!important;min-width:0!important}
.ubt-header-inner,.ubt-footer-grid,.ubt-footer-bottom{width:var(--ubt-container)!important;max-width:none!important;margin-inline:auto!important;min-width:0!important}
.ubt-about-grid>*,.ubt-benefits>*,.ubt-services-panel>*,.ubt-page-service-grid>*,.ubt-destination-grid-featured>*,.ubt-partner-row>*,.ubt-partner-network-grid>*,.ubt-partner-benefits-grid>*,.ubt-contact-professional-grid>*,.ubt-quote-layout>*,.ubt-form-grid>*,.ubt-about-story-grid>*,.ubt-about-service-grid>*,.ubt-about-why-grid>*,.ubt-about-faq-grid>*,.ubt-service-detail-layout>*,.ubt-service-section>*,.ubt-destination-detail-intro-grid>*,.ubt-destination-history-grid>*,.ubt-destination-experience-grid>*,.ubt-legal-layout>*{min-width:0}
.ubt-page-main h1,.ubt-page-main h2,.ubt-page-main h3,.ubt-hero h1,.ubt-service-detail-copy h1,.ubt-partner-hero-copy h1,.ubt-destination-detail-copy h1,.ubt-about-hero-copy h1,.ubt-legal-hero h1{overflow-wrap:anywhere;word-break:normal}
.ubt-entry-content,.ubt-entry-content *{max-width:100%}
.ubt-entry-content img{height:auto}
.ubt-entry-content iframe,.ubt-entry-content video{max-width:100%}
.ubt-btn,.ubt-menu-toggle,.ubt-language-trigger,.ubt-socials a,.ubt-cookie-btn{touch-action:manipulation}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(6,75,195,.34);outline-offset:3px}
.ubt-menu-toggle,.ubt-language-trigger{min-width:44px;min-height:44px}
.ubt-nav-list a{min-height:44px}

/* Strategic B2B / institutional positioning */
.ubt-business-mobility{background:#f7faff;border-top:1px solid #e7edf5;border-bottom:1px solid #e7edf5}
.ubt-business-heading{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:56px;align-items:end;margin-bottom:30px}
.ubt-business-heading h2{max-width:520px;margin:8px 0 0;font-size:34px;line-height:1.12;color:var(--ubt-navy)}
.ubt-business-heading>p{max-width:630px;margin:0;color:#60708a;font-size:13px;line-height:1.78}
.ubt-business-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ubt-business-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;align-content:start;min-height:190px;padding:23px 20px;border:1px solid #dde7f3;border-radius:13px;background:#fff}
.ubt-business-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#edf5ff;color:var(--ubt-blue)}
.ubt-business-icon .ubt-icon{width:23px;height:23px}
.ubt-business-card h3{margin:2px 0 8px;font-size:15px;line-height:1.28;color:var(--ubt-navy)}
.ubt-business-card p{margin:0;color:#66758d;font-size:10.8px;line-height:1.62}
.ubt-business-actions{display:flex;align-items:center;gap:22px;margin-top:25px;flex-wrap:wrap}

/* Prevent accidental stretching on ultrawide screens. */
@media (min-width:1921px){
  :root{--ubt-container:1040px}
  .ubt-hero-bg{background-size:auto 100%,auto 100%;background-position:left center,right center}
}

/* Tablet / small laptop: 901–1200 px */
@media (min-width:901px) and (max-width:1200px){
  :root{--ubt-container:min(100% - 36px,1040px)}
  .ubt-header-inner{gap:16px}
  .ubt-nav-list{gap:16px}
  .ubt-nav-list a{font-size:11.5px}
  .ubt-header-actions{gap:9px}
  .ubt-btn-small{padding-inline:12px}
  .ubt-service-card{font-size:10.5px}
  .ubt-business-heading{gap:36px}
  .ubt-business-card{grid-template-columns:36px minmax(0,1fr);padding:20px 16px}
  .ubt-business-icon{width:35px;height:35px}
}

/* Tablet portrait and below: 601–900 px */
@media (max-width:900px){
  :root{--ubt-container:min(760px,calc(100% - 28px))}
  .ubt-nav{padding-left:max(22px,env(safe-area-inset-left));padding-right:max(22px,env(safe-area-inset-right));padding-bottom:calc(24px + env(safe-area-inset-bottom))}
  .ubt-nav-list a{min-height:52px}
  .ubt-hero-copy{max-width:min(470px,92%)}
  .ubt-hero h1{font-size:clamp(39px,7vw,47px)}
  .ubt-about-grid,.ubt-contact-professional-grid,.ubt-quote-layout,.ubt-service-detail-layout,.ubt-about-story-grid,.ubt-about-why-grid,.ubt-about-faq-grid,.ubt-legal-layout{grid-template-columns:minmax(0,1fr)!important}
  .ubt-page-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ubt-destination-grid-page{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ubt-partner-network-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ubt-business-heading{grid-template-columns:1fr;gap:12px}
  .ubt-business-heading h2{font-size:31px}
  .ubt-business-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ubt-business-card{min-height:160px}
  .ubt-service-section ul{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ubt-destination-ubt-card{gap:24px}
  .ubt-footer-grid{gap:36px}
}

/* Phones and compact tablets */
@media (max-width:600px){
  :root{--ubt-container:calc(100% - 28px)}
  .ubt-section{padding:50px 0}
  .ubt-page-hero{padding:40px 0 36px}
  .ubt-page-hero h1{font-size:clamp(30px,9.4vw,36px);line-height:1.08}
  .ubt-page-hero p{font-size:13px;line-height:1.65}
  .ubt-hero-actions,.ubt-about-hero-actions{width:100%}
  .ubt-hero-actions .ubt-btn,.ubt-about-hero-actions .ubt-btn{max-width:100%;white-space:normal;text-align:center}
  .ubt-section-heading-row{display:block}
  .ubt-page-service-grid,.ubt-destination-grid-page,.ubt-about-service-grid,.ubt-destination-experience-grid{grid-template-columns:minmax(0,1fr)}
  .ubt-partner-network-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ubt-business-grid{grid-template-columns:minmax(0,1fr)}
  .ubt-business-card{min-height:0;padding:19px 17px}
  .ubt-business-heading h2{font-size:27px}
  .ubt-business-actions{align-items:stretch;flex-direction:column;gap:12px}
  .ubt-business-actions .ubt-btn{width:100%}
  .ubt-business-actions .ubt-text-link{justify-content:center;margin-top:0}
  .ubt-partners-more{margin-top:24px}.ubt-partners-more .ubt-btn{width:100%;max-width:320px}
  .ubt-form-card,.ubt-contact-sidebar,.ubt-quote-sidebar{width:100%;max-width:100%}
  .ubt-form-grid{grid-template-columns:minmax(0,1fr)}
  .ubt-form-field-full{grid-column:auto}
  .ubt-form-field input,.ubt-form-field select,.ubt-form-field textarea{font-size:16px}
  .ubt-phone-field{grid-template-columns:minmax(106px,36%) minmax(0,1fr)}
  .ubt-phone-prefix,.ubt-phone-number{font-size:16px!important}
  .ubt-form-submit{width:100%;min-width:0}
  .ubt-service-section ul{grid-template-columns:minmax(0,1fr)}
  .ubt-service-quicknav-inner{max-width:100%}
  .ubt-service-quicknav-links{max-width:100%;-webkit-overflow-scrolling:touch}
  .ubt-legal-table-wrap{max-width:100%;-webkit-overflow-scrolling:touch}
  .ubt-cookie-dialog{width:100%}
}

/* Small phones: 320–430 px */
@media (max-width:430px){
  :root{--ubt-container:calc(100% - 24px)}
  .ubt-header-inner{gap:6px}
  .ubt-brand-logo,.ubt-brand img{height:30px;max-width:116px}
  .ubt-brand-tagline{font-size:7px}
  .ubt-language-mobile{margin-left:auto;margin-right:0}
  .ubt-language-trigger{padding-inline:5px}
  .ubt-menu-toggle{margin-left:0}
  .ubt-hero{min-height:510px}
  .ubt-hero-inner{min-height:510px;padding-top:31px}
  .ubt-hero h1{font-size:clamp(34px,10.8vw,39px)}
  .ubt-hero p{max-width:92%;font-size:12.5px}
  .ubt-services-panel{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ubt-service-card{min-width:0;padding-inline:8px;overflow-wrap:anywhere}
  .ubt-benefits{grid-template-columns:minmax(0,1fr)}
  .ubt-benefit-card{min-height:0}
  .ubt-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ubt-stats div{min-width:0}
  .ubt-featured-partner-row{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%}
  .ubt-featured-partner img{max-width:100%}
  .ubt-partner-stats{grid-template-columns:minmax(0,1fr)}
  .ubt-partner-stats article,.ubt-partner-stats article:nth-child(2),.ubt-partner-stats article:nth-child(-n+2){border-right:0;border-bottom:1px solid #e4ebf4}
  .ubt-partner-stats article:last-child{border-bottom:0}
  .ubt-partner-network-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ubt-partner-logo-area img{max-width:96px}
  .ubt-partner-network-card strong{overflow-wrap:anywhere}
  .ubt-phone-field{grid-template-columns:104px minmax(0,1fr)}
  .ubt-phone-field select,.ubt-phone-field input{min-width:0;padding-left:8px;padding-right:8px}
  .ubt-cookie-actions{grid-template-columns:minmax(0,1fr)}
  .ubt-cookie-actions .ubt-cookie-btn-primary{grid-column:auto}
  .ubt-cookie-dialog-actions>div{grid-template-columns:minmax(0,1fr)}
  .ubt-footer-legal{display:grid;grid-template-columns:1fr;gap:7px}
}

@media (max-width:350px){
  :root{--ubt-container:calc(100% - 20px)}
  .ubt-brand-logo,.ubt-brand img{height:28px;max-width:110px}
  .ubt-flag{width:23px;height:16px}
  .ubt-menu-toggle,.ubt-language-trigger{min-width:42px;width:42px}
  .ubt-hero h1{font-size:33px}
  .ubt-services-panel{grid-template-columns:minmax(0,1fr)}
  .ubt-service-card,.ubt-service-card:last-child{grid-column:auto;border-right:0}
  .ubt-stats{grid-template-columns:minmax(0,1fr)}
  .ubt-stats div{padding-top:0;padding-left:38px;min-height:31px}
  .ubt-stats div::before{top:1px}
  .ubt-partner-network-grid{grid-template-columns:minmax(0,1fr)}
  .ubt-phone-field{grid-template-columns:96px minmax(0,1fr)}
}

/* Landscape phones: keep content usable despite the short viewport. */
@media (max-height:500px) and (orientation:landscape) and (max-width:900px){
  .ubt-nav{overflow-y:auto}
  .ubt-hero{min-height:420px}
  .ubt-hero-inner{min-height:420px;padding-top:28px;padding-bottom:72px}
  .ubt-hero h1{font-size:36px}
  .ubt-cookie-modal{align-items:flex-start;overflow-y:auto}
  .ubt-cookie-dialog{max-height:none}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}


/* Final recipe hardening 0.3.36 */
.ubt-professional-form[aria-busy="true"] .ubt-form-submit,.ubt-form-submit:disabled{opacity:.68;cursor:wait;pointer-events:none}
.ubt-professional-form[aria-busy="true"]{cursor:progress}
@media (max-width:600px){.ubt-cookie-dialog-close{min-width:44px;min-height:44px;right:8px;top:8px}.ubt-cookie-policy-link{min-height:44px;display:inline-flex;align-items:center}.ubt-form-consent a{overflow-wrap:anywhere}}


/* Multilingual selector hardening 0.3.37 */
.ubt-language-menu[open]{z-index:1300}
.ubt-language-menu>summary{user-select:none;-webkit-user-select:none}
.ubt-language-menu>summary:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:4px}


/* Language selector visibility fix 0.3.38 */
.ubt-language-menu[open]>.ubt-language-submenu{display:block}

/* UBT 0.3.42 - stable destination repaint and first-paint icon protection */
.ubt-destination-grid-featured,.ubt-destination-grid-featured .ubt-destination-card,.ubt-destination-grid-featured .ubt-destination-card-link{content-visibility:visible!important;contain:none!important}
.ubt-destination-grid-featured .ubt-destination-card-link>img{visibility:visible!important;opacity:1!important;backface-visibility:visible!important;will-change:auto!important}


/* UBT 0.3.43 - authentic achievements / UBT in the field */
.ubt-achievements-home{background:#fff;border-top:1px solid #edf2f8;border-bottom:1px solid #edf2f8}
.ubt-achievements-heading{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,.72fr);gap:58px;align-items:end;margin-bottom:30px}
.ubt-achievements-heading h2,.ubt-achievements-mini-heading h2{margin:8px 0 0;color:var(--ubt-navy);font-size:34px;line-height:1.12;letter-spacing:-.03em}
.ubt-achievements-heading-copy>p{margin:0 0 14px;color:#64708a;font-size:13px;line-height:1.75}
.ubt-achievement-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:15px}
.ubt-achievement-card{position:relative;grid-column:span 4;min-width:0;min-height:300px;overflow:hidden;border:1px solid #dfe7f1;border-radius:16px;background:#e8eef6}
.ubt-achievement-card.is-featured{grid-column:span 8;min-height:395px}
.ubt-achievement-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.ubt-achievement-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,24,58,.03) 30%,rgba(3,24,58,.88) 100%);pointer-events:none}
.ubt-achievement-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:23px;color:#fff}
.ubt-achievement-category{display:inline-flex;align-items:center;min-height:25px;padding:5px 9px;border:1px solid rgba(255,255,255,.36);border-radius:999px;background:rgba(4,41,96,.42);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.ubt-achievement-content h2,.ubt-achievement-content h3{margin:10px 0 4px;color:#fff;font-size:20px;line-height:1.2;letter-spacing:-.018em}
.ubt-achievement-card.is-featured .ubt-achievement-content h2,.ubt-achievement-card.is-featured .ubt-achievement-content h3{font-size:28px}
.ubt-achievement-meta{margin:5px 0 0!important;color:rgba(255,255,255,.82)!important;font-size:10.5px!important;font-weight:700;line-height:1.45!important}
.ubt-achievement-description{max-width:650px;margin:9px 0 0!important;color:rgba(255,255,255,.82)!important;font-size:11px!important;line-height:1.6!important}
.ubt-achievement-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ubt-achievement-grid-compact .ubt-achievement-card{grid-column:auto;min-height:270px}.ubt-achievement-grid-compact .ubt-achievement-content h3{font-size:17px}
.ubt-about-achievements{background:#f8fbff;border-top:1px solid #edf2f8;border-bottom:1px solid #edf2f8}.ubt-service-achievements{background:#f8fbff;border-top:1px solid #edf2f8}
.ubt-achievements-mini-heading{margin-bottom:25px}
.ubt-achievements-page-hero{background:linear-gradient(120deg,#062d76 0%,#0755bd 100%);color:#fff;padding:68px 0 62px}
.ubt-achievements-page-hero-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:48px}
.ubt-achievements-page-hero .ubt-section-kicker{color:#f3bd3b}.ubt-achievements-page-hero h1{max-width:760px;margin:8px 0 15px;color:#fff;font-size:46px;line-height:1.05;letter-spacing:-.035em}.ubt-achievements-page-hero p{max-width:720px;margin:0;color:rgba(255,255,255,.8);font-size:14px;line-height:1.75}
.ubt-achievements-page-count{flex:0 0 auto;min-width:150px;padding:17px 18px;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:rgba(255,255,255,.08)}.ubt-achievements-page-count strong{display:block;color:#fff;font-size:30px;line-height:1}.ubt-achievements-page-count span{display:block;margin-top:6px;color:rgba(255,255,255,.72);font-size:9px;line-height:1.4}
.ubt-achievements-page-section{background:#f8fbff}.ubt-achievement-grid-page .ubt-achievement-card{min-height:330px}.ubt-achievement-grid-page .ubt-achievement-card.is-featured{min-height:430px}
.ubt-achievements-admin-empty{padding:34px;border:1px dashed #bfd0e4;border-radius:15px;background:#f8fbff;text-align:center}.ubt-achievements-admin-empty strong{display:block;color:var(--ubt-navy);font-size:20px}.ubt-achievements-admin-empty p{margin:8px 0 18px;color:#66748a}
@media (hover:hover) and (pointer:fine){.ubt-achievement-image{transition:transform .35s ease}.ubt-achievement-card:hover .ubt-achievement-image{transform:scale(1.025)}}
@media (max-width:900px){.ubt-achievements-heading{grid-template-columns:1fr;gap:14px}.ubt-achievement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ubt-achievement-card,.ubt-achievement-card.is-featured{grid-column:auto;min-height:290px}.ubt-achievement-card.is-featured{grid-column:1 / 3;min-height:360px}.ubt-achievement-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.ubt-achievement-grid-compact .ubt-achievement-card{grid-column:auto;min-height:245px}.ubt-achievements-page-hero-inner{align-items:flex-start;flex-direction:column}.ubt-achievements-page-hero h1{font-size:39px}}
@media (max-width:600px){.ubt-achievements-heading h2,.ubt-achievements-mini-heading h2{font-size:28px}.ubt-achievement-grid,.ubt-achievement-grid-compact{grid-template-columns:1fr}.ubt-achievement-card,.ubt-achievement-card.is-featured,.ubt-achievement-grid-compact .ubt-achievement-card{grid-column:1;min-height:275px}.ubt-achievement-card.is-featured{min-height:310px}.ubt-achievement-content{padding:19px}.ubt-achievement-card.is-featured .ubt-achievement-content h2,.ubt-achievement-card.is-featured .ubt-achievement-content h3,.ubt-achievement-content h2,.ubt-achievement-content h3{font-size:20px}.ubt-achievements-page-hero{padding:48px 0}.ubt-achievements-page-hero h1{font-size:31px}.ubt-achievements-page-count{min-width:0;width:100%}}
