@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--red:#bd2026;--ink:#202323;--muted:#666d6b;--paper:#fff;--line:#e1e5e2;--soft:#f3f5f2;--mint:#dbf3e4;--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}h1,h2,h3,h4{font-family:Manrope,sans-serif;line-height:1.15;letter-spacing:-.045em;margin:0}h1{font-size:clamp(44px,5.1vw,76px);font-weight:750}h2{font-size:clamp(34px,3.5vw,50px)}h3{font-size:26px}p{margin:16px 0;color:var(--muted)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #327a60;outline-offset:5px}img{max-width:100%;display:block}.wrap{max-width:1320px;width:calc(100% - 112px);margin:auto}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:23px}.eyebrow:before{content:'';width:22px;height:2px;background:var(--red)}.red{color:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:27px;padding:15px 23px;border-radius:7px;font-weight:600;font-size:14px;border:1px solid var(--ink);background:var(--ink);color:white;transition:transform .2s,background .2s}.btn:hover{transform:translateY(-3px);background:#373e3a}.btn.primary{background:var(--red);border-color:var(--red)}.btn.primary:hover{background:#a1141b}.btn.light{background:white;color:var(--ink);border-color:var(--line)}.arrow{font-size:21px;font-weight:400}.announcement{background:#202823;color:#fff;text-align:center;font-size:12px;padding:9px 16px;letter-spacing:.035em}.announcement span{color:#bdd8c6;margin-right:12px}.site-header{position:sticky;top:0;background:#ffffffed;backdrop-filter:blur(14px);border-bottom:1px solid #e8eae7;z-index:30}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:35px}.brand{width:127px;flex-shrink:0}.brand img{width:127px}.nav-links{display:flex;align-items:center;gap:29px;font-size:14px;font-weight:500}.nav-links a:hover,.nav-links a.active{color:var(--red)}.nav .btn{padding:11px 18px;font-size:13px}.menu-toggle{display:none;background:none;border:0;padding:8px}.hero{padding:67px 0 60px;background:radial-gradient(ellipse at 10% 10%,#f5f6f1 0,transparent 60%)}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:52px}.hero h1 span{display:block}.hero-copy>p{font-size:17px;max-width:510px;line-height:1.8;margin:26px 0}.actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:30px}.micro{display:flex;gap:23px;margin-top:24px;font-size:12px;color:#69736b}.micro span:before{content:'✓';color:#47725a;margin-right:7px}.hero-visual{position:relative;min-height:525px;margin-left:12px}.hero-photo{height:525px;width:100%;object-fit:cover;border-radius:24px;background:#c8e4df}.photo-label{position:absolute;top:24px;left:24px;border:1px solid #ffffffaa;border-radius:30px;padding:7px 13px;color:white;backdrop-filter:blur(15px);background:#153d3b33;font-size:11px;letter-spacing:.06em}.float-card{position:absolute;background:#fff;border:1px solid #fff;border-radius:13px;box-shadow:0 20px 65px #17261f22}.insight{left:-36px;bottom:100px;width:245px;padding:19px}.card-label{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:600}.spark{color:var(--red);font-size:20px}.insight strong{display:block;font-family:Manrope;font-size:26px;letter-spacing:-.05em;margin:12px 0 0}.insight p{font-size:12px;margin:2px 0}.bars{height:46px;display:flex;align-items:flex-end;gap:5px;margin-top:13px}.bars i{flex:1;background:#c9ded1;border-radius:3px 3px 0 0}.bars i:nth-last-child(-n+3){background:#47725a}.connected{right:19px;bottom:25px;padding:13px 18px;display:flex;align-items:center;gap:12px}.connected .round{background:var(--mint);border-radius:50%;width:32px;height:32px;text-align:center;line-height:32px}.connected strong{display:block;font-size:12px}.connected small{display:block;color:var(--muted);font-size:11px}.visual-caption{position:absolute;bottom:5px;left:-32px;font-size:10px;color:#5d6d65}.metric-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.metrics{display:grid;grid-template-columns:1.5fr repeat(4,1fr);padding:29px 0;align-items:center}.metrics>div{padding-left:34px;border-left:1px solid var(--line)}.metrics>p{font-size:13px;line-height:1.6;max-width:180px;margin:0}.metrics strong{font-family:Manrope;font-size:29px;line-height:1}.metrics small{display:block;font-size:12px;color:var(--muted);margin-top:8px}.section{padding:100px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:42px}.section-head h2{max-width:650px}.section-head p{max-width:360px;font-size:15px;margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:15px;padding:30px;position:relative;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-7px);box-shadow:0 16px 35px #20372b0c}.product-card:first-child{background:#f7f9f5}.product-icon{display:flex;align-items:center;justify-content:center;font-size:22px;width:48px;height:48px;border-radius:12px;background:#e4ece3;margin-bottom:34px}.product-card:nth-child(2) .product-icon{background:#f8e7e5}.product-card:nth-child(3) .product-icon{background:#e6ebf7}.small-tag{position:absolute;right:26px;top:36px;border:1px solid #dce5dc;font-size:10px;letter-spacing:.08em;border-radius:30px;padding:3px 9px}.product-card h3{font-size:25px}.product-card p{font-size:14px;min-height:70px}.clean-list{padding:0;list-style:none}.clean-list li{position:relative;padding:7px 0 7px 22px;font-size:14px;color:#515b55}.clean-list li:before{content:'✓';position:absolute;left:0;color:#49745b}.text-link{font-size:14px;font-weight:700;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;margin-top:25px}.footer{padding:45px 0 25px;border-top:1px solid var(--line)}.footer-top,.footer-bottom{display:flex;justify-content:space-between;gap:25px;align-items:center}.footer-top p{font-size:13px}.footer-bottom{font-size:12px;color:var(--muted);margin-top:30px;padding-top:23px;border-top:1px solid var(--line)}.footer-links{display:flex;gap:25px;font-size:13px}.reveal{opacity:1}.js-motion .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.js-motion .reveal.visible{opacity:1;transform:none}.progress{height:3px;position:fixed;top:0;left:0;z-index:50;background:var(--red);width:0}
@media(min-width:1500px){.hero{padding:85px 0}.hero-photo,.hero-visual{min-height:590px;height:590px}}
@media(max-width:1050px){.wrap{width:calc(100% - 64px)}.nav-links{gap:17px}.hero-grid{gap:30px}.hero-visual,.hero-photo{min-height:470px;height:470px}.insight{left:-18px;width:210px}.metrics>div{padding-left:20px}.product-card{padding:23px}.small-tag{right:18px}.hero h1{font-size:55px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.nav{height:75px}.brand,.brand img{width:110px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:75px;left:0;right:0;background:white;border-bottom:1px solid var(--line);padding:22px;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.nav>.btn{margin-left:auto}.nav{gap:12px}.nav>.btn{font-size:12px;padding:9px 12px}.hero{padding:45px 0}.hero-grid{grid-template-columns:1fr;gap:40px}.hero h1{font-size:51px}.hero-copy>p{font-size:16px}.hero-visual{margin:0 0 0 14px}.hero-visual,.hero-photo{min-height:435px;height:435px}.insight{left:-14px;bottom:95px}.visual-caption{left:0}.metrics{grid-template-columns:repeat(2,1fr);gap:24px}.metrics>p{grid-column:1/-1;max-width:none}.metrics>div{padding-left:15px}.metrics strong{font-size:26px}.section{padding:65px 0}.section-head{align-items:flex-start;flex-direction:column;gap:22px;margin-bottom:30px}.product-grid{grid-template-columns:1fr}.product-card p{min-height:0}.product-icon{margin-bottom:24px}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap}.micro{gap:14px;font-size:11px}.announcement{font-size:10px}.announcement span{margin-right:5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal{opacity:1;transform:none}}
.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:15px}.skip-link:focus{top:10px}.ai-section{background:#202d26;color:white}.ai-section .eyebrow{color:#c3d3c8}.ai-section .eyebrow:before{background:#b3d6ba}.ai-section .section-head h2 span{color:#b9d8bf}.ai-section p{color:#b4c1b8}.ai-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:75px;align-items:center}.ai-console{border:1px solid #556459;background:#29372f;border-radius:17px;padding:25px 30px}.console-top{display:flex;justify-content:space-between;gap:15px;align-items:center;border-bottom:1px solid #48574c;padding-bottom:20px;font-size:14px}.console-top small{font-size:9px;letter-spacing:.09em;color:#b4c5b7}.console-title{font-family:Manrope;font-size:25px;letter-spacing:-.04em;margin-top:25px}.ai-console>p{font-size:12px;margin-top:8px}.forecast{height:160px;position:relative;margin-top:20px}.chart-grid{position:absolute;inset:0;background:repeating-linear-gradient(to bottom,transparent 0,transparent 39px,#71837233 39px,#71837233 40px)}.forecast svg{position:relative;width:100%;height:160px}.chart-axis{display:flex;justify-content:space-between;color:#afc4b4;font-size:11px;margin-top:12px}.ai-notice{display:flex;gap:14px;background:#3b4c3f;padding:14px;border-radius:8px;margin-top:22px}.ai-notice>span{font-size:25px;color:#cce2ce}.ai-notice strong{font-size:12px}.ai-notice p{font-size:11px;margin:3px 0}.ai-benefits article{display:flex;gap:25px;padding:22px 0;border-bottom:1px solid #48574c}.ai-benefits article>span{font-size:12px;color:#9ab3a0;padding-top:3px}.ai-benefits h3{font-size:22px}.ai-benefits p{font-size:14px;margin:10px 0}.ai-foot{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #48574c;padding-top:28px;margin-top:45px;color:#c3d1c7;font-size:12px}.ai-foot span:before{content:'✧';margin-right:12px}.journey-grid{display:grid;grid-template-columns:repeat(4,1fr)}.journey-grid article{padding:0 26px;border-left:1px solid var(--line)}.journey-grid article:first-child{padding-left:0;border:0}.step{font-size:10px;letter-spacing:.12em;color:#777f79}.journey-grid h3{font-size:22px;margin-top:26px}.journey-grid p{font-size:14px}.journey-grid a{font-size:12px;font-weight:650}.solutions-section{background:#f5f6f2}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0 35px}.solutions-grid article{padding:27px 0;border-top:1px solid #dce1d8}.solutions-grid article>span{float:right;font-size:23px;color:#a1b09d}.solutions-grid h3{font-size:22px}.solutions-grid p{font-size:14px;margin-bottom:0;max-width:320px}.integration-wrap{display:grid;grid-template-columns:1fr 1.2fr;gap:90px;align-items:center}.integration-wrap p{font-size:15px}.integration-wrap .text-link{max-width:330px}.supplier-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.supplier-grid span{display:flex;justify-content:center;align-items:center;padding:25px 10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-family:Manrope;font-size:19px;font-weight:750;letter-spacing:-.04em;color:#535b55}.fineprint{font-size:11px!important;line-height:1.6;color:#7c817c}.mobile-section{background:#f4ede7;overflow:hidden}.mobile-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;padding-top:75px}.mobile-layout>div:last-child{padding-bottom:65px}.mobile-layout p{max-width:480px}.mobile-layout .btn{margin-top:20px}.mobile-preview{position:relative;display:flex;justify-content:center}.phone{width:290px;border:7px solid #252c27;background:#fafbf8;border-radius:38px 38px 0 0;padding:40px 19px 20px;box-shadow:15px 15px 55px #5b4a3925;position:relative;transform:rotate(-4deg);margin-bottom:-18px}.phone-camera{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:76px;height:17px;border-radius:12px;background:#252c27}.phone-top{display:flex;justify-content:space-between;align-items:center}.phone-top strong{font-size:24px;font-family:Manrope;letter-spacing:-.05em}.phone-top>span{font-size:8px;letter-spacing:.12em}.phone>p{font-size:10px;margin:23px 0 8px}.phone h3{font-size:28px}.phone-stats{display:flex;gap:13px;margin:20px 0}.phone-stats>div{flex:1;padding:12px;background:#e6ece4;border-radius:8px}.phone-stats strong{display:block;font-size:24px;line-height:1.1}.phone-stats small{font-size:10px;color:#697367}.phone-card{background:#fff;padding:15px;border:1px solid #e2e6df;border-radius:9px}.phone-card small{font-size:8px;color:#7e8a7b}.phone-card strong{display:block;font-size:14px;margin-top:8px}.phone-card p{font-size:10px;margin:4px 0 12px}.phone-card>span{font-size:9px;background:#e3eddf;color:#466045;padding:5px 8px;border-radius:4px}.phone-ai{font-size:10px;padding:16px 2px;display:flex;align-items:center;gap:8px}.phone-ai>span{font-size:23px;color:var(--red)}.phone-nav{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:14px 10px;color:#6c7969;text-align:center}.phone-nav small{display:block;font-size:8px}.mockup-caption{position:absolute;bottom:30px;left:-15px;transform:rotate(-90deg);transform-origin:0 0;font-size:10px;color:#8d8276}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}summary{list-style:none;padding:22px 0;font-size:15px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary span{font-size:20px;line-height:1;color:var(--red);font-weight:400}details[open] summary span{transform:rotate(45deg)}details p{font-size:14px;margin:0 0 23px}.contact-section{background:#f1f4ee;padding:80px 0}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.contact-layout>div>p{max-width:450px}.contact-benefits{display:flex;flex-direction:column;gap:12px;font-size:13px;margin-top:28px}.demo-form{background:white;border:1px solid var(--line);border-radius:15px;padding:30px}.demo-form h3{font-size:23px}.demo-form>p{font-size:13px}.demo-form>label{display:block;font-size:12px;font-weight:600;margin:17px 0 5px}.demo-form>input,.demo-form>select{display:block;width:100%;padding:11px 13px;border:1px solid #ccd2c9;border-radius:5px;background:white;font-size:14px}.demo-form fieldset{border:0;padding:0;margin:20px 0}.demo-form legend{font-size:12px;font-weight:600;margin-bottom:7px}.demo-form fieldset label{display:inline-flex;gap:5px;align-items:center;font-size:12px;margin-right:12px}.demo-form input[type=checkbox]{accent-color:var(--red);width:15px;height:15px}.demo-form .btn{width:100%}#form-status{padding:10px;background:#e6f0e5;border-radius:5px}.product-hero{background:#f5f6f2;padding:35px 0 65px}.breadcrumb{display:block;font-size:12px;color:var(--muted);margin-bottom:45px}.breadcrumb span{color:var(--ink)}.product-hero h1{max-width:950px;font-size:clamp(44px,5.4vw,76px)}.product-hero>div>p{max-width:680px;font-size:18px;margin-top:25px}.product-highlights{display:flex;gap:35px;flex-wrap:wrap;margin-top:45px;padding-top:25px;border-top:1px solid var(--line);font-size:13px;color:#576653}.product-subnav{position:sticky;top:88px;background:#fff;z-index:20;border-bottom:1px solid var(--line)}.product-subnav>.wrap{display:flex;gap:30px;overflow-x:auto;padding-top:18px;padding-bottom:18px;scrollbar-width:thin}.product-subnav a{white-space:nowrap;font-size:12px;font-weight:600}.product-subnav a:hover{color:var(--red)}.detail-section{scroll-margin-top:65px}.soft{background:#f8f9f6}.section-number{font-family:Manrope;font-size:70px;line-height:1;color:#b7c1b0;letter-spacing:-.07em}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 60px}.feature-card{padding:22px 0;border-top:1px solid var(--line)}.feature-card h3{font-size:23px}.feature-card p{font-size:15px;margin-bottom:0;max-width:560px}.chips{display:flex;gap:12px;flex-wrap:wrap;margin-top:35px}.chips span{font-size:14px;padding:10px 18px;border:1px solid var(--line);border-radius:30px;background:#f8f9f6}.product-ai{padding:65px 0;background:#202d26;color:#fff}.product-ai>.wrap{display:flex;align-items:center;gap:40px}.product-ai>.wrap>.spark{font-size:65px;color:#b9d8bf}.product-ai h2{font-size:34px}.product-ai p{color:#bcccbf;max-width:720px;font-size:15px}.product-ai .btn{white-space:nowrap;margin-left:auto}.product-ai .eyebrow{color:#b9d8bf}.related{display:grid;grid-template-columns:1.4fr 1fr;gap:80px}.related h2{font-size:35px}.related .text-link{font-size:19px;padding:22px 0}
@media(max-width:1050px){.ai-layout,.integration-wrap,.mobile-layout,.faq-layout,.contact-layout{gap:40px}.journey-grid article{padding:0 16px}.product-ai>.wrap{gap:20px}.product-ai h2{font-size:29px}.mockup-caption{left:5px}.ai-console{padding:22px}.product-subnav>.wrap{gap:20px}}
@media(max-width:760px){.ai-layout,.integration-wrap,.mobile-layout,.faq-layout,.contact-layout,.related{grid-template-columns:1fr;gap:35px}.ai-layout{gap:20px}.ai-console{padding:20px}.console-top small{font-size:8px}.console-title{font-size:22px}.ai-foot{display:grid;grid-template-columns:1fr 1fr;font-size:10px}.journey-grid{grid-template-columns:1fr 1fr;gap:30px 0}.journey-grid article:nth-child(3){padding-left:0;border:0}.journey-grid h3{font-size:21px}.solutions-grid{grid-template-columns:1fr 1fr;gap:0 25px}.solutions-grid h3{font-size:21px}.solutions-grid p{font-size:13px}.supplier-grid span{font-size:17px;padding:20px 7px}.mobile-layout{padding-top:50px}.mobile-preview{order:2}.mobile-layout>div:last-child{padding-bottom:0}.phone{margin-bottom:-25px}.mockup-caption{left:12px;bottom:20px}.faq-layout{gap:25px}.contact-section{padding:60px 0}.demo-form{padding:23px}.product-hero{padding:25px 0 45px}.breadcrumb{margin-bottom:35px}.product-hero>div>p{font-size:16px}.product-highlights{gap:15px 22px;font-size:12px}.product-subnav{top:75px}.feature-grid{grid-template-columns:1fr;gap:15px}.section-number{display:none}.feature-card h3{font-size:22px}.detail-section .section-head{gap:0}.product-ai>.wrap{align-items:flex-start;flex-wrap:wrap}.product-ai>.wrap>.spark{display:none}.product-ai .btn{margin:0}.chips{gap:8px}.chips span{font-size:12px;padding:8px 12px}.related{gap:15px}}
@media(min-width:761px){.hero h1{font-size:clamp(45px,4.45vw,67px)}.hero h1 .red{white-space:nowrap}}.insight strong{font-size:23px;line-height:1.25}.hero-copy>p{font-size:16px}.feature-card p{font-size:16px}.product-card p,.ai-benefits p,.solutions-grid p,.journey-grid p{font-size:15px}
/* Expanded product navigation and booking feature catalogue. */
.nav{gap:22px}.nav-links{gap:21px;font-size:13px}.nav-links a[aria-current=page]{color:var(--red)}.footer-links{flex-wrap:wrap;justify-content:flex-end;max-width:680px}.booking-overview{background:#f6f8f4}.booking-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 36px}.booking-overview-grid h3{font-size:22px}.booking-overview-grid p{font-size:15px}.section-action{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:35px}.section-action>span{font-size:13px;color:var(--muted)}.channels-section{background:#fff}.channel-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}.channel-card{grid-column:span 2;border:1px solid var(--line);padding:28px;border-radius:15px;display:flex;flex-direction:column}.channel-card:nth-child(n+4){grid-column:span 3;background:#f8f9f6}.channel-code{color:var(--red);font-size:42px;font-family:Manrope,sans-serif;font-weight:750;letter-spacing:-.05em;line-height:1;margin-bottom:25px}.channel-card h3{font-size:23px;max-width:300px}.channel-card>p{font-size:15px}.channel-card ul{margin-bottom:25px}.channel-card .clean-list li{font-size:14px}.channel-flow{margin-top:auto;font-size:12px;line-height:1.8;color:#50614f;padding:15px;background:#edf2e9;border-radius:7px}.channel-card .text-link{font-size:13px}.connections-section{background:#f8f9f6}.connection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-left:1px solid var(--line);border-top:1px solid var(--line)}.connection-grid article{padding:25px;background:white;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.connection-grid h3{font-size:22px;letter-spacing:-.03em}.connection-grid p{font-size:14px;margin:10px 0 0}.connection-symbol{float:right;color:#8b9c8a;font-size:20px;margin-left:12px}.more-connections{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:30px;padding:28px 32px;background:#e9eee4;border-radius:10px}.more-connections strong{font-family:Manrope;font-size:29px;letter-spacing:-.04em}.more-connections p{font-size:15px;max-width:670px;margin-bottom:0}.more-connections .btn{flex-shrink:0}.mapping-section{background:#eef2ec}.mapping-diagram{position:relative;display:grid;grid-template-columns:1.1fr 65px 1fr;gap:20px;align-items:center;margin-bottom:45px;padding:30px 30px 55px;background:#fff;border:1px solid #d9e1d4;border-radius:14px}.mapping-source>span,.mapping-master>span{font-size:11px;font-weight:650;letter-spacing:.1em;display:block;margin-bottom:16px}.mapping-source p{font-size:14px;padding:11px 15px;background:#f4f6f0;border:1px solid #e6eadf;border-radius:5px;margin:8px 0}.mapping-arrow{text-align:center;font-size:32px;color:#637e5d}.mapping-master{background:#23372b;color:white;padding:27px;border-radius:10px}.mapping-master strong{font-family:Manrope;font-size:26px;line-height:1.2;letter-spacing:-.04em}.mapping-master p{color:#c5d6c7;font-size:14px}.mapping-diagram>small{position:absolute;bottom:15px;left:30px;color:var(--muted);font-size:11px}.advantage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px 38px;counter-reset:adv}.advantage-grid article{counter-increment:adv}.advantage-grid article:before{content:'0' counter(adv);font-size:12px;color:var(--red);display:block;margin-bottom:24px;font-weight:700}.advantage-grid h3{font-size:23px}.advantage-grid p{font-size:15px}.advantages-section{background:#fff}.supplier-directory{margin-top:50px}.supplier-directory>h3{margin-bottom:28px}.supplier-directory .connection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 35px}.feature-directory details{border-bottom:1px solid var(--line)}.feature-directory summary{justify-content:flex-start;gap:12px;font-size:16px}.feature-directory summary>span:last-child{margin-left:auto}.feature-directory .directory-number{font-size:12px;line-height:1.5;color:#788771;min-width:23px;transform:none}.feature-directory p{font-size:15px;padding-left:35px}.catalog-detail{background:#f8f9f6}.report-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:10px}.report-table{width:100%;border-collapse:collapse;font-size:14px;text-align:left}.report-table caption{text-align:left;font-size:13px;color:var(--muted);padding:17px 22px;background:#f8f9f6}.report-table th,.report-table td{padding:16px 20px;border-bottom:1px solid var(--line);vertical-align:top}.report-table thead{background:#23372b;color:white}.report-table tbody th{font-weight:600;min-width:165px}.report-table tbody td:nth-child(2){color:#587050}.report-table tbody tr:nth-child(even){background:#f7f9f4}.report-table tbody tr:last-child>*{border-bottom:0}.report-note{font-size:14px}.product-subnav>.wrap{padding-right:10px}.channel-card:target{outline:2px solid #bfcfb5;outline-offset:5px}
@media(min-width:761px) and (max-width:1180px){.nav-links{display:none;position:absolute;top:88px;left:0;right:0;background:white;border-bottom:1px solid var(--line);padding:25px 32px;flex-direction:column;align-items:stretch;font-size:15px}.nav-links.open{display:flex}.menu-toggle{display:block}.nav>.btn{margin-left:auto}}
@media(max-width:1000px){.booking-overview-grid,.advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.channel-card{grid-column:span 3}.channel-card:last-child{grid-column:span 6}.connection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.more-connections{align-items:flex-start;flex-direction:column}.mapping-diagram{grid-template-columns:1fr 35px 1fr;gap:12px;padding:23px 23px 50px}.mapping-master{padding:20px}.mapping-master strong{font-size:23px}}
@media(max-width:760px){.nav{gap:12px}.nav-links{font-size:15px;gap:20px}.footer-links{justify-content:flex-start}.booking-overview-grid,.advantage-grid,.feature-directory{grid-template-columns:1fr;gap:10px}.channel-grid{grid-template-columns:1fr;gap:20px}.channel-card,.channel-card:nth-child(n+4),.channel-card:last-child{grid-column:auto}.channel-card{padding:25px}.channel-card h3{max-width:none}.channel-code{font-size:38px}.connection-grid,.supplier-directory .connection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.connection-grid article{padding:20px 15px}.connection-grid h3{font-size:19px}.connection-grid p{font-size:13px}.connection-symbol{display:none}.more-connections{padding:24px}.more-connections strong{font-size:26px}.mapping-diagram{grid-template-columns:1fr;gap:10px;padding:20px 20px 50px}.mapping-arrow{transform:rotate(90deg);line-height:1.1}.mapping-source p{font-size:12px;padding:10px}.mapping-master{padding:23px}.mapping-diagram>small{left:20px}.report-table{font-size:13px;min-width:650px}.report-table th,.report-table td{padding:13px 15px}.feature-directory summary{font-size:15px}.feature-directory p{padding-left:0}.section-action>span{font-size:12px}.product-card h3{font-size:24px}}
.travel-products-section{background:#fff}.travel-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}.travel-product-card{position:relative;border:1px solid var(--line);border-radius:12px;padding:24px 21px;background:#f8f9f6;transition:transform .2s,border-color .2s}.travel-product-card:hover{transform:translateY(-5px);border-color:#b3c0aa}.travel-product-card>span:first-child{font-size:12px;letter-spacing:.1em;color:var(--red);font-weight:700}.travel-product-card h3{font-size:22px;margin-top:25px;letter-spacing:-.035em}.travel-product-card p{font-size:13px;margin:12px 0 22px;line-height:1.6}.service-arrow{position:absolute;right:18px;bottom:16px;color:#6d8066;font-size:21px}.service-breadcrumb{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:var(--muted);margin-bottom:45px}.service-breadcrumb a:hover{color:var(--red)}.service-hero h1{max-width:1000px}.service-flow{list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:40px}.service-flow li{padding:0 25px;border-left:1px solid var(--line)}.service-flow li:first-child{padding-left:0;border-left:0}.service-flow span{font-size:12px;color:var(--red);font-weight:700}.service-flow h3{font-size:23px;margin-top:23px}.nav-links{gap:18px;font-size:13px}
@media(max-width:1180px){.travel-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.travel-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.travel-product-card{padding:20px 17px}.travel-product-card h3{font-size:20px;margin-top:18px}.travel-product-card p{font-size:12px}.service-flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 0}.service-flow li{padding:0 15px}.service-flow li:nth-child(3){padding:0;border:0}.service-flow h3{font-size:20px}.service-hero h1{font-size:43px}.service-breadcrumb{font-size:12px;gap:9px}.nav-links{gap:20px;font-size:15px}}
