.site-header { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; height: 72px; color: #fff; border-bottom: 1px solid transparent; transition: background-color .25s var(--ease-out), box-shadow .25s var(--ease-out), color .25s var(--ease-out), border-color .25s var(--ease-out); }
.site-header.is-scrolled { color: var(--color-ink-900); background: rgb(255 255 255 / 94%); border-color: rgb(229 236 247 / 85%); box-shadow: 0 3px 15px rgb(22 58 111 / 6%); backdrop-filter: blur(12px); }
.nav-wrap { display: flex; align-items: center; height: 100%; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; padding: 4px 7px; border-radius: 6px; background: #fff; }
.brand-logo { display: block; width: auto; height: 36px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 34px; margin: 0 auto; }.main-nav a, .text-link { position: relative; font-size: 14px; font-weight: 500; }.main-nav a { padding: 26px 0; opacity: .83; transition: opacity .2s; }.main-nav a::after { position: absolute; bottom: 18px; left: 50%; width: 0; height: 2px; content: ""; background: currentColor; transform: translateX(-50%); transition: width .2s var(--ease-out); }.main-nav a:hover, .main-nav a.is-active { opacity: 1; }.main-nav a:hover::after, .main-nav a.is-active::after { width: 18px; }
.nav-actions { display: flex; align-items: center; gap: 20px; }.nav-contact { opacity: .88; }.nav-contact:hover { opacity: 1; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 11px 20px; font-weight: 600; line-height: 1.3; border: 1px solid transparent; border-radius: 8px; transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out), color .2s, background .2s, border-color .2s; }.button svg { width: 18px; height: 18px; }.button:hover { transform: translateY(-2px); }.button-primary { color: #fff; background: linear-gradient(105deg, var(--color-brand-600), #1687ff); box-shadow: 0 10px 22px rgb(0 107 223 / 25%); }.button-primary:hover { box-shadow: 0 14px 30px rgb(0 107 223 / 34%); }.button-small { min-height: 40px; padding: 8px 15px; font-size: 14px; }.button-large { min-width: 158px; min-height: 52px; padding: 13px 22px; }.button-ghost { color: #fff; border-color: rgb(255 255 255 / 42%); background: rgb(255 255 255 / 6%); }.button-ghost:hover { border-color: rgb(255 255 255 / 80%); background: rgb(255 255 255 / 13%); }.menu-toggle { display: none; padding: 7px; color: inherit; background: transparent; border: 0; }.menu-toggle svg { width: 25px; height: 25px; }

.hero { position: relative; min-height: 757px; padding: 178px 0 34px; overflow: hidden; color: #fff; background: radial-gradient(circle at 72% 26%, rgb(32 163 255 / 35%), transparent 27%), radial-gradient(circle at 92% 79%, rgb(0 196 226 / 24%), transparent 23%), linear-gradient(123deg, #071b43 0%, #0b3477 46%, #006fdf 100%); }.hero::before { position: absolute; inset: 0; content: ""; opacity: .38; background-image: linear-gradient(rgb(255 255 255 / 9%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 9%) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, #000 0%, transparent 78%); }.hero::after { position: absolute; right: -18%; bottom: -50%; width: 760px; height: 760px; content: ""; border: 1px solid rgb(166 231 255 / 28%); border-radius: 50%; box-shadow: 0 0 0 60px rgb(153 226 255 / 5%), 0 0 0 120px rgb(153 226 255 / 4%), 0 0 0 180px rgb(153 226 255 / 3%); }.hero-orbit { position: absolute; border: 1px solid rgb(141 217 255 / 18%); border-radius: 50%; }.hero-orbit-one { top: 86px; left: -176px; width: 490px; height: 490px; }.hero-orbit-two { top: 252px; left: -56px; width: 310px; height: 310px; }.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; }.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--color-brand-600); font-size: 20px; font-weight: 700; letter-spacing: .11em; }.eyebrow span { width: 23px; height: 2px; background: currentColor; }.eyebrow-light { color: #a7dcff; }.hero h1 { margin-bottom: 22px; color: #fff; font-size: clamp(42px, 4.32vw, 62px); line-height: 1.2; letter-spacing: -.035em; }.hero h1 em { font-style: normal; color: #82dcff; }.hero-description { max-width: 532px; color: rgb(237 249 255 / 85%); font-size: 18px; line-height: 1.85; }.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }.play-icon { display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid rgb(255 255 255 / 55%); border-radius: 50%; }.play-icon svg { width: 10px; height: 10px; fill: currentColor; stroke-width: 1; }.hero-points { display: flex; flex-wrap: wrap; gap: 0; margin-top: 35px; }.hero-points li { padding: 0 13px; color: rgb(226 245 255 / 75%); font-size: 13px; border-left: 1px solid rgb(198 235 255 / 28%); }.hero-points li:first-child { padding-left: 0; border-left: 0; }

.hero-visual { position: relative; height: 410px; perspective: 1000px; }.visual-glow { position: absolute; top: 35px; left: 65px; width: 370px; height: 320px; border-radius: 50%; background: #2ec7f7; filter: blur(70px); opacity: .27; }.dashboard-card { position: absolute; overflow: hidden; border: 1px solid rgb(175 229 255 / 49%); border-radius: 12px; background: linear-gradient(145deg, rgb(17 67 137 / 94%), rgb(7 37 91 / 94%)); box-shadow: 0 28px 70px rgb(0 10 48 / 35%), inset 0 1px 0 rgb(255 255 255 / 14%); }.dashboard-main { top: 15px; right: 0; width: min(100%, 518px); height: 335px; transform: rotateY(-8deg) rotateX(2deg); }.dashboard-topbar { display: flex; align-items: center; height: 43px; padding: 0 15px; color: rgb(211 239 255 / 83%); font-size: 10px; border-bottom: 1px solid rgb(178 225 255 / 15%); background: rgb(9 36 84 / 42%); }.dashboard-brand { display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; }.dashboard-brand b { width: 8px; height: 8px; border-radius: 2px; background: #38c9ff; }.dashboard-date { margin-left: auto; opacity: .62; }.live-dot { margin-left: 13px; padding: 2px 5px; color: #8bf0d1; background: rgb(20 180 117 / 15%); border-radius: 3px; }.live-dot::before { display: inline-block; width: 4px; height: 4px; margin: 0 3px 1px 0; content: ""; background: #70eac3; border-radius: 50%; }.dashboard-body { display: flex; height: calc(100% - 43px); }.dashboard-aside { display: flex; flex-direction: column; align-items: center; gap: 18px; width: 43px; padding-top: 21px; background: rgb(6 27 69 / 33%); border-right: 1px solid rgb(178 225 255 / 11%); }.dashboard-aside i { width: 14px; height: 14px; border: 1px solid rgb(184 232 255 / 37%); border-radius: 3px; }.dashboard-aside i.is-on { background: #2dbeff; border-color: #2dbeff; box-shadow: 0 0 10px #2dbeff; }.dashboard-content { flex: 1; padding: 20px; }.dash-heading { display: flex; justify-content: space-between; align-items: end; }.dash-heading small, .dash-kpis small, .chart-title small { color: rgb(190 224 250 / 56%); font-size: 9px; }.dash-heading strong { display: block; margin-top: 2px; color: #f0f9ff; font-size: 16px; }.dash-heading > span { padding: 3px 7px; color: #75d6ff; font-size: 9px; border: 1px solid rgb(81 200 255 / 32%); border-radius: 3px; }.dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 15px; }.dash-kpis > div { padding: 9px 10px; background: linear-gradient(135deg, rgb(75 158 239 / 17%), rgb(85 210 255 / 4%)); border: 1px solid rgb(154 216 255 / 12%); border-radius: 5px; }.dash-kpis b { display: block; margin: 2px 0; color: #fff; font-size: 17px; line-height: 1.2; }.dash-kpis span { font-size: 8px; }.trend-up { color: #68e5c7; }.trend-neutral { color: #78cfff; }.dash-charts { display: grid; grid-template-columns: 1.8fr 1fr; gap: 10px; margin-top: 12px; }.line-chart, .donut-chart { min-height: 122px; padding: 8px; border: 1px solid rgb(154 216 255 / 12%); border-radius: 5px; background: rgb(3 26 71 / 25%); }.chart-title { display: flex; justify-content: space-between; color: rgb(222 242 255 / 91%); font-size: 9px; }.line-chart svg { width: 100%; height: 72px; margin-top: 4px; overflow: visible; }.chart-grid { stroke: rgb(190 229 255 / 13%); stroke-width: 1; }.chart-area { fill: url(#chart-fill); }.chart-line { fill: none; stroke: #42c6ff; stroke-width: 2; filter: drop-shadow(0 3px 2px rgb(19 203 255 / 35%)); }.chart-labels { display: flex; justify-content: space-between; color: rgb(190 224 250 / 46%); font-size: 7px; }.donut { display: grid; width: 56px; height: 56px; margin: 9px auto 3px; color: #fff; font-size: 15px; font-weight: 700; place-items: center; border: 7px solid #38c5ff; border-top-color: #b5edff; border-right-color: #6e7bd4; border-radius: 50%; }.donut small { font-size: 8px; }.donut-legend { display: flex; justify-content: center; gap: 6px; color: rgb(210 236 255 / 64%); font-size: 7px; }.donut-legend i { display: inline-block; width: 4px; height: 4px; margin-right: 2px; vertical-align: 1px; border-radius: 50%; background: #38c5ff; }.donut-legend span:nth-child(2) i { background: #b5edff; }.donut-legend span:nth-child(3) i { background: #6e7bd4; }.floating-panel { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 10px 12px; color: #eaf8ff; border: 1px solid rgb(175 229 255 / 48%); border-radius: 8px; background: linear-gradient(135deg, rgb(15 91 171 / 91%), rgb(11 53 121 / 91%)); box-shadow: 0 12px 28px rgb(0 12 52 / 25%); backdrop-filter: blur(8px); }.floating-panel small { display: block; color: rgb(200 232 251 / 68%); font-size: 9px; }.floating-panel strong { display: block; font-size: 11px; }.panel-verify { top: 265px; left: -24px; }.panel-order { top: -4px; right: -12px; }.panel-icon { display: grid; width: 26px; height: 26px; color: #7ee7ff; place-items: center; border-radius: 6px; background: rgb(74 211 255 / 16%); }.panel-icon svg { width: 15px; height: 15px; }.success-check { display: grid; width: 16px; height: 16px; margin-left: 5px; color: #7cf0cb; place-items: center; border-radius: 50%; background: rgb(50 223 163 / 18%); }.success-check svg { width: 11px; height: 11px; }.order-avatar { display: grid; width: 29px; height: 29px; color: #fff; font-size: 12px; font-weight: 700; place-items: center; border-radius: 6px; background: linear-gradient(145deg, #36c7f6, #2871e6); }.hero-bottom { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; margin-top: 47px; color: rgb(203 232 255 / 66%); font-size: 13px; }.hero-bottom-line { flex: 1; height: 1px; background: linear-gradient(to right, rgb(204 235 255 / 28%), transparent); }.scroll-hint { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }.scroll-hint svg { width: 16px; height: 16px; }

.trust-strip { position: relative; z-index: 2; margin-top: -1px; color: var(--color-ink-700); background: #fff; }.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 106px; border-left: 1px solid var(--color-line); }.trust-grid > div:last-child { border-right: 1px solid var(--color-line); }.trust-grid > div > svg { width: 32px; height: 32px; color: var(--color-brand-600); stroke-width: 1.5; }.trust-grid span { display: flex; flex-direction: column; }.trust-grid b { color: var(--color-ink-900); font-size: 15px; }.trust-grid small { margin-top: 1px; color: var(--color-ink-500); font-size: 12px; }

.section { padding: 112px 0; }.section-heading { margin-bottom: 51px; }.section-heading.centered { max-width: 740px; margin-right: auto; margin-left: auto; text-align: center; }.section-heading.centered .eyebrow { justify-content: center; }.section-heading h2, .advantage-sticky h2, .hardware-copy h2, .faq-layout h2, .consult-copy h2 { margin-bottom: 15px; font-size: clamp(30px, 3vw, 42px); line-height: 1.28; letter-spacing: -.035em; }.section-heading > p:last-child { color: var(--color-ink-500); font-size: 17px; }.feature-section { background: var(--color-surface-50); }.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.feature-card { position: relative; min-height: 245px; padding: 27px 24px; overflow: hidden; background: #fff; border: 1px solid var(--color-line); border-radius: 14px; transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), border-color .25s; }.feature-card:hover { z-index: 1; border-color: rgb(68 155 255 / 44%); box-shadow: var(--shadow-card); transform: translateY(-5px); }.feature-card-wide { display: flex; grid-column: span 2; align-items: flex-start; gap: 18px; }.feature-icon { display: grid; flex: 0 0 auto; width: 48px; height: 48px; color: var(--color-brand-600); place-items: center; border-radius: 12px; background: linear-gradient(135deg, #e2f3ff, #f1f8ff); }.feature-icon svg { width: 25px; height: 25px; stroke-width: 1.5; }.feature-card h3 { margin: 20px 0 7px; font-size: 19px; }.feature-card-wide h3 { margin-top: 1px; }.feature-card p { max-width: 205px; color: var(--color-ink-500); font-size: 13px; line-height: 1.65; }.feature-number { position: absolute; right: 17px; top: 16px; color: #c5d3e6; font-size: 12px; font-weight: 700; }.feature-card-accent { color: #fff; border: 0; background: linear-gradient(145deg, #0d6fd7, #057eba 100%); }.feature-card-accent::after { position: absolute; right: -22px; bottom: -45px; width: 160px; height: 160px; content: ""; border: 24px solid rgb(255 255 255 / 8%); border-radius: 50%; }.feature-card-accent .feature-icon { color: #fff; background: rgb(255 255 255 / 16%); }.feature-card-accent h3 { color: #fff; }.feature-card-accent p { color: rgb(236 250 255 / 76%); }.feature-card-accent .feature-number { color: rgb(255 255 255 / 46%); }.mini-ticket { position: absolute; right: 20px; bottom: 21px; width: 126px; height: 68px; padding: 10px; color: #317ac7; border: 1px solid #cfe5f9; border-radius: 6px; background: linear-gradient(145deg, #f9fdff, #dff3ff); transform: rotate(-7deg); }.mini-ticket::after, .mini-ticket::before { position: absolute; top: 33px; width: 10px; height: 10px; content: ""; background: #fff; border-radius: 50%; }.mini-ticket::before { left: -6px; }.mini-ticket::after { right: -6px; }.mini-ticket span { display: block; font-size: 8px; letter-spacing: .14em; }.mini-ticket b { display: block; margin-top: 4px; font-size: 17px; letter-spacing: .05em; }.mini-ticket i { position: absolute; right: 10px; bottom: 9px; width: 30px; height: 12px; opacity: .46; background: repeating-linear-gradient(90deg, #4385c9 0 2px, transparent 2px 4px); }.mini-bars { position: absolute; display: flex; right: 23px; bottom: 23px; align-items: end; gap: 5px; height: 63px; }.mini-bars i { width: 11px; border-radius: 3px 3px 0 0; background: linear-gradient(to top, #1d85ef, #8cdcff); }.mini-bars i:nth-child(1) { height: 26px; }.mini-bars i:nth-child(2) { height: 45px; }.mini-bars i:nth-child(3) { height: 36px; }.mini-bars i:nth-child(4) { height: 55px; }.mini-bars i:nth-child(5) { height: 48px; }

.advantage-section { overflow: hidden; background: #fff; }.advantage-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }.advantage-sticky { position: sticky; top: 120px; }.advantage-sticky > p:not(.eyebrow), .hardware-copy > p:not(.eyebrow), .faq-layout > div > p:not(.eyebrow) { max-width: 390px; margin-bottom: 24px; color: var(--color-ink-500); }.arrow-link { display: inline-flex; align-items: center; gap: 5px; color: var(--color-brand-600); font-weight: 700; }.arrow-link svg { width: 18px; height: 18px; transition: transform .2s var(--ease-out); }.arrow-link:hover svg { transform: translateX(4px); }.advantage-list { border-top: 1px solid var(--color-line); }.advantage-item { position: relative; display: grid; grid-template-columns: 45px 1fr 50px; gap: 17px; padding: 27px 0; border-bottom: 1px solid var(--color-line); transition: padding .25s var(--ease-out); }.advantage-item:hover { padding-right: 12px; padding-left: 9px; }.advantage-count { color: #a0b2cc; font-size: 13px; font-weight: 700; }.advantage-item h3 { margin-bottom: 5px; font-size: 20px; }.advantage-item p { max-width: 480px; color: var(--color-ink-500); font-size: 14px; }.advantage-item ul { display: flex; gap: 7px; margin-top: 12px; }.advantage-item li { padding: 3px 8px; color: var(--color-brand-700); font-size: 11px; font-weight: 600; background: #edf7ff; border-radius: 3px; }.advantage-symbol { display: grid; width: 48px; height: 48px; color: #5199e6; place-items: center; border-radius: 50%; background: #f1f8ff; }.advantage-symbol svg { width: 23px; height: 23px; stroke-width: 1.4; }

.solution-section { padding-bottom: 120px; background: #f7faff; }.solution-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; }.solution-heading .eyebrow { margin-bottom: 14px; }.solution-heading h2 { margin-bottom: 0; }.solution-heading > p { max-width: 350px; color: var(--color-ink-500); font-size: 15px; }.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.solution-card { position: relative; display: flex; flex-direction: column; min-height: 350px; padding: 23px 24px 25px; overflow: hidden; color: #fff; border-radius: 14px; background: #143872; isolation: isolate; transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out); }.solution-card:hover { box-shadow: 0 22px 38px rgb(18 52 106 / 20%); transform: translateY(-5px); }.solution-card::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(to bottom, rgb(9 32 73 / 12%), rgb(7 28 63 / 88%)); }.solution-scenic { background: linear-gradient(160deg, #3e9c93, #0e4769 70%); }.solution-park { background: linear-gradient(160deg, #0064d1, #123370 72%); }.solution-stage { background: linear-gradient(160deg, #744cbd, #20255c 72%); }.solution-relax { background: linear-gradient(160deg, #2396a3, #0c3f68 72%); }.solution-campus { background: linear-gradient(160deg, #387db4, #193664 72%); }.solution-transport { background: linear-gradient(160deg, #3a6da4, #0f2f62 72%); }.solution-card-top { display: flex; align-items: center; justify-content: space-between; }.solution-index { color: rgb(225 245 255 / 62%); font-size: 12px; font-weight: 700; }.solution-icon { display: grid; width: 36px; height: 36px; color: #fff; place-items: center; border: 1px solid rgb(255 255 255 / 38%); border-radius: 50%; background: rgb(255 255 255 / 9%); }.solution-icon svg { width: 19px; height: 19px; stroke-width: 1.45; }.solution-card > div:nth-child(2) { position: relative; z-index: 2; margin-top: auto; }.solution-card h3 { margin-bottom: 6px; color: #fff; font-size: 25px; }.solution-card p { max-width: 245px; color: rgb(238 249 255 / 84%); font-size: 13px; line-height: 1.7; }.solution-card a { display: inline-flex; align-items: center; gap: 4px; margin-top: 17px; color: #fff; font-size: 13px; font-weight: 700; }.solution-card a svg { width: 16px; height: 16px; }.solution-art { position: absolute; z-index: -1; top: 56px; right: -6px; width: 220px; height: 195px; opacity: .88; }.solution-art::after, .solution-art::before { position: absolute; content: ""; }.art-scenic::before { top: 64px; left: -8px; width: 230px; height: 170px; background: linear-gradient(138deg, transparent 0 48%, rgb(205 255 244 / 45%) 48.5% 50%, transparent 50.5%), linear-gradient(47deg, transparent 0 46%, rgb(196 254 240 / 55%) 46.5% 48%, transparent 48.5%); clip-path: polygon(0 77%, 17% 31%, 37% 62%, 55% 0, 100% 76%, 100% 100%, 0 100%); background-color: rgb(17 96 105 / 38%); }.art-scenic i { position: absolute; right: 28px; bottom: 10px; width: 62px; height: 90px; border: 2px solid rgb(231 255 252 / 52%); border-bottom: 0; border-radius: 28px 28px 0 0; }.art-scenic i:nth-child(2) { right: 80px; width: 42px; height: 61px; }.art-scenic i:nth-child(3) { right: 11px; width: 29px; height: 43px; }.art-park { border: 2px solid rgb(212 249 255 / 54%); border-bottom: 0; border-radius: 52% 52% 0 0; transform: rotate(-9deg); }.art-park::before { right: 13px; bottom: 11px; width: 178px; height: 94px; border: 2px solid rgb(213 249 255 / 48%); border-bottom: 0; border-radius: 92px 92px 0 0; }.art-park::after { right: 69px; bottom: 25px; width: 3px; height: 126px; background: rgb(219 253 255 / 58%); box-shadow: -50px 23px 0 rgb(219 253 255 / 50%), 50px -15px 0 rgb(219 253 255 / 50%); }.art-stage { width: 230px; height: 178px; border: 1px solid rgb(236 221 255 / 42%); border-radius: 50% 50% 0 0; transform: perspective(180px) rotateX(22deg); }.art-stage::before { top: 39px; left: 34px; width: 161px; height: 100px; border: 1px solid rgb(236 221 255 / 45%); border-bottom: 0; }.art-stage i { position: absolute; bottom: 0; left: 35px; width: 7px; height: 95px; background: linear-gradient(to bottom, transparent, rgb(237 218 255 / 62%)); box-shadow: 31px -18px 0 rgb(237 218 255 / 43%), 62px 3px 0 rgb(237 218 255 / 55%), 93px -32px 0 rgb(237 218 255 / 44%), 124px -11px 0 rgb(237 218 255 / 56%); }.art-relax::before { right: 13px; bottom: 13px; width: 205px; height: 116px; border: 1px solid rgb(210 255 252 / 55%); border-radius: 50% 50% 0 0; transform: rotate(-8deg); }.art-relax i { position: absolute; right: 42px; bottom: 25px; width: 1px; height: 144px; background: rgb(210 255 252 / 61%); transform: rotate(-24deg); }.art-relax i:nth-child(2) { right: 93px; bottom: 10px; transform: rotate(26deg); }.art-campus::before { right: 8px; bottom: 9px; width: 186px; height: 108px; background: repeating-linear-gradient(90deg, transparent 0 28px, rgb(223 247 255 / 45%) 28px 29px), repeating-linear-gradient(0deg, transparent 0 27px, rgb(223 247 255 / 45%) 27px 28px); border: 2px solid rgb(223 247 255 / 55%); }.art-campus i { position: absolute; right: 142px; bottom: 122px; width: 54px; height: 56px; border: 2px solid rgb(223 247 255 / 55%); border-bottom: 0; transform: skewY(-27deg); }.art-campus i:nth-child(2) { right: 61px; bottom: 117px; width: 93px; height: 63px; transform: skewY(26deg); }.art-transport::before { right: -12px; bottom: 18px; width: 229px; height: 81px; border: 2px solid rgb(218 244 255 / 54%); border-top: 0; border-radius: 0 0 70% 50%; transform: skewX(-15deg); }.art-transport::after { right: 31px; bottom: 97px; width: 131px; height: 50px; border: 2px solid rgb(218 244 255 / 52%); border-bottom: 0; border-radius: 7px 26px 0 0; transform: skewX(-15deg); }.art-transport i { position: absolute; right: 53px; bottom: 114px; width: 45px; height: 2px; background: rgb(218 244 255 / 62%); box-shadow: 0 14px 0 rgb(218 244 255 / 55%); }

.hardware-section { overflow: hidden; }.hardware-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }.hardware-visual { position: relative; height: 455px; overflow: hidden; border-radius: 16px; background: radial-gradient(circle at 52% 43%, #effaff, #dceeff 75%); }.hardware-grid-bg { position: absolute; inset: 0; opacity: .6; background-image: linear-gradient(#b3d7ef 1px, transparent 1px), linear-gradient(90deg, #b3d7ef 1px, transparent 1px); background-size: 28px 28px; mask-image: radial-gradient(ellipse at center, #000 20%, transparent 68%); }.hardware-visual::before { position: absolute; left: 17%; bottom: 38px; width: 74%; height: 21px; content: ""; border-radius: 50%; background: rgb(17 86 147 / 18%); filter: blur(13px); }.hardware-label { position: absolute; z-index: 5; display: flex; align-items: center; gap: 6px; padding: 5px 9px; color: #3171b3; font-size: 11px; font-weight: 600; border: 1px solid rgb(104 171 220 / 33%); border-radius: 4px; background: rgb(255 255 255 / 72%); box-shadow: 0 5px 13px rgb(43 109 164 / 9%); }.hardware-label i { width: 5px; height: 5px; border-radius: 50%; background: #00bce8; box-shadow: 0 0 0 3px rgb(0 188 232 / 13%); }.hardware-label-one { top: 63px; left: 31px; }.hardware-label-two { top: 155px; right: 37px; }.hardware-label-three { bottom: 54px; left: 45px; }.turnstile { position: absolute; z-index: 2; bottom: 54px; left: 34%; width: 126px; height: 280px; filter: drop-shadow(11px 18px 12px rgb(19 65 121 / 22%)); }.turnstile-cap { position: absolute; top: 0; left: 0; width: 124px; height: 26px; border-radius: 11px 11px 5px 5px; background: linear-gradient(100deg, #dde8ee 0 27%, #f9fdff 30% 70%, #b6cbd8 100%); }.turnstile-screen { position: absolute; top: 22px; left: 10px; width: 105px; height: 125px; padding: 15px 21px; background: linear-gradient(103deg, #adbfca, #eff5f8 18% 76%, #9bb1bf); clip-path: polygon(0 0,100% 0,92% 100%,9% 100%); }.turnstile-screen span { display: block; width: 61px; height: 47px; border: 4px solid #263f55; border-radius: 3px; background: linear-gradient(135deg, #1c78aa, #022b54); }.turnstile-screen i { display: inline-block; width: 19px; height: 5px; margin: 10px 4px 0 0; border-radius: 2px; background: #849ba9; }.turnstile-gate { position: absolute; top: 146px; left: 4px; width: 116px; height: 91px; background: linear-gradient(100deg, #a9bdc9, #e5eef2 23% 71%, #94aebb); clip-path: polygon(6% 0,94% 0,100% 100%,0 100%); }.turnstile-gate b { position: absolute; left: 20px; width: 75px; height: 3px; background: #77dbcf; box-shadow: 0 13px 0 #bdced8, 0 27px 0 #bdced8; }.turnstile-gate b:first-child { top: 14px; }.turnstile-gate b:last-child { top: 54px; height: 8px; box-shadow: 0 15px 0 #8fa9ba; }.turnstile-base { position: absolute; bottom: 0; left: 7px; width: 113px; height: 44px; border-radius: 3px 3px 8px 8px; background: linear-gradient(90deg, #8da8b7, #e2edf3 24% 75%, #8fa9b8); }.terminal { position: absolute; z-index: 1; right: 80px; bottom: 56px; width: 91px; height: 266px; filter: drop-shadow(8px 16px 10px rgb(18 69 129 / 21%)); }.terminal-head { position: absolute; top: 0; left: 0; width: 89px; height: 100px; padding: 10px; border-radius: 12px 12px 4px 4px; background: linear-gradient(120deg, #9fb5c2, #ebf4f8 24% 74%, #98afbd); }.terminal-head i { display: block; width: 68px; height: 57px; border: 4px solid #233e56; border-radius: 3px; background: radial-gradient(circle at 50% 38%, #5de5f3 0 10%, #176793 12% 40%, #0b2d51 43%); }.terminal-neck { position: absolute; top: 95px; left: 36px; width: 20px; height: 57px; background: linear-gradient(90deg, #92a9b7, #dfe9ef 50%, #8ba4b3); }.terminal-body { position: absolute; top: 147px; left: 8px; width: 75px; height: 90px; padding: 17px; border-radius: 4px; background: linear-gradient(100deg, #a5bac7, #f1f6f8 27% 71%, #99b2c0); }.terminal-body span { display: block; width: 40px; height: 30px; border: 3px solid #2d526d; background: #edf5f8; }.terminal-body i { display: inline-block; width: 15px; height: 4px; margin: 8px 3px 0 0; background: #8199a8; }.terminal-foot { position: absolute; bottom: 0; left: 17px; width: 59px; height: 30px; border-radius: 50% 50% 4px 4px; background: linear-gradient(90deg, #8ca8b7, #dae7ee 52%, #87a3b3); }.scanner { position: absolute; z-index: 3; right: 26px; bottom: 63px; width: 78px; height: 112px; transform: rotate(-17deg); filter: drop-shadow(7px 11px 8px rgb(23 68 120 / 22%)); }.scanner-light { position: absolute; top: 10px; left: 16px; width: 38px; height: 7px; border-radius: 50%; background: #5debd3; box-shadow: 0 0 9px 3px rgb(93 235 211 / 48%); }.scanner-head { position: absolute; top: 0; left: 5px; width: 65px; height: 49px; border-radius: 14px 14px 8px 8px; background: linear-gradient(110deg, #93aab8, #f3f8fa 39% 72%, #95aebb); }.scanner-head::after { position: absolute; top: 13px; left: 11px; width: 41px; height: 15px; content: ""; border-radius: 50%; background: #1d3d54; }.scanner-handle { position: absolute; top: 44px; left: 25px; width: 29px; height: 67px; border-radius: 5px 5px 12px 12px; background: linear-gradient(90deg, #748e9e, #d7e4e9 50%, #7793a4); }.hardware-copy > p:not(.eyebrow) { margin-bottom: 22px; font-size: 16px; line-height: 1.8; }.hardware-list { margin-bottom: 27px; }.hardware-list li { display: flex; align-items: center; gap: 8px; margin-top: 11px; color: var(--color-ink-700); font-size: 14px; }.hardware-list svg { width: 17px; height: 17px; color: var(--color-success); stroke-width: 2.4; }

.journey-section { padding-top: 100px; background: var(--color-surface-50); }.journey-steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }.journey-steps::before { position: absolute; top: 49px; left: 10%; width: 80%; height: 1px; content: ""; background: linear-gradient(90deg, #80cbff, #2b8cff, #80cbff); }.journey-steps li { position: relative; text-align: center; }.journey-steps li > span { position: absolute; top: 0; left: calc(50% + 29px); color: #89a6c4; font-size: 11px; font-weight: 700; }.journey-steps li > svg { position: relative; z-index: 1; width: 50px; height: 50px; padding: 13px; margin: 0 auto 17px; color: var(--color-brand-600); background: #fff; border: 1px solid #b8dcf6; border-radius: 50%; box-shadow: 0 5px 13px rgb(39 117 192 / 10%); }.journey-steps h3 { margin-bottom: 6px; font-size: 17px; }.journey-steps p { color: var(--color-ink-500); font-size: 13px; line-height: 1.65; }

.case-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(119deg, #091b42, #0b347a 64%, #0066bf); }.case-section::before { position: absolute; inset: 0; content: ""; opacity: .38; background-image: linear-gradient(rgb(255 255 255 / 8%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 8%) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent); }.case-section::after { position: absolute; top: -270px; right: -180px; width: 600px; height: 600px; content: ""; border: 1px solid rgb(173 226 255 / 26%); border-radius: 50%; box-shadow: 0 0 0 65px rgb(161 224 255 / 5%), 0 0 0 130px rgb(161 224 255 / 4%); }.case-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }.case-heading h2 { margin-bottom: 0; color: #fff; font-size: clamp(30px, 3vw, 42px); letter-spacing: -.035em; }.case-heading > p { max-width: 365px; color: rgb(221 240 255 / 72%); font-size: 15px; }.case-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6, 1fr); gap: 11px; }.case-grid article { min-height: 154px; padding: 21px 15px; border: 1px solid rgb(185 229 255 / 19%); border-radius: 8px; background: rgb(255 255 255 / 6%); transition: background .2s, transform .2s var(--ease-out); }.case-grid article:hover { background: rgb(255 255 255 / 13%); transform: translateY(-4px); }.case-grid span { color: #94dbff; font-size: 8px; font-weight: 700; letter-spacing: .12em; }.case-grid h3 { margin: 27px 0 3px; color: #fff; font-size: 18px; }.case-grid p { color: rgb(219 240 255 / 65%); font-size: 11px; }.case-note { position: relative; z-index: 1; margin-top: 22px; color: rgb(205 233 253 / 51%); font-size: 11px; text-align: center; }

.faq-section { padding: 108px 0; background: #fff; }.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.faq-list { border-top: 1px solid var(--color-line); }.faq-item { border-bottom: 1px solid var(--color-line); }.faq-item h3 { margin: 0; }.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 21px 0; color: var(--color-ink-900); font-size: 17px; font-weight: 600; text-align: left; background: transparent; border: 0; }.faq-item button svg { width: 19px; height: 19px; color: var(--color-brand-600); transition: transform .25s var(--ease-out); }.faq-item.is-open button svg { transform: rotate(180deg); }.faq-answer { padding: 0 35px 20px 0; color: var(--color-ink-500); font-size: 14px; }

.consult-section { position: relative; overflow: hidden; padding: 100px 0; color: #fff; background: linear-gradient(119deg, #071f4f, #005bb5); }.consult-section::before { position: absolute; inset: 0; content: ""; opacity: .3; background-image: linear-gradient(45deg, rgb(255 255 255 / 7%) 25%, transparent 25%, transparent 75%, rgb(255 255 255 / 7%) 75%), linear-gradient(45deg, rgb(255 255 255 / 7%) 25%, transparent 25%, transparent 75%, rgb(255 255 255 / 7%) 75%); background-position: 0 0, 26px 26px; background-size: 52px 52px; }.consult-orb { position: absolute; border: 1px solid rgb(134 218 255 / 20%); border-radius: 50%; }.consult-orb-one { top: -270px; left: -170px; width: 610px; height: 610px; }.consult-orb-two { right: -160px; bottom: -270px; width: 620px; height: 620px; box-shadow: 0 0 0 75px rgb(129 217 255 / 4%), 0 0 0 150px rgb(129 217 255 / 3%); }.consult-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 460px; gap: 110px; align-items: center; }.consult-copy h2 { color: #fff; }.consult-copy > p:not(.eyebrow) { max-width: 480px; color: rgb(222 242 255 / 76%); font-size: 16px; }.consult-copy ul { margin-top: 28px; }.consult-copy li { display: flex; align-items: center; gap: 8px; margin-top: 9px; color: rgb(237 249 255 / 91%); font-size: 14px; }.consult-copy li svg { width: 17px; height: 17px; color: #72e6ce; stroke-width: 2.5; }.consult-form { padding: 30px; color: var(--color-ink-700); border: 1px solid rgb(255 255 255 / 43%); border-radius: 14px; background: rgb(255 255 255 / 96%); box-shadow: 0 24px 65px rgb(0 19 60 / 28%); }.form-heading { margin-bottom: 18px; }.form-heading h3 { margin-bottom: 2px; font-size: 21px; }.form-heading p { color: var(--color-ink-500); font-size: 13px; }.consult-form label { display: block; margin-top: 12px; color: var(--color-ink-700); font-size: 13px; font-weight: 600; }.consult-form input, .consult-form select, .consult-form textarea { display: block; width: 100%; min-height: 41px; padding: 8px 11px; margin-top: 5px; color: var(--color-ink-900); font-size: 13px; font-weight: 400; border: 1px solid #dce6f2; border-radius: 6px; outline: none; background: #fff; transition: border-color .2s, box-shadow .2s; }.consult-form textarea { resize: vertical; }.consult-form input::placeholder, .consult-form textarea::placeholder { color: #a8b4c7; }.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus { border-color: var(--color-brand-500); box-shadow: 0 0 0 3px rgb(0 122 255 / 12%); }.form-privacy { margin: 11px 0 14px; color: #8391a6; font-size: 10px; line-height: 1.55; }.form-submit { width: 100%; }.form-message { min-height: 20px; margin-top: 8px; color: var(--color-success); font-size: 12px; text-align: center; }

.site-footer { color: #a3a3a3; background: #111; }.footer-main { display: grid; grid-template-columns: 112px 278px minmax(0, 1fr); gap: 42px; padding: 42px 0 34px; }.brand-footer { display: inline-flex; padding: 0; background: transparent; }.brand-footer .brand-logo { width: 104px; height: auto; }.footer-service { min-width: 0; }.footer-phone { display: inline-block; color: #ffc72f; font-size: 30px; font-weight: 700; letter-spacing: .01em; line-height: 1.1; transition: color .2s; }.footer-phone:hover { color: #ffe17b; }.footer-service-note { margin: 8px 0 12px; color: #bdbdbd; font-size: 11px; }.footer-addresses { display: grid; gap: 5px; }.footer-addresses li { position: relative; padding-left: 10px; color: #c0c0c0; font-size: 11px; line-height: 1.35; }.footer-addresses li::before { position: absolute; top: .55em; left: 0; width: 3px; height: 3px; content: ""; background: #9d9d9d; border-radius: 50%; }.footer-links-panel { display: grid; align-content: start; gap: 17px; padding: 4px 0 0 21px; border-left: 1px solid #292929; }.footer-link-group h2 { margin: 0 0 4px; color: #f0f0f0; font-size: 13px; line-height: 1.4; }.footer-link-group p { color: #989898; font-size: 11px; line-height: 1.65; }.footer-link-group a { color: inherit; transition: color .2s; }.footer-link-group a:hover { color: #fff; }.footer-bottom { display: flex; align-items: center; justify-content: center; min-height: 47px; color: #787878; border-top: 1px solid #292929; }.footer-bottom p, .footer-bottom > a { font-size: 10px; }.footer-bottom > a { position: absolute; right: max(20px, calc((100vw - var(--container)) / 2)); display: inline-flex; align-items: center; gap: 4px; color: #8c8c8c; transition: color .2s; }.footer-bottom > a:hover { color: #fff; }.footer-bottom svg { width: 13px; height: 13px; }.back-to-top { position: fixed; z-index: 20; right: 22px; bottom: 25px; display: grid; width: 43px; height: 43px; color: var(--color-brand-600); visibility: hidden; place-items: center; border: 1px solid #d8e9fb; border-radius: 8px; opacity: 0; background: rgb(255 255 255 / 94%); box-shadow: 0 8px 23px rgb(31 87 150 / 15%); transform: translateY(8px); transition: opacity .2s, transform .2s, visibility .2s; backdrop-filter: blur(7px); }.back-to-top.is-visible { visibility: visible; opacity: 1; transform: translateY(0); }.back-to-top svg { width: 20px; height: 20px; transform: rotate(-90deg); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s var(--ease-out), transform .65s var(--ease-out); } [data-reveal].is-revealed { opacity: 1; transform: translateY(0); }.feature-grid [data-reveal]:nth-child(2), .solution-grid [data-reveal]:nth-child(2), .journey-steps [data-reveal]:nth-child(2) { transition-delay: .07s; }.feature-grid [data-reveal]:nth-child(3), .solution-grid [data-reveal]:nth-child(3), .journey-steps [data-reveal]:nth-child(3) { transition-delay: .14s; }.feature-grid [data-reveal]:nth-child(4), .solution-grid [data-reveal]:nth-child(4), .journey-steps [data-reveal]:nth-child(4) { transition-delay: .21s; }.solution-grid [data-reveal]:nth-child(5), .journey-steps [data-reveal]:nth-child(5) { transition-delay: .14s; }.solution-grid [data-reveal]:nth-child(6) { transition-delay: .21s; }

@media (max-width: 1040px) { .main-nav { gap: 20px; }.hero { min-height: 706px; padding-top: 150px; }.hero-grid { gap: 27px; }.hero h1 { font-size: 48px; }.dashboard-main { transform: scale(.91) rotateY(-8deg) rotateX(2deg); transform-origin: right center; }.panel-verify { left: -5px; }.advantage-layout, .hardware-layout, .faq-layout { gap: 55px; }.consult-layout { gap: 60px; }.case-grid { grid-template-columns: repeat(3, 1fr); }.case-grid article { min-height: 130px; }.case-grid h3 { margin-top: 20px; }.feature-card { padding: 23px 19px; }.mini-ticket, .mini-bars { transform: scale(.84); transform-origin: right bottom; }.solution-card { min-height: 332px; } }
@media (max-width: 767px) { .site-header { height: 64px; }.nav-wrap { justify-content: space-between; }.brand-logo { height: 31px; }.nav-contact, .nav-actions > .button { display: none; }.menu-toggle { display: block; }.main-nav { position: absolute; top: 64px; right: 16px; left: 16px; display: block; padding: 9px 20px; visibility: hidden; border: 1px solid var(--color-line); border-radius: 10px; opacity: 0; color: var(--color-ink-900); background: rgb(255 255 255 / 98%); box-shadow: var(--shadow-card); transform: translateY(-9px); transition: opacity .2s, transform .2s, visibility .2s; }.main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }.main-nav a { display: block; padding: 11px 0; }.main-nav a::after { display: none; }.site-header:not(.is-scrolled) .main-nav { color: var(--color-ink-900); }.container { width: min(calc(100% - 40px), var(--container)); }.hero { min-height: 735px; padding: 119px 0 24px; }.hero::before { mask-image: none; }.hero-grid { display: block; }.hero h1 { font-size: clamp(36px, 10vw, 43px); }.hero-description { font-size: 16px; }.hero-actions { margin-top: 26px; }.button-large { flex: 1; min-width: 0; padding-right: 14px; padding-left: 14px; }.hero-points { margin-top: 27px; }.hero-points li { padding: 0 8px; font-size: 11px; }.hero-visual { height: 286px; margin: 28px -9px 0; }.dashboard-main { top: 0; right: 50%; width: 490px; height: 315px; transform: translateX(50%) scale(.71) rotateY(-8deg) rotateX(2deg); transform-origin: center top; }.panel-verify { top: 198px; left: 0; transform: scale(.8); transform-origin: left top; }.panel-order { top: -3px; right: 7px; transform: scale(.78); transform-origin: right top; }.visual-glow { top: 32px; left: 20%; width: 260px; height: 180px; }.hero-bottom { display: none; }.trust-grid { grid-template-columns: 1fr; padding: 10px 0; }.trust-grid > div, .trust-grid > div:last-child { justify-content: flex-start; min-height: 69px; padding-left: 15%; border: 0; }.trust-grid > div:not(:last-child) { border-bottom: 1px solid var(--color-line); }.section { padding: 72px 0; }.section-heading { margin-bottom: 32px; }.section-heading h2, .advantage-sticky h2, .hardware-copy h2, .faq-layout h2, .consult-copy h2 { font-size: 29px; }.section-heading > p:last-child { font-size: 15px; }.feature-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.feature-card { min-height: 217px; padding: 19px 16px; }.feature-card-wide { display: block; grid-column: span 2; min-height: 185px; }.feature-card-wide .feature-icon { margin-bottom: 14px; }.feature-icon { width: 42px; height: 42px; }.feature-icon svg { width: 22px; height: 22px; }.feature-card h3 { margin: 14px 0 6px; font-size: 17px; }.feature-card-wide h3 { margin-top: 0; }.feature-card p { font-size: 12px; }.feature-number { right: 13px; top: 12px; }.mini-ticket { right: 15px; bottom: 19px; transform: scale(.76); }.mini-bars { right: 15px; bottom: 16px; transform: scale(.7); }.advantage-layout, .hardware-layout, .faq-layout { grid-template-columns: 1fr; gap: 34px; }.advantage-sticky { position: static; }.advantage-sticky > p:not(.eyebrow) { margin-bottom: 17px; }.advantage-item { grid-template-columns: 29px 1fr 37px; gap: 10px; padding: 22px 0; }.advantage-item:hover { padding-right: 0; padding-left: 0; }.advantage-item h3 { font-size: 18px; }.advantage-item p { font-size: 13px; }.advantage-symbol { width: 37px; height: 37px; }.advantage-symbol svg { width: 19px; height: 19px; }.advantage-item ul { flex-wrap: wrap; }.solution-heading, .case-heading { display: block; }.solution-heading > p, .case-heading > p { margin-top: 14px; font-size: 14px; }.solution-grid { grid-template-columns: 1fr; gap: 11px; }.solution-card { min-height: 286px; }.hardware-visual { height: 337px; }.turnstile { bottom: 36px; left: 30%; transform: scale(.78); transform-origin: bottom left; }.terminal { right: 12%; bottom: 38px; transform: scale(.72); transform-origin: bottom right; }.scanner { right: 3%; bottom: 40px; transform: scale(.64) rotate(-17deg); transform-origin: bottom right; }.hardware-label { font-size: 9px; }.hardware-label-one { top: 37px; left: 15px; }.hardware-label-two { top: 116px; right: 14px; }.hardware-label-three { bottom: 31px; left: 15px; }.journey-steps { grid-template-columns: 1fr 1fr; gap: 28px 12px; }.journey-steps::before { display: none; }.journey-steps li:last-child { grid-column: span 2; }.case-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }.case-grid article { min-height: 117px; padding: 15px 12px; }.case-grid h3 { margin-top: 17px; font-size: 16px; }.case-grid p { font-size: 10px; }.faq-section { padding: 72px 0; }.faq-layout { gap: 28px; }.faq-item button { padding: 17px 0; font-size: 15px; }.faq-answer { padding-right: 4px; font-size: 13px; }.consult-section { padding: 72px 0; }.consult-layout { grid-template-columns: 1fr; gap: 34px; }.consult-form { padding: 23px 19px; }.footer-main { grid-template-columns: 88px 1fr; gap: 25px 18px; padding: 36px 0 28px; }.brand-footer .brand-logo { width: 82px; height: auto; }.footer-service { grid-column: span 1; }.footer-phone { font-size: 25px; }.footer-service-note { margin: 7px 0 11px; }.footer-addresses { gap: 4px; }.footer-addresses li { font-size: 10px; }.footer-links-panel { grid-column: span 2; gap: 15px; padding: 22px 0 0; border-top: 1px solid #292929; border-left: 0; }.footer-link-group h2 { font-size: 13px; }.footer-link-group p { font-size: 10px; }.footer-bottom { justify-content: flex-start; min-height: 52px; }.footer-bottom > a { position: static; margin-left: auto; }.back-to-top { right: 14px; bottom: 14px; width: 39px; height: 39px; }
}
@media (max-width: 390px) { .hero h1 { font-size: 34px; }.hero-points li { padding: 0 5px; }.feature-card { padding: 16px 14px; }.feature-card p { font-size: 11px; }.turnstile { left: 27%; }.terminal { right: 8%; }.hardware-label-three { display: none; } }

/* Image slots keep each solution tied to its operational scenario. */
.solution-card { min-height: 386px; padding: 21px 24px 25px; }.solution-card > .solution-card-top { position: relative; z-index: 2; margin-top: 0; }.solution-card > div:last-child:not(.solution-card-top) { position: relative; z-index: 2; margin-top: auto; }.solution-card-image { position: absolute; z-index: -1; inset: 0; overflow: hidden; background-position: center; background-size: cover; }.solution-card-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgb(7 26 62 / 8%) 16%, rgb(7 27 63 / 87%) 82%); }.solution-card-image span { position: absolute; z-index: 1; top: 70px; left: 50%; padding: 5px 8px; color: rgb(255 255 255 / 76%); font-size: 10px; letter-spacing: .1em; white-space: nowrap; border: 1px solid rgb(255 255 255 / 28%); border-radius: 3px; background: rgb(5 27 67 / 25%); transform: translateX(-50%); backdrop-filter: blur(3px); }.solution-image-scenic { background-image: linear-gradient(150deg, rgb(70 172 167 / 54%), rgb(10 52 85 / 55%)), url("../assets/images/solution-scenic-reservation.webp"); }.solution-image-park { background-image: linear-gradient(150deg, rgb(22 127 222 / 57%), rgb(9 40 99 / 57%)), url("../assets/images/solution-park-entry.webp"); }.solution-image-stage { background-image: linear-gradient(150deg, rgb(130 75 205 / 55%), rgb(29 30 87 / 60%)), url("../assets/images/solution-stage-ticketing.webp"); }.solution-image-relax { background-image: linear-gradient(150deg, rgb(27 139 151 / 56%), rgb(9 55 88 / 58%)), url("../assets/images/solution-relax-booking.webp"); }.solution-image-campus { background-image: linear-gradient(150deg, rgb(50 115 181 / 55%), rgb(18 45 88 / 59%)), url("../assets/images/solution-campus-access.webp"); }.solution-image-transport { background-image: linear-gradient(150deg, rgb(37 96 166 / 55%), rgb(9 37 79 / 60%)), url("../assets/images/solution-transport-boarding.webp"); }

.hardware-section { background: #fff; }.hardware-layout { grid-template-columns: .86fr 1.14fr; gap: 72px; }.hardware-copy { align-self: center; }.hardware-copy > p:not(.eyebrow) { max-width: 402px; margin-bottom: 28px; }.hardware-visual { display: grid; grid-template-rows: 1fr auto; height: 500px; padding: 16px; overflow: hidden; border: 1px solid #d9e8f7; background: #eff7ff; box-shadow: var(--shadow-soft); }.hardware-visual::before, .hardware-grid-bg { display: none; }.hardware-hero-image { position: relative; min-height: 305px; overflow: hidden; border-radius: 10px; background: linear-gradient(135deg, rgb(6 58 125 / 46%), rgb(0 185 226 / 22%)), url("../assets/images/hardware-smart-gate.webp") center / cover, linear-gradient(135deg, #174f88, #75d6ed); }.hardware-hero-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 50%, rgb(5 35 77 / 68%)); }.hardware-hero-image span { position: absolute; z-index: 1; bottom: 17px; left: 18px; padding: 5px 9px; color: #fff; font-size: 12px; font-weight: 600; border: 1px solid rgb(255 255 255 / 38%); border-radius: 4px; background: rgb(5 43 94 / 35%); }.hardware-device-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding-top: 13px; }.hardware-device-list article { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 9px; border: 1px solid #d8e8f7; border-radius: 7px; background: #fff; }.hardware-device-icon { display: grid; flex: 0 0 auto; width: 32px; height: 32px; color: var(--color-brand-600); place-items: center; border-radius: 7px; background: #eaf6ff; }.hardware-device-icon svg { width: 17px; height: 17px; stroke-width: 1.6; }.hardware-device-list h3 { margin: 0; color: var(--color-ink-900); font-size: 12px; line-height: 1.4; }.hardware-device-list p { margin-top: 2px; color: var(--color-ink-500); font-size: 9px; line-height: 1.45; }

@media (max-width: 767px) { .solution-card { min-height: 306px; }.solution-card-image span { top: 51px; }.hardware-layout { grid-template-columns: 1fr; gap: 31px; }.hardware-visual { height: 415px; padding: 10px; }.hardware-hero-image { min-height: 264px; }.hardware-device-list { gap: 6px; padding-top: 8px; }.hardware-device-list article { display: block; padding: 8px; }.hardware-device-icon { width: 28px; height: 28px; margin-bottom: 5px; }.hardware-device-list h3 { font-size: 11px; }.hardware-device-list p { font-size: 8px; } }

/* Locally optimized Unsplash photographs replace the temporary image slots. */
.solution-image-scenic { background-image: linear-gradient(150deg, rgb(70 172 167 / 54%), rgb(10 52 85 / 55%)), url("../assets/images/solution-scenic-reservation.jpg"); }.solution-image-park { background-image: linear-gradient(150deg, rgb(22 127 222 / 57%), rgb(9 40 99 / 57%)), url("../assets/images/solution-park-entry.jpg"); }.solution-image-stage { background-image: linear-gradient(150deg, rgb(130 75 205 / 55%), rgb(29 30 87 / 60%)), url("../assets/images/solution-stage-ticketing.jpg"); }.solution-image-relax { background-image: linear-gradient(150deg, rgb(27 139 151 / 56%), rgb(9 55 88 / 58%)), url("../assets/images/solution-relax-booking.jpg"); }.solution-image-campus { background-image: linear-gradient(150deg, rgb(50 115 181 / 55%), rgb(18 45 88 / 59%)), url("../assets/images/solution-campus-access.jpg"); }.solution-image-transport { background-image: linear-gradient(150deg, rgb(37 96 166 / 55%), rgb(9 37 79 / 60%)), url("../assets/images/solution-transport-boarding.jpg"); }.hardware-hero-image { background-image: linear-gradient(135deg, rgb(6 58 125 / 46%), rgb(0 185 226 / 22%)), url("../assets/images/hardware-smart-gate.jpg"), linear-gradient(135deg, #174f88, #75d6ed); }

/* Motion is limited to the product states visitors need to notice. */
.hero-copy.is-revealed > * { animation: hero-copy-in .65s var(--ease-out) both; }.hero-copy.is-revealed > :nth-child(2) { animation-delay: .09s; }.hero-copy.is-revealed > :nth-child(3) { animation-delay: .18s; }.hero-copy.is-revealed > :nth-child(4) { animation-delay: .27s; }.hero-copy.is-revealed > :nth-child(5) { animation-delay: .36s; }.hero-visual.is-revealed .dashboard-main { animation: dashboard-float 7s ease-in-out .55s infinite; }.hero-visual.is-revealed .panel-verify { animation: panel-drift 4.5s ease-in-out .55s infinite; }.hero-visual.is-revealed .panel-order { animation: panel-drift 5.1s ease-in-out 1.05s infinite reverse; }.hero-visual.is-revealed .chart-line { stroke-dasharray: 500; stroke-dashoffset: 500; animation: chart-draw 1.7s var(--ease-out) .45s forwards; }.live-dot::before { animation: live-pulse 1.65s ease-out infinite; }.hero-orbit-one { animation: orbit-breathe 7s ease-in-out infinite; }.hero-orbit-two { animation: orbit-breathe 8.5s ease-in-out -2s infinite reverse; }

.advantage-section { background: linear-gradient(145deg, #fbfdff, #f3f8ff); }.advantage-layout { grid-template-columns: .94fr 1.06fr; gap: 66px; }.advantage-sticky { display: flex; flex-direction: column; align-self: stretch; }.advantage-stage { position: relative; min-height: 282px; padding: 23px; margin: 9px 0 22px; overflow: hidden; color: #eefdff; border: 1px solid rgb(105 195 255 / 35%); border-radius: 15px; background: radial-gradient(circle at 77% 17%, rgb(39 175 255 / 55%), transparent 29%), linear-gradient(142deg, #092a60, #0759af); box-shadow: 0 22px 42px rgb(28 91 160 / 17%); }.advantage-stage-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgb(210 244 255 / 34%) 1px, transparent 1px), linear-gradient(90deg, rgb(210 244 255 / 34%) 1px, transparent 1px); background-size: 27px 27px; mask-image: linear-gradient(135deg, #000, transparent 78%); }.advantage-stage::after { position: absolute; right: -46px; bottom: -66px; width: 218px; height: 218px; content: ""; border: 1px solid rgb(172 234 255 / 37%); border-radius: 50%; box-shadow: 0 0 0 24px rgb(172 234 255 / 6%), 0 0 0 48px rgb(172 234 255 / 5%); }.advantage-stage-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }.advantage-stage-index { color: rgb(190 236 255 / 72%); font-size: 14px; font-weight: 700; letter-spacing: .08em; }.advantage-stage-icon { display: grid; width: 43px; height: 43px; color: #8de9ff; place-items: center; border: 1px solid rgb(190 240 255 / 36%); border-radius: 12px; background: rgb(255 255 255 / 10%); }.advantage-stage-icon svg { width: 23px; height: 23px; stroke-width: 1.45; }.advantage-stage-content { position: relative; z-index: 1; max-width: 253px; margin-top: 55px; }.advantage-stage-content p { color: #8fdbff; font-size: 11px; letter-spacing: .12em; }.advantage-stage-content strong { display: block; margin: 7px 0; color: #fff; font-size: 24px; line-height: 1.3; }.advantage-stage-content span { display: block; color: rgb(221 244 255 / 78%); font-size: 13px; line-height: 1.7; }.advantage-stage-metric { position: absolute; z-index: 1; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 7px; color: #8de9ff; font-size: 11px; }.advantage-stage-metric i { width: 6px; height: 6px; background: #72efd1; border-radius: 50%; box-shadow: 0 0 0 5px rgb(114 239 209 / 13%); animation: live-pulse 1.65s ease-out infinite; }.advantage-stage.is-swapping .advantage-stage-content, .advantage-stage.is-swapping .advantage-stage-head, .advantage-stage.is-swapping .advantage-stage-metric { animation: stage-refresh .42s var(--ease-out); }.advantage-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; border: 0; }.advantage-item { display: grid; grid-template-columns: 26px 38px minmax(0, 1fr); align-items: center; gap: 10px; min-height: 116px; padding: 15px; color: var(--color-ink-700); text-align: left; border: 1px solid #dceaf8; border-radius: 11px; background: #fff; transition: color .25s, background .25s, border-color .25s, box-shadow .25s, transform .25s var(--ease-out); }.advantage-item:hover, .advantage-item.is-active { color: var(--color-ink-900); border-color: #6ebcff; box-shadow: 0 13px 26px rgb(28 108 192 / 12%); transform: translateY(-3px); }.advantage-item.is-active { background: linear-gradient(145deg, #fff, #edf8ff); }.advantage-count { align-self: start; color: #8da4c1; font-size: 11px; }.advantage-item.is-active .advantage-count { color: var(--color-brand-600); }.advantage-symbol { width: 38px; height: 38px; }.advantage-symbol svg { width: 19px; height: 19px; }.advantage-item > span:last-child { display: block; }.advantage-item strong { display: block; color: currentColor; font-size: 14px; line-height: 1.45; }.advantage-item small { display: block; margin-top: 4px; color: var(--color-ink-500); font-size: 10px; line-height: 1.4; }.advantage-item.is-active small { color: #4185c7; }

.solution-card { cursor: default; }.solution-card-image { transition: transform .75s var(--ease-out), filter .45s var(--ease-out); }.solution-card:hover .solution-card-image { filter: saturate(1.14); transform: scale(1.08); }.solution-card:hover .solution-icon { color: var(--color-brand-700); background: #fff; border-color: #fff; transform: rotate(-6deg) scale(1.06); }.solution-icon { transition: transform .28s var(--ease-out), color .28s, background .28s, border-color .28s; }.solution-card h3, .solution-card p, .solution-card a { transition: transform .35s var(--ease-out), opacity .35s var(--ease-out); }.solution-card:hover h3, .solution-card:hover p, .solution-card:hover a { transform: translateY(-3px); }.solution-card.is-revealed .solution-card-image { animation: solution-image-in .85s var(--ease-out) both; }.solution-card.is-revealed .solution-card-top { animation: solution-content-in .55s var(--ease-out) .12s both; }.solution-card.is-revealed > div:last-child { animation: solution-content-in .6s var(--ease-out) .22s both; }

.hardware-hero-image { transition: opacity .3s var(--ease-out), transform .48s var(--ease-out); }.hardware-hero-image.is-switching { opacity: .14; transform: scale(1.025); }.hardware-hero-image.is-active { animation: hardware-image-in .58s var(--ease-out); }.hardware-device-list { position: relative; z-index: 2; }.hardware-device { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 9px; color: var(--color-ink-700); text-align: left; border: 1px solid #d8e8f7; border-radius: 7px; background: #fff; transition: transform .22s var(--ease-out), color .22s, border-color .22s, box-shadow .22s, background .22s; }.hardware-device:hover, .hardware-device.is-active { color: var(--color-ink-900); border-color: #68baff; background: #f7fbff; box-shadow: 0 8px 18px rgb(47 128 209 / 11%); transform: translateY(-2px); }.hardware-device > span:last-child { min-width: 0; }.hardware-device strong { display: block; color: currentColor; font-size: 12px; line-height: 1.4; }.hardware-device small { display: block; margin-top: 2px; color: var(--color-ink-500); font-size: 9px; line-height: 1.45; }.hardware-device.is-active small { color: #4685c4; }.hardware-image-progress { position: absolute; z-index: 2; right: 15px; bottom: 16px; width: 42px; height: 3px; overflow: hidden; border-radius: 4px; background: rgb(255 255 255 / 33%); }.hardware-image-progress::after { display: block; width: 100%; height: 100%; content: ""; background: #81e5ff; transform-origin: left; animation: hardware-progress 5s linear infinite; }

@keyframes hero-copy-in { from { opacity: 0; transform: translateY(19px); } to { opacity: 1; transform: translateY(0); } } @keyframes dashboard-float { 0%,100% { transform: rotateY(-8deg) rotateX(2deg) translateY(0); } 50% { transform: rotateY(-8deg) rotateX(2deg) translateY(-7px); } } @keyframes panel-drift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } @keyframes chart-draw { to { stroke-dashoffset: 0; } } @keyframes live-pulse { 0% { box-shadow: 0 0 0 0 rgb(114 239 209 / 40%); } 70% { box-shadow: 0 0 0 7px rgb(114 239 209 / 0%); } 100% { box-shadow: 0 0 0 0 rgb(114 239 209 / 0%); } } @keyframes orbit-breathe { 50% { opacity: .42; transform: scale(1.05); } } @keyframes stage-refresh { 0% { opacity: .2; transform: translateY(8px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes solution-image-in { from { opacity: 0; transform: scale(1.1); } to { opacity: 1; transform: scale(1); } } @keyframes solution-content-in { from { opacity: 0; transform: translateY(13px); } to { opacity: 1; transform: translateY(0); } } @keyframes hardware-image-in { from { opacity: .2; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } } @keyframes hardware-progress { from { transform: scaleX(1); } to { transform: scaleX(0); } }

@media (max-width: 1040px) { .advantage-layout { gap: 32px; }.advantage-stage-content strong { font-size: 21px; }.advantage-item { grid-template-columns: 21px 34px minmax(0, 1fr); padding: 12px; }.advantage-symbol { width: 34px; height: 34px; }.advantage-item strong { font-size: 13px; } }
@media (max-width: 767px) { .hero-copy.is-revealed > * { animation-duration: .48s; }.hero-visual.is-revealed .dashboard-main { animation: none; }.hero-visual.is-revealed .panel-verify { animation: panel-drift 4.5s ease-in-out .55s infinite; }.hero-visual.is-revealed .panel-order { animation: panel-drift 5.1s ease-in-out 1.05s infinite reverse; }.advantage-layout { grid-template-columns: 1fr; }.advantage-stage { min-height: 252px; margin-top: 4px; }.advantage-stage-content { margin-top: 40px; }.advantage-stage-content strong { font-size: 21px; }.advantage-stage-metric { right: 16px; bottom: 16px; max-width: 170px; text-align: right; }.advantage-list { grid-template-columns: 1fr; gap: 8px; }.advantage-item { grid-template-columns: 28px 38px minmax(0, 1fr); min-height: 73px; padding: 11px 13px; }.advantage-item small { margin-top: 2px; }.solution-card:hover .solution-card-image { transform: scale(1.04); }.hardware-device-list { grid-template-columns: repeat(3, 1fr); }.hardware-device { display: block; padding: 8px; }.hardware-device .hardware-device-icon { margin-bottom: 5px; }.hardware-device strong { font-size: 11px; }.hardware-device small { font-size: 8px; } }

/* Keep both advantage columns aligned on desktop while preserving the compact mobile flow. */
@media (min-width: 768px) {
  .advantage-layout { align-items: stretch; }
  .advantage-sticky { position: static; min-height: 100%; }
  .advantage-sticky > .eyebrow { margin-bottom: 13px; }
  .advantage-sticky h2 { max-width: 100%; margin-bottom: 13px; font-size: clamp(30px, 2.7vw, 40px); white-space: nowrap; }
  .advantage-sticky > p:not(.eyebrow) { max-width: 100%; margin-bottom: 20px; }
  .advantage-stage { flex: 1; min-height: 0; margin: 0 0 18px; }
  .advantage-stage-content { margin-top: clamp(36px, 5vw, 58px); }
  .advantage-list { grid-template-rows: repeat(3, minmax(0, 1fr)); }
  .advantage-item { min-height: 0; }
}

@media (min-width: 1180px) {
  .advantage-layout { width: min(calc(100% - 40px), var(--container)); max-width: var(--container); grid-template-columns: .96fr 1.04fr; gap: 36px; }
  .advantage-sticky h2 { font-size: clamp(34px, 2.55vw, 42px); white-space: nowrap; }
  .advantage-sticky > p:not(.eyebrow) { white-space: nowrap; }
  .advantage-stage { min-height: 292px; }
  .advantage-item { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding: 17px; }
  .advantage-count { position: absolute; top: 14px; left: 17px; }
  .advantage-symbol { width: 42px; height: 42px; }
  .advantage-item > span:last-child { padding-top: 3px; }
  .advantage-item strong { overflow: visible; font-size: 13px; line-height: 1.35; letter-spacing: -.035em; white-space: nowrap; }
  .advantage-item small { font-size: 11px; white-space: nowrap; }
}

/* Advantage-card feedback changes only the frame, never the content position. */
.advantage-item:hover, .advantage-item.is-active { padding: 15px; transform: none; }
@media (max-width: 1040px) and (min-width: 768px) { .advantage-item:hover, .advantage-item.is-active { padding: 12px; } }
@media (max-width: 767px) { .advantage-item:hover, .advantage-item.is-active { padding: 11px 13px; } }
@media (min-width: 1180px) { .advantage-item:hover, .advantage-item.is-active { padding: 17px; } }

/* Move a dedicated frame layer so card content stays perfectly still on hover. */
.advantage-item::before { position: absolute; z-index: 0; inset: -1px; content: ""; pointer-events: none; border: 1px solid transparent; border-radius: inherit; box-shadow: none; transition: border-color .25s, box-shadow .25s; }.advantage-item > * { position: relative; z-index: 1; }.advantage-item:hover, .advantage-item.is-active { border-color: #dceaf8; box-shadow: none; }.advantage-item:hover::before, .advantage-item.is-active::before { border-color: #6ebcff; box-shadow: 0 13px 26px rgb(28 108 192 / 12%); }

/* Persistent white surfaces keep the global navigation and contact area lightweight. */
.site-header, .site-header.is-scrolled { color: var(--color-ink-900); background: #fff; border-color: rgb(229 236 247 / 92%); box-shadow: 0 3px 15px rgb(22 58 111 / 6%); backdrop-filter: none; }.site-header .main-nav a { color: var(--color-ink-700); opacity: 1; }.site-header .main-nav a:hover, .site-header .main-nav a.is-active, .site-header .nav-contact { color: var(--color-ink-900); }.site-header .nav-contact:hover { color: var(--color-brand-600); }.site-header .main-nav a::after { background: var(--color-brand-600); }.site-header .menu-toggle { color: var(--color-ink-900); }

.feature-card { appearance: none; width: 100%; color: var(--color-ink-700); font: inherit; text-align: left; cursor: pointer; }.feature-card > span:not(.feature-icon):not(.feature-number):not(.mini-ticket):not(.mini-bars):not(.mini-ai) { display: block; }.feature-card.is-active { color: #fff; border: 0; background: linear-gradient(145deg, #0d6fd7, #057eba 100%); box-shadow: 0 18px 32px rgb(15 109 193 / 22%); }.feature-card.is-active::after { position: absolute; right: -22px; bottom: -45px; width: 160px; height: 160px; content: ""; border: 24px solid rgb(255 255 255 / 8%); border-radius: 50%; }.feature-card.is-active .feature-icon { color: #fff; background: rgb(255 255 255 / 16%); }.feature-card.is-active h3 { color: #fff; }.feature-card.is-active p { color: rgb(236 250 255 / 76%); }.feature-card.is-active .feature-number { color: rgb(255 255 255 / 46%); }.feature-card-ai { min-height: 196px; }.feature-card-ai .feature-icon { color: #0a88d6; background: linear-gradient(135deg, #e0f8ff, #eff2ff); }.mini-ai { position: absolute; right: 21px; bottom: 17px; display: grid; width: 74px; height: 74px; color: #087dd0; font-size: 16px; font-weight: 700; letter-spacing: .04em; place-items: center; border: 1px solid #bee8ff; border-radius: 50%; background: radial-gradient(circle, #fff 0 37%, transparent 39%), conic-gradient(from 0deg, #65d4ff, #278cf3, #a9e7ff, #65d4ff); }.mini-ai::before { position: absolute; inset: 7px; content: ""; border-radius: 50%; background: #fff; }.mini-ai b { position: relative; z-index: 1; }.mini-ai i { position: absolute; width: 5px; height: 5px; background: #52bfff; border-radius: 50%; box-shadow: 0 0 0 4px rgb(82 191 255 / 12%); }.mini-ai i:nth-child(1) { top: 8px; left: 18px; }.mini-ai i:nth-child(2) { right: 6px; bottom: 21px; }.mini-ai i:nth-child(3) { bottom: 7px; left: 23px; }.feature-card-ai.is-active .mini-ai { color: #dff8ff; border-color: rgb(179 238 255 / 45%); background: radial-gradient(circle, #1678c9 0 37%, transparent 39%), conic-gradient(from 0deg, #83efff, #4b8dff, #77e4ff, #83efff); }.feature-card-ai.is-active .mini-ai::before { background: #1678c9; }.feature-card-ai.is-active .mini-ai i { background: #9ff6ff; }

.site-footer { color: var(--color-ink-500); background: #fff; border-top: 1px solid var(--color-line); }.footer-phone { color: #e19a00; }.footer-phone:hover { color: #b77900; }.footer-service-note, .footer-addresses li, .footer-link-group p { color: var(--color-ink-500); }.footer-addresses li::before { background: #8da0b8; }.footer-links-panel { border-left-color: var(--color-line); }.footer-link-group h2 { color: var(--color-ink-900); }.footer-link-group a:hover { color: var(--color-brand-600); }.footer-bottom { color: var(--color-ink-400); border-top-color: var(--color-line); }.footer-bottom > a { color: var(--color-ink-500); }.footer-bottom > a:hover { color: var(--color-brand-600); }

@media (max-width: 767px) { .site-header { background: #fff; }.feature-card-ai { min-height: 185px; }.mini-ai { right: 15px; bottom: 14px; transform: scale(.76); transform-origin: right bottom; }.footer-links-panel { border-top-color: var(--color-line); } }

/* Keep the customer-scenario cards dense enough to read as a single visual row. */
.case-section { padding: 94px 0 80px; }.case-heading { margin-bottom: 34px; }.case-grid { gap: 12px; }.case-grid article { min-height: 188px; padding: 24px 18px; }.case-grid span { font-size: 10px; letter-spacing: .14em; }.case-grid h3 { margin: 42px 0 7px; font-size: 23px; line-height: 1.25; }.case-grid p { font-size: 13px; line-height: 1.55; }.case-note { margin-top: 18px; }
@media (max-width: 767px) { .case-section { padding: 68px 0 60px; }.case-grid article { min-height: 132px; padding: 16px 13px; }.case-grid span { font-size: 8px; }.case-grid h3 { margin: 23px 0 4px; font-size: 17px; }.case-grid p { font-size: 10px; } }
