:root {
	--ink: #0d0528;
	--ink-soft: #160c39;
	--ink-lift: #20114a;
	--blue: #287cf5;
	--cyan: #59d6f5;
	--text: #f4f3fb;
	--muted: #aaa5c3;
	--line: rgba(218, 218, 239, .18);
	--line-bright: rgba(218, 218, 239, .34);
	--page-width: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: "Avenir Next", "Helvetica Neue", sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { overflow: hidden; background: radial-gradient(circle at 82% 12%, rgba(40,124,245,.11), transparent 25rem), linear-gradient(135deg, #0d0528 0%, #10062f 52%, #170a3d 100%); }
.site-header { width: min(var(--page-width), calc(100% - 96px)); height: 88px; margin: auto; display: flex; align-items: center; gap: 42px; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; gap: 11px; align-items: center; font-size: 20px; font-weight: 600; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { display: inline-block; width: 30px; height: 30px; position: relative; transform: skewX(-15deg); }
.brand-mark:before, .brand-mark:after, .brand-mark i, .brand-mark b { content: ""; position: absolute; display: block; height: 7px; border-radius: 8px; background: linear-gradient(90deg, #0d62ed, #59d6f5); }
.brand-mark:before { width: 25px; top: 4px; left: 4px; }.brand-mark i { width: 20px; top: 12px; left: 1px; background: #0d62ed; }.brand-mark b { width: 27px; top: 20px; left: 0; background: linear-gradient(90deg, #eff2ff, #387ce5); }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; color: var(--muted); font-size: 13px; }.main-nav a { transition: color .25s ease; }.main-nav a:hover { color: var(--text); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; font-size: 14px; font-weight: 600; white-space: nowrap; transition: transform .25s ease, background .25s ease, border-color .25s ease; }.button:hover { transform: translateY(-2px); }.button:active { transform: scale(.98); }.button-primary { color: #fff; background: var(--blue); border-color: var(--blue); }.button-primary:hover { background: #3b8aff; }.button-secondary { color: var(--text); background: transparent; border-color: var(--line-bright); }.button-secondary:hover { background: rgba(89,214,245,.08); border-color: var(--cyan); }.button-small { min-height: 40px; padding: 0 15px; font-size: 12px; gap: 9px; }.header-actions { display: flex; gap: 12px; align-items: center; }.menu-toggle { display: none; }
.section-pad { width: min(var(--page-width), calc(100% - 96px)); margin: auto; }.hero { min-height: calc(100vh - 88px); padding-top: clamp(58px, 8vh, 98px); padding-bottom: 84px; display: grid; grid-template-columns: minmax(320px, .82fr) minmax(500px, 1.18fr); gap: clamp(40px, 6vw, 92px); align-items: center; }.eyebrow { margin: 0 0 25px; color: var(--cyan); font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; display: flex; align-items: center; gap: 11px; }.eyebrow-line { width: 25px; height: 1px; background: currentColor; display: inline-block; }.hero h1 { max-width: 590px; margin: 0; font-size: clamp(46px, 5.1vw, 76px); line-height: .99; letter-spacing: -.065em; font-weight: 500; }.hero h1 em, h2 em { color: var(--cyan); font-style: normal; }.hero-lead { max-width: 420px; margin: 29px 0 31px; color: var(--muted); font-size: 17px; line-height: 1.55; }.hero-actions { display: flex; gap: 27px; align-items: center; }.text-link { font-size: 14px; color: #e9e6f7; display: inline-flex; gap: 12px; align-items: center; }.text-link span { color: var(--cyan); font-size: 18px; transition: transform .25s ease; }.text-link:hover span { transform: translateY(3px); }.hero-note { margin-top: 60px; color: #706b8b; font-size: 11px; letter-spacing: .04em; display: flex; align-items: center; gap: 9px; }.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(89,214,245,.1); }
.hero-product { position: relative; transform: translateX(3%); }.product-window { background: #f6f7fb; color: #28273a; box-shadow: 0 36px 80px rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.22); }.window-bar { height: 48px; padding: 0 17px; border-bottom: 1px solid #e8e8ee; display: flex; align-items: center; justify-content: space-between; background: #fff; font-size: 11px; }.window-brand { color: #19172c; font-weight: 700; letter-spacing: -.05em; }.mini-mark { color: var(--blue); font-size: 18px; font-weight: 800; margin-right: 4px; }.window-user { display: flex; gap: 8px; align-items: center; font-size: 10px; }.window-user span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: #cfeef8; color: #0871a2; font-size: 8px; }.window-user b { font-weight: 600; }.window-user i { color: #9898a5; font-style: normal; }.window-body { display: flex; min-height: 404px; }.window-sidebar { width: 124px; padding: 21px 11px; background: #fbfbfd; border-right: 1px solid #e7e8ef; display: flex; flex-direction: column; gap: 6px; color: #88889c; font-size: 9px; }.window-sidebar span { padding: 9px 8px; display: flex; align-items: center; gap: 8px; }.window-sidebar b { width: 12px; text-align: center; font-size: 12px; font-weight: 500; }.window-sidebar .side-active { color: #176ee3; background: #e6f1ff; }.sidebar-bottom { margin-top: auto; display: grid; gap: 6px; }.dashboard { flex: 1; padding: 24px 25px; background: #f6f7fb; }.dashboard-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 20px; }.dashboard-kicker { margin: 0 0 4px; color: #a2a1ad; font-size: 7px; letter-spacing: .12em; }.dashboard h2 { margin: 0; color: #222033; font-size: 20px; line-height: 1.1; letter-spacing: -.04em; font-weight: 600; }.dashboard-action { border: 0; padding: 9px 11px; background: #1e76ed; color: white; font-size: 9px; }.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.metric { min-height: 78px; padding: 12px; background: white; border: 1px solid #e9e9ef; }.metric span, .metric small { display: block; color: #9998a5; font-size: 8px; }.metric strong { display: inline-block; margin: 5px 4px 3px 0; color: #252338; font-size: 19px; letter-spacing: -.05em; }.metric small.up { display: inline; color: #16a26b; }.metric small.warning { color: #e69a32; }.dashboard-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9px; margin-top: 10px; }.panel { padding: 15px; background: white; border: 1px solid #e9e9ef; }.panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; }.panel h3 { margin: 0; color: #353346; font-size: 10px; font-weight: 600; }.panel-head a, .chart-period { color: #2272d9; font-size: 8px; }.trip-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 9px; align-items: center; padding: 11px 0; border-top: 1px solid #eff0f4; }.date-box { color: #8d8c9c; font-size: 7px; text-align: center; line-height: 1.1; }.date-box b { display: block; color: #2e2d42; font-size: 13px; }.trip-row strong, .trip-row small { display: block; }.trip-row strong { color: #383647; font-size: 8px; font-weight: 600; }.trip-row small { color: #a2a1ad; font-size: 7px; margin-top: 3px; }.trip-status { padding: 4px 6px; color: #15996b; background: #e7f8f0; font-size: 7px; font-weight: 600; white-space: nowrap; }.trip-status.is-pending { color: #d48b2c; background: #fff3df; }.chart { position: relative; padding-top: 23px; height: 145px; }.chart-value { position: absolute; top: 1px; color: #343146; font-size: 16px; font-weight: 600; }.chart svg { width: 100%; height: 91px; overflow: visible; }.chart-line { fill: none; stroke: #287cf5; stroke-width: 2; }.chart-area { fill: url(#chart-gradient); fill: rgba(40,124,245,.1); }.chart-labels { display: flex; justify-content: space-between; color: #a6a5af; font-size: 7px; }.product-float { position: absolute; right: -28px; bottom: 27px; display: flex; gap: 10px; align-items: center; padding: 13px 15px; background: rgba(27, 17, 63, .93); border: 1px solid rgba(89,214,245,.35); box-shadow: 0 14px 30px rgba(4,0,23,.3); font-size: 9px; }.float-icon { display: grid; place-items: center; width: 23px; height: 23px; background: #d8f8f1; color: #159d7c; border-radius: 50%; font-size: 12px; }.product-float b, .product-float small { display: block; }.product-float b { font-size: 9px; font-weight: 600; }.product-float small { margin-top: 2px; color: #aaa6bf; font-size: 8px; }
.clients { padding-top: 124px; padding-bottom: 140px; border-top: 1px solid var(--line); }.section-intro { display: grid; grid-template-columns: 1fr 1.35fr 1fr; align-items: end; gap: 34px; }.section-intro .eyebrow { align-self: start; }.section-intro h2, .solution-top h2 { margin: 0; font-size: clamp(39px, 4vw, 60px); line-height: 1; letter-spacing: -.06em; font-weight: 500; }.section-intro > p:last-child { margin: 0; max-width: 260px; color: var(--muted); font-size: 13px; }.logo-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-top: 91px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.logo { min-height: 105px; padding: 18px 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; align-items: center; color: #cbc8dc; text-align: center; line-height: 1; }.logo small { display: block; margin-top: 7px; font-size: 7px; letter-spacing: .04em; }.logo-bito { color: #1768ed; font-size: 37px; font-weight: 600; letter-spacing: -.1em; }.logo-it { color: #76bc2e; font-size: 16px; font-weight: 800; }.logo-it b { font-size: 9px; }.logo-fintech { color: #55536d; font-size: 13px; font-weight: 700; text-align: left; align-items: flex-start; }.logo-fintech small { font-size: 7px; margin-left: 20px; }.logo-cafa { color: #6737ed; font-size: 31px; font-weight: 800; }.logo-cafa small { color: #8468e8; font-size: 6px; }.logo-z { color: #0af0c3; font-size: 43px; font-weight: 800; flex-direction: row; gap: 6px; }.logo-z small { writing-mode: vertical-rl; margin: 0; font-size: 7px; }.logo-space { color: #8224a7; font-size: 18px; font-weight: 700; align-items: flex-start; }.logo-space small { margin-left: 32px; letter-spacing: .24em; }.logo-ordo { color: #acd12f; font-size: 35px; font-weight: 800; }.logo-ordo small { display: inline; margin: 0; font-size: 10px; }.logo-delever { color: #27354b; font-size: 26px; font-weight: 800; }.logo-delever small { color: #27354b; font-size: 20px; letter-spacing: -.09em; }.logo-aica { color: #63a0e8; font-size: 15px; }.logo-alliance { color: #0f6bb4; font-size: 20px; font-weight: 600; }.logo-alliance span { color: #d0e72e; }.logo-sygc { color: #0bb9ed; font-size: 18px; flex-direction: row; gap: 6px; }.logo-sygc b { color: #0b518b; }.logo-sygc small { color: #0bb9ed; }.logo-more { color: var(--text); font-size: 20px; grid-column: span 2; align-items: flex-end; padding-right: 35px; }
.problem { padding-top: 128px; padding-bottom: 151px; display: grid; grid-template-columns: 1fr 1fr; gap: 9%; border-top: 1px solid var(--line); }.problem-heading h2 { margin: 0; font-size: clamp(42px, 4.5vw, 67px); line-height: .99; letter-spacing: -.065em; font-weight: 500; }.problem-content { padding-top: 49px; }.problem-lead { max-width: 380px; margin: 0 0 51px; color: var(--muted); font-size: 17px; line-height: 1.5; }.problem-list { border-top: 1px solid var(--line); }.problem-list div { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }.problem-list span { color: var(--cyan); font-size: 11px; }.problem-list p { margin: 0; color: #e5e3ef; font-size: 15px; }
.solution { padding-top: 137px; padding-bottom: 115px; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(37,21,80,.55), transparent 80%); }.solution-top { display: grid; grid-template-columns: 1fr 1.45fr 1fr; align-items: end; gap: 35px; }.solution-top .eyebrow { align-self: start; }.solution-top > p:last-child { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; }.solution-top h2 span { color: var(--blue); }.solution-rail { margin-top: 104px; display: flex; align-items: flex-start; }.solution-node { flex: 1; display: flex; flex-direction: column; gap: 9px; color: #706b8b; }.solution-node span { color: #6d6887; font-size: 11px; }.solution-node b { color: #eae8f4; font-size: 18px; font-weight: 500; }.solution-node small { color: #817d9b; font-size: 11px; }.solution-node.is-active span, .solution-node.is-active b { color: var(--cyan); }.rail-line { flex: 1; height: 1px; margin: 8px 22px 0; background: linear-gradient(90deg, var(--cyan), var(--line)); }.solution-base { display: flex; gap: 55px; margin-top: 93px; padding-top: 23px; border-top: 1px solid var(--line); }.solution-base > div { display: flex; align-items: center; gap: 14px; }.base-mark { color: var(--cyan); font-size: 22px; font-weight: 600; letter-spacing: -.05em; }.solution-base p { margin: 0; color: #aaa5c3; font-size: 12px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }.reveal-delay { transition-delay: .12s; }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1050px) { .site-header, .section-pad { width: min(100% - 48px, var(--page-width)); }.site-header { gap: 20px; }.main-nav { gap: 16px; }.hero { grid-template-columns: 1fr; padding-top: 62px; }.hero-copy { max-width: 650px; }.hero-product { width: min(100%, 720px); transform: none; margin: 0 auto; }.section-intro, .solution-top { grid-template-columns: 1fr 1.5fr; }.section-intro > p:last-child, .solution-top > p:last-child { grid-column: 2; }.logo-grid { grid-template-columns: repeat(4, 1fr); }.problem { gap: 45px; } }
@media (max-width: 720px) { .site-header { width: calc(100% - 36px); height: 72px; }.site-header > .header-actions { display: none; }.menu-toggle { display: flex; width: 34px; height: 34px; margin-left: auto; border: 1px solid var(--line-bright); background: transparent; flex-direction: column; justify-content: center; align-items: center; gap: 5px; cursor: pointer; }.menu-toggle span { display: block; width: 14px; height: 1px; background: var(--text); transition: transform .25s ease; }.main-nav { position: absolute; top: 72px; left: 0; right: 0; padding: 20px 18px 25px; background: #10062f; border: 1px solid var(--line); display: none; flex-direction: column; align-items: flex-start; gap: 18px; }.main-nav.is-open { display: flex; }.section-pad { width: calc(100% - 36px); }.hero { min-height: auto; padding-top: 63px; padding-bottom: 100px; gap: 56px; }.hero h1 { font-size: clamp(45px, 13vw, 66px); }.hero-lead { font-size: 15px; }.hero-note { margin-top: 39px; }.hero-product { width: calc(100% + 18px); margin-left: -9px; }.window-body { min-height: 325px; }.window-sidebar { width: 72px; padding: 15px 6px; font-size: 0; }.window-sidebar span { justify-content: center; padding: 8px; }.window-sidebar b { font-size: 11px; }.dashboard { padding: 17px 12px; }.dashboard h2 { font-size: 14px; }.dashboard-action { font-size: 8px; padding: 8px; }.metric { min-height: 63px; padding: 8px; }.metric strong { font-size: 15px; }.dashboard-grid { grid-template-columns: 1fr; }.chart-panel { display: none; }.trip-row { grid-template-columns: 30px 1fr; }.trip-status { display: none; }.product-float { right: 5px; bottom: -29px; }.clients { padding-top: 91px; padding-bottom: 105px; }.section-intro, .solution-top, .problem { display: block; }.section-intro h2, .solution-top h2 { margin-bottom: 25px; }.section-intro > p:last-child, .solution-top > p:last-child { max-width: 310px; }.logo-grid { grid-template-columns: repeat(2, 1fr); margin-top: 59px; }.logo { min-height: 93px; }.logo-more { grid-column: span 2; }.problem { padding-top: 91px; padding-bottom: 104px; }.problem-heading h2 { font-size: clamp(43px, 12vw, 62px); }.problem-content { padding-top: 43px; }.problem-lead { font-size: 15px; margin-bottom: 35px; }.problem-list p { font-size: 14px; }.solution { padding-top: 96px; padding-bottom: 84px; }.solution-rail { margin-top: 61px; display: grid; grid-template-columns: 34px 1fr; gap: 0 15px; }.solution-node { grid-column: 2; padding-bottom: 25px; }.rail-line { grid-column: 1; grid-row: auto; width: 1px; height: auto; min-height: 75px; margin: 10px auto 0; background: linear-gradient(180deg, var(--cyan), var(--line)); }.solution-base { display: grid; gap: 20px; margin-top: 45px; }.brand { font-size: 18px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .text-link span { transition: none; } }

.showcase { padding-top: 137px; padding-bottom: 145px; border-top: 1px solid var(--line); }
.showcase-heading { margin-bottom: 103px; }.showcase-heading h2 { margin: 0; font-size: clamp(45px, 5vw, 72px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }.showcase-block { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); gap: clamp(45px, 8vw, 130px); align-items: center; min-height: 500px; padding: 72px 0; border-top: 1px solid var(--line); }.showcase-block + .showcase-block { margin-top: 64px; }.showcase-copy { max-width: 350px; }.showcase-index { color: var(--cyan); font-size: 10px; letter-spacing: .14em; }.showcase-copy h3 { margin: 19px 0 18px; font-size: clamp(29px, 3vw, 45px); line-height: 1.02; letter-spacing: -.06em; font-weight: 500; }.showcase-copy p { margin: 0 0 28px; color: var(--muted); font-size: 15px; line-height: 1.55; }.ui-surface { overflow: hidden; color: #29283b; background: #f5f6fa; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 30px 70px rgba(0,0,0,.2); }.booking-ui { min-height: 395px; transform: translateX(2%); }.ui-topline { display: flex; justify-content: space-between; align-items: center; height: 49px; padding: 0 21px; background: #fff; border-bottom: 1px solid #e5e6ec; font-size: 10px; }.ui-logo { font-weight: 700; letter-spacing: -.04em; }.ui-logo i { display: inline-block; width: 13px; height: 13px; margin-right: 5px; vertical-align: -2px; background: var(--blue); transform: skewX(-15deg); }.ui-caption { color: #9695a4; }.ui-caption b { display: inline-grid; place-items: center; width: 15px; height: 15px; margin-left: 5px; border-radius: 50%; color: #fff; background: var(--blue); font-size: 8px; }.booking-ui-body { padding: 34px 41px 30px; }.ui-kicker, .analytics-header small, .management-title small { color: #9796a5; font-size: 8px; letter-spacing: .13em; }.booking-ui h4 { margin: 8px 0 22px; color: #242337; font-size: 27px; letter-spacing: -.05em; font-weight: 600; }.booking-tabs { display: flex; gap: 24px; margin-bottom: 18px; color: #9998a7; font-size: 10px; }.booking-tabs .active { color: var(--blue); border-bottom: 1px solid var(--blue); padding-bottom: 9px; }.search-fields { display: grid; grid-template-columns: 1.2fr 16px 1.2fr 1fr 1fr 1fr auto; gap: 7px; align-items: end; }.search-fields > div { min-width: 0; padding: 11px 12px; background: #fff; border: 1px solid #e5e6ed; }.search-fields small, .search-fields strong, .search-fields strong i { display: block; }.search-fields small { color: #a3a2ae; font-size: 8px; }.search-fields strong { margin-top: 6px; color: #363447; font-size: 11px; white-space: nowrap; }.search-fields strong i { display: inline; color: #a2a1ae; font-size: 8px; font-style: normal; }.search-fields .swap { padding: 10px 0; color: var(--blue); background: transparent; border: 0; font-size: 15px; text-align: center; }.search-button { min-height: 42px; padding: 0 15px; border: 0; color: #fff; background: var(--blue); font-size: 10px; white-space: nowrap; }.search-button span { margin-left: 8px; }.flight-result { display: grid; grid-template-columns: 33px 1fr auto auto; align-items: center; gap: 13px; margin-top: 24px; padding: 14px; background: #fff; border: 1px solid #e5e6ed; }.airline-badge { display: grid; place-items: center; width: 31px; height: 31px; color: #fff; background: #1673d9; font-size: 9px; font-weight: 700; }.flight-result b, .flight-result small { display: block; }.flight-result b { color: #363447; font-size: 10px; }.flight-result small { margin-top: 4px; color: #9998a6; font-size: 8px; }.flight-result > strong { color: #363447; font-size: 10px; }.select-flight { color: var(--blue) !important; font-size: 9px !important; white-space: nowrap; }.management-showcase { grid-template-columns: minmax(0, 1.32fr) minmax(260px, .68fr); }.management-ui { min-height: 393px; }.ui-filter, .ui-date { color: #7e7d8d; font-size: 9px; }.management-body { padding: 32px 27px; }.management-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; }.management-title h4 { margin: 8px 0 0; color: #252437; font-size: 23px; letter-spacing: -.05em; font-weight: 600; }.trip-table { border-top: 1px solid #e2e3e9; }.table-labels, .table-row { display: grid; grid-template-columns: 1.35fr 1.35fr .9fr .8fr; gap: 13px; align-items: center; }.table-labels { padding: 12px 8px 9px; color: #a5a4b0; font-size: 8px; }.table-row { min-height: 72px; padding: 10px 8px; border-top: 1px solid #e8e8ed; color: #454355; font-size: 9px; }.table-row small, .employee b { display: block; }.table-row small { margin-top: 4px; color: #aaa9b5; font-size: 8px; }.employee { display: flex; gap: 8px; align-items: center; }.employee i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: #1371cb; background: #d9f0fa; font-size: 8px; font-style: normal; }.employee b { font-size: 9px; font-weight: 600; }.table-row em { width: max-content; padding: 4px 6px; font-size: 7px; font-style: normal; }.confirmed { color: #13936e; background: #e5f7ef; }.pending { color: #d38b2f; background: #fff1d9; }.table-row > strong { text-align: right; font-size: 9px; }.feature-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 17px; margin: 31px 0 0; padding: 0; list-style: none; color: #dcd9e9; font-size: 12px; }.feature-points li:before { content: "✓"; margin-right: 8px; color: var(--cyan); }.finance-showcase { align-items: center; }.finance-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 33px; }.finance-tags span { padding: 7px 10px; border: 1px solid var(--line-bright); color: #c0bdd1; font-size: 10px; }.documents-composition { position: relative; min-height: 405px; padding: 31px 0 30px 12%; }.invoice-card { position: absolute; width: min(70%, 340px); min-height: 206px; padding: 25px; background: #f8f8fb; color: #28273a; box-shadow: 0 26px 50px rgba(0,0,0,.18); }.invoice-card small { color: #898899; font-size: 8px; letter-spacing: .12em; }.invoice-card strong, .invoice-card span, .invoice-card b, .invoice-card i { display: block; }.invoice-back { top: 38px; left: 21%; transform: rotate(7deg); background: #dcecf5; }.invoice-back strong { margin-top: 41px; color: #354052; font-size: 17px; }.invoice-back span { margin-top: 22px; color: #758292; font-size: 9px; }.invoice-back b { margin-top: 5px; color: #303d4d; font-size: 22px; }.invoice-back i { margin-top: 16px; color: #6d7c8b; font-size: 8px; font-style: normal; }.invoice-front { top: 76px; left: 8%; z-index: 1; }.invoice-front > div:first-child { display: flex; align-items: center; gap: 11px; }.doc-symbol { display: grid; place-items: center; width: 27px; height: 27px; color: #fff !important; background: var(--blue); font-size: 8px !important; font-weight: 700; }.invoice-front strong { margin-top: 40px; font-size: 17px; }.invoice-front > span { margin-top: 7px; color: #92919f; font-size: 9px; }.doc-line { height: 1px; margin-top: 27px; background: #dddde6; }.invoice-front i { margin-top: 12px; color: #249a78; font-size: 9px; font-style: normal; }.invoice-front i b { display: inline; margin-left: 5px; }.document-status { position: absolute; right: 0; bottom: 11px; z-index: 2; display: grid; grid-template-columns: 9px 1fr; gap: 1px 9px; padding: 14px 17px; border: 1px solid rgba(89,214,245,.35); background: #1e1250; font-size: 9px; }.document-status .status-dot { grid-row: span 2; margin-top: 4px; }.document-status b { font-weight: 500; }.document-status small { color: #aaa6bf; font-size: 8px; }.analytics-showcase { grid-template-columns: minmax(0, 1.32fr) minmax(260px, .68fr); }.analytics-ui { min-height: 423px; }.analytics-body { padding: 28px 28px 20px; }.analytics-header { display: flex; align-items: center; gap: 36px; }.analytics-header h4 { margin: 7px 0 3px; color: #252437; font-size: 27px; letter-spacing: -.06em; }.analytics-up { color: #15956f; font-size: 8px; }.analytics-stat { padding-left: 27px; border-left: 1px solid #e0e1e8; }.analytics-stat small, .analytics-stat b { display: block; }.analytics-stat b { margin-top: 7px; color: #353346; font-size: 22px; }.analytics-chart { position: relative; display: grid; grid-template-columns: 29px 1fr; min-height: 220px; margin-top: 27px; border-top: 1px solid #e2e3e9; border-bottom: 1px solid #e2e3e9; }.y-labels { display: flex; flex-direction: column; justify-content: space-between; padding: 14px 0 21px; color: #a4a3af; font-size: 7px; }.bars { position: relative; display: flex; align-items: end; justify-content: space-around; gap: 11px; padding: 25px 13px 20px; background: repeating-linear-gradient(to bottom, transparent 0, transparent 48px, #e8e9ee 49px); }.bars i { width: 9%; max-width: 25px; background: #b9d9ed; }.bars i.current { background: var(--blue); }.chart-tooltip { position: absolute; top: 5px; right: 8%; padding: 7px 8px; color: #fff; background: #201252; font-size: 8px; }.x-labels { position: absolute; right: 0; bottom: 4px; left: 29px; display: flex; justify-content: space-around; color: #a4a3af; font-size: 7px; }.direction-row { display: flex; align-items: center; gap: 18px; margin-top: 19px; color: #888797; font-size: 8px; }.direction-row b { color: #4a495a; font-size: 8px; font-weight: 500; }.direction-row i { color: #9594a3; font-style: normal; }.analytics-showcase .showcase-copy { padding-left: 7%; }
.workflow { padding-top: 137px; padding-bottom: 139px; border-top: 1px solid var(--line); }.workflow-intro { max-width: 600px; }.workflow-intro h2 { margin: 0 0 22px; font-size: clamp(45px, 5vw, 70px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }.workflow-intro > p:last-child { max-width: 300px; margin: 0; color: var(--muted); font-size: 15px; }.workflow-track { display: flex; align-items: flex-start; margin-top: 106px; }.workflow-step { min-width: 134px; }.workflow-step span { display: block; margin-bottom: 17px; color: var(--cyan); font-size: 10px; }.workflow-step b { color: #eceaf3; font-size: 15px; line-height: 1.2; font-weight: 500; }.workflow-step small { display: block; margin-top: 11px; color: #7d7895; font-size: 10px; }.workflow-track > i { flex: 1; height: 1px; margin: 7px 18px 0; background: linear-gradient(90deg, var(--cyan), var(--line)); }.workflow-step:not(.is-active) span { color: #6d6887; }.workflow-step:not(.is-active) b { color: #c5c1d5; }
.benefits { padding-top: 135px; padding-bottom: 144px; border-top: 1px solid var(--line); }.benefits-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 94px; }.benefits-heading h2 { margin: 0; font-size: clamp(42px, 4.7vw, 68px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }.benefits-heading p { max-width: 250px; margin: 0 6% 2px 0; color: var(--muted); font-size: 13px; }.benefits-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.benefits-grid > div { min-height: 205px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.benefit-large { grid-row: span 2; display: flex; flex-direction: column; justify-content: space-between; background: rgba(40,124,245,.09); }.benefit-number, .benefit-text > span { color: var(--cyan); font-size: 10px; }.benefit-large strong { margin-top: 29px; color: #f2f0f8; font-size: 30px; line-height: .98; letter-spacing: -.06em; font-weight: 500; }.benefit-large p, .benefit-text p, .benefit-support p { max-width: 200px; margin: 17px 0 0; color: var(--muted); font-size: 12px; }.mini-search { display: flex; align-items: center; gap: 10px; margin-top: 35px; padding-top: 17px; border-top: 1px solid var(--line-bright); color: #dad8e8; font-size: 12px; }.mini-search i { color: var(--cyan); font-style: normal; }.mini-search b { margin-left: auto; padding: 7px 9px; color: white; background: var(--blue); font-size: 9px; font-weight: 500; }.benefit-text { display: flex; flex-direction: column; }.benefit-text strong, .benefit-support strong { margin-top: auto; color: #e9e7f2; font-size: 18px; line-height: 1.08; font-weight: 500; }.benefit-support { background: #1b0d4a; }.support-mark { color: var(--cyan); font-size: 27px; font-weight: 600; letter-spacing: -.08em; }.benefit-support strong { margin-top: 24px; }
.control-section { padding-top: 135px; padding-bottom: 148px; border-top: 1px solid var(--line); }.control-heading h2 { margin: 0; font-size: clamp(43px, 4.8vw, 70px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }.control-hub { position: relative; min-height: 490px; margin-top: 73px; }.hub-core { position: absolute; top: 50%; left: 50%; z-index: 2; display: flex; width: 205px; height: 205px; transform: translate(-50%, -50%); flex-direction: column; justify-content: center; align-items: center; border: 1px solid rgba(89,214,245,.55); background: #160a3f; box-shadow: 0 0 0 23px rgba(89,214,245,.035), 0 0 0 1px rgba(89,214,245,.15) inset; text-align: center; }.hub-core .brand-mark { transform: scale(.65) skewX(-15deg); margin-bottom: -8px; }.hub-core strong { color: #f4f3fb; font-size: 23px; line-height: .85; letter-spacing: -.06em; }.hub-core small { margin-top: 15px; color: var(--cyan); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }.control-orbit { position: absolute; top: 50%; display: flex; flex-direction: column; gap: 62px; transform: translateY(-50%); }.orbit-left { left: 11%; align-items: flex-end; }.orbit-right { right: 11%; align-items: flex-start; }.control-orbit span, .orbit-bottom span { position: relative; padding: 13px 19px; border: 1px solid var(--line-bright); color: #e1dfed; background: rgba(22,12,57,.78); font-size: 13px; }.control-orbit span:after { content: ""; position: absolute; top: 50%; width: 72px; height: 1px; background: var(--line-bright); }.orbit-left span:after { left: 100%; }.orbit-right span:after { right: 100%; }.orbit-bottom { position: absolute; bottom: 20px; left: 50%; display: flex; align-items: center; gap: 19px; transform: translateX(-50%); }.orbit-bottom i { color: var(--cyan); font-size: 20px; font-style: normal; }
.support { padding-top: 108px; padding-bottom: 108px; border-top: 1px solid var(--line); }.support-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 42px; align-items: center; }.support h2 { margin: 0; font-size: clamp(43px, 4.5vw, 66px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }.support-inner > p { max-width: 270px; margin: 35px 0 0; color: var(--muted); font-size: 14px; }.support-widget { justify-self: end; width: min(100%, 300px); padding: 18px; border: 1px solid var(--line-bright); background: rgba(27,14,70,.8); }.support-widget-top { display: flex; align-items: center; gap: 8px; padding-bottom: 15px; border-bottom: 1px solid var(--line); font-size: 10px; }.support-widget-top .status-dot { margin-left: 1px; }.support-widget-top b { font-weight: 500; }.support-widget-top small { margin-left: auto; color: #66dfbc; font-size: 9px; }.chat-message, .chat-response { width: fit-content; padding: 10px 11px; margin-top: 18px; font-size: 10px; line-height: 1.4; }.chat-message { color: #28273b; background: #e8f5fa; }.chat-response { margin: 8px 0 0 auto; color: #c7c2d9; background: #251457; }.chat-response span { margin-left: 12px; color: var(--cyan); }
.final-cta { padding-top: 131px; padding-bottom: 137px; border-top: 1px solid var(--line); }.final-cta-inner { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; min-height: 390px; padding: 67px 8%; overflow: hidden; background: linear-gradient(110deg, #1a0c4c, #100630); border: 1px solid var(--line-bright); }.final-cta h2 { max-width: 650px; margin: 0 0 23px; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }.final-cta p:not(.eyebrow) { max-width: 370px; margin: 0 0 28px; color: var(--muted); font-size: 14px; }.route-motif { position: relative; width: 290px; height: 170px; justify-self: end; color: var(--cyan); }.route-motif:before { content: ""; position: absolute; top: 80px; left: 16px; width: 260px; height: 70px; border-top: 1px dashed rgba(89,214,245,.65); border-radius: 50%; transform: rotate(-16deg); }.route-motif span, .route-motif b { position: absolute; top: 48px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--cyan); border-radius: 50%; font-size: 11px; font-weight: 500; }.route-motif span { left: 0; }.route-motif b { top: 111px; right: 1px; }.route-motif i { position: absolute; top: 84px; width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }.route-motif i:nth-of-type(1) { left: 91px; }.route-motif i:nth-of-type(2) { left: 144px; top: 77px; }.route-motif i:nth-of-type(3) { right: 77px; top: 90px; }.route-motif small { position: absolute; right: 0; bottom: 0; color: #787294; font-size: 8px; letter-spacing: .16em; }
.site-footer { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 50px; padding-top: 67px; padding-bottom: 28px; border-top: 1px solid var(--line); }.footer-brand p { max-width: 220px; margin: 21px 0 0; color: var(--muted); font-size: 12px; }.footer-column { display: flex; flex-direction: column; gap: 11px; color: #aaa5c3; font-size: 12px; }.footer-column > span { margin-bottom: 8px; color: var(--cyan); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }.footer-column a:hover, .footer-bottom a:hover { color: var(--text); }.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; margin-top: 47px; padding-top: 20px; border-top: 1px solid var(--line); color: #706b8b; font-size: 10px; }.footer-bottom a { color: #aaa5c3; }
.brand-mark-image { width: 30px; height: 30px; transform: none; object-fit: contain; }.hero-product-image { display: block; width: 100%; height: auto; object-fit: contain; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 36px 80px rgba(0,0,0,.28); }.hero-product .product-window { display: none; }.booking-screenshot { display: block; width: 100%; height: auto; object-fit: contain; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 30px 70px rgba(0,0,0,.2); }.booking-showcase .booking-ui { display: none; }.logo-image { width: 70%; height: 54px; object-fit: contain; opacity: .88; transition: opacity .25s ease, transform .25s ease; }.logo-image:hover { opacity: 1; transform: scale(1.04); }.logo-grid .logo-image { min-height: 105px; padding: 18px 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.logo-grid { border-left: 1px solid var(--line); }

@media (max-width: 1050px) { .search-fields { grid-template-columns: 1fr 16px 1fr 1fr; }.search-button { grid-column: 4; }.flight-result { margin-top: 18px; }.showcase-block { gap: 45px; }.documents-composition { padding-left: 0; }.invoice-back { left: 23%; }.invoice-front { left: 8%; }.analytics-showcase .showcase-copy { padding-left: 0; }.workflow-step { min-width: 105px; }.workflow-step b { font-size: 13px; }.workflow-track > i { margin-right: 10px; margin-left: 10px; }.benefits-grid > div { padding: 21px; }.control-orbit { gap: 50px; }.orbit-left { left: 3%; }.orbit-right { right: 3%; } }
@media (max-width: 720px) { .showcase { padding-top: 96px; padding-bottom: 96px; }.showcase-heading { margin-bottom: 65px; }.showcase-heading h2 { font-size: clamp(43px, 12vw, 61px); }.showcase-block, .management-showcase, .analytics-showcase { display: flex; flex-direction: column; align-items: stretch; min-height: 0; gap: 42px; padding: 55px 0 0; }.showcase-block + .showcase-block { margin-top: 67px; }.showcase-copy { max-width: 320px; order: 0; }.showcase-copy h3 { font-size: 34px; }.booking-ui, .management-ui, .analytics-ui { width: calc(100% + 18px); margin-left: -9px; transform: none; }.booking-ui { min-height: 370px; }.booking-ui-body { padding: 27px 17px 22px; }.booking-ui h4 { font-size: 23px; }.search-fields { grid-template-columns: 1fr 1fr; gap: 6px; }.search-fields .swap { display: none; }.search-fields .search-button { grid-column: span 2; }.search-fields > div { padding: 10px 9px; }.flight-result { grid-template-columns: 30px 1fr; gap: 8px; }.flight-result > strong, .select-flight { display: none; }.management-showcase .management-ui { order: 1; }.management-showcase .showcase-copy { order: 0; }.management-body { padding: 23px 12px; }.management-title { align-items: start; }.management-title h4 { font-size: 18px; }.ui-date { font-size: 8px; }.table-labels, .table-row { grid-template-columns: 1.3fr 1.2fr .7fr; gap: 7px; }.table-labels span:nth-child(4), .table-row > strong { display: none; }.table-row { min-height: 69px; padding: 8px 3px; font-size: 8px; }.table-row small { font-size: 7px; }.table-row em { font-size: 6px; }.employee i { width: 22px; height: 22px; }.employee { gap: 5px; }.employee b { font-size: 8px; }.feature-points { gap: 9px; margin-top: 24px; font-size: 11px; }.documents-composition { min-height: 365px; width: calc(100% + 18px); margin-left: -9px; }.invoice-card { width: min(74%, 290px); min-height: 185px; padding: 20px; }.invoice-back { top: 19px; left: 20%; }.invoice-front { top: 68px; left: 7%; }.invoice-back strong, .invoice-front strong { margin-top: 26px; font-size: 15px; }.invoice-back b { font-size: 18px; }.document-status { right: 0; bottom: 0; }.finance-tags { margin-top: 24px; }.analytics-ui { min-height: 390px; }.analytics-body { padding: 22px 15px 15px; }.analytics-header { gap: 17px; }.analytics-header h4 { font-size: 21px; }.analytics-stat { padding-left: 13px; }.analytics-stat b { font-size: 17px; }.analytics-chart { min-height: 190px; }.direction-row { gap: 8px; flex-wrap: wrap; }.direction-row span { width: 100%; }.workflow { padding-top: 96px; padding-bottom: 96px; }.workflow-intro h2 { font-size: clamp(44px, 12vw, 61px); }.workflow-track { display: grid; grid-template-columns: 30px 1fr; gap: 0 14px; margin-top: 62px; }.workflow-step { grid-column: 2; min-width: 0; padding-bottom: 28px; }.workflow-track > i { grid-column: 1; width: 1px; height: auto; min-height: 66px; margin: 8px auto 0; background: linear-gradient(180deg, var(--cyan), var(--line)); }.workflow-step span { margin-bottom: 10px; }.workflow-step b { font-size: 15px; }.benefits { padding-top: 96px; padding-bottom: 96px; }.benefits-heading { display: block; margin-bottom: 59px; }.benefits-heading h2 { font-size: clamp(43px, 11vw, 58px); }.benefits-heading p { margin: 24px 0 0; }.benefits-grid { display: block; }.benefits-grid > div { min-height: 165px; padding: 22px; }.benefit-large { min-height: 300px !important; }.benefit-large strong { font-size: 29px; }.benefit-text strong, .benefit-support strong { font-size: 20px; }.control-section { padding-top: 96px; padding-bottom: 98px; }.control-heading h2 { font-size: clamp(43px, 11vw, 58px); }.control-hub { min-height: 490px; margin-top: 45px; }.hub-core { width: 155px; height: 155px; }.hub-core strong { font-size: 19px; }.control-orbit { gap: 120px; }.orbit-left { left: 0; }.orbit-right { right: 0; }.control-orbit span, .orbit-bottom span { padding: 10px 11px; font-size: 10px; }.control-orbit span:after { width: 36px; }.orbit-bottom { bottom: 12px; }.support { padding-top: 83px; padding-bottom: 83px; }.support-inner { display: block; }.support-inner > p { margin: 26px 0 30px; }.support-widget { width: 100%; }.final-cta { padding-top: 83px; padding-bottom: 83px; }.final-cta-inner { display: block; min-height: 570px; padding: 39px 23px; }.final-cta h2 { font-size: clamp(42px, 11vw, 57px); }.route-motif { position: absolute; right: 22px; bottom: 30px; transform: scale(.82); transform-origin: right bottom; }.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 25px; padding-top: 53px; }.footer-brand { grid-column: 1 / -1; }.footer-column { font-size: 11px; }.footer-bottom { grid-column: 1 / -1; flex-wrap: wrap; margin-top: 15px; }.footer-bottom span:last-child { width: 100%; } }
