/*!
Theme Name: vintage
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vintage
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vintage is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* ===== Blog & Resource page ===== */
:root{--vi-navy:#002554;
      --vi-navy-deep:#002554;
      --vi-navy-mid:#002554;
      --vi-gray:#53565A;
      --ink:#102B38;
      --muted:#667C86;
      --line:#D8E4E8;
      --mist:#F5F9FA;
      --white:#FFFFFF;

      --book-sky:#0EA5E9;
      --book-ocean:#0284C7;
      --book-orange:#FA4616;
      --book-green:#10B981;
      --book-ink:#1E293B;
      --book-gray:#64748B;
      --book-bg:#F1F5F9;

      --display:"Plus Jakarta Sans","IBM Plex Sans Thai",sans-serif;
      --body:"IBM Plex Sans Thai","Plus Jakarta Sans",sans-serif;
      --mono:"Plus Jakarta Sans","IBM Plex Sans Thai",sans-serif;

      --r-sm:12px;
      --r:16px;
      --r-lg:24px;
      --r-xl:32px;
      --shadow-1:0 10px 26px rgba(0,38,62,.08);
      --shadow-2:0 20px 46px rgba(0,38,62,.12);
      --shadow-3:0 34px 90px rgba(0,28,45,.24);}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--mist);color:var(--ink);font-family:var(--body);overflow-x:hidden;
      -webkit-font-smoothing:antialiased;}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
:focus-visible{outline:3px solid rgba(250,70,22,.48);outline-offset:4px}
::selection{background:#D8F2FF;color:#002554}
.container{width:min(1440px,calc(100% - 48px));margin-inline:auto}
.section{padding:120px 0}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:#51717F;
      font:500 10px/1 var(--mono);letter-spacing:.14em;text-transform:uppercase;}
.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--book-orange);
      box-shadow:0 0 0 4px rgba(250,70,22,.12);}
.title{max-width:760px;margin:16px 0;color:var(--vi-navy);
      font:800 clamp(38px,4.4vw,64px)/1.04 var(--display);letter-spacing:-.07em;}
.copy{max-width:640px;margin:0;color:var(--muted);font-size:16px;line-height:1.84;}
.btn{min-height:48px;padding:0 19px;border:1px solid transparent;border-radius:999px;
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      font-size:13px;font-weight:800;letter-spacing:-.01em;transition:.22s ease;}
.btn:hover{transform:translateY(-2px)}
.btn-vi{background:var(--vi-navy);color:#fff;box-shadow:0 13px 28px rgba(0,38,62,.22)}
.btn-vi:hover{background:#002554;box-shadow:0 18px 36px rgba(0,38,62,.26)}
.btn-white{background:#fff;color:var(--vi-navy);border-color:rgba(255,255,255,.7);box-shadow:0 8px 18px rgba(0,19,30,.10)}
.btn-white:hover{box-shadow:0 14px 26px rgba(0,19,30,.15)}
.btn-bookup{background:var(--book-sky);color:#fff;box-shadow:0 12px 27px rgba(14,165,233,.28)}
.btn-bookup:hover{background:var(--book-ocean);box-shadow:0 17px 34px rgba(2,132,199,.28)}
.arrow{font-size:18px;line-height:1;transform:translateY(-1px)}
.header-shell{position:absolute;top:0;left:0;right:0;z-index:50;
      padding-top:18px;}
.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px;
      padding:0 16px 0 18px;border:1px solid rgba(255,255,255,.34);border-radius:18px;
      background:rgba(0,38,62,.28);backdrop-filter:blur(15px);}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.nav{display:flex;align-items:center;gap:25px;margin-left:auto}
.nav a,.nav button{padding:9px 0;border:0;background:none;color:rgba(255,255,255,.77);
      font-size:12px;font-weight:800;transition:.18s;}
.nav a:hover,.nav a.active,.nav button:hover{color:#fff}
.solution-menu{position:relative}
.solution-menu > button{display:flex;align-items:center;gap:6px}
.solution-pop{position:absolute;left:-16px;top:38px;width:265px;padding:8px;border:1px solid #DDE9EC;
      border-radius:15px;background:#fff;box-shadow:var(--shadow-2);
      opacity:0;visibility:hidden;transform:translateY(7px);transition:.18s ease;}
.solution-menu:hover .solution-pop,.solution-menu:focus-within .solution-pop{opacity:1;visibility:visible;transform:translateY(0)}
.solution-pop a{display:flex;align-items:center;gap:11px;padding:11px;border-radius:10px;color:var(--vi-navy)}
.solution-pop a:hover{background:#F1F8FA}
.bookup-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--book-sky);color:#fff;font:800 14px/1 var(--display)}
.solution-pop b{display:block;font-size:12px}
.solution-pop span{display:block;margin-top:3px;color:#72848C;font-size:10px;line-height:1.4}
.actions{display:flex;align-items:center;gap:9px}
.language{width:36px;height:36px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:14px}
.login{min-height:36px;padding:0 14px;font-size:12px}
.mobile-toggle{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.30);border-radius:11px;background:rgba(255,255,255,.09);color:#fff;font-size:18px}
.mobile-nav{display:none}
.hero{position:relative;isolation:isolate;min-height:790px;overflow:hidden;color:#fff;
      background:
        linear-gradient(90deg,rgba(0,27,43,.92) 0%,rgba(0,38,62,.84) 42%,rgba(0,38,62,.62) 100%),
        url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=2400&q=88") center/cover;}
.hero:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.20;
      background-image:radial-gradient(rgba(255,255,255,.35) 1px,transparent 1px);background-size:20px 20px;
      mask-image:linear-gradient(90deg,#000,transparent 70%);}
.hero:after{content:"";position:absolute;z-index:-1;right:-284px;top:-350px;width:760px;height:760px;
      border:1px solid rgba(255,255,255,.16);border-radius:50%;
      box-shadow:0 0 0 78px rgba(255,255,255,.035),0 0 0 156px rgba(255,255,255,.024);}
.hero-grid{display:grid;grid-template-columns:.94fr 1.06fr;gap:38px;align-items:center;
      padding:177px 0 111px;position:relative;}
.hero-copy .eyebrow{color:#BBD5DE}
.hero-copy h1{max-width:650px;margin:20px 0 23px;
      font:800 clamp(51px,5.6vw,82px)/.98 var(--display);letter-spacing:-.084em;}
.hero-copy h1 strong{color:#FA4616;font-weight:800}
.hero-copy p{max-width:548px;margin:0;color:#C5D9E0;font-size:16px;line-height:1.84}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:31px}
.hero-subline{display:flex;align-items:center;gap:11px;margin-top:34px;color:#B7D0D9;font-size:11px;font-weight:700}
.hero-subline i{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.13);font-style:normal;color:#fff}
.client-rail{padding:31px 0;background:#fff;border-bottom:1px solid #E0EAEC;overflow:hidden}
.rail-caption{text-align:center;color:#7E9199;font:500 9px/1 var(--mono);letter-spacing:.15em;text-transform:uppercase}
.rail-track{display:flex;gap:11px;width:max-content;margin-top:20px;animation:marquee 42s linear infinite}
.client-rail:hover .rail-track{animation-play-state:paused}
.client-pill{min-width:150px;height:48px;display:flex;align-items:center;justify-content:center;border:0px solid #E2ECEE;border-radius:12px;
      background:#fff;color:#7D9098;font-size:12px;font-weight:800;letter-spacing:-.03em;}
.client-pill b{color:var(--vi-navy)}
.client-pill:nth-child(3n) b{color:#A35F0D}
.client-pill:nth-child(5n) b{color:#33748B}

.client-pill.client-logo{min-width:220px;height:66px;padding:10px 28px;overflow:hidden;background:#fff;border-color:#E0EAED;}
.client-logo img{display:block;width:100%;height:100%;max-height:42px;object-fit:contain;filter:saturate(.92);opacity:.92;transition:transform .22s ease,opacity .22s ease,filter .22s ease}
.client-logo:hover img{opacity:1;filter:saturate(1);transform:translateY(-1px)}
.client-logo.logo-wide{min-width:250px}
.client-logo.logo-amari img{max-height:46px}
@keyframes marquee{to{transform:translateX(-50%)}}
.bookup-feature{position:relative;overflow:hidden;background:var(--vi-navy);color:#fff}
.bookup-feature:before{content:"";position:absolute;inset:0;opacity:.28;background-image:radial-gradient(rgba(255,255,255,.34) 1px,transparent 1px);background-size:19px 19px;
      mask-image:linear-gradient(135deg,transparent 15%,#000 100%);}
.bookup-feature:after{content:"";position:absolute;right:-260px;top:-330px;width:720px;height:720px;border:1px solid rgba(255,255,255,.16);border-radius:50%;
      box-shadow:0 0 0 80px rgba(255,255,255,.035),0 0 0 160px rgba(255,255,255,.023);}
.guest{display:flex;align-items:center;gap:8px}
.guest b{display:block;color:#294655;font-size:10px}
.guest span{display:block;margin-top:2px;color:#83949C;font-size:8px}
.cta-section{padding:120px 0 120px;background:#fff}
.cta{position:relative;overflow:hidden;padding:58px;border-radius:30px;background:linear-gradient(130deg,#002554 0%,#064B69 100%);color:#fff;
      display:flex;align-items:center;justify-content:space-between;gap:32px;}
.cta:before{content:"";position:absolute;right:-183px;top:-304px;width:480px;height:480px;border:1px solid rgba(255,255,255,.2);border-radius:50%;box-shadow:0 0 0 68px rgba(255,255,255,.04),0 0 0 136px rgba(255,255,255,.024)}
.cta:after{content:"";position:absolute;right:74px;bottom:-250px;width:338px;height:338px;border-radius:50%;background:radial-gradient(circle,rgba(250,70,22,.40),transparent 68%)}
.cta-copy{position:relative;z-index:1}
.cta h2{max-width:700px;margin:0;font:800 clamp(31px,3.6vw,52px)/1.05 var(--display);letter-spacing:-.02em}
.cta p{max-width:560px;margin:15px 0 0;color:#C4D9E1;font-size:14px;line-height:1.75}
.cta .btn{position:relative;z-index:1;flex:none}
footer{padding:63px 0 28px;background:var(--vi-navy-deep);color:#fff}
.footer-grid{display:grid;grid-template-columns:1.2fr .75fr .75fr .8fr;gap:35px;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-copy{max-width:255px;margin:15px 0 0;color:#A9C0C9;font-size:12px;line-height:1.75}
.socials{display:flex;gap:8px;margin-top:19px}
.socials a{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:#D6E6EB;font-size:11px;font-weight:800;transition:.2s}
.socials a:hover{background:#fff;color:var(--vi-navy)}
.footer-col b{font-size:12px}
.footer-col a{display:block;margin-top:12px;color:#A8C0C9;font-size:12px;transition:.18s}
.footer-col a:hover{color:#fff;transform:translateX(3px)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;color:#7896A1;font-size:10px}
.footer-bottom span:last-child{color:#C7DBE1}
.modal-wrap{display:none;position:fixed;inset:0;z-index:100;padding:24px;align-items:center;justify-content:center;background:rgba(0,20,33,.62)}
.modal-wrap.open{display:flex}
.modal{position:relative;width:min(440px,100%);padding:31px;border-radius:24px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.28)}
.modal-close{position:absolute;right:15px;top:15px;width:32px;height:32px;border:0;border-radius:50%;background:#F0F5F6;color:#41606E;font-size:18px}
.modal h3{margin:0 0 10px;color:var(--vi-navy);font:800 26px/1 var(--display);letter-spacing:-.05em}
.modal p{margin:0;color:#697B84;font-size:13px;line-height:1.7}
.fake-input{height:48px;margin:20px 0 10px;padding:0 13px;display:flex;align-items:center;border:1px solid #DDE8EB;border-radius:12px;color:#9DAEB5;font-size:12px}
@media (max-width:1050px){.header-shell{padding-inline:0}
.nav{display:none}
.mobile-toggle{display:block}
.actions .language{display:none}
.mobile-nav{position:absolute;left:0;right:0;top:76px;padding:14px 24px 20px;background:#fff;border-bottom:1px solid #DCE7EA;box-shadow:0 18px 30px rgba(0,38,62,.10)}
.mobile-nav.open{display:grid;gap:2px}
.mobile-nav a{padding:12px 0;border-bottom:1px solid #EAF0F2;color:var(--vi-navy);font-size:14px;font-weight:800}
.mobile-nav .btn{margin-top:8px}
.hero-grid{grid-template-columns:1fr;gap:50px}
.hero-grid{padding-top:150px}
.hero-copy{max-width:750px}
.footer-grid{grid-template-columns:1.2fr 1fr 1fr}
.footer-grid .footer-col:last-child{grid-column:2}}
@media (max-width:680px){.container{width:min(100% - 32px,1240px)}
.header-shell{padding-top:10px}
.topbar{height:57px;border-radius:14px;padding:0 10px 0 12px}
.mobile-nav{top:67px;padding-inline:16px}
.login{display:none}
.hero{min-height:auto}
.hero-grid{padding:117px 0 76px;gap:32px}
.hero-copy h1{font-size:47px}
.hero-copy p{font-size:14px}
.hero-actions{margin-top:26px}
.hero-actions .btn{width:100%}
.hero-subline{margin-top:29px}
.section{padding:77px 0}
.title{font-size:39px}
.copy{font-size:14px}
.cta-section{padding-bottom:76px}
.cta{display:block;padding:31px 24px;border-radius:24px}
.cta h2{font-size:34px}
.cta .btn{width:100%;margin-top:23px}
.footer-grid{grid-template-columns:1fr 1fr;gap:28px}
.footer-grid > :first-child{grid-column:1/-1}
.footer-grid .footer-col:last-child{grid-column:auto}
.footer-bottom{display:block;line-height:1.7}
.footer-bottom span{display:block}
.footer-bottom span+span{margin-top:4px}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
:root{--display:"Plus Jakarta Sans","IBM Plex Sans Thai",sans-serif;
      --nav-font:"Plus Jakarta Sans","IBM Plex Sans Thai",sans-serif;}
.header-shell{position:fixed;
      top:0;
      left:0;
      right:0;
      padding-top:14px;
      z-index:80;
      transition:padding .28s ease, background .28s ease, box-shadow .28s ease;}
.topbar{height:62px;
      display:grid;
      grid-template-columns:220px minmax(0,1fr) 220px;
      align-items:center;
      gap:14px;
      padding:0;
      border:0;
      border-radius:0;
      background:transparent;
      backdrop-filter:none;}
.header-shell.nav-scrolled{padding-top:0;
      background:rgba(247,250,251,.82);
      box-shadow:0 8px 24px rgba(0,38,62,.07);
      backdrop-filter:blur(18px);}
.header-shell.nav-scrolled .topbar{height:68px}
.header-shell.nav-scrolled .nav-pill,.header-shell.nav-scrolled .logo-bay,.header-shell.nav-scrolled .utility-bay{border-color:#D9E5E8;
      background:rgba(255,255,255,.82);
      box-shadow:0 6px 18px rgba(0,38,62,.05);}
.header-shell.nav-scrolled .nav a,.header-shell.nav-scrolled .nav button{color:#647982;}
.header-shell.nav-scrolled .nav a:hover,.header-shell.nav-scrolled .nav a.active,.header-shell.nav-scrolled .nav button:hover{color:var(--vi-navy)}
.header-shell.nav-scrolled .language{border-color:#D7E4E7;
      background:#F6FAFB;
      color:var(--vi-navy);}
.header-shell.nav-scrolled .login{background:var(--vi-navy);color:#fff;border-color:var(--vi-navy)}
.logo-bay{height:52px;
      display:flex;
      align-items:center;
      padding:5px 10px 5px 6px;
      border:1px solid rgba(255,255,255,.26);
      border-radius:16px;
      background:rgba(0,35,55,.20);
      backdrop-filter:blur(13px);
      transition:.25s ease;}
.logo-placeholder{width:100%;
      height:100%;
      display:flex;
      align-items:center;
      gap:9px;
      min-width:0;}
.nav-pill{justify-self:center;
      display:flex;
      align-items:center;
      min-width:0;
      padding:5px;
      border:1px solid rgba(255,255,255,.25);
      border-radius:999px;
      background:rgba(0,35,55,.22);
      backdrop-filter:blur(13px);
      transition:.25s ease;}
.nav{display:flex;
      align-items:center;
      justify-content:center;
      gap:2px;
      margin:0;}
.nav a,.nav button{padding:10px 13px;
      border-radius:999px;
      color:rgba(255,255,255,.80);
      font:700 11px/1 var(--nav-font);
      letter-spacing:-.02em;}
.nav a.active{background:#fff;
      color:var(--vi-navy);
      box-shadow:0 5px 14px rgba(0,15,28,.12);}
.solution-menu > button{padding:10px 13px}
.solution-pop{top:47px}
.utility-bay{height:52px;
      justify-self:end;
      display:flex;
      align-items:center;
      gap:7px;
      padding:5px;
      border:1px solid rgba(255,255,255,.26);
      border-radius:16px;
      background:rgba(0,35,55,.20);
      backdrop-filter:blur(13px);
      transition:.25s ease;}
.actions{gap:7px}
.language{width:40px;
      height:40px;
      border:0;
      border-radius:12px;
      background:rgba(255,255,255,.09);
      color:#fff;
      font:700 9px/1 var(--nav-font);
      letter-spacing:.05em;}
.language::before{content:"◎";font-size:13px;margin-right:4px}
.login{min-height:40px;
      padding:0 14px;
      border-radius:12px;
      font:700 11px/1 var(--nav-font);
      box-shadow:none;}
.login .login-arrow{font-size:16px;line-height:1;transform:translateY(-1px)}
.header-shell .mobile-toggle{display:none}
.logo-image-slot{display:none;width:100%;height:100%;object-fit:contain;object-position:left center}
@media (max-width:1050px){.topbar{grid-template-columns:minmax(190px,1fr) auto}
.nav-pill{display:none}
.utility-bay{padding:5px}
.header-shell .mobile-toggle{display:grid;place-items:center}
.mobile-nav{top:72px;
        left:0;
        right:0;
        margin:0 auto;
        width:min(100% - 32px,720px);
        padding:11px 17px 17px;
        border:1px solid #DDE8EB;
        border-radius:18px;
        background:rgba(255,255,255,.96);
        box-shadow:0 18px 38px rgba(0,38,62,.15);
        backdrop-filter:blur(18px);}
.mobile-nav.open{display:grid}
.mobile-nav .btn{margin-top:7px}}
@media (max-width:680px){.header-shell{padding-top:10px}
.topbar{height:52px;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.header-shell.nav-scrolled .topbar{height:61px}
.logo-bay{height:52px;border-radius:14px;padding:5px 8px 5px 6px}
.utility-bay{height:52px;border-radius:14px}
.header-shell .language{display:none}
.header-shell .login{display:none}
.header-shell .mobile-toggle{width:40px;height:40px;border-radius:11px;border:0;background:rgba(255,255,255,.08);color:#fff}
.header-shell.nav-scrolled .mobile-toggle{background:#F3F8F9;color:var(--vi-navy)}
.mobile-nav{top:67px;width:calc(100% - 32px);padding:11px 15px 16px}}
.header-shell,.header-shell.nav-scrolled{position:fixed;
      top:0;
      left:0;
      right:0;
      padding-top:0;
      background:#FFFFFF;
      box-shadow:0 1px 0 rgba(0,38,62,.08);
      backdrop-filter:none;}
.header-shell.nav-scrolled{box-shadow:0 10px 28px rgba(0,38,62,.08);}
.topbar,.header-shell.nav-scrolled .topbar{height:76px;
      display:grid;
      grid-template-columns:220px minmax(0,1fr) 220px;
      gap:20px;
      align-items:center;
      padding:0;
      background:transparent;}
.logo-bay,.header-shell.nav-scrolled .logo-bay{height:76px;
      padding:0;
      border:0;
      border-radius:0;
      background:transparent;
      box-shadow:none;
      backdrop-filter:none;}
.logo-placeholder{display:flex;
      width:100%;
      height:100%;
      align-items:center;}
.logo-image-slot{display:block;
      width:auto;
      height:42px;
      max-width:190px;
      object-fit:contain;
      object-position:left center;}
.nav-pill,.header-shell.nav-scrolled .nav-pill{justify-self:center;
      padding:0;
      border:0;
      border-radius:0;
      background:transparent;
      box-shadow:none;
      backdrop-filter:none;}
.nav{gap:3px;}
.nav a,.nav button,.header-shell.nav-scrolled .nav a,.header-shell.nav-scrolled .nav button{position:relative;
      padding:12px 13px;
      border-radius:10px;
      color:#556E79;
      font:700 11px/1 var(--nav-font);
      letter-spacing:-.02em;}
.nav a:hover,.nav button:hover,.header-shell.nav-scrolled .nav a:hover,.header-shell.nav-scrolled .nav button:hover{color:var(--vi-navy);
      background:#F2F7F8;}
.nav a.active,.header-shell.nav-scrolled .nav a.active{color:var(--vi-navy);
      background:#EAF3F6;
      box-shadow:none;}
.nav a.active::after{content:"";
      position:absolute;
      bottom:5px;
      left:50%;
      width:16px;
      height:2px;
      border-radius:99px;
      background:var(--book-orange);
      transform:translateX(-50%);}
.solution-menu > button{padding:12px 13px;}
.solution-pop{top:49px;}
.utility-bay,.header-shell.nav-scrolled .utility-bay{height:76px;
      justify-self:end;
      padding:0;
      border:0;
      border-radius:0;
      background:transparent;
      box-shadow:none;
      backdrop-filter:none;}
.actions{gap:8px}
.language,.header-shell.nav-scrolled .language{width:39px;
      height:39px;
      border:1px solid #D8E5E8;
      border-radius:11px;
      background:#FFFFFF;
      color:var(--vi-navy);}
.language:hover{background:#F3F8F9;border-color:#B6CCD3}
.login,.header-shell.nav-scrolled .login{min-height:39px;
      padding:0 15px;
      border:1px solid var(--vi-navy);
      border-radius:11px;
      background:var(--vi-navy);
      color:#FFFFFF;
      box-shadow:none;}
.login:hover,.header-shell.nav-scrolled .login:hover{background:#002554;
      color:#FFFFFF;
      border-color:#002554;
      transform:translateY(-1px);}
.hero-grid{padding-top:166px}
@media (max-width:1050px){.topbar,.header-shell.nav-scrolled .topbar{grid-template-columns:minmax(190px,1fr) auto;
        height:70px;}
.logo-bay,.header-shell.nav-scrolled .logo-bay,.utility-bay,.header-shell.nav-scrolled .utility-bay{height:70px;}
.mobile-nav{top:70px;
        width:100%;
        margin:0;
        border:0;
        border-top:1px solid #E0EAEC;
        border-radius:0;
        background:#FFFFFF;
        box-shadow:0 18px 30px rgba(0,38,62,.10);
        backdrop-filter:none;}}
@media (max-width:680px){.topbar,.header-shell.nav-scrolled .topbar{height:62px;
        grid-template-columns:minmax(0,1fr) auto;}
.logo-bay,.header-shell.nav-scrolled .logo-bay,.utility-bay,.header-shell.nav-scrolled .utility-bay{height:62px;}
.logo-image-slot{height:34px;
        max-width:165px;}
.header-shell .mobile-toggle,.header-shell.nav-scrolled .mobile-toggle{width:40px;
        height:40px;
        border:1px solid #D8E5E8;
        border-radius:11px;
        background:#F7FAFB;
        color:var(--vi-navy);}
.mobile-nav{top:62px;
        width:100%;
        border-radius:0;}
.hero-grid{padding-top:112px}}
body{font-size:17px;}
.eyebrow{font-size:11px;
      letter-spacing:.12em;}
.title{font-size:clamp(44px,4.7vw,68px);
      line-height:1.08;}
.copy{max-width:680px;
      font-size:18px;
      line-height:1.78;}
.topbar,.header-shell.nav-scrolled .topbar{height:86px;
      grid-template-columns:270px minmax(0,1fr) 270px;}
.logo-bay,.header-shell.nav-scrolled .logo-bay,.utility-bay,.header-shell.nav-scrolled .utility-bay{height:86px;}
.logo-image-slot{height:54px;
      max-width:245px;}
.nav{gap:5px;}
.nav a,.nav button,.header-shell.nav-scrolled .nav a,.header-shell.nav-scrolled .nav button,.solution-menu > button{padding:13px 16px;
      font-size:13px;
      line-height:1;}
.utility-bay{gap:9px}
.language,.header-shell.nav-scrolled .language{width:44px;
      height:44px;
      border-radius:13px;
      font-size:10px;}
.language::before{font-size:15px}
.login,.header-shell.nav-scrolled .login{min-height:44px;
      padding:0 18px;
      border-radius:13px;
      font-size:13px;}
.solution-pop{top:54px;
      width:288px;
      padding:10px;}
.solution-pop a{padding:13px}
.solution-pop b{font-size:13px}
.solution-pop span{font-size:11px}
.bookup-icon{width:39px;height:39px;font-size:16px}
.hero-grid{padding-top:188px}
.hero-copy h1{font-size:clamp(56px,5.9vw,88px);
      line-height:1;}
.hero-copy p{max-width:600px;
      font-size:18px;
      line-height:1.78;}
.hero-subline{font-size:13px;}
.hero-subline i{width:30px;height:30px;font-size:15px}
.rail-caption{font-size:10px}
.client-pill{height:54px;min-width:165px;font-size:13px}
.cta h2{font-size:clamp(38px,3.8vw,56px)}
.cta p{font-size:16px}
.footer-copy,.footer-col a{font-size:13px}
.footer-col b{font-size:13px}
.footer-bottom{font-size:11px}
.guest b{font-size:12px}
.guest span{font-size:9px}
@media (max-width:1050px){.topbar,.header-shell.nav-scrolled .topbar{height:76px;
        grid-template-columns:minmax(220px,1fr) auto;}
.logo-bay,.header-shell.nav-scrolled .logo-bay,.utility-bay,.header-shell.nav-scrolled .utility-bay{height:76px;}
.logo-image-slot{height:48px;max-width:220px}
.mobile-nav{top:76px}
.hero-grid{padding-top:164px}}
@media (max-width:680px){body{font-size:16px}
.topbar,.header-shell.nav-scrolled .topbar{height:68px;}
.logo-bay,.header-shell.nav-scrolled .logo-bay,.utility-bay,.header-shell.nav-scrolled .utility-bay{height:68px;}
.logo-image-slot{height:42px;
        max-width:195px;}
.mobile-nav{top:68px}
.hero-grid{padding-top:125px}
.hero-copy h1{font-size:50px}
.hero-copy p{font-size:16px;line-height:1.75}
.title{font-size:42px}
.copy{font-size:16px;line-height:1.75}
.eyebrow{font-size:10px}
.cta h2{font-size:38px}
.cta p{font-size:15px}
.footer-copy,.footer-col a{font-size:12px}}
.topbar,.header-shell.nav-scrolled .topbar{height:96px;
      grid-template-columns:300px minmax(0,1fr) 240px;}
.logo-bay,.header-shell.nav-scrolled .logo-bay,.utility-bay,.header-shell.nav-scrolled .utility-bay{height:96px;}
.logo-image-slot{height:68px;
      max-width:285px;}
.nav{gap:4px}
.nav a,.nav button,.header-shell.nav-scrolled .nav a,.header-shell.nav-scrolled .nav button,.solution-menu > button{padding:13px 14px;
      font-size:14px;}
.language,.header-shell.nav-scrolled .language{display:grid;
      place-items:center;
      width:46px;
      height:46px;
      padding:0;
      font-size:20px;
      line-height:1;}
.language::before{content:none}
.login,.header-shell.nav-scrolled .login{min-height:46px;
      padding:0 18px;}
.mobile-nav{top:96px}
.footer-logo{display:inline-flex;
      align-items:center;
      max-width:315px;}
.footer-logo img{display:block;
      width:auto;
      height:72px;
      max-width:315px;
      object-fit:contain;
      object-position:left center;}
@media (max-width:1120px){.topbar,.header-shell.nav-scrolled .topbar{height:84px;
        grid-template-columns:255px minmax(0,1fr) 210px;}
.logo-bay,.header-shell.nav-scrolled .logo-bay,.utility-bay,.header-shell.nav-scrolled .utility-bay{height:84px;}
.logo-image-slot{height:58px;
        max-width:240px;}
.nav a,.nav button,.header-shell.nav-scrolled .nav a,.header-shell.nav-scrolled .nav button,.solution-menu > button{padding-inline:10px;
        font-size:11px;}
.mobile-nav{top:84px}}
@media (max-width:1050px){.topbar,.header-shell.nav-scrolled .topbar{height:80px;
        grid-template-columns:minmax(235px,1fr) auto;}
.logo-bay,.header-shell.nav-scrolled .logo-bay,.utility-bay,.header-shell.nav-scrolled .utility-bay{height:80px;}
.logo-image-slot{height:56px;
        max-width:235px;}
.mobile-nav{top:80px}}
@media (max-width:680px){.topbar,.header-shell.nav-scrolled .topbar{height:70px;}
.logo-bay,.header-shell.nav-scrolled .logo-bay,.utility-bay,.header-shell.nav-scrolled .utility-bay{height:70px;}
.logo-image-slot{height:46px;
        max-width:205px;}
.mobile-nav{top:70px}
.footer-logo img{height:58px;
        max-width:245px;}}
[data-bookup-logo-slot] img{display:block;
      width:auto;
      height:34px;
      max-width:160px;
      object-fit:contain;
      object-position:left center;}
:root{--vi-navy:#002554;
      --vi-navy-deep:#002554;
      --vi-navy-mid:#002554;

      --book-sky:#002554;
      --book-ocean:#002554;
      --book-sky-soft:#E5F2F6;

      --book-orange:#FA4616;}
.btn-bookup{background:#002554;
      box-shadow:0 12px 27px rgba(0,38,62,.28);}
.btn-bookup:hover{background:#002554;
      box-shadow:0 17px 34px rgba(0,38,62,.30);}
.bookup-feature .eyebrow:before{background:#FA4616;
      box-shadow:0 0 0 4px rgba(250,70,22,.15);}
.property-section{background:#fff}
.property-grid{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}
.property-visual{position:relative;min-height:450px;overflow:hidden;border-radius:26px;box-shadow:var(--shadow-2)}
.property-visual img{width:100%;height:100%;min-height:450px;object-fit:cover}
.property-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(0,23,37,.54))}
.property-image-caption{position:absolute;z-index:1;left:24px;bottom:23px;color:#fff}
.property-image-caption span{color:#C6E4ED;font:500 9px/1 var(--mono);letter-spacing:.12em;text-transform:uppercase}
.property-image-caption b{display:block;max-width:285px;margin-top:8px;font:800 21px/1.12 var(--display);letter-spacing:-.05em}
.property-copy .title{max-width:480px}
.property-types{display:grid;grid-template-columns:1fr 1fr;gap:11px 17px;margin-top:29px}
.property-types span{color:#254A59;font-size:13px;font-weight:700}
.property-types span::first-letter{color:#FA4616}


@media (max-width:1050px){.property-grid{grid-template-columns:1fr;gap:44px}
.property-visual{max-width:650px;width:100%}}
@media (max-width:680px){.property-grid{gap:34px}
.property-visual,.property-visual img{min-height:330px}
.property-visual{border-radius:20px}
.property-image-caption{left:16px;bottom:16px}
.property-image-caption b{font-size:17px}
.property-types{gap:10px;margin-top:24px}
.property-types span{font-size:12px}}
.hero-copy h1{letter-spacing:-.04em;}
.hero-copy h1 strong{color:#FA4616;
      font-weight:800;}
@keyframes demoReveal{from{opacity:.15;transform:translateY(8px)}
      to{opacity:1;transform:translateY(0)}}
@keyframes demoPulse{0%,100%{box-shadow:0 5px 12px rgba(0,38,62,.08)}
      50%{box-shadow:0 0 0 5px rgba(250,70,22,.16),0 9px 20px rgba(0,38,62,.14)}}
.bookup-feature{background:#FFFFFF;
      color:#002554;}
.bookup-feature::before{inset:0;
      opacity:1;
      background:
        linear-gradient(90deg,rgba(228,242,246,.72) 1px,transparent 1px),
        linear-gradient(rgba(228,242,246,.72) 1px,transparent 1px);
      background-size:46px 46px;
      mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.34) 53%,transparent 100%);}
.bookup-feature::after{top:unset;
      right:-270px;
      bottom:-350px;
      width:670px;
      height:670px;
      border:1px solid #D9E9ED;
      border-radius:50%;
      box-shadow:0 0 0 72px rgba(230,242,245,.52),0 0 0 144px rgba(230,242,245,.28);}
@media (max-width:1050px){.bookup-feature::before{background-size:38px 38px;}}
@media (max-width:680px){.bookup-feature::before{background-size:32px 32px;
        mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.23) 55%,transparent 100%);}
.bookup-feature::after{right:-245px;
        bottom:-280px;
        width:520px;
        height:520px;}}
.bookup-command{position:relative;
      overflow:hidden;
      padding-top:16px;
      padding-bottom:67px;
      background:#fff;
      color:#002554;}
.bookup-command::before{content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(90deg,rgba(222,237,241,.72) 1px,transparent 1px),
        linear-gradient(rgba(222,237,241,.72) 1px,transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 42%,transparent 88%);
      opacity:.72;}
.bookup-command::after{content:"";
      position:absolute;
      right:-430px;
      top:70px;
      width:820px;
      height:820px;
      border-radius:50%;
      border:1px solid #D3E5E9;
      box-shadow:0 0 0 78px rgba(228,241,244,.62),0 0 0 156px rgba(228,241,244,.34);
      pointer-events:none;}
.bookup-command .container{position:relative;z-index:1}
.bookup-command-grid{display:grid;
      grid-template-columns:.84fr 1.16fr;
      gap:72px;
      align-items:center;
      padding-top:58px;}
.bookup-command-copy{max-width:505px}
.bookup-command-copy h2{margin:31px 0 17px;
      color:#002554;
      font:800 clamp(34px,4vw,60px)/.98 var(--display);
      letter-spacing:-.055em;}
.bookup-command-copy h2 em{color:#FA4616;
      font-style:normal;}
.bookup-command-copy p{max-width:475px;
      margin:0;
      color:#607982;
      font-size:15px;
      line-height:1.75;}
.bookup-command-actions{display:flex;
      align-items:center;
      gap:18px;
      margin-top:29px;}
.bookup-text-link{display:inline-flex;
      align-items:center;
      gap:6px;
      color:#002554;
      font-size:14px;
      font-weight:800;}
.bookup-text-link span{color:#FA4616;
      font-size:16px;}
.bookup-command-proof{display:grid;
      grid-template-columns:1fr 1fr;
      gap:0;
      margin-top:43px;
      border-top:1px solid #D7E5E9;
      border-bottom:1px solid #D7E5E9;}
.bookup-command-proof article{display:flex;
      gap:10px;
      min-height:78px;
      padding:18px 12px 18px 0;
      align-items:center;}
.bookup-command-proof article + article{padding-left:16px;
      border-left:1px solid #D7E5E9;}
.bookup-command-proof > article > span{width:28px;
      height:28px;
      flex:none;
      display:grid;
      place-items:center;
      border-radius:9px;
      background:#E7F1F4;
      color:#002554;
      font-size:13px;
      font-weight:800;}
.bookup-command-proof b{display:block;
      color:#294B58;
      font-size:14px;}
.bookup-command-proof small{display:block;
      margin-top:4px;
      color:#7B929A;
      font-size:12px;
      line-height:1.35;}
.bookup-command-visual{position:relative;
      min-height:522px;
      display:flex;
      align-items:center;
      justify-content:flex-end;}
.command-rings{position:absolute;
      z-index:0;
      right:0;
      top:50%;
      width:510px;
      height:510px;
      border:1px solid #B9D7E0;
      border-radius:50%;
      transform:translateY(-50%);}
.command-rings::before,.command-rings::after{content:"";
      position:absolute;
      border:1px solid #D7E9ED;
      border-radius:50%;}
.command-rings::before{inset:48px}
.command-rings::after{inset:99px;border-style:dashed}
.command-console{position:relative;
      z-index:2;
      width:min(100%,618px);
      overflow:hidden;
      border:1px solid #002554;
      border-radius:25px;
      background:linear-gradient(145deg,#163D4D,#002554 55%,#002554);
      box-shadow:0 31px 73px rgba(0,38,62,.25), inset 0 1px 1px rgba(255,255,255,.18);
      transform:perspective(1500px) rotateY(-2.4deg) rotateX(.65deg);}
.command-console::before{content:"";
      position:absolute;
      z-index:0;
      inset:0;
      opacity:.28;
      background-image:radial-gradient(rgba(190,226,236,.45) .8px,transparent 1px);
      background-size:16px 16px;
      mask-image:linear-gradient(135deg,transparent 10%,#000 100%);}
.console-top,.console-main,.console-bottom{position:relative;z-index:1}
.console-top{height:62px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:0 18px;
      border-bottom:1px solid rgba(220,241,247,.13);}
.console-top-brand{display:flex;
      align-items:center;
      gap:9px;
      color:#fff;}
.console-mark{width:28px;
      height:28px;
      display:grid;
      place-items:center;
      border-radius:9px;
      background:#FA4616;
      color:#fff;
      font:800 15px/1 var(--display);}
.console-top-brand b{display:block;font-size:10px}
.console-top-brand small{display:block;margin-top:3px;color:#B7D5DE;font-size:8px}
.console-live{display:flex;
      align-items:center;
      gap:5px;
      color:#BFE0E8;
      font:500 8px/1 var(--mono);
      letter-spacing:.1em;}
.console-live i{width:6px;
      height:6px;
      border-radius:50%;
      background:#10B981;
      box-shadow:0 0 0 4px rgba(16,185,129,.12);}
.console-main{display:grid;
      grid-template-columns:1.34fr .66fr;
      min-height:337px;
      background:#F8FCFD;}
.console-chat{display:flex;
      flex-direction:column;
      padding:15px;
      background:#FBFDFE;}
.console-chat-head{display:flex;
      align-items:center;
      justify-content:space-between;
      gap:6px;
      padding-bottom:12px;
      border-bottom:1px solid #DFEAED;}
.console-guest{display:flex;
      align-items:center;
      gap:8px;
      min-width:0;}
.console-avatar{width:28px;
      height:28px;
      flex:none;
      border-radius:9px;
      background:linear-gradient(145deg,#F2CBAE,#8C5D49);}
.console-avatar.mini{width:19px;
      height:19px;
      border-radius:7px;}
.console-guest b{display:block;color:#294755;font-size:10px}
.console-guest small{display:block;margin-top:3px;color:#80939B;font-size:7px}
.console-intent{flex:none;
      padding:5px 7px;
      border-radius:999px;
      background:#E8F7EE;
      color:#158652;
      font:500 7px/1 var(--mono);}
.console-thread{display:grid;
      gap:9px;
      padding:14px 0 8px;}
.console-message{display:flex;
      align-items:flex-end;
      gap:6px;}
.console-message > span:last-child{max-width:79%;
      padding:8px 9px;
      border:1px solid #DFEAED;
      border-radius:10px 10px 10px 3px;
      background:#fff;
      color:#536B76;
      font-size:8px;
      line-height:1.52;}
.console-message.bot{justify-content:flex-end}
.console-message.bot > span{border-color:#C7E0E8;
      border-radius:10px 10px 3px 10px;
      background:#E8F4F7;
      color:#1C4658;}
.console-message.bot b{width:19px;
      height:19px;
      flex:none;
      display:grid;
      place-items:center;
      border-radius:7px;
      background:#002554;
      color:#fff;
      font:800 9px/1 var(--display);}
.console-message.small-message > span:last-child{padding:7px 9px}
.console-ai-match{display:grid;
      grid-template-columns:22px 1fr auto;
      align-items:center;
      gap:7px;
      padding:7px;
      border:1px solid #C8E1E8;
      border-radius:9px;
      background:#F0F8FA;}
.console-ai-match i{width:22px;
      height:22px;
      display:grid;
      place-items:center;
      border-radius:7px;
      background:#E0EFF3;
      color:#002554;
      font-style:normal;
      font-size:11px;}
.console-ai-match b{display:block;color:#315361;font-size:8px}
.console-ai-match small{display:block;margin-top:2px;color:#799099;font-size:7px}
.console-ai-match em{color:#FA4616;
      font:700 10px/1 var(--mono);
      font-style:normal;}
.console-compose{height:30px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      margin-top:auto;
      padding:0 8px;
      border:1px solid #DCE8EB;
      border-radius:9px;
      background:#fff;
      color:#A0B0B6;
      font-size:8px;}
.console-compose b{width:18px;
      height:18px;
      display:grid;
      place-items:center;
      border-radius:6px;
      background:#002554;
      color:#fff;
      font-size:10px;}
.console-side{padding:13px 11px;
      border-left:1px solid #DCE8EB;
      background:#F0F6F8;}
.side-label{display:flex;
      align-items:center;
      justify-content:space-between;
      color:#7A8F98;
      font-size:7px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.08em;}
.side-label i{font-style:normal;color:#68848F;font-size:10px}
.momentum-figure{display:flex;
      align-items:flex-end;
      gap:7px;
      margin-top:10px;}
.momentum-figure strong{color:#002554;
      font:800 28px/.85 var(--display);
      letter-spacing:-.06em;}
.momentum-figure span{color:#6A818A;
      font-size:7px;
      line-height:1.35;}
.momentum-chart{height:42px;
      display:flex;
      align-items:end;
      gap:4px;
      margin-top:11px;
      padding:7px;
      border:1px solid #DCE8EB;
      border-radius:9px;
      background:#fff;}
.momentum-chart i{display:block;
      flex:1;
      border-radius:3px 3px 1px 1px;
      background:#D4E3E7;}
.momentum-chart i:nth-child(1){height:32%}
.momentum-chart i:nth-child(2){height:53%;background:#B5D0D9}
.momentum-chart i:nth-child(3){height:44%}
.momentum-chart i:nth-child(4){height:86%;background:#FA4616}
.momentum-chart i:nth-child(5){height:64%;background:#8AB4C2}
.momentum-chart i:nth-child(6){height:47%}
.momentum-chart i:nth-child(7){height:95%;background:#002554}
.room-label{margin-top:13px}
.console-room{display:grid;
      grid-template-columns:27px 1fr auto;
      gap:6px;
      align-items:center;
      margin-top:8px;
      padding:6px;
      border:1px solid #C7DBE1;
      border-radius:9px;
      background:#fff;
      box-shadow:0 4px 9px rgba(0,38,62,.06);}
.room-mini-art{width:27px;
      height:27px;
      border-radius:6px;
      background:
        linear-gradient(145deg,rgba(0,38,62,.08),rgba(0,38,62,.02)),
        url("https://images.unsplash.com/photo-1618773928121-c32242e63f39?auto=format&fit=crop&w=160&q=80") center/cover;}
.console-room b{display:block;color:#304E5C;font-size:7px}
.console-room small{display:block;margin-top:3px;color:#81949D;font-size:6px}
.console-room em{color:#002554;font:500 7px/1.2 var(--mono);font-style:normal;text-align:right}
.console-book{width:100%;
      height:27px;
      margin-top:8px;
      border:0;
      border-radius:8px;
      background:#FA4616;
      color:#fff;
      font-size:7px;
      font-weight:800;}
.console-book span{font-size:11px;vertical-align:-1px}
.console-bottom{display:flex;
      align-items:center;
      justify-content:space-between;
      height:38px;
      padding:0 15px;
      border-top:1px solid rgba(220,241,247,.13);
      color:#C1DCE4;
      font:500 7px/1 var(--mono);}
.console-bottom span:first-child{display:flex;
      align-items:center;
      gap:6px;}
.console-bottom i{width:6px;
      height:6px;
      border-radius:50%;
      background:#10B981;}
.command-float{position:absolute;
      z-index:3;
      display:grid;
      grid-template-columns:1fr auto;
      gap:3px 9px;
      padding:11px 12px;
      border:1px solid #D7E6EA;
      border-radius:13px;
      background:rgba(255,255,255,.95);
      box-shadow:0 15px 28px rgba(0,38,62,.10);}
.command-float span{color:#718890;
      font:500 7px/1 var(--mono);
      letter-spacing:.06em;}
.command-float b{grid-column:1;
      color:#002554;
      font-size:10px;}
.command-float i{grid-column:2;
      grid-row:1/3;
      align-self:center;
      width:23px;
      height:23px;
      display:grid;
      place-items:center;
      border-radius:7px;
      background:#E8F2F5;
      color:#FA4616;
      font-style:normal;
      font-size:11px;}
.float-a{left:-15px;bottom:82px;transform:rotate(-5deg)}
.float-b{right:15px;top:31px;transform:rotate(4deg)}
.bookup-command-flow{display:flex;
      align-items:center;
      justify-content:center;
      gap:11px;
      margin-top:34px;
      padding-top:24px;
      border-top:1px solid #D7E5E9;
      color:#68818B;
      font-size:11px;
      font-weight:800;}
.bookup-command-flow i{color:#FA4616;
      font-size:16px;
      font-style:normal;}
.bookup-command-flow .flow-result{color:#002554;}
.bookup-command-flow .flow-result:before{content:"";
      display:inline-block;
      width:7px;
      height:7px;
      margin-right:7px;
      border-radius:50%;
      background:#10B981;
      vertical-align:1px;}
@media (max-width:1050px){.bookup-command-grid{grid-template-columns:1fr;gap:46px}
.bookup-command-copy{max-width:650px}
.bookup-command-visual{width:100%;max-width:670px;margin-left:auto}
.bookup-command-flow{justify-content:flex-start}}
@media (max-width:680px){.bookup-command{padding-top:83px;padding-bottom:48px}
.bookup-command::before{background-size:31px 31px;mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 50%,transparent 100%)}
.bookup-command::after{right:-345px;top:135px;width:630px;height:630px}
.bookup-command-grid{gap:34px;padding-top:36px}
.bookup-command-copy h2{margin:23px 0 14px;font-size:38px}
.bookup-command-copy p{font-size:14px}
.bookup-command-actions{align-items:flex-start;flex-direction:column;gap:13px;margin-top:24px}
.bookup-command-proof{margin-top:31px}
.bookup-command-proof article{min-height:76px;padding:14px 7px 14px 0}
.bookup-command-proof article + article{padding-left:11px}
.bookup-command-proof small{font-size:8px}
.bookup-command-visual{min-height:363px}
.command-rings{right:-94px;width:370px;height:370px}
.command-console{width:100%;border-radius:17px;transform:none}
.console-top{height:48px;padding:0 12px}
.console-mark{width:22px;height:22px;border-radius:7px;font-size:12px}
.console-top-brand b{font-size:8px}
.console-top-brand small{font-size:6px}
.console-live{font-size:6px}
.console-main{grid-template-columns:1fr;min-height:230px}
.console-side{display:none}
.console-chat{padding:11px}
.console-chat-head{padding-bottom:9px}
.console-avatar{width:22px;height:22px;border-radius:7px}
.console-avatar.mini{width:15px;height:15px;border-radius:5px}
.console-guest b{font-size:8px}
.console-guest small{font-size:6px}
.console-intent{padding:4px 5px;font-size:5px}
.console-thread{gap:6px;padding:9px 0 6px}
.console-message{gap:4px}
.console-message > span:last-child{padding:6px 7px;border-radius:7px 7px 7px 2px;font-size:6px}
.console-message.bot > span{border-radius:7px 7px 2px 7px}
.console-message.bot b{width:15px;height:15px;border-radius:5px;font-size:7px}
.console-ai-match{grid-template-columns:18px 1fr auto;gap:5px;padding:5px;border-radius:7px}
.console-ai-match i{width:18px;height:18px;border-radius:5px;font-size:8px}
.console-ai-match b{font-size:6px}
.console-ai-match small{font-size:5px}
.console-ai-match em{font-size:7px}
.console-compose{height:25px;border-radius:7px;font-size:6px}
.console-compose b{width:15px;height:15px;border-radius:5px;font-size:8px}
.console-bottom{height:29px;padding:0 10px;font-size:5px}
.console-bottom span:last-child{display:none}
.command-float{padding:8px 9px;border-radius:10px}
.command-float span{font-size:5px}
.command-float b{font-size:7px}
.command-float i{width:18px;height:18px;border-radius:5px;font-size:8px}
.float-a{left:-3px;bottom:-25px}
.float-b{right:4px;top:13px}
.bookup-command-flow{flex-wrap:wrap;justify-content:flex-start;gap:7px;margin-top:27px;padding-top:19px;font-size:9px}
.bookup-command-flow i{font-size:13px}}










































.testimonial-section{
      position:relative;
      overflow:hidden;
      background:
        radial-gradient(circle at 8% 14%,rgba(250,70,22,.08),transparent 29%),
        radial-gradient(circle at 92% 9%,rgba(0,38,62,.10),transparent 31%),
        #F8FBFC;
    }
    .testimonial-section::before{
      content:"";
      position:absolute;
      left:-260px;
      top:118px;
      width:560px;
      height:560px;
      border:1px solid #D8E8EC;
      border-radius:50%;
      box-shadow:0 0 0 70px rgba(221,238,242,.55),0 0 0 140px rgba(221,238,242,.25);
      pointer-events:none;
    }
    .testimonial-section::after{
      content:"";
      position:absolute;
      right:-320px;
      bottom:-370px;
      width:720px;
      height:720px;
      border:1px solid rgba(0,38,62,.08);
      border-radius:50%;
      box-shadow:0 0 0 82px rgba(0,38,62,.035),0 0 0 164px rgba(0,38,62,.02);
      pointer-events:none;
    }
    .testimonial-section .container{position:relative;z-index:1}

    .testimonial-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
    }
    .testimonial-note{
      max-width:430px;
      margin:0;
      color:#6D828B;
      font-size:14px;
      line-height:1.72;
    }
    .tiny-buttons{
      display:flex;
      gap:8px;
      flex:none;
    }
    .circle-button{
      width:44px;
      height:44px;
      border:1px solid #C9D9DE;
      border-radius:50%;
      background:#fff;
      color:var(--vi-navy);
      font-size:19px;
      transition:.2s ease;
    }
    .circle-button:hover{
      transform:translateY(-2px);
      background:var(--vi-navy);
      border-color:var(--vi-navy);
      color:#fff;
      box-shadow:var(--shadow-1);
    }

    .testimonial-grid{
      display:grid;
      grid-template-columns:1.12fr .88fr;
      gap:18px;
      margin-top:44px;
      align-items:stretch;
    }
    .testimonial-featured{
      position:relative;
      overflow:hidden;
      display:grid;
      grid-template-columns:.88fr 1.12fr;
      min-height:390px;
      border:1px solid rgba(221,233,236,.86);
      border-radius:28px;
      background:#fff;
      box-shadow:var(--shadow-2);
    }
    .featured-photo{
      position:relative;
      min-height:100%;
      overflow:hidden;
      background:var(--vi-navy);
    }
    .featured-photo img{
      width:100%;
      height:100%;
      min-height:390px;
      object-fit:cover;
      filter:saturate(.94) contrast(1.02);
    }
    .featured-photo::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,rgba(0,38,62,.02),rgba(0,24,38,.58)),
        radial-gradient(circle at 68% 18%,rgba(250,70,22,.18),transparent 32%);
    }
    .photo-label{
      position:absolute;
      z-index:1;
      left:20px;
      bottom:19px;
      color:#fff;
    }
    .photo-label span{
      display:block;
      color:#C7E4ED;
      font:500 8px/1 var(--mono);
      letter-spacing:.12em;
      text-transform:uppercase;
    }
    .photo-label b{
      display:block;
      max-width:220px;
      margin-top:8px;
      font:800 21px/1.12 var(--display);
      letter-spacing:-.055em;
    }
    .featured-copy{
      position:relative;
      display:flex;
      flex-direction:column;
      min-width:0;
      padding:38px 36px 31px;
      background:
        radial-gradient(circle at 100% 0%,rgba(250,70,22,.08),transparent 35%),
        #fff;
    }
    .featured-copy::after{
      content:"";
      position:absolute;
      right:-112px;
      bottom:-132px;
      width:300px;
      height:300px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(0,38,62,.08),transparent 66%);
      pointer-events:none;
    }
    .quote-big{
      position:relative;
      z-index:1;
      color:var(--book-orange);
      font:800 72px/.56 var(--display);
    }
    .testimonial-featured p{
      position:relative;
      z-index:1;
      max-width:510px;
      margin:28px 0 0;
      color:#173746;
      font:800 clamp(22px,2.2vw,32px)/1.22 var(--display);
      letter-spacing:-.055em;
    }
    .person{
      position:relative;
      z-index:1;
      display:flex;
      align-items:center;
      gap:10px;
      margin-top:auto;
      padding-top:30px;
    }
    .person-avatar{
      width:39px;
      height:39px;
      flex:none;
      border-radius:13px;
      background:linear-gradient(145deg,#E9C4A8,#875947);
      box-shadow:0 5px 14px rgba(0,38,62,.11);
    }
    .person-avatar.two{background:linear-gradient(145deg,#CBE3EC,#52758B)}
    .person-avatar.three{background:linear-gradient(145deg,#F0D0CC,#8D5863)}
    .person b{
      display:block;
      color:var(--vi-navy);
      font-size:13px;
      letter-spacing:-.02em;
    }
    .person span span{
      display:block;
      margin-top:4px;
      color:#7A9099;
      font-size:11px;
      line-height:1.35;
    }

    .testimonial-side{
      display:grid;
      gap:18px;
    }
    .quote-mini{
      position:relative;
      overflow:hidden;
      min-height:186px;
      padding:25px;
      border:1px solid #E0EAEC;
      border-radius:24px;
      background:#fff;
      box-shadow:0 12px 28px rgba(0,38,62,.06);
      transition:.22s ease;
    }
    .quote-mini:hover{
      transform:translateY(-3px);
      border-color:#B9D1D8;
      box-shadow:var(--shadow-1);
    }
    .quote-mini::after{
      content:"";
      position:absolute;
      right:-76px;
      bottom:-88px;
      width:210px;
      height:210px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(0,38,62,.06),transparent 66%);
    }
    .quote-mini .quote-mark{
      position:relative;
      z-index:1;
      color:var(--book-orange);
      font:800 40px/.55 var(--display);
    }
    .quote-mini p{
      position:relative;
      z-index:1;
      margin:18px 0 24px;
      color:#526B76;
      font-size:14px;
      line-height:1.7;
    }

    .testimonial-foot{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      margin-top:26px;
      padding:17px 0;
      border-top:1px solid #DDE8EB;
      border-bottom:1px solid #DDE8EB;
      color:#6F858E;
      font-size:11px;
      font-weight:800;
    }
    .testimonial-foot span{
      display:inline-flex;
      align-items:center;
      gap:7px;
    }
    .testimonial-foot i{
      color:var(--book-orange);
      font-style:normal;
      font-size:14px;
    }
    .testimonial-tags{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:7px;
    }
    .testimonial-tags b{
      padding:6px 9px;
      border:1px solid #D7E6EA;
      border-radius:999px;
      background:#fff;
      color:#62808B;
      font-size:9px;
    }

    @media(max-width:1050px){
      .testimonial-head{
        align-items:flex-start;
        flex-direction:column;
      }
      .testimonial-grid{
        grid-template-columns:1fr;
      }
      .testimonial-featured{
        grid-template-columns:.72fr 1.28fr;
      }
    }

    @media(max-width:760px){
      .testimonial-grid{margin-top:30px}
      .testimonial-featured{
        grid-template-columns:1fr;
        min-height:0;
        border-radius:22px;
      }
      .featured-photo img{
        height:245px;
        min-height:245px;
      }
      .featured-copy{
        padding:26px 22px 24px;
      }
      .testimonial-featured p{
        margin-top:22px;
        font-size:22px;
      }
      .quote-big{font-size:60px}
      .quote-mini{
        min-height:0;
        padding:21px;
        border-radius:20px;
      }
      .testimonial-foot{
        align-items:flex-start;
        flex-direction:column;
      }
      .testimonial-tags{
        justify-content:flex-start;
      }
      .tiny-buttons{display:none}
    }

.solution-b{--navy:#002554;
  --navy-deep:#002554;
  --navy-glow:#084D70;
  --orange:#FA4616;
  --orange-soft:#FA4616;
  --aqua:#BFE8F2;
  --line:rgba(198,230,238,.22);
  --muted:#BED7DF;
  --shadow-dark:0 30px 90px rgba(0,12,22,.38);}
.solution-b .eyebrow{color:#B9DCE8;
  font:500 10px/1 var(--mono);
  letter-spacing:.12em;}
.solution-b .eyebrow::before{background:var(--orange);
  box-shadow:0 0 0 5px rgba(250,70,22,.16);}
.solution-b .display-title{margin:17px 0 0;
  color:#fff;
  font:800 clamp(38px,5vw,69px)/.96 var(--display);
  letter-spacing:-.065em;}
.solution-b .display-title em{color:var(--orange-soft);font-style:normal}
.solution-b .lead{margin:0;
  color:#C7DFE7;
  font-size:16px;
  line-height:1.75;}
@media (max-width:780px){.solution-b .display-title{font-size:42px}
.solution-b .lead{font-size:14px}}
.solution-b{position:relative;
      overflow:hidden;
      isolation:isolate;
      background:
        radial-gradient(circle at 82% 18%,rgba(250,70,22,.20),transparent 28%),
        radial-gradient(circle at 10% 95%,rgba(102,205,230,.18),transparent 34%),
        linear-gradient(135deg,#003B5B 0%,#002554 47%,#002554 100%);}
.solution-b::before{content:"";
      position:absolute;
      inset:0;
      z-index:-2;
      background:
        linear-gradient(90deg,rgba(197,230,238,.07) 1px,transparent 1px),
        linear-gradient(rgba(197,230,238,.07) 1px,transparent 1px);
      background-size:46px 46px;
      mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.92) 34%,rgba(0,0,0,.78) 70%,transparent 100%);}
.solution-b::after{content:"";
      position:absolute;
      left:-300px;
      bottom:-360px;
      z-index:-1;
      width:720px;
      height:720px;
      border:1px solid rgba(199,230,238,.16);
      border-radius:50%;
      box-shadow:
        0 0 0 74px rgba(191,232,242,.035),
        0 0 0 148px rgba(191,232,242,.024);}
.solution-b .container{position:relative;z-index:1}
.solution-b-head{display:grid;
      grid-template-columns:1.72fr 1.28fr;
      gap:55px;
      align-items:end;}
.solution-b-head .lead{max-width:590px}
.solution-cinema{display:grid;
      grid-template-columns:144px 1fr 144px;
      gap:17px;
      align-items:center;
      margin-top:46px;}
.cinema-side{display:grid;
      gap:13px;}
.cinema-side article{padding:18px 15px;
      border:1px solid var(--line);
      border-radius:15px;
      background:rgba(255,255,255,.08);
      box-shadow:0 18px 38px rgba(0,14,25,.18);
      backdrop-filter:blur(14px);}
.cinema-side span{color:#A8D4E1;
      font:500 8px/1 var(--mono);
      letter-spacing:.1em;
      text-transform:uppercase;}
.cinema-side strong{display:block;
      margin-top:8px;
      color:#fff;
      font:800 26px/.92 var(--display);
      letter-spacing:-.06em;}
.cinema-side b{display:block;
      margin-top:6px;
      color:#E7F6FA;
      font-size:14px;}
.cinema-side p{margin:5px 0 0;
      color:#BAD5DE;
      font-size:14px;
      line-height:1.4;}
.cinema-side.right article:nth-child(1){background:rgba(250,70,22,.16);
      border-color:rgba(250,70,22,.38);}
.cinema-side.right article:nth-child(1) strong{color:#F9C0B0}
.cinema-frame{position:relative;
      overflow:hidden;
      padding:11px;
      border:1px solid rgba(191,232,242,.32);
      border-radius:28px;
      background:linear-gradient(145deg,#16475A,#002554 60%,#002554);
      box-shadow:var(--shadow-dark);}
.cinema-frame::before{content:"";
      position:absolute;
      top:7px;
      left:8px;
      right:8px;
      height:1px;
      border-radius:999px;
      background:rgba(255,255,255,.15);}
.cinema-meta{position:relative;
      height:28px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:0 8px;
      color:#C3E0E9;
      font:500 8px/1 var(--mono);
      letter-spacing:.09em;}
.cinema-meta .camera{width:34px;
      height:6px;
      border-radius:999px;
      background:#00141E;}
.cinema-meta .brand img{height:23px;
      width:auto;
      max-width:113px;
      object-fit:contain;}
.cinema-meta .duration{display:flex;
      align-items:center;
      gap:6px;}
.cinema-meta .duration i{width:6px;
      height:6px;
      border-radius:50%;
      background:var(--orange);
      box-shadow:0 0 0 4px rgba(250,70,22,.13);}
.cinema-window{position:relative;
      overflow:hidden;
      aspect-ratio:16/9;
      border:1px solid rgba(255,255,255,.11);
      border-radius:16px;
      background:#071E2A;}
.cinema-window video{display:block;
      width:100%;
      height:100%;
      object-fit:cover;
      background:#071E2A;}
.cinema-overlay{pointer-events:none;
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,rgba(0,18,28,.02),rgba(0,18,28,.30)),
        radial-gradient(circle at 79% 15%,rgba(250,70,22,.15),transparent 33%);}
.cinema-control{position:absolute;
      z-index:2;
      left:14px;
      bottom:14px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:8px 10px 8px 8px;
      border:1px solid rgba(255,255,255,.55);
      border-radius:11px;
      background:rgba(0,28,43,.75);
      color:#fff;
      backdrop-filter:blur(10px);
      font-size:9px;
      font-weight:800;}
.cinema-control i{width:20px;
      height:20px;
      display:grid;
      place-items:center;
      border-radius:6px;
      background:var(--orange);
      font-style:normal;
      font-size:8px;}
.cinema-caption{position:absolute;
      z-index:2;
      right:18px;
      bottom:16px;
      color:#fff;
      text-align:right;}
.cinema-caption span{display:inline-block;
      padding:6px 8px;
      border:1px solid rgba(255,255,255,.30);
      border-radius:999px;
      background:rgba(0,30,47,.45);
      color:#D0E9F0;
      font:500 7px/1 var(--mono);
      letter-spacing:.1em;}
.cinema-caption b{display:block;
      margin-top:8px;
      font:800 19px/1.08 var(--display);
      letter-spacing:-.05em;}
.cinema-progress{position:absolute;
      z-index:3;
      left:0;
      right:0;
      bottom:0;
      height:4px;
      background:rgba(255,255,255,.25);}
.cinema-progress i{display:block;
      width:38%;
      height:100%;
      background:var(--orange);
      border-radius:0 999px 999px 0;
      transition:width .2s linear;}
.solution-cinema-note{display:flex;
      justify-content:space-between;
      align-items:center;
      gap:20px;
      margin:21px 144px 0;
      padding-top:17px;
      border-top:1px solid var(--line);
      color:#C2DCE5;
      font-size:11px;}
.solution-cinema-note strong{color:#fff}
.solution-cinema-note .note-tags{display:flex;
      flex-wrap:wrap;
      gap:7px;}
.solution-cinema-note .note-tags span{padding:6px 8px;
      border:1px solid rgba(194,225,233,.24);
      border-radius:999px;
      background:rgba(255,255,255,.08);
      color:#E5F6FA;
      font-size:9px;
      font-weight:800;}
@media (max-width:1080px){.solution-b-head{grid-template-columns:1fr;gap:18px}
.solution-cinema{grid-template-columns:110px 1fr 110px}
.solution-cinema-note{margin-left:110px;margin-right:110px}}
@media (max-width:780px){.solution-cinema{grid-template-columns:1fr;gap:12px;margin-top:30px}
.cinema-side{grid-template-columns:1fr 1fr;gap:10px}
.cinema-side article{padding:13px 11px;border-radius:11px}
.cinema-side strong{font-size:21px}
.cinema-side b{font-size:9px}
.cinema-side p{font-size:8px}
.cinema-frame{padding:8px;border-radius:17px}
.cinema-meta{height:21px;font-size:5px}
.cinema-meta .camera{width:27px;height:5px}
.cinema-meta .brand img{height:17px;max-width:84px}
.cinema-window{border-radius:10px}
.cinema-control{left:9px;bottom:9px;padding:6px 8px 6px 6px;border-radius:8px;font-size:7px}
.cinema-control i{width:16px;height:16px;border-radius:5px;font-size:7px}
.cinema-caption{right:10px;bottom:10px}
.cinema-caption span{padding:4px 5px;font-size:4px}
.cinema-caption b{margin-top:5px;font-size:10px}
.solution-cinema-note{align-items:flex-start;flex-direction:column;gap:11px;margin:15px 0 0;font-size:10px}
.solution-cinema-note .note-tags{justify-content:flex-start}
.solution-cinema-note .note-tags span{font-size:8px}}

/* ===== Why choose us: dark standalone component ===== */
.why-b .eyebrow{display:inline-flex;align-items:center;gap:9px;color:#B9DCE7;font:500 10px/1 var(--mono);letter-spacing:.12em;text-transform:uppercase;}
.why-b .eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(250,70,22,.16),0 0 25px rgba(250,70,22,.55);}
.why-b .display-title{margin:17px 0 0;color:#FFFFFF;font:800 clamp(38px,5vw,69px)/.96 var(--display);letter-spacing:-.065em;}
.why-b .display-title em{color:var(--orange-soft);font-style:normal;}
.why-b .lead{margin:0;color:var(--muted);font-size:16px;line-height:1.75;}
@media(max-width:520px){.why-b .display-title{font-size:36px}.why-b .lead{font-size:14px}}

.why-b{
      --navy:#002554;
      --navy-deep:#001725;
      --navy-glow:#064B68;
      --orange:#FA4616;
      --orange-soft:#FA4616;
      --cyan:#8EDDF5;
      --line:rgba(202,232,240,.18);
      --line-strong:rgba(202,232,240,.30);
      --text:#FFFFFF;
      --muted:#B8D2DC;
      --muted-soft:#8FADB8;
      --display:"Plus Jakarta Sans","IBM Plex Sans Thai",sans-serif;
      --body:"IBM Plex Sans Thai",sans-serif;
      --mono:"Plus Jakarta Sans","IBM Plex Sans Thai",sans-serif;
      --shadow-dark:0 30px 90px rgba(0,12,22,.38);
      --shadow-card:0 20px 48px rgba(0,14,26,.24);
    
    }

    
    
    
    
    
    
    
    
    
    

    .why-b{
      position:relative;
      overflow:hidden;
      isolation:isolate;
      min-height:100vh;
      background:
        radial-gradient(circle at 82% 12%,rgba(14,165,233,.18),transparent 31%),
        radial-gradient(circle at 17% 89%,rgba(250,70,22,.18),transparent 29%),
        linear-gradient(135deg,#00111D 0%,#002554 46%,#001725 100%);
    }
    .why-b::before{
      content:"";
      position:absolute;
      inset:0;
      z-index:-2;
      opacity:.34;
      background-image:radial-gradient(rgba(202,232,240,.42) .8px,transparent 1px);
      background-size:22px 22px;
      mask-image:linear-gradient(120deg,transparent 0%,#000 22%,#000 72%,transparent 100%);
    }
    .why-b::after{
      content:"";
      position:absolute;
      right:-290px;
      top:-300px;
      z-index:-1;
      width:760px;
      height:760px;
      border:1px solid rgba(202,232,240,.14);
      border-radius:50%;
      box-shadow:0 0 0 84px rgba(202,232,240,.035),0 0 0 168px rgba(202,232,240,.018);
    }
    .why-b .container{position:relative;z-index:1}
    .why-b-head{display:flex;justify-content:space-between;align-items:end;gap:40px}
    .why-b-head .lead{max-width:440px}

    .why-stack{display:grid;grid-template-columns:.82fr 1.18fr;gap:23px;margin-top:48px}
    .why-statement{
      position:relative;
      overflow:hidden;
      min-height:490px;
      padding:34px;
      border:1px solid var(--line-strong);
      border-radius:24px;
      background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.045));
      color:#fff;
      box-shadow:var(--shadow-dark);
      backdrop-filter:blur(18px);
    }
    .why-statement::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(145deg,rgba(250,70,22,.10),transparent 42%),radial-gradient(circle at 90% 95%,rgba(142,221,245,.12),transparent 36%);
      pointer-events:none;
    }
    .why-statement::after{
      content:"";
      position:absolute;
      right:-112px;
      bottom:-128px;
      width:330px;
      height:330px;
      border:1px solid rgba(193,226,235,.20);
      border-radius:50%;
      box-shadow:0 0 0 42px rgba(193,226,235,.03);
    }
    .why-statement .statement-top{
      position:relative;
      z-index:1;
      display:flex;
      align-items:center;
      justify-content:space-between;
      color:#BFE0E9;
      font:500 9px/1 var(--mono);
      letter-spacing:.1em;
    }
    .why-statement .statement-top i{
      width:35px;
      height:35px;
      display:grid;
      place-items:center;
      border-radius:11px;
      background:var(--orange);
      color:#fff;
      font:800 17px/1 var(--display);
      font-style:normal;
      box-shadow:0 14px 30px rgba(250,70,22,.30);
    }
    .why-statement h3{
      position:relative;
      z-index:1;
      margin:63px 0 0;
      color:#fff;
      font:800 clamp(35px,4vw,55px)/.98 var(--display);
      letter-spacing:-.065em;
    }
    .why-statement h3 em{color:var(--orange-soft);font-style:normal}
    .why-statement p{position:relative;z-index:1;max-width:345px;margin:18px 0 0;color:#C7DEE6;font-size:14px;line-height:1.7}
    .why-statement .statement-route{
      position:relative;
      z-index:1;
      display:flex;
      flex-wrap:wrap;
      gap:7px;
      align-items:center;
      margin-top:48px;
      padding:14px 0;
      border-top:1px solid var(--line);
      border-bottom:1px solid var(--line);
      color:#D2E9F0;
      font-size:12px;
      font-weight:800;
    }
.why-b .statement-route i{color:var(--orange-soft);font-size:14px;font-style:normal}

    .why-metrics{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .why-metric{
      min-height:238px;
      padding:25px;
      border:1px solid var(--line);
      border-radius:20px;
      background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(233,244,248,.82));
      box-shadow:var(--shadow-card);
      color:#102F3E;
    }
    .why-metric.wide{
      grid-column:1/3;
      min-height:221px;
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:24px;
      align-items:center;
      background:linear-gradient(135deg,rgba(255,247,244,.96),rgba(232,245,249,.90));
    }
    .why-metric .metric-index{color:#6F8A96;font:500 8px/1 var(--mono);letter-spacing:.1em;text-transform:uppercase}
    .why-metric strong{display:block;margin-top:17px;color:var(--navy);font:800 58px/.83 var(--display);letter-spacing:-.08em}
    .why-metric strong span{color:var(--orange)}
    .why-metric.orange strong{color:var(--orange)}
    .why-metric b{display:block;margin-top:11px;color:#304F5C;font-size:13px}
    .why-metric p{margin:7px 0 0;color:#6C818B;font-size:11px;line-height:1.52}
    .why-metric .metric-visual{height:86px;display:flex;align-items:end;gap:7px;margin-top:16px}
    .why-metric .metric-visual i{width:17px;border-radius:5px 5px 1px 1px;background:#D9E8EB}
    .why-metric .metric-visual i:nth-child(1){height:32%}
    .why-metric .metric-visual i:nth-child(2){height:51%;background:#A8C7D1}
    .why-metric .metric-visual i:nth-child(3){height:43%}
    .why-metric .metric-visual i:nth-child(4){height:83%;background:var(--orange)}
    .why-metric .metric-visual i:nth-child(5){height:61%;background:#7CA5B3}
    .why-metric .metric-visual i:nth-child(6){height:97%;background:var(--navy)}
    .why-wide-right{padding-left:20px;border-left:1px solid rgba(0,38,62,.12)}
    .why-wide-right .wide-lines{display:grid;gap:11px}
    .why-wide-right .wide-line{display:grid;grid-template-columns:40px 1fr auto;gap:11px;align-items:center}
.why-b .wide-line span{color:#6D8490;font:500 8px/1 var(--mono)}
.why-b .wide-line i{height:5px;border-radius:999px;background:#DCE9ED;overflow:hidden}
.why-b .wide-line i::before{content:"";display:block;width:var(--value);height:100%;border-radius:inherit;background:var(--accent,var(--navy))}
.why-b .wide-line b{margin:0;color:#4B6A76;font-size:9px}

    .why-footer-qualities{
      display:flex;
      justify-content:space-between;
      gap:14px;
      margin-top:22px;
      padding-top:19px;
      border-top:1px solid var(--line);
      color:#B9D4DD;
      font-size:11px;
      font-weight:800;
    }
    .why-footer-qualities span{display:inline-flex;align-items:center;gap:7px}
    .why-footer-qualities i{color:var(--orange-soft);font-style:normal;font-size:13px}

    @media(max-width:1080px){
      .why-stack{grid-template-columns:1fr}
      .why-statement{min-height:390px}
      .why-b-head{display:grid;grid-template-columns:1fr;gap:18px}
      .why-b-head .lead{max-width:680px}
    }

    @media(max-width:780px){
      
      
      .why-b-head{align-items:flex-start;gap:15px}
      .why-stack{gap:12px;margin-top:30px}
      .why-statement{min-height:0;padding:23px 19px 20px;border-radius:17px}
      .why-statement h3{margin-top:38px;font-size:38px}
      .why-statement p{font-size:12px}
      .why-statement .statement-route{margin-top:28px;font-size:9px}
      .why-metrics{gap:10px}
      .why-metric{min-height:191px;padding:17px;border-radius:15px}
      .why-metric.wide{grid-column:1/3;min-height:210px;grid-template-columns:1fr;gap:12px}
      .why-metric strong{font-size:45px}
      .why-metric b{font-size:10px}
      .why-metric p{font-size:9px}
      .why-metric .metric-visual{height:53px;gap:4px;margin-top:12px}
      .why-metric .metric-visual i{width:9px}
      .why-wide-right{padding-left:0;padding-top:12px;border-left:0;border-top:1px solid rgba(0,38,62,.12)}
      .why-footer-qualities{flex-wrap:wrap;justify-content:flex-start;gap:9px 13px;margin-top:16px;font-size:9px}
    }

    @media(max-width:520px){
      
      
      .why-metrics{grid-template-columns:1fr}
      .why-metric.wide{grid-column:auto}
      .why-wide-right .wide-line{grid-template-columns:46px 1fr auto}
    }


/* ===== Background watermark cleanup =====
/* Keep large circle watermarks only on hero, solution, and why sections. */
.bookup-feature::after,
.bookup-command::after,
.command-rings,
.testimonial-section::before,
.testimonial-section::after,
.featured-copy::after,
.quote-mini::after,
.cta::before,
.cta::after{
  content:none !important;
  display:none !important;
}

.bookup-command::before{
  opacity:.34 !important;
}

.testimonial-section{
  background:#F8FBFC !important;
}

.cta{
  isolation:isolate;
}


/* Responsive logo rail refinements */
@media(max-width:680px){
  .client-pill.client-logo{min-width:176px;height:58px;padding:9px 20px}
  .client-logo img{max-height:350px}
  .client-logo.logo-wide{min-width:400px}
}





/* ===== The Solution: trusted partner panel ===== */
.solution-partners{
  position:relative;
  overflow:hidden;
  margin:46px 0 0;
  padding:34px;
}
.solution-partners::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(197,230,238,.06) 1px,transparent 1px),
    linear-gradient(rgba(197,230,238,.06) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.35),transparent 82%);
}
.solution-partners::after{
  content:"";
  position:absolute;
  right:-160px;
  top:-210px;
  width:360px;
  height:360px;
  pointer-events:none;
}
.solution-partners-head{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:2fr;
  gap:12px;
  align-items:end;
}
.solution-partners-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#B9DCE8;
  font:500 10px/1 var(--mono);
  letter-spacing:.12em;
  text-transform:uppercase;
}
.solution-partners-kicker::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#FA4616;
  box-shadow:0 0 0 5px rgba(250,70,22,.16);
}
.solution-partners-title{
  margin:15px 0 0;
  color:#fff;
  font:800 clamp(28px,3vw,43px)/.98 var(--display);
  letter-spacing:-.055em;
}
.solution-partners-title em{color:#FA4616;font-style:normal}
.solution-partners-copy{
  margin:0;
  max-width:600px;
  color:#C7DFE7;
  font-size:14px;
  line-height:1.68;
}
.solution-partner-logos{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  margin-top:25px;
}
.solution-partner-logo{
  min-height:104px;
  display:grid;
  place-items:center;
  padding:18px 22px;
  border-radius:20px;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.solution-partner-logo:hover{
  transform:translateY(-3px);
  border-color:#fff;
  box-shadow:0 22px 38px rgba(0,12,22,.21);
}
.solution-partner-logo img{
  width:100%;
  max-width:190px;
  height:48px;
  object-fit:contain;
  object-position:center;
  filter:saturate(.98) contrast(1.02);
}
.solution-partner-logo.logo-central img{max-width:230px;height:54px}
.solution-partner-logo.logo-rosewood img{max-width:205px;height:43px}
.solution-partner-logo.logo-amari img{max-width:154px;height:50px}
@media(max-width:1080px){
  .solution-partners-head{grid-template-columns:1fr;gap:13px}
  .solution-partners-copy{max-width:690px}
}
@media(max-width:780px){
  .solution-partners{margin:28px 0 0;padding:22px;border-radius:22px}
  .solution-partner-logos{grid-template-columns:1fr;gap:9px;margin-top:20px}
  .solution-partner-logo{min-height:82px;padding:14px 17px;border-radius:16px}
  .solution-partner-logo img{height:40px}
  .solution-partners-title{font-size:32px}
  .solution-partners-copy{font-size:12px}
}


/* ===== Final brand color lock + footer signature layout ===== */
:root{
  --vi-navy:#002554;
  --vi-navy-deep:#002554;
  --vi-navy-mid:#002554;
  --book-sky:#002554;
  --book-ocean:#002554;
  --book-orange:#FA4616;
}

.site-footer.footer-signature{
  padding:42px 0 38px;
  background:#002554;
  color:#fff;
}

.footer-signature-inner{
  display:grid;
  grid-template-columns:minmax(260px,380px) minmax(420px,1fr);
  align-items:start;
  justify-content:space-between;
  gap:56px;
}

.footer-brand-panel{
  min-width:0;
}

.footer-signature .footer-logo{
  display:inline-flex;
  align-items:center;
  width:auto;
  max-width:185px;
}

.footer-signature .footer-logo img{
  width:auto;
  object-fit:contain;
  object-position:left center;
}

.footer-signature .footer-copy{
  max-width:310px;
  margin:17px 0 0;
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.65;
}

.footer-signature .socials{
  display:flex;
  gap:10px;
  margin-top:20px;
}

.footer-signature .socials a{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.20);
  border-radius:50%;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:12px;
  font-weight:800;
  transition:.22s ease;
}

.footer-signature .socials a:hover{
  transform:translateY(-2px);
  border-color:#FA4616;
  background:#FA4616;
  color:#fff;
}

.footer-link-row{
  display:flex;
  align-items:flex-start;
  justify-content:flex-end;
  gap:48px;
  padding-top:8px;
}

.footer-link-row a{
  color:rgba(255,255,255,.86);
  font-size:14px;
  font-weight:600;
  white-space:nowrap;
  transition:.2s ease;
}

.footer-link-row a:hover{
  color:#FA4616;
}

@media(max-width:900px){
  .footer-signature-inner{
    grid-template-columns:1fr;
    gap:32px;
  }

  .footer-link-row{
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:18px 30px;
    padding-top:0;
  }
}

@media(max-width:560px){
  .site-footer.footer-signature{
    padding:34px 0 32px;
  }

  .footer-signature .footer-logo img{
    height:38px;
  }

  .footer-signature .footer-copy{
    font-size:13px;
  }

  .footer-link-row{
    flex-direction:column;
    gap:14px;
  }
}
.language i{
  color:#002554;
  font-size:20px;
  line-height:1;
}


/* ===== Blog & Resource page ===== */
body.blog-page{background:#fff;}
.blog-page .header-shell{background:#fff;}
.blog-page .nav a.active::after{background:#FA4616;}

.blog-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  margin-top:96px;
  min-height:475px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(0,25,43,.95) 0%,rgba(0,37,84,.88) 48%,rgba(0,37,84,.69) 100%),
    url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=2400&q=88") center 46%/cover;
  color:#fff;
}
.blog-hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-180px;
  top:-310px;
  width:690px;
  height:690px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  box-shadow:0 0 0 78px rgba(255,255,255,.026),0 0 0 156px rgba(255,255,255,.016);
}
.blog-hero-inner{position:relative;z-index:1;max-width:900px;padding:92px 0 86px;}
.blog-hero .eyebrow{color:#C7DCE4;}
.blog-hero h1{
  max-width:900px;
  margin:18px 0 22px;
  color:#fff;
  font:800 clamp(48px,6vw,84px)/1.01 var(--display);
  letter-spacing:-.06em;
}
.blog-hero h1 em{color:#FA4616;font-style:normal;}
.blog-hero p{max-width:720px;margin:0;color:#C7D9E0;font-size:18px;line-height:1.78;}
.blog-hero-meta{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px;}
.blog-hero-meta span{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.07);color:#DFEBEF;font-size:11px;font-weight:700;}
.blog-hero-meta i{color:#FA4616;font-style:normal;}

.blog-shell{padding:80px 0 120px;background:#fff;}
.blog-tabs-wrap{margin-bottom:52px;overflow-x:auto;border-bottom:1px solid #D6DFE3;background:#fff;scrollbar-width:none;}
.blog-tabs-wrap::-webkit-scrollbar{display:none;}
.blog-tabs{display:flex;align-items:flex-end;gap:26px;width:max-content;min-width:100%;}
.blog-tab{position:relative;min-height:56px;padding:0 24px 16px;border:0;background:transparent;color:#53565A;font-size:14px;font-weight:600;white-space:nowrap;transition:color .2s ease;}
.blog-tab:hover{color:#002554;}
.blog-tab.active{color:#002554;font-weight:700;}
.blog-tab.active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#002554;}

.featured-panel{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;margin-bottom:76px;}
.featured-main{position:relative;min-height:520px;overflow:hidden;border-radius:28px;background:#002554;box-shadow:0 24px 56px rgba(0,38,62,.14);}
.featured-main img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.featured-main::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,23,39,.04) 20%,rgba(0,27,45,.90) 100%);}
.blog-page .featured-copy{
  position:absolute;
  z-index:2;
  left:36px;
  right:36px;
  bottom:34px;
  display:block;
  min-width:0;
  padding:0;
  background:transparent;
  color:#fff;
}
.blog-page .featured-copy::after{content:none!important;display:none!important;}
.featured-label{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;background:#FA4616;color:#fff;font:700 10px/1 var(--mono);letter-spacing:.08em;text-transform:uppercase;}
.blog-page .featured-copy h2{max-width:760px;margin:16px 0 12px;color:#fff;font:800 clamp(30px,3.4vw,50px)/1.08 var(--display);letter-spacing:-.045em;text-shadow:0 2px 18px rgba(0,18,30,.24);}
.blog-page .featured-copy p{max-width:650px;margin:0;color:#DCE9ED;font-size:14px;line-height:1.7;}
.featured-meta{display:flex;align-items:center;gap:14px;margin-top:17px;color:#C8DCE3;font-size:11px;font-weight:700;}
.featured-side{display:grid;grid-template-rows:1fr 1fr;gap:18px;}
.editorial-note,.resource-note{position:relative;overflow:hidden;padding:30px;border:1px solid #DCE7EA;border-radius:24px;background:#F7FAFB;}
.editorial-note{background:#002554;color:#fff;}
.editorial-note::before{content:"";position:absolute;right:-70px;top:-90px;width:220px;height:220px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 38px rgba(255,255,255,.028),0 0 0 76px rgba(255,255,255,.018);}
.note-index{color:#FA4616;font:700 10px/1 var(--mono);letter-spacing:.1em;text-transform:uppercase;}
.editorial-note h3,.resource-note h3{position:relative;margin:28px 0 12px;font:800 27px/1.12 var(--display);letter-spacing:-.035em;}
.editorial-note p{position:relative;margin:0;color:#BFD3DB;font-size:13px;line-height:1.72;}
.resource-note h3{color:#002554;}
.resource-note p{margin:0;color:#6D858E;font-size:13px;line-height:1.72;}
.resource-note a{display:inline-flex;align-items:center;gap:8px;margin-top:23px;color:#002554;font-size:12px;font-weight:800;}
.resource-note a span{color:#FA4616;font-size:17px;}

.resource-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:30px;}
.resource-head h2{margin:13px 0 0;color:#002554;font:800 clamp(36px,4vw,58px)/1.06 var(--display);letter-spacing:-.052em;}
.resource-head p{max-width:480px;margin:0;color:#718891;font-size:14px;line-height:1.72;}

.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.article-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #DDE8EB;border-radius:22px;background:#fff;box-shadow:0 8px 22px rgba(0,38,62,.045);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
.article-card:hover{transform:translateY(-5px);border-color:#C7D9DE;box-shadow:0 20px 40px rgba(0,38,62,.10);}
.article-card[hidden]{display:none!important;}
.article-image{position:relative;height:224px;overflow:hidden;background:#EAF1F3;}
.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.article-card:hover .article-image img{transform:scale(1.035);}
.article-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(0,32,53,.10));}
.video-play{position:absolute;z-index:2;left:18px;bottom:18px;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.74);border-radius:50%;background:rgba(0,37,84,.88);color:#fff;font-size:16px;box-shadow:0 8px 20px rgba(0,20,34,.18);}
.article-body{display:flex;flex:1;flex-direction:column;padding:22px 22px 24px;}
.article-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;color:#84969D;font-size:10px;font-weight:700;}
.article-category{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:#FFF0EB;color:#E94A1A;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;}
.article-card[data-category="bookup"] .article-category{background:#EAF3F6;color:#002554;}
.article-card[data-category="activities"] .article-category{background:#EEF7F1;color:#28764A;}
.article-card[data-category="videos"] .article-category{background:#F1EDFB;color:#6650A4;}
.article-body h3{margin:0;color:#002554;font:800 20px/1.28 var(--display);letter-spacing:-.027em;}
.article-body p{margin:11px 0 0;color:#728991;font-size:13px;line-height:1.7;}
.article-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:22px;color:#002554;font-size:11px;font-weight:800;}
.article-link span{color:#FA4616;font-size:16px;transition:transform .2s ease;}
.article-card:hover .article-link span{transform:translateX(3px);}

.video-resources{margin-top:88px;padding-top:70px;border-top:1px solid #E0E9EC;}
.video-resources-head{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:30px;}
.video-resources-copy{max-width:760px;}
.video-resources h2{margin:13px 0 0;color:#002554;font:800 clamp(36px,4vw,58px)/1.06 var(--display);letter-spacing:-.052em;}
.video-resources-head p{max-width:470px;margin:0;color:#718891;font-size:14px;line-height:1.72;}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.section-see-more-wrap{display:flex;justify-content:center;margin-top:34px;}
.section-see-more{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border:1px solid #C7D6DB;border-radius:999px;background:#fff;color:#002554;font-size:11px;font-weight:800;transition:.2s ease;}
.section-see-more:hover{border-color:#002554;transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,38,62,.08);}
.section-see-more span{color:#FA4616;font-size:16px;transition:transform .2s ease;}
.section-see-more:hover span{transform:translateX(3px);}
@media(max-width:1050px){.video-grid{grid-template-columns:1fr 1fr;}.video-grid .article-card:last-child{display:none;}}
@media(max-width:780px){.video-resources{margin-top:70px;padding-top:56px;}.video-resources-head{display:block;}.video-resources-head p{margin-top:14px;}.video-grid{grid-template-columns:1fr;}.video-grid .article-card:last-child{display:flex;}.section-see-more-wrap{margin-top:28px;}}
@media(max-width:560px){.video-resources{margin-top:58px;padding-top:48px;}}

.empty-state{display:none;padding:70px 30px;text-align:center;border:1px dashed #C8D8DD;border-radius:22px;color:#6D838C;background:#F8FBFC;}

.insight-cta{position:relative;isolation:isolate;overflow:hidden;margin-top:88px;padding:72px 64px;border-radius:30px;background:linear-gradient(90deg,rgba(0,25,43,.94),rgba(0,37,84,.82)),url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2200&q=88") center/cover;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:38px;}
.insight-cta::after{content:"";position:absolute;z-index:-1;right:-160px;top:-260px;width:520px;height:520px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 62px rgba(255,255,255,.03),0 0 0 124px rgba(255,255,255,.018);}
.insight-cta-copy{max-width:700px;}
.insight-cta .eyebrow{color:#C8DCE4;}
.insight-cta h2{margin:16px 0 13px;font:800 clamp(34px,4vw,56px)/1.04 var(--display);letter-spacing:-.05em;}
.insight-cta p{max-width:620px;margin:0;color:#C5D8DF;font-size:14px;line-height:1.75;}
.insight-cta-actions{display:flex;gap:10px;flex-wrap:wrap;flex:none;}
.insight-cta .btn-outline-blog{border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.06);color:#fff;}
.insight-cta .btn-outline-blog:hover{background:#fff;color:#002554;}

.blog-result-note{margin:0 0 24px;color:#82959D;font-size:11px;font-weight:700;}
.blog-result-note strong{color:#002554;}

@media(max-width:1050px){
  .blog-hero{margin-top:80px;min-height:430px;}
  .featured-panel{grid-template-columns:1fr;}
  .featured-side{grid-template-columns:1fr 1fr;grid-template-rows:auto;}
  .resource-grid{grid-template-columns:1fr 1fr;}
  .resource-head{align-items:start;}
  .insight-cta{display:block;}
  .insight-cta-actions{margin-top:28px;}
}
@media(max-width:780px){
  .blog-hero{margin-top:70px;min-height:390px;}
  .blog-hero-inner{padding:76px 0 72px;}
  .blog-hero h1{font-size:52px;}
  .blog-hero p{font-size:16px;}
  .blog-shell{padding:62px 0 90px;}
  .blog-tabs-wrap{margin-bottom:42px;}
  .blog-tabs{gap:12px;}
  .blog-tab{padding-inline:20px;}
  .featured-main{min-height:440px;}
  .featured-copy{left:24px;right:24px;bottom:24px;}
  .featured-side{grid-template-columns:1fr;}
  .resource-head{display:block;}
  .resource-head p{margin-top:14px;}
  .resource-grid{grid-template-columns:1fr;}
  .insight-cta{padding:50px 34px;}
}
@media(max-width:560px){
  .blog-hero{margin-top:70px;min-height:360px;}
  .blog-hero h1{font-size:43px;}
  .blog-hero-meta{gap:7px;}
  .blog-hero-meta span{font-size:10px;}
  .blog-tabs-wrap{margin-inline:-4px;}
  .blog-tabs{gap:4px;}
  .blog-tab{min-height:50px;padding:0 16px 14px;font-size:12px;}
  .featured-main{min-height:420px;border-radius:22px;}
  .featured-copy h2{font-size:31px;}
  .featured-copy p{font-size:12px;}
  .editorial-note,.resource-note{padding:24px;border-radius:20px;}
  .article-image{height:210px;}
  .insight-cta{margin-top:68px;padding:42px 24px;border-radius:24px;}
  .insight-cta h2{font-size:39px;}
  .insight-cta .btn{width:100%;}
}