@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap');
:root{--navy:#102e46;--blue:#1389c4;--sky:#dff2fa;--ink:#172c3b;--muted:#627380;--line:#dce5eb;--white:#fff;--page:#fff;--soft:#f3f7f9;--font:'DM Sans','Noto Sans SC',sans-serif}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;color:var(--ink);background:var(--page);font-family:var(--font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
img{max-width:100%;display:block}
button{color:inherit}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-weight:600;line-height:1.3}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #159cda;outline-offset:5px}
main:focus{outline:none}
.container{width:min(1320px,calc(100% - 96px));margin-inline:auto}
.header{position:sticky;top:0;background:rgba(255,255,255,.97);z-index:20;border-bottom:1px solid var(--line)}
.nav-wrap{width:min(1440px,calc(100% - 80px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:90px}
.brand img{width:178px;height:auto}
.header nav{display:flex;align-items:center;gap:34px;font-size:.93rem}
.header nav a{position:relative;padding:32px 0;color:#566775}
.header nav a:hover,.header nav a.active{color:var(--blue)}
.header nav a.active:after{content:'';height:2px;background:var(--blue);position:absolute;bottom:19px;left:0;right:0}
.nav-actions{display:flex;align-items:center;gap:22px}
.language{background:transparent;border:0;padding:10px 0;display:flex;gap:8px;align-items:center;font-size:.85rem}
.language span{color:#728391}
.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:14px 23px;border:1px solid transparent;border-radius:4px;font-weight:500;line-height:1.4;min-height:48px;transition:background .2s,transform .2s}
.button:hover{transform:translateY(-2px)}
.button.small{padding:11px 17px;min-height:42px;font-size:.88rem;gap:20px}
.button.dark{background:var(--navy);color:white}
.button.blue{background:var(--blue);color:white}
.button.outline{border-color:var(--line);background:white}
.button.white{background:white;color:var(--navy)}
.button span{font-size:1.2em}
.menu-toggle{display:none;border:0;background:none;padding:8px}
.menu-toggle span{width:23px;height:2px;background:var(--navy);display:block;margin:6px 0}
.skip-link{position:fixed;top:-100px;background:var(--navy);color:white;padding:10px;z-index:100}
.skip-link:focus{top:0}
.intro{padding-top:62px;padding-bottom:46px;display:flex;justify-content:space-between;gap:44px;align-items:flex-end}
.eyebrow{font-size:.75rem;letter-spacing:.14em;font-weight:600;line-height:1.5}
.intro .eyebrow{color:#708390;margin-bottom:23px}
.intro h1{font-size:clamp(2.6rem,4.5vw,4.7rem);font-weight:600;letter-spacing:-.055em;line-height:1.27}
.intro h1 span{color:var(--blue)}
.intro-note{max-width:350px;padding-bottom:8px;color:var(--muted);font-size:1rem;line-height:1.9}
.mini-line{display:block;background:var(--blue);width:34px;height:2px;margin-bottom:20px}
.text-link{display:inline-flex;align-items:center;gap:20px;color:var(--navy);font-size:.92rem;font-weight:500;border-bottom:1px solid transparent}
.text-link:hover{border-color:currentColor}
.intro-note .text-link{margin-top:24px}
.business-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:20px}
.business-card{border-radius:7px;overflow:hidden;position:relative;isolation:isolate;min-height:472px;padding:27px 30px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s}
.business-card:hover{transform:translateY(-3px)}
.sports-card{background:#e5f3f8}
.card-top{display:flex;align-items:center;justify-content:space-between;font-size:.7rem;letter-spacing:.12em;font-weight:600;position:relative;z-index:2}
.round-arrow{display:grid;place-items:center;width:36px;height:36px;border:1px solid #abc5d3;border-radius:50%;font-size:20px}
.sports-visual{position:absolute;width:65%;right:0;top:36px;height:290px;object-fit:contain;mix-blend-mode:multiply;transition:transform .6s}
.sports-card:hover .sports-visual{transform:rotate(-4deg) scale(1.04)}
.business-copy{position:relative;z-index:2}
.business-copy .eyebrow{color:#4f7b90;margin-bottom:13px;font-size:.67rem}
.business-copy h2{font-size:clamp(1.5rem,2.5vw,2.3rem);letter-spacing:-.025em;margin-bottom:12px}
.business-copy>p:not(.eyebrow){font-size:.88rem;color:#506c7c}
.card-link{display:inline-flex;align-items:center;gap:35px;font-size:.85rem;font-weight:500;margin-top:25px}
.sports-caption{display:none}
.global-card{color:white;background:var(--navy)}
.global-card>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:60% center;transition:transform .7s}
.global-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,33,48,.52),rgba(5,33,48,.08) 28%,rgba(5,33,48,.86));z-index:-1}
.global-card:hover>img{transform:scale(1.035)}
.global-card .eyebrow,.global-card .business-copy>p:not(.eyebrow){color:#d7eaf2}
.global-card .round-arrow{border-color:#ffffff66}
.home-facts{display:grid;grid-template-columns:1fr 1.2fr 1.15fr;padding:34px 0;border-bottom:1px solid var(--line)}
.home-facts>div{display:flex;align-items:center;gap:18px;padding:0 30px;border-left:1px solid var(--line)}
.home-facts>div:first-child{border:0;padding-left:0}
.home-facts strong{font-size:1.45rem;font-weight:500;white-space:nowrap}
.home-facts span{font-size:.79rem;color:var(--muted)}
.section{padding-top:80px;padding-bottom:80px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}
.section-head .eyebrow{color:var(--blue);margin-bottom:16px}
.section-head h2{font-size:2rem;letter-spacing:-.03em}
.teaser-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.teaser img{width:100%;aspect-ratio:1.3;object-fit:contain;background:var(--soft);mix-blend-mode:multiply}
.teaser h3{font-size:1.2rem;margin-top:20px}
.teaser p{font-size:.88rem;color:var(--muted);margin-top:8px}
.teaser.journal{padding:35px;background:var(--sky);border-radius:5px;display:flex;flex-direction:column;justify-content:center}
.journal h3{font-size:1.7rem;line-height:1.5;margin-top:26px}
.journal .text-link{margin-top:26px}
.journal .eyebrow{color:var(--blue)}
footer{background:var(--navy);color:white}
.footer-top{display:grid;grid-template-columns:1.1fr .7fr 1fr;gap:45px;padding-top:54px;padding-bottom:48px}
.footer-top img{width:169px;height:auto}
.footer-top p{margin-top:18px;color:#b9cbd7;font-size:.85rem}
.footer-links,.footer-contact{display:flex;flex-direction:column;gap:11px;font-size:.86rem}
.footer-contact span{font-size:.8rem;color:#b9cbd7}
.footer-bottom{display:flex;justify-content:space-between;gap:18px;padding:24px 0;border-top:1px solid #ffffff26;color:#b9cbd7;font-size:.72rem}
.footer-top a:hover,.footer-bottom a:hover{color:#83d3f5}
dialog{border:0;border-radius:10px;padding:0;width:min(940px,calc(100% - 32px));max-height:90vh;color:var(--ink);box-shadow:0 30px 100px #001b3444}
dialog::backdrop{background:#001524a8;backdrop-filter:blur(4px)}

@media(min-width:1650px){.intro{padding-top:80px;padding-bottom:60px}
.business-card{min-height:525px}
.sports-visual{height:330px}
}

@media(max-width:1100px){.container{width:calc(100% - 60px)}
.nav-wrap{width:calc(100% - 48px);gap:22px}
.header nav{gap:20px;font-size:.85rem}
.brand img{width:150px}
.nav-actions{gap:15px}
.intro-note{max-width:300px}
.business-card{padding:24px;min-height:455px}
.home-facts>div{padding:0 18px;gap:12px;flex-direction:column;align-items:flex-start}
.teaser.journal{padding:25px}
.journal h3{font-size:1.45rem}
}

@media(max-width:800px){.container{width:calc(100% - 40px)}
.nav-wrap{min-height:72px;width:calc(100% - 36px)}
.brand img{width:145px}
.contact-nav{display:none}
.header nav{display:none;position:absolute;top:72px;left:0;right:0;background:white;flex-direction:column;align-items:stretch;gap:0;padding:12px 24px 22px;box-shadow:0 14px 24px #12304912}
.header.menu-open nav{display:flex}
.header nav a{padding:13px 0}
.header nav a.active:after{bottom:8px;right:auto;width:24px}
.menu-toggle{display:block}
.intro{padding:42px 0 30px;align-items:flex-start;gap:24px}
.intro h1{font-size:2.65rem}
.intro-note{display:none}
.intro .eyebrow{font-size:.65rem;margin-bottom:20px}
.business-grid{grid-template-columns:1fr 1fr;gap:14px}
.business-card{min-height:425px;padding:20px}
.business-copy h2{font-size:1.7rem}
.card-top{font-size:.6rem;letter-spacing:.07em}
.round-arrow{width:29px;height:29px;font-size:17px}
.sports-visual{width:95%;right:-15px;height:230px;top:28px}
.sports-caption{display:none}
.business-copy>p:not(.eyebrow){font-size:.8rem}
.card-link{margin-top:20px}
.home-facts{padding:26px 0}
.home-facts strong{font-size:1.15rem}
.home-facts span{font-size:.72rem}
.section{padding-top:55px;padding-bottom:55px}
.section-head h2{font-size:1.6rem}
.section-head{align-items:flex-start;flex-direction:column;gap:18px}
.teaser-grid{gap:16px;grid-template-columns:1fr 1fr}
.teaser.journal{grid-column:1/-1}
.footer-top{grid-template-columns:1fr 1fr;gap:30px}
.footer-contact{grid-column:1/-1}
.footer-bottom{flex-wrap:wrap}
.footer-bottom>span:nth-child(2){display:none}
}

@media(max-width:520px){.intro h1{font-size:2.2rem;letter-spacing:-.04em}
.business-grid{grid-template-columns:1fr;gap:18px}
.business-card{min-height:410px}
.sports-visual{width:75%;height:260px;top:8px;right:0}
.business-copy h2{font-size:1.7rem}
.global-card{min-height:395px}
.home-facts{grid-template-columns:1fr 1.4fr 1.1fr;gap:0}
.home-facts>div{padding:0 13px;gap:5px}
.home-facts strong{font-size:.98rem}
.home-facts span{font-size:.7rem}
.teaser h3{font-size:1.02rem}
.teaser p{font-size:.8rem}
.footer-top{padding-top:36px}
.footer-links{font-size:.8rem}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important;animation:none!important}
}

.breadcrumbs{display:flex;align-items:center;gap:14px;font-size:.8rem;color:var(--muted);padding:24px 0}
.breadcrumbs a:hover{color:var(--blue)}
.subtle{font-size:.88rem;color:var(--muted)}
.section-description{max-width:365px;font-size:.94rem;color:var(--muted);line-height:1.9}
.sports-hero{background:var(--sky);border-radius:6px;min-height:410px;position:relative;display:flex;align-items:center;padding:48px;overflow:hidden;isolation:isolate}
.sports-hero-copy{width:58%;position:relative;z-index:2}
.sports-hero .eyebrow{color:#38768f;margin-bottom:22px}
.sports-hero h1{font-size:clamp(2.2rem,3.2vw,3.5rem);letter-spacing:-.035em;line-height:1.35}
.sports-hero-copy>p:not(.eyebrow){font-size:.94rem;line-height:1.9;color:#496b7d;max-width:520px;margin-top:20px}
.sports-hero>img{position:absolute;right:-24px;width:48%;height:95%;object-fit:contain;mix-blend-mode:multiply;z-index:-1;transform:rotate(-6deg)}
.hero-buttons{display:flex;align-items:center;gap:25px;margin-top:28px;flex-wrap:wrap}
.hero-model{position:absolute;right:28px;bottom:24px;font-size:.62rem;color:#476d80;letter-spacing:.1em}
.catalog-section{padding:65px 0}
.category-tabs{display:flex;gap:9px;flex-wrap:wrap;padding-bottom:22px;border-bottom:1px solid var(--line)}
.category-tabs button{background:white;border:1px solid var(--line);border-radius:4px;padding:10px 17px;font-size:.85rem;transition:background .2s}
.category-tabs button:hover{background:var(--soft)}
.category-tabs button.selected{color:white;background:var(--navy);border-color:var(--navy)}
.catalog-count{display:flex;justify-content:space-between;padding:24px 0 18px;font-size:.82rem;color:var(--muted)}
.catalog-count>span{font-size:.75rem}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 22px}
.product-card{background:transparent;padding:0;text-align:left;border:0;display:flex;flex-direction:column;min-width:0}
.product-image{background:#f3f6f8;border-radius:5px;aspect-ratio:1;position:relative;width:100%;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .35s}
.product-card:hover img{transform:scale(1.045)}
.product-tag{position:absolute;left:12px;top:12px;color:#456c80;background:#e4eef4;padding:3px 9px;font-size:.62rem;letter-spacing:.06em;border-radius:2px}
.product-open{position:absolute;right:13px;bottom:13px;background:white;border-radius:50%;width:29px;height:29px;text-align:center;line-height:27px;font-size:20px;transition:background .2s}
.product-card:hover .product-open{background:var(--navy);color:white}
.product-card-copy{padding:16px 0 4px;width:100%}
.product-code{font-size:.67rem;letter-spacing:.07em;color:var(--muted)}
.product-card h3{font-size:1rem;margin:7px 0 8px}
.product-spec-preview{color:var(--muted);font-size:.78rem;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.custom-section{background:var(--soft);padding:60px 0}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}
.step-number{font-size:.85rem;color:var(--blue);display:inline-block;border-bottom:1px solid #b7d7e5;padding-bottom:10px;margin-bottom:20px}
.service-grid h3,.process-grid h3{font-size:1.12rem;margin-bottom:15px}
.service-grid p,.process-grid p{color:var(--muted);font-size:.9rem;line-height:1.85}
.contact-banner{border-radius:6px;margin-top:60px;margin-bottom:65px;padding:39px 45px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:var(--blue);color:white}
.contact-banner .eyebrow{color:#d8effa;margin-bottom:12px}
.contact-banner h2{font-size:1.8rem}
.contact-banner .button{flex-shrink:0}
.global-hero{position:relative;min-height:480px;isolation:isolate;overflow:hidden;border-radius:6px;padding:46px 50px;display:flex;align-items:center;background:var(--navy);color:white}
.global-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.global-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,30,46,.91),rgba(3,30,46,.58) 50%,rgba(3,30,46,.07));z-index:-1}
.global-hero .eyebrow{color:#d4e6ee;font-size:.68rem;margin-bottom:22px}
.global-hero h1{font-size:clamp(3rem,5vw,5rem);letter-spacing:-.06em;line-height:1.07}
.global-hero h1 span{color:#a2dafa}
.global-hero-copy>p:not(.eyebrow){font-size:.95rem;margin-top:24px;color:#dbe9ef;line-height:1.9}
.global-hero .button{margin-top:26px}
.photo-caption{position:absolute;bottom:22px;right:28px;font-size:.65rem;letter-spacing:.1em}
.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.program-card{border:1px solid var(--line);border-radius:5px;background:white;padding:28px 28px 0;text-align:left;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}
.program-card:hover{border-color:var(--blue);box-shadow:0 8px 30px #1b4e6810}
.program-top{display:flex;align-items:center;gap:10px;margin-bottom:24px;font-size:.72rem;color:var(--muted)}
.flag{font-size:1.75rem;line-height:1}
.program-index{margin-left:auto;font-size:.72rem;color:#8b9ca8}
.program-card h3{font-size:1.5rem;margin-bottom:9px}
.program-label{font-size:.85rem;line-height:1.7;color:var(--muted);min-height:3.4em}
.program-price{margin:24px 0 25px}
.program-price>span{display:block;font-size:.75rem;color:var(--muted);margin-bottom:5px}
.program-price strong{font-size:2rem;font-weight:500;letter-spacing:-.02em;color:var(--navy)}
.program-price small{font-size:.88rem;letter-spacing:0;margin-right:7px}
.program-bottom{border-top:1px solid var(--line);padding:17px 0;margin-top:auto;display:flex;justify-content:space-between;font-size:.82rem}
.price-note,.legal-note{font-size:.78rem;color:var(--muted);line-height:1.85;margin-top:26px}
.uae-section{display:grid;grid-template-columns:1fr 1fr;gap:65px;background:var(--sky);border-radius:6px;padding:48px}
.uae-section .eyebrow{color:#477b94;margin-bottom:22px}
.uae-section h2{font-size:2rem;line-height:1.45}
.uae-section>div>p:not(.eyebrow){margin:20px 0 23px;color:#4d7184;line-height:1.9;font-size:.9rem}
.uae-services>div{display:flex;gap:25px;padding:19px 0;border-bottom:1px solid #b9d8e7}
.uae-services>div:first-child{padding-top:5px}
.uae-services>div:last-child{border-bottom:0}
.uae-services>div>span{font-size:.78rem;color:#5d8da5}
.uae-services h3{font-size:1.04rem;margin-bottom:6px}
.uae-services p{font-size:.8rem;color:#4e758b}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}
.global-hero+.section{padding-bottom:60px}
.legal-note{padding-top:28px;border-top:1px solid var(--line);margin-top:40px}
.about-hero{padding:34px 0 60px}
.about-hero>.eyebrow{color:var(--blue);margin-bottom:25px}
.about-hero h1,.contact-intro h1{font-size:clamp(2.8rem,4.7vw,4.5rem);letter-spacing:-.055em;line-height:1.3}
.about-hero h1 span,.contact-intro h1 span{color:var(--blue)}
.about-intro{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;margin-top:48px}
.about-intro>p:first-child{font-size:.85rem;color:var(--blue);letter-spacing:.05em}
.about-intro>p:last-child{font-size:1.12rem;line-height:2;color:var(--muted)}
.about-divisions{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.about-divisions article{padding:40px;background:var(--soft);border-radius:6px}
.about-divisions article:nth-child(2){background:var(--sky)}
.about-divisions .eyebrow{font-size:.7rem;color:#58859a}
.about-divisions h2{font-size:1.65rem;margin:23px 0 18px}
.about-divisions p{font-size:.94rem;color:var(--muted);line-height:1.9}
.about-divisions .text-link{margin-top:24px}
.company-section{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;padding:75px 0 10px}
.company-section .eyebrow{color:var(--blue);margin-bottom:20px}
.company-section h2{font-size:2rem}
.company-section dl{margin:0}
.company-section dl>div{display:grid;grid-template-columns:95px 1fr;gap:30px;border-bottom:1px solid var(--line);padding:18px 0}
.company-section dt{font-size:.8rem;color:var(--muted)}
.company-section dd{margin:0;font-size:.94rem;line-height:1.9}
.contact-page{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:40px 0 70px}
.contact-intro>.eyebrow{color:var(--blue);margin-bottom:26px}
.contact-intro>p:not(.eyebrow){font-size:.97rem;color:var(--muted);line-height:1.9;margin-top:24px}
.contact-person{display:flex;align-items:center;gap:15px;margin-top:35px}
.monogram{display:grid;place-items:center;background:var(--sky);color:var(--blue);border-radius:50%;width:52px;height:52px;font-size:1rem}
.contact-person strong{display:block;font-weight:500;font-size:1.02rem}
.contact-person>div>span{display:block;font-size:.8rem;color:var(--muted)}
.contact-option{border-bottom:1px solid var(--line);display:flex;align-items:flex-start;gap:20px;padding:28px 0;transition:color .2s}
.contact-option:hover{color:var(--blue)}
.contact-option .eyebrow{font-size:.7rem;color:var(--muted);margin-bottom:12px}
.contact-option h2{font-size:clamp(1.05rem,1.65vw,1.6rem);font-weight:500;overflow-wrap:anywhere}
.contact-option div>p:last-child{font-size:.82rem;color:var(--muted);margin-top:10px}
.contact-symbol{display:grid;place-items:center;background:var(--soft);border-radius:50%;width:40px;height:40px;flex-shrink:0;font-size:1.2rem;color:var(--blue)}
.contact-intro>.topic-chip{background:var(--sky);padding:9px 14px;border-radius:3px;display:inline-block;color:var(--navy)!important;font-size:.8rem!important;margin-top:20px!important}
.enquiry-guidance{border-top:1px solid var(--line);padding-top:40px;padding-bottom:70px}
.enquiry-guidance h2{font-size:1.4rem;margin-bottom:25px}
.enquiry-guidance>div{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.enquiry-guidance .eyebrow{color:var(--blue);font-size:.7rem;margin-bottom:13px}
.enquiry-guidance p:not(.eyebrow){font-size:.9rem;color:var(--muted);line-height:1.9}
.privacy-page{max-width:860px;padding:40px 0 80px}
.privacy-page>.eyebrow{color:var(--blue);margin-bottom:25px}
.privacy-page h1{font-size:2.5rem;margin-bottom:40px}
.privacy-page h2{font-size:1.25rem;margin:30px 0 15px}
.privacy-page p:not(.eyebrow){color:var(--muted);line-height:1.9}
.privacy-page a{color:var(--blue)}
.dialog-open{overflow:hidden}
.dialog-close{position:sticky;top:14px;float:right;margin:14px 14px -54px 0;border:1px solid var(--line);border-radius:50%;background:#fff;width:38px;height:38px;font-size:26px;line-height:1;z-index:3}
.product-detail{display:grid;grid-template-columns:.95fr 1.1fr;min-height:560px}
.detail-image{background:var(--soft);display:flex;align-items:center;justify-content:center;padding:24px}
.detail-image img{mix-blend-mode:multiply;object-fit:contain;max-height:520px}
.detail-copy{padding:55px 35px 35px}
.detail-copy>.eyebrow{font-size:.69rem;color:var(--blue);letter-spacing:.07em;margin-bottom:17px}
.detail-copy h2{font-size:1.8rem}
.detail-description{font-size:.94rem;color:var(--muted);line-height:1.9;margin-top:19px}
.spec-list{margin:25px 0}
.spec-list>div{padding:13px 0;border-bottom:1px solid var(--line)}
.spec-list dt{font-size:.72rem;color:var(--muted);margin-bottom:5px}
.spec-list dd{font-size:.9rem;margin:0;line-height:1.7}
.detail-note{font-size:.75rem;color:var(--muted);line-height:1.8;margin:20px 0}
.detail-copy .button{width:100%;font-size:.9rem;justify-content:space-between}
.detail-source{display:block;margin-top:17px;color:#50768b;font-size:.75rem}
.detail-source:hover{text-decoration:underline}
.program-detail{padding:45px 50px}
.program-detail>.eyebrow{font-size:.7rem;color:var(--blue);margin:0 35px 20px 0}
.program-detail h2{font-size:2.25rem}
.program-detail h2 span{font-size:2rem;margin-right:10px}
.program-detail-price{background:var(--sky);padding:23px 28px;margin:26px 0}
.program-detail-price>span{display:block;font-size:.78rem;color:var(--muted)}
.program-detail-price strong{display:block;font-size:2.3rem;font-weight:500;color:var(--navy);margin:6px 0}
.program-detail-price p{font-size:.8rem;color:#496e82;line-height:1.85}
.dialog-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.dialog-actions .text-link{font-size:.82rem}
.source-caption{font-size:.68rem;color:var(--muted);margin-top:20px}

@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}
.sports-hero{padding:35px}
.program-card{padding:23px 23px 0}
.program-card h3{font-size:1.3rem}
.uae-section{padding:35px;gap:35px}
.uae-section h2{font-size:1.7rem}
.contact-page{gap:40px}
.contact-banner h2{font-size:1.5rem}
.about-intro{gap:40px}
}

@media(max-width:800px){.breadcrumbs{padding:20px 0;font-size:.75rem}
.sports-hero{padding:30px;min-height:390px}
.sports-hero-copy{width:68%}
.sports-hero h1{font-size:2rem}
.sports-hero>img{width:55%;right:-65px;opacity:.6}
.sports-hero-copy>p:not(.eyebrow){font-size:.88rem}
.hero-model{font-size:.55rem}
.catalog-section{padding:45px 0}
.products-grid{grid-template-columns:repeat(3,1fr);gap:25px 15px}
.product-card h3{font-size:.94rem}
.program-grid{grid-template-columns:repeat(2,1fr)}
.global-hero{min-height:470px;padding:35px}
.global-hero h1{font-size:4rem}
.global-hero-copy>p:not(.eyebrow){font-size:.9rem}
.uae-section{grid-template-columns:1fr;gap:30px}
.service-grid{gap:24px}
.service-grid h3,.process-grid h3{font-size:1.05rem}
.service-grid p,.process-grid p{font-size:.85rem}
.process-grid{grid-template-columns:1fr 1fr;gap:30px}
.contact-banner{padding:30px;flex-direction:column;align-items:flex-start;gap:24px;margin:40px auto}
.about-hero h1,.contact-intro h1{font-size:2.6rem}
.about-intro{grid-template-columns:1fr;gap:20px;margin-top:30px}
.about-intro>p:last-child{font-size:1rem}
.about-divisions article{padding:25px}
.about-divisions h2{font-size:1.35rem}
.company-section{gap:30px;padding-top:50px;grid-template-columns:1fr}
.contact-page{grid-template-columns:1fr;gap:25px;padding-top:20px;padding-bottom:45px}
.contact-option h2{font-size:1.45rem}
.contact-person{margin-top:25px}
.enquiry-guidance>div{gap:30px}
.product-detail{grid-template-columns:1fr 1.1fr}
.detail-copy{padding:58px 25px 30px}
.detail-copy h2{font-size:1.5rem}
.detail-image{padding:15px}
.program-detail{padding:40px 32px}
.privacy-page h1{font-size:2rem}
}

@media(max-width:520px){.sports-hero{padding:27px 22px 240px;min-height:540px;align-items:flex-start}
.sports-hero-copy{width:100%}
.sports-hero h1{font-size:1.9rem}
.sports-hero>img{top:auto;bottom:5px;width:90%;height:245px;right:-7px;opacity:1}
.sports-hero .eyebrow{margin-bottom:16px}
.sports-hero-copy>p:not(.eyebrow){font-size:.88rem;margin-top:16px}
.hero-buttons{gap:18px;margin-top:22px}
.hero-buttons .button{font-size:.85rem;padding:12px 16px;gap:16px}
.hero-buttons .text-link{font-size:.8rem;gap:9px}
.hero-model{right:18px;bottom:15px}
.category-tabs{gap:8px}
.category-tabs button{font-size:.78rem;padding:8px 12px}
.products-grid{grid-template-columns:repeat(2,1fr);gap:23px 14px}
.catalog-count{font-size:.77rem}
.catalog-count>span{display:none}
.product-card h3{font-size:.9rem}
.product-card-copy{padding-top:12px}
.product-spec-preview{font-size:.73rem}
.product-tag{left:8px;top:8px;font-size:.58rem;padding:2px 6px}
.service-grid{grid-template-columns:1fr;gap:28px}
.custom-section{padding:40px 0}
.step-number{margin-bottom:13px}
.service-grid article{border-bottom:1px solid var(--line);padding-bottom:20px}
.service-grid article:last-child{border:0;padding-bottom:0}
.contact-banner h2{font-size:1.45rem}
.global-hero{padding:32px 25px;min-height:510px}
.global-hero h1{font-size:3.5rem}
.global-hero-copy>p:not(.eyebrow){font-size:.88rem}
.global-hero:after{background:linear-gradient(90deg,rgba(3,30,46,.88),rgba(3,30,46,.48))}
.global-hero .eyebrow{font-size:.58rem;letter-spacing:.11em}
.photo-caption{font-size:.57rem;right:20px}
.program-grid{grid-template-columns:1fr;gap:16px}
.program-card{padding:23px 24px 0}
.program-card h3{font-size:1.5rem}
.program-label{min-height:0}
.program-top{margin-bottom:18px}
.program-price{margin-top:20px;margin-bottom:18px}
.program-price strong{font-size:2rem}
.program-detail{padding:40px 23px 30px}
.program-detail h2{font-size:1.7rem}
.program-detail-price{padding:20px}
.program-detail-price strong{font-size:2rem}
.dialog-actions{gap:20px}
.dialog-actions .button{width:100%}
.uae-section{padding:30px 25px}
.uae-section h2{font-size:1.55rem}
.process-grid{gap:30px 23px}
.process-grid h3{font-size:.96rem}
.about-hero{padding-top:20px;padding-bottom:40px}
.about-hero h1,.contact-intro h1{font-size:2.3rem}
.about-divisions{grid-template-columns:1fr;gap:18px}
.about-divisions article{padding:30px}
.company-section dl>div{grid-template-columns:70px 1fr;gap:15px}
.company-section dd{font-size:.85rem}
.contact-option{gap:14px}
.contact-option h2{font-size:1.15rem}
.contact-symbol{width:33px;height:33px;font-size:1rem}
.enquiry-guidance h2{font-size:1.2rem}
.enquiry-guidance>div{grid-template-columns:1fr;gap:25px}
.product-detail{grid-template-columns:1fr}
.detail-image{height:220px;padding:20px}
.detail-image img{width:100%;height:100%}
.detail-copy{padding:28px 24px}
.detail-copy h2{font-size:1.6rem}
.detail-description{font-size:.89rem}
.privacy-page h1{font-size:1.7rem}
.privacy-page{padding-top:20px}
.privacy-page p:not(.eyebrow){font-size:.93rem}
}

/* Keep running copy readable across languages and viewport sizes. */
.sports-hero-copy>p:not(.eyebrow),.global-hero-copy>p:not(.eyebrow),.section-description,
.service-grid p,.process-grid p,.about-divisions p,.uae-section>div>p:not(.eyebrow),
.contact-intro>p:not(.eyebrow),.enquiry-guidance p:not(.eyebrow),.detail-description,
.spec-list dd,.privacy-page p:not(.eyebrow){font-size:1rem}
.header nav .mobile-contact{display:none}
.catalogue-home .sports-hero{margin-top:30px}
@media(max-width:800px){.header nav .mobile-contact{display:block}}

/* Global mobility comparison and knowledge base */
.global-hero .hero-buttons{align-items:center}
.hero-text-link{font-size:.9rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:4px}
.hero-text-link:hover{border-color:#fff}
.global-jump{display:flex;gap:8px;flex-wrap:wrap;padding:18px 0;border-bottom:1px solid var(--line)}
.global-jump a{font-size:.82rem;color:#48697b;background:var(--soft);border-radius:999px;padding:8px 14px}
.global-jump a:hover{color:var(--navy);background:var(--sky)}
.program-price p{font-size:.7rem;color:#82919b;margin-top:4px}
.program-bottom span:first-child{padding-right:12px}
.travel-kb{background:var(--navy);color:white;border-radius:6px;padding:54px 50px;margin-bottom:60px}
.travel-kb-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end}
.travel-kb .eyebrow{color:#85ccec;margin-bottom:17px}
.travel-kb h2{font-size:clamp(2rem,3vw,3rem);letter-spacing:-.03em;max-width:680px}
.travel-kb-head>p{color:#c2d4de;font-size:.95rem;line-height:1.9}
.travel-terms{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#355368;margin-top:40px;border:1px solid #355368}
.travel-terms article{background:#18384f;padding:26px 24px;min-height:220px}
.travel-terms article>span{font-size:.72rem;color:#73c2e7}
.travel-terms h3{font-size:1.08rem;margin:25px 0 13px}
.travel-terms p{color:#bcd0da;font-size:.86rem;line-height:1.8}
.travel-check{display:grid;grid-template-columns:.65fr 1.35fr;gap:60px;margin-top:45px;padding-top:38px;border-top:1px solid #355368}
.travel-check h3{font-size:1.55rem}
.travel-check ol{margin:0;padding-left:22px;display:grid;grid-template-columns:1fr 1fr;gap:18px 35px;color:#d6e4ea;font-size:.9rem}
.travel-check li{padding-left:7px}
.travel-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:35px}
.travel-links a{font-size:.78rem;border:1px solid #507086;border-radius:3px;padding:9px 13px;color:#e7f4f9}
.travel-links a:hover{background:#fff;color:var(--navy)}
.knowledge-updated{font-size:.72rem;color:#91aab8;margin-top:22px;line-height:1.7}

@media(max-width:950px){.travel-terms{grid-template-columns:1fr 1fr}.travel-check{grid-template-columns:1fr;gap:22px}}
@media(max-width:800px){.travel-kb{padding:40px 32px}.travel-kb-head{grid-template-columns:1fr;gap:22px}.global-jump{padding-top:14px}.program-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.global-hero .hero-buttons{align-items:flex-start;flex-direction:column}.global-jump{overflow-x:auto;flex-wrap:nowrap;padding-bottom:14px}.global-jump a{white-space:nowrap}.program-grid{grid-template-columns:1fr}.travel-kb{padding:34px 24px;margin-bottom:40px}.travel-terms{grid-template-columns:1fr}.travel-terms article{min-height:0}.travel-check ol{grid-template-columns:1fr;gap:15px}.travel-kb h2{font-size:1.85rem}}

/* Country-level access, Spain residency and Avion-inspired comparison cards */
.programme-rich{display:flex;flex-direction:column;text-align:left}
.programme-rich .program-label{min-height:44px}
.access-badges{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0}
.access-badges span{font-size:.62rem;font-weight:650;letter-spacing:.055em;padding:7px 9px;border-radius:3px;text-transform:uppercase}
.access-badges .yes{color:#185c45;background:#e5f4ed}
.access-badges .eta{color:#6a5111;background:#fff2c9}
.access-badges .no{color:#8b3b3b;background:#f9e6e5}
.program-facts{list-style:none;margin:2px 0 20px;padding:0;border-top:1px solid var(--line)}
.program-facts li{font-size:.78rem;line-height:1.55;color:#637682;padding:8px 0;border-bottom:1px solid var(--line)}
.program-facts li:last-child{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.program-facts strong{font-size:1rem;color:var(--navy);font-weight:550}
.programme-rich .program-price{margin-top:auto}
.passport-directory{margin-top:46px;padding-top:44px;border-top:1px solid #355368}
.directory-head{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:end;margin-bottom:28px}
.directory-head h3{font-size:1.65rem;line-height:1.3;max-width:620px}
.directory-head>p{color:#bcd0da;font-size:.88rem;line-height:1.8}
.passport-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.passport-card{background:#18384f;border:1px solid #355368;padding:25px}
.passport-title{display:flex;align-items:center;gap:14px}
.passport-title>span{font-size:2rem}
.passport-title h4{font-size:1.12rem;color:white}
.passport-title p{font-size:.72rem;color:#91aab8;margin-top:4px}
.passport-card .access-badges{margin:18px 0}
.country-chips{display:flex;flex-wrap:wrap;gap:7px}
.country-chips span{font-size:.72rem;line-height:1.3;color:#d9e8ee;border:1px solid #49677b;border-radius:999px;padding:6px 10px}
.passport-card>a{display:inline-block;font-size:.7rem;color:#83c9e9;margin-top:20px}
.schengen-list{margin-top:18px;border:1px solid #355368;padding:0 22px}
.schengen-list summary{cursor:pointer;padding:18px 0;color:#e7f4f9;font-size:.84rem}
.schengen-list .country-chips{padding:0 0 22px}
.rich-program-detail>.access-badges{margin:22px 0 12px}
.modal-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.modal-metrics>div{background:var(--soft);padding:18px 20px}
.modal-metrics strong{display:block;font-size:1.9rem;font-weight:500;color:var(--navy)}
.modal-metrics span{display:block;font-size:.7rem;color:var(--muted);margin-top:4px}
.rich-program-detail .country-chips span{color:#48697b;border-color:#c4d4dc;background:#f8fbfc}
.spain-section{background:#f4efe7;border-radius:6px;padding:62px 54px;margin-bottom:60px}
.spain-intro{display:grid;grid-template-columns:.95fr 1.05fr;gap:25px 70px;margin-bottom:36px}
.spain-intro .eyebrow{grid-column:1/-1;color:#a4482f}
.spain-intro h2{font-size:clamp(2rem,3.4vw,3.25rem);line-height:1.06;letter-spacing:-.035em}
.spain-intro h2 span{color:#a4482f}
.spain-intro>p:not(.eyebrow){font-size:.94rem;color:#62605d;line-height:1.9}
.residence-travel{grid-column:1/-1;display:grid;grid-template-columns:130px 1fr 130px 1fr;gap:14px;border-top:1px solid #d7cabb;border-bottom:1px solid #d7cabb;padding:20px 0;font-size:.8rem;line-height:1.65}
.residence-travel strong{color:#7c3927}
.residence-travel span{color:#69615a}
.spain-programmes{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.spain-programmes article{background:#fff;padding:32px;display:flex;flex-direction:column}
.spain-card-top{display:flex;justify-content:space-between;gap:18px;color:#a4482f;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase}
.spain-programmes h3{font-size:1.55rem;margin:23px 0 12px}
.spain-amount{font-size:1.13rem;color:#a4482f;font-weight:550;margin-bottom:16px}
.spain-programmes article>p{font-size:.86rem;color:#667078;line-height:1.75}
.spain-programmes ul{margin:20px 0 28px;padding-left:18px;color:#4f5f69;font-size:.8rem;line-height:1.7}
.spain-programmes li{margin:7px 0}
.spain-actions{margin-top:auto;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.spain-actions .button{font-size:.78rem;padding:11px 15px}
.spain-actions>a:not(.button){font-size:.72rem;color:#7c5548}
.spain-section>.price-note{margin-bottom:0;color:#7a7068}

@media(max-width:900px){.directory-head,.spain-intro{grid-template-columns:1fr;gap:20px}.spain-intro .eyebrow,.residence-travel{grid-column:auto}.residence-travel{grid-template-columns:120px 1fr}.spain-programmes{grid-template-columns:1fr}}
@media(max-width:700px){.passport-grid{grid-template-columns:1fr}.spain-section{padding:42px 30px}.programme-rich .program-label{min-height:0}}
@media(max-width:520px){.access-badges span{font-size:.57rem}.directory-head h3{font-size:1.35rem}.passport-card{padding:21px}.spain-section{padding:34px 22px}.spain-programmes article{padding:25px 22px}.spain-programmes h3{font-size:1.3rem}.residence-travel{grid-template-columns:1fr;gap:7px}.residence-travel span{margin-bottom:10px}.modal-metrics strong{font-size:1.55rem}}

/* Residence and Golden Visa directory */
.residence-directory{padding:70px 0 62px}
.residence-heading{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:end;margin-bottom:38px}
.residence-heading .eyebrow{color:var(--blue);margin-bottom:17px}
.residence-heading h2{font-size:clamp(2rem,3.5vw,3.35rem);line-height:1.06;letter-spacing:-.035em}
.residence-heading h2 span{color:var(--blue)}
.residence-heading>p{font-size:.95rem;line-height:1.9;color:var(--muted)}
.residence-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:28px;align-items:start}
.residence-menu{position:sticky;top:88px;border:1px solid var(--line);background:#fff}
.residence-menu a{display:grid;grid-template-columns:42px 1fr 25px;align-items:center;gap:12px;min-height:76px;padding:14px 18px;border-bottom:1px solid var(--line);color:#39536a;font-size:1rem}
.residence-menu a:last-child{border-bottom:0}
.residence-menu a:hover{background:var(--soft);color:var(--navy)}
.residence-menu a.featured{background:#f4f8fa;color:var(--navy);box-shadow:inset 4px 0 var(--blue)}
.residence-menu a>span:first-child{font-size:1.65rem}
.residence-menu small{font-size:.65rem;color:#99a7af}
.residence-cards{display:grid;gap:18px}
.residence-card{scroll-margin-top:100px;border:1px solid var(--line);background:#fff;padding:34px 38px;box-shadow:0 10px 30px rgba(3,30,46,.045)}
.residence-card.uae{border-top:5px solid #158a65;background:linear-gradient(135deg,#fff 0%,#f2faf7 100%)}
.residence-card.gold{border-top:5px solid #c49b3d}
.residence-card.blue{border-top:5px solid #568fb1}
.residence-card.green{border-top:5px solid #28845e}
.residence-card.spain{border-top:5px solid #b34d34;background:linear-gradient(135deg,#fff 0%,#fff7f3 100%)}
.residence-card.alert{border-top:5px solid #b9664f;background:#fffafa}
.residence-card-head{display:flex;align-items:center;justify-content:space-between;gap:18px}
.residence-card-head>div{display:flex;align-items:center;gap:12px}
.residence-flag{font-size:2rem}
.residence-card-head p{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.route-status{font-size:.68rem;color:#547589;background:var(--soft);border-radius:999px;padding:7px 11px}
.alert .route-status{color:#94452e;background:#f8e8e2}
.residence-card h3{font-size:1.65rem;margin:22px 0 10px}
.residence-amount{display:block;font-size:1.2rem;color:var(--blue);font-weight:550;margin-bottom:16px}
.residence-intro{font-size:.9rem;line-height:1.8;color:#60727c;max-width:780px}
.residence-card ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 30px;margin:24px 0 28px;padding-left:18px;color:#536873;font-size:.8rem;line-height:1.65}
.residence-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.residence-actions .button{font-size:.78rem;padding:11px 15px}
.residence-actions>a:not(.button){font-size:.73rem;color:#57788a}
.residence-directory>.price-note{margin:26px 0 0}

@media(max-width:980px){.residence-layout{grid-template-columns:260px minmax(0,1fr)}.residence-menu a{font-size:.88rem}.residence-card ul{grid-template-columns:1fr}}
@media(max-width:760px){.residence-heading{grid-template-columns:1fr;gap:20px}.residence-layout{grid-template-columns:1fr}.residence-menu{position:static;display:flex;overflow-x:auto;border:0;gap:8px;background:transparent}.residence-menu a{grid-template-columns:32px auto;min-width:max-content;min-height:58px;border:1px solid var(--line);padding:10px 14px}.residence-menu small{display:none}.residence-menu a>span:first-child{font-size:1.3rem}.residence-card{padding:28px}}
@media(max-width:520px){.residence-directory{padding:50px 0}.residence-heading h2{font-size:2rem}.residence-card{padding:24px 21px}.residence-card h3{font-size:1.35rem}.residence-amount{font-size:1rem}.residence-card ul{font-size:.78rem}.residence-actions .button{width:100%;justify-content:space-between}}

/* Persistent WhatsApp contact */
.whatsapp-float{position:fixed;right:max(22px,env(safe-area-inset-right));bottom:max(22px,env(safe-area-inset-bottom));z-index:90;display:flex;align-items:center;gap:13px;color:#fff;background:#102f43;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 8px 8px 18px;box-shadow:0 15px 38px rgba(3,30,46,.26);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.whatsapp-float:hover{transform:translateY(-3px);background:#0d2636;box-shadow:0 20px 45px rgba(3,30,46,.32)}
.whatsapp-float:focus-visible{outline:3px solid #8de1bf;outline-offset:4px}
.whatsapp-copy{display:flex;flex-direction:column;line-height:1.2}
.whatsapp-copy strong{font-size:.78rem;font-weight:600;letter-spacing:.015em}
.whatsapp-copy small{font-size:.64rem;color:#bfd1da;margin-top:4px}
.whatsapp-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#25d366;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}
.whatsapp-icon svg{width:29px;height:29px}
.dialog-open .whatsapp-float{opacity:0;pointer-events:none}
@media(max-width:600px){.whatsapp-float{right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));padding:6px}.whatsapp-copy{display:none}.whatsapp-icon{width:52px;height:52px}}
@media(prefers-reduced-motion:reduce){.whatsapp-float{transition:none}}

/* Keep the travel knowledge base within the Light Blue palette. */
.travel-kb{background:var(--sky);color:var(--ink);border:1px solid #c9e3ee}
.travel-kb .eyebrow{color:var(--blue)}
.travel-kb-head>p,.directory-head>p{color:#4f6d7d}
.travel-terms{background:#c3dce7;border-color:#c3dce7}
.travel-terms article{background:#edf8fc}
.travel-terms article>span{color:var(--blue)}
.travel-terms p{color:#587180}
.passport-directory{border-top-color:#bdd9e5}
.passport-card{background:#fff;border-color:#c3dce7;box-shadow:0 8px 24px rgba(16,46,70,.05)}
.passport-title h4{color:var(--navy)}
.passport-title p{color:#69818f}
.travel-kb .country-chips span{color:#48697b;border-color:#bfd7e2;background:#f5fbfd}
.passport-card>a{color:#087fbb}
.schengen-list{border-color:#bfd7e2;background:rgba(255,255,255,.42)}
.schengen-list summary{color:var(--navy)}
.travel-links a{border-color:#a9cbd9;color:#315d73;background:rgba(255,255,255,.48)}
.travel-links a:hover{background:#fff;color:var(--blue)}
.knowledge-updated{color:#607b89}

/* Priority Asia access comparison */
.asia-focus{margin:42px 0 48px;padding:34px;background:#fff;border:1px solid #b9d8e5;box-shadow:0 14px 34px rgba(16,46,70,.06)}
.asia-focus-head{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:end;margin-bottom:22px}
.asia-focus-head .eyebrow{margin-bottom:12px}
.asia-focus-head h3{font-size:clamp(1.65rem,2.7vw,2.45rem);line-height:1.08;letter-spacing:-.035em;color:var(--navy)}
.asia-focus-head>p{font-size:.9rem;line-height:1.8;color:#587180}
.asia-legend{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:16px}
.asia-legend span,.asia-status{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.66rem;font-weight:650;line-height:1;white-space:nowrap}
.asia-legend .free,.asia-status.free{background:#dff3ea;color:#176647}
.asia-legend .eta,.asia-status.eta{background:#e2f0f9;color:#1f6389}
.asia-legend .visa,.asia-status.visa{background:#f4e8e5;color:#8f4435}
.asia-table-wrap{overflow-x:auto;border:1px solid #c9e3ee}
.asia-table{width:100%;min-width:930px;border-collapse:collapse;background:#fff}
.asia-table th,.asia-table td{padding:16px 14px;border-right:1px solid #d7e8ef;border-bottom:1px solid #d7e8ef;text-align:left;vertical-align:middle}
.asia-table tr:last-child th,.asia-table tr:last-child td{border-bottom:0}
.asia-table th:last-child,.asia-table td:last-child{border-right:0}
.asia-table thead th{background:#e8f5fa;color:#365b70;font-size:.72rem;letter-spacing:.035em;text-transform:uppercase}
.asia-table thead th span{display:block;font-size:1.45rem;margin-bottom:7px}
.asia-table tbody th{min-width:175px;color:var(--navy);font-size:.82rem;font-weight:600;background:#f6fbfd}
.asia-table tbody th span{font-size:1.3rem;margin-right:9px}
.asia-table td{min-width:135px}
.asia-table td small{display:block;margin-top:7px;color:#718894;font-size:.68rem}
.asia-source-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.asia-source-links a{font-size:.69rem;color:#31647e;border-bottom:1px solid #9ec8d9;padding-bottom:2px}
.asia-note{margin:15px 0 0;color:#6c838e;font-size:.7rem;line-height:1.7}
@media(max-width:760px){.asia-focus{padding:27px 22px;margin:32px 0 40px}.asia-focus-head{grid-template-columns:1fr;gap:14px}.asia-table-wrap{margin-right:-22px}.asia-focus-head h3{font-size:1.7rem}}
