@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700&display=swap');

:root {
  --navy: #071427;
  --navy-2: #0b1d35;
  --navy-3: #102844;
  --amber: #f5a623;
  --amber-2: #ffbe4a;
  --cream: #fbf8f1;
  --paper: #ffffff;
  --ink: #102033;
  --muted: #627083;
  --line: #dde3e9;
  --green: #19b966;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(5, 20, 40, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.scroll-progress { position: fixed; z-index: 300; top: 0; left: 0; width: 100%; height: 3px; transform: scaleX(var(--scroll-progress, 0)); transform-origin: left center; background: linear-gradient(90deg, var(--amber), #ffe08a); box-shadow: 0 0 18px rgba(245,166,35,.55); pointer-events: none; }
.pointer-glow { position: fixed; z-index: 4; width: 360px; height: 360px; left: 0; top: 0; border-radius: 50%; background: radial-gradient(circle, rgba(245,166,35,.10), transparent 68%); transform: translate3d(calc(var(--pointer-x, -500px) - 50%), calc(var(--pointer-y, -500px) - 50%), 0); pointer-events: none; will-change: transform; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1000; padding: 12px 18px; background: var(--amber); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 20px; }

.utility-bar { background: #040d19; color: #dbe4ef; font-size: 12px; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; display: flex; align-items: center; gap: 8px; }
.utility-inner div { display: flex; align-items: center; gap: 24px; }
.utility-inner a { transition: color .2s; }
.utility-inner a:hover { color: var(--amber-2); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #45d885; box-shadow: 0 0 0 5px rgba(69,216,133,.1); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(10,29,53,.08); backdrop-filter: blur(16px); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: 0 12px 30px rgba(6,20,38,.09); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 116px; height: 80px; object-fit: contain; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 700; color: #2b3a4d; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--amber); transition: right .25s; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 16px; padding: 13px 17px; background: var(--navy); color: #fff; border-radius: 8px; transition: transform .2s, background .2s; }
.nav-cta span { color: var(--amber); font-size: 18px; }
.nav-cta:hover { transform: translateY(-2px); background: var(--navy-3); }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s; }

.hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-glow { position: absolute; width: 600px; height: 600px; left: -360px; bottom: -320px; border-radius: 50%; background: var(--amber); filter: blur(130px); opacity: .14; }
.hero-grid { position: relative; min-height: 720px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; padding-block: 70px 84px; }
.hero-copy { max-width: 650px; }
.eyebrow, .kicker { margin: 0 0 21px; color: #c67600; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--amber-2); }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero h1, .section h2, .contact-section h2 { margin: 0; font-family: "Sora", sans-serif; font-weight: 600; line-height: 1.07; letter-spacing: -.045em; }
.hero h1 { max-width: 680px; font-size: clamp(44px, 5.1vw, 72px); }
.hero h1 em { display: block; color: var(--amber-2); font-style: normal; }
.hero-lead { max-width: 590px; margin: 27px 0 32px; color: #c4cfdd; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .25s, background .2s, border-color .2s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button span { transition: transform .25s; }
.button:hover span { transform: translateX(5px); }
.button-primary { background: var(--amber); color: #15110a; }
.button-primary:hover { background: var(--amber-2); box-shadow: 0 12px 32px rgba(245,166,35,.24); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.25); }
.button-ghost:hover { border-color: var(--amber); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof div { display: flex; gap: 10px; align-items: flex-start; }
.hero-proof strong { color: var(--amber-2); font: 600 13px "Sora", sans-serif; }
.hero-proof span { color: #9eacbd; font-size: 11px; font-weight: 700; line-height: 1.4; text-transform: uppercase; letter-spacing: .05em; }
.hero-visual { position: relative; align-self: stretch; display: flex; align-items: center; justify-content: flex-end; padding-bottom: 44px; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; z-index: 0; border: 1px solid rgba(245,166,35,.28); pointer-events: none; }
.hero-visual::before { width: 94px; height: 94px; top: 12%; left: 0; animation: shape-drift 9s ease-in-out infinite; }
.hero-visual::after { width: 46px; height: 46px; right: 3%; top: 8%; background: rgba(245,166,35,.08); animation: shape-drift 7s ease-in-out -2s infinite reverse; }
.photo-frame { --media-x: 0px; --media-y: 0px; position: relative; z-index: 1; width: min(100%, 470px); aspect-ratio: .84; border-radius: 160px 160px 20px 20px; overflow: hidden; box-shadow: 0 35px 80px rgba(0,0,0,.38); transform: translate3d(var(--media-x), var(--media-y), 0); transition: transform .35s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,13,25,.78), transparent 50%); pointer-events: none; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 76% center; }
.photo-label { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.photo-label span { color: var(--amber-2); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.photo-label strong { text-align: right; font: 600 14px/1.4 "Sora", sans-serif; }
.quote-card { --card-x: 0px; --card-y: 0px; position: absolute; z-index: 3; right: -20px; bottom: 34px; width: 290px; padding: 22px; color: var(--ink); background: #fff; border-radius: 14px; box-shadow: var(--shadow); transform: translate3d(var(--card-x), var(--card-y), 0); transition: transform .4s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.quote-card p { margin: 0 0 14px; font: 600 16px/1.35 "Sora", sans-serif; }
.quote-card a { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; background: var(--amber); border-radius: 7px; font-size: 12px; font-weight: 800; }
.quote-card small { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; text-align: center; }

.trust-band { color: #fff; background: #0b1f38; border-top: 1px solid rgba(255,255,255,.08); }
.trust-row { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-row p { color: #8190a2; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.trust-row ul { display: flex; align-items: center; justify-content: flex-end; gap: 42px; margin: 0; padding: 0; list-style: none; }
.trust-row li { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; }
.trust-row li span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(245,166,35,.45); border-radius: 50%; color: var(--amber-2); font-size: 9px; }

.section { padding: 110px 0; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; margin-bottom: 55px; }
.section h2, .contact-section h2 { font-size: clamp(36px, 4vw, 55px); color: var(--navy); }
.section-head > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { --tilt-x: 0deg; --tilt-y: 0deg; --card-lift: 0px; --spot-x: 50%; --spot-y: 50%; position: relative; isolation: isolate; overflow: hidden; min-height: 340px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--card-lift)); transition: transform .18s ease-out, box-shadow .25s, background .25s; will-change: transform; }
.solution-card::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: 0; background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(245,166,35,.18), transparent 38%); transition: opacity .25s; }
.solution-card:hover { z-index: 2; --card-lift: -8px; box-shadow: var(--shadow); }
.solution-card:hover::before { opacity: 1; }
.solution-card.solution-featured { background: var(--cream); }
.card-top { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 56px; }
.card-top span { color: var(--amber); font: 600 13px "Sora", sans-serif; }
.card-top b { color: #8290a0; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.solution-card h3 { margin: 0; font: 600 21px/1.25 "Sora", sans-serif; letter-spacing: -.03em; }
.solution-card p { margin: 14px 0 18px; color: var(--muted); font-size: 13px; }
.solution-card ul { margin: 0 0 18px; padding: 0; color: #405066; list-style: none; font-size: 12px; }
.solution-card li { position: relative; padding: 4px 0 4px 17px; }
.solution-card li::before { content: ""; position: absolute; left: 0; top: 12px; width: 7px; height: 2px; background: var(--amber); }
.solution-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.solution-card a span { color: var(--amber); font-size: 18px; }

.segments { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.segments::before { content: ""; position: absolute; width: 520px; height: 520px; top: -300px; right: -260px; border: 90px solid rgba(245,166,35,.06); border-radius: 50%; }
.segment-intro { max-width: 760px; margin-bottom: 50px; }
.kicker.light { color: var(--amber-2); }
.segments h2, .contact-section h2 { color: #fff; }
.segment-intro > p:last-child { max-width: 630px; color: #99a9bb; }
.segment-tabs { position: relative; display: grid; grid-template-columns: 300px 1fr; min-height: 430px; border: 1px solid rgba(255,255,255,.12); }
.tab-list { display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.12); }
.tab-list button { flex: 1; min-height: 80px; padding: 18px 24px; text-align: left; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #9baabb; background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; transition: color .2s, background .2s; }
.tab-list button:last-child { border-bottom: 0; }
.tab-list button[aria-selected="true"] { color: var(--navy); background: var(--amber); }
.tab-panel { position: relative; display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 28px; padding: 58px; background: radial-gradient(circle at 90% 10%, rgba(245,166,35,.12), transparent 40%); animation: panel-enter .42s cubic-bezier(.2,.8,.2,1) both; }
.tab-panel[hidden] { display: none; }
.panel-number { color: rgba(255,255,255,.12); font: 600 86px "Sora", sans-serif; }
.panel-kicker { margin: 0 0 10px; color: var(--amber-2); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.tab-panel h3 { max-width: 640px; margin: 0 0 24px; font: 600 clamp(28px, 3vw, 42px)/1.13 "Sora", sans-serif; letter-spacing: -.04em; }
.tab-panel ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; color: #aab7c7; list-style: none; font-size: 12px; }
.tab-panel li { padding-top: 13px; border-top: 2px solid rgba(245,166,35,.55); }

.method { background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #d7d8d5; }
.steps li { position: relative; padding: 34px 28px 0 0; }
.steps li:not(:last-child)::after { content: ""; position: absolute; top: -4px; right: 24px; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }
.steps span { color: #b67a18; font: 600 12px "Sora", sans-serif; }
.steps h3 { margin: 34px 0 12px; font: 600 19px "Sora", sans-serif; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; }

.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.about-image { position: relative; }
.about-image::before { content: ""; position: absolute; z-index: -1; inset: 35px -35px -35px 35px; background: var(--amber); border-radius: 12px; }
.about-image { overflow: visible; }
.about-image img { --about-shift: 0px; width: 100%; aspect-ratio: .92; object-fit: cover; object-position: 60% center; border-radius: 12px; box-shadow: var(--shadow); transform: translate3d(0, var(--about-shift), 0) scale(1.025); transition: transform .25s linear; will-change: transform; }
.about-image > span { position: absolute; right: -20px; bottom: 25px; padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.about-copy > p:not(.kicker) { color: var(--muted); }
.about-values { margin-top: 30px; border-top: 1px solid var(--line); }
.about-values div { display: grid; grid-template-columns: 125px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.about-values strong { color: var(--navy); font: 600 14px "Sora", sans-serif; }
.about-values span { color: var(--muted); font-size: 12px; }

.contact-section { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: #081a30; }
.contact-section::after { content: "BY"; position: absolute; right: -30px; bottom: -150px; color: rgba(255,255,255,.025); font: 700 400px "Sora", sans-serif; letter-spacing: -.12em; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.contact-copy > p:not(.kicker) { color: #9bacbf; }
.direct-contacts { display: grid; gap: 10px; margin-top: 36px; }
.direct-contacts a { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.direct-contacts span { color: var(--amber-2); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.direct-contacts strong { font-size: 13px; }
.contact-form { padding: 35px; color: var(--ink); background: #fff; border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; color: #314156; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f7f8fa; border: 1px solid #e0e4e9; border-radius: 7px; outline: 0; font-size: 13px; font-weight: 500; text-transform: none; letter-spacing: 0; transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(245,166,35,.13); }
.contact-form.chat-prefilled { animation: form-highlight 1.35s ease; }
.form-submit { width: 100%; border: 0; }
.form-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.honey-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { min-height: 20px; margin: 12px 0 0; font-size: 11px; font-weight: 700; text-align: center; }
.form-status.success { color: #0a8b4a; }
.form-status.error { color: #b9382f; }
.form-status a { text-decoration: underline; }
.form-note { margin: 10px 0 0; color: #7a8795; font-size: 10px; text-align: center; }

.site-footer { padding: 70px 0 22px; color: #9aa8b8; background: #040d19; font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 70px; padding-bottom: 55px; }
.brand-footer img { width: 150px; height: 112px; object-fit: contain; border: 0; background: transparent; box-shadow: none; }
.footer-grid > div:first-child p { max-width: 360px; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 9px; }
.footer-grid > div > strong { margin-bottom: 6px; color: #fff; font: 600 13px "Sora", sans-serif; }
.footer-grid a:hover { color: var(--amber-2); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.chatbot { position: fixed; z-index: 95; right: 22px; bottom: 20px; font-size: 13px; }
.chatbot-launcher { display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 7px 8px 7px 16px; color: #fff; background: var(--navy); border: 1px solid rgba(245,166,35,.35); border-radius: 999px; box-shadow: 0 16px 38px rgba(4,13,25,.28); cursor: pointer; animation: chatbot-float 4s ease-in-out infinite; transition: transform .2s, box-shadow .2s; }
.chatbot-launcher:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 20px 42px rgba(4,13,25,.34); animation-play-state: paused; }
.chatbot-launcher > span:nth-child(2) { font-size: 11px; font-weight: 800; }
.chatbot-launcher b { display: grid; place-items: center; width: 36px; height: 36px; color: var(--navy); background: var(--amber); border-radius: 50%; font: 700 12px "Sora", sans-serif; transition: transform .28s; }
.chatbot-launcher b svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.chatbot.is-open .chatbot-launcher b { transform: rotate(8deg) scale(.94); }
.chatbot-pulse { width: 7px; height: 7px; border-radius: 50%; background: #45d885; box-shadow: 0 0 0 5px rgba(69,216,133,.12); animation: status-pulse 2s ease-out infinite; }
.chatbot-panel { position: absolute; right: 0; bottom: 62px; width: min(390px, calc(100vw - 28px)); overflow: hidden; color: var(--ink); background: #fff; border: 1px solid #dce3ea; border-radius: 18px; box-shadow: 0 28px 80px rgba(4,13,25,.26); transform-origin: right bottom; animation: chatbot-panel-in .32s cubic-bezier(.2,.8,.2,1); }
.chatbot-panel[hidden] { display: none; }
.chatbot-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 16px; color: #fff; background: var(--navy); }
.chatbot-identity { display: flex; align-items: center; gap: 10px; min-width: 0; }
.chatbot-identity > div { display: grid; }
.chatbot-avatar { flex: 0 0 auto; display: grid; place-items: center; width: 36px; height: 36px; color: var(--navy); background: var(--amber); border-radius: 11px; box-shadow: 0 7px 18px rgba(0,0,0,.2); }
.chatbot-avatar svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.chatbot-head b { font: 600 14px "Sora", sans-serif; }
.chatbot-identity > div > span { display: flex; align-items: center; gap: 7px; margin-top: 4px; color: #9fb0c3; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.chatbot-head i { width: 6px; height: 6px; border-radius: 50%; background: #45d885; }
.chatbot-head-actions { display: flex; gap: 6px; }
.chatbot-head button { display: grid; place-items: center; width: 30px; height: 30px; padding: 0; color: #fff; background: rgba(255,255,255,.08); border: 0; border-radius: 50%; font-size: 19px; cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.chatbot-head button:hover { color: var(--amber-2); background: rgba(255,255,255,.14); transform: rotate(8deg); }
.chatbot-messages { max-height: 290px; min-height: 158px; overflow-y: auto; display: flex; flex-direction: column; gap: 9px; padding: 16px; background: linear-gradient(145deg, #f7f8fa, #f0f3f6); scroll-behavior: smooth; }
.chat-message { max-width: 90%; padding: 10px 12px; border-radius: 12px; font-size: 11px; line-height: 1.5; animation: chat-message-in .28s cubic-bezier(.2,.75,.3,1) both; }
.chat-message.bot { align-self: flex-start; background: #fff; border: 1px solid #e1e6eb; border-bottom-left-radius: 3px; }
.chat-message.user { align-self: flex-end; color: #fff; background: var(--navy-3); border-bottom-right-radius: 3px; }
.chat-message.summary { width: 100%; max-width: 100%; color: #24364b; background: #fffaf0; border: 1px solid #efd49b; }
.chat-summary { display: grid; gap: 6px; margin-top: 7px; }
.chat-summary div { display: grid; grid-template-columns: 78px 1fr; gap: 8px; padding-top: 5px; border-top: 1px solid rgba(166,106,9,.13); }
.chat-summary strong { color: #9a5b00; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.message-author { display: block; margin-bottom: 3px; color: #a66a09; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.chat-message.action { padding: 0; border: 0; background: transparent; }
.chat-message.action a { display: block; padding: 9px 12px; color: #9a5b00; background: #fff4dd; border: 1px solid #f0d69f; border-radius: 9px; font-weight: 800; }
.chat-actions { display: grid; gap: 7px; }
.chat-actions a:last-child { color: #fff; background: var(--navy-3); border-color: var(--navy-3); }
.chat-message.typing { display: flex; align-items: center; gap: 4px; width: 52px; min-height: 34px; }
.chat-message.typing i { width: 5px; height: 5px; border-radius: 50%; background: #8290a0; animation: typing-dot 1s ease-in-out infinite; }
.chat-message.typing i:nth-child(2) { animation-delay: .14s; }
.chat-message.typing i:nth-child(3) { animation-delay: .28s; }
.chatbot-options { display: flex; flex-wrap: wrap; gap: 7px; padding: 13px 15px 4px; }
.chatbot-options.waiting { opacity: .45; pointer-events: none; }
.chatbot-options button { min-height: 31px; padding: 7px 10px; color: #37475a; background: #fff; border: 1px solid #d9e0e7; border-radius: 999px; font-size: 9px; font-weight: 800; cursor: pointer; animation: option-in .28s ease both; animation-delay: calc(var(--option-index, 0) * 45ms); }
.chatbot-options button:hover { color: var(--navy); border-color: var(--amber); background: #fff9ed; }
.chatbot-input { display: grid; grid-template-columns: 1fr 38px; gap: 7px; padding: 10px 15px; }
.chatbot-input input { min-width: 0; padding: 10px 12px; background: #f7f8fa; border: 1px solid #dde3e9; border-radius: 8px; outline: 0; font-size: 11px; }
.chatbot-input input:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(245,166,35,.12); }
.chatbot-input button { color: var(--navy); background: var(--amber); border: 0; border-radius: 8px; font-size: 18px; font-weight: 800; cursor: pointer; }
.chatbot-input button:hover { background: var(--amber-2); transform: translateX(1px); }
.chatbot-note { margin: 0; padding: 0 15px 12px; color: #7a8794; font-size: 8px; text-align: center; }

@keyframes chatbot-panel-in {
  from { opacity: 0; transform: translateY(18px) scale(.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes chat-message-in {
  from { opacity: 0; transform: translateY(9px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes option-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes typing-dot {
  0%, 60%, 100% { transform: translateY(0); opacity: .45; }
  30% { transform: translateY(-4px); opacity: 1; }
}
@keyframes chatbot-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
@keyframes status-pulse {
  0% { box-shadow: 0 0 0 0 rgba(69,216,133,.38); }
  70%, 100% { box-shadow: 0 0 0 7px rgba(69,216,133,0); }
}
@keyframes shape-drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(8deg); }
  50% { transform: translate3d(12px, -18px, 0) rotate(22deg); }
}
@keyframes panel-enter {
  from { opacity: 0; transform: translate3d(24px, 0, 0) scale(.985); }
  to { opacity: 1; transform: none; }
}
@keyframes form-highlight {
  0%, 100% { box-shadow: 0 30px 80px rgba(0,0,0,.26); }
  45% { box-shadow: 0 0 0 5px rgba(245,166,35,.28), 0 30px 80px rgba(0,0,0,.26); }
}

[data-reveal] { opacity: 0; transform: translateY(28px) scale(.985); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].revealed { opacity: 1; transform: none; }
.solution-card[data-reveal] { transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(calc(28px + var(--card-lift))) scale(.985); }
.solution-card[data-reveal].revealed { transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--card-lift)); }

@media (max-width: 980px) {
  .main-nav { gap: 17px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, 440px); gap: 25px; }
  .hero h1 { font-size: clamp(43px, 5.1vw, 50px); }
  .quote-card { right: 0; }
  .trust-row ul { gap: 17px; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .section-head { gap: 45px; }
  .about-grid, .contact-grid { gap: 55px; }
}

@media (max-width: 760px) {
  body { overflow-x: hidden; }
  .shell { width: min(calc(100% - 28px), 620px); }
  .utility-inner { min-height: 34px; justify-content: center; }
  .utility-inner > p, .utility-inner a:first-child { display: none; }
  .utility-inner div { gap: 0; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 94px; height: 66px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 15px 14px 20px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 20px 35px rgba(0,0,0,.1); }
  .main-nav.open { display: grid; }
  .main-nav > a:not(.nav-cta) { display: block; padding: 10px 6px; }
  .nav-cta { justify-content: space-between; }
  .hero-grid { min-height: auto; grid-template-columns: minmax(0, 1fr); gap: 36px; padding-block: 48px 58px; }
  .hero-copy { min-width: 0; }
  .hero h1 { font-size: clamp(39px, 12vw, 56px); overflow-wrap: anywhere; }
  .hero-lead { font-size: 15px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { flex: 1 1 210px; }
  .hero-proof { gap: 10px; }
  .hero-proof div { display: grid; }
  .hero-visual { min-height: 0; justify-content: center; padding: 0 0 100px; }
  .hero-visual::before { left: -12px; top: 8%; }
  .hero-visual::after { right: 0; top: 3%; }
  .photo-frame { width: min(calc(100% - 16px), 480px); height: auto; aspect-ratio: .78; border-radius: clamp(92px, 28vw, 120px) clamp(92px, 28vw, 120px) 18px 18px; }
  .photo-frame img { object-position: 80% center; }
  .quote-card { left: 50%; right: auto; bottom: 8px; width: min(calc(100% - 28px), 360px); transform: translate3d(calc(-50% + var(--card-x)), var(--card-y), 0); }
  .photo-label { left: 22px; right: 22px; }
  .photo-label strong { max-width: 170px; }
  .trust-row { display: block; padding-block: 23px; }
  .trust-row p { margin-top: 0; }
  .trust-row ul { display: grid; grid-template-columns: 1fr 1fr; justify-content: start; }
  .section, .contact-section { padding: 78px 0; }
  .section-head { display: block; margin-bottom: 38px; }
  .section-head > p { margin-top: 22px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; padding: 27px 24px; }
  .card-top { margin-bottom: 38px; }
  .segment-tabs { display: block; }
  .tab-list { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scroll-snap-type: x proximity; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .tab-list button { flex: 0 0 auto; min-width: 170px; min-height: 66px; padding: 14px 18px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 0; scroll-snap-align: start; }
  .tab-panel { min-height: 390px; grid-template-columns: 1fr; align-content: center; padding: 38px 24px 32px; }
  .panel-number { position: absolute; top: 20px; right: 20px; font-size: 55px; }
  .tab-panel ul { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .about-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 56px; }
  .about-image { margin-right: 14px; }
  .about-image > span { right: -10px; }
  .about-copy { padding-top: 10px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: start; gap: 14px; }
  .direct-contacts strong { text-align: right; overflow-wrap: anywhere; }
  .chatbot-launcher > span:nth-child(2), .chatbot-pulse { display: none; }
  .chatbot-launcher { padding: 7px; }
  .chatbot { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); }
  .chatbot-panel { max-height: calc(100dvh - 92px); }
  .chatbot-messages { max-height: min(290px, calc(100dvh - 330px)); }
}

@media (max-width: 440px) {
  .shell { width: calc(100% - 24px); }
  .nav-wrap { min-height: 66px; }
  .brand img { width: 86px; height: 60px; }
  .hero-grid { padding-block: 40px 48px; }
  .hero h1 { font-size: clamp(35px, 11.6vw, 48px); }
  .eyebrow, .kicker { letter-spacing: .12em; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 34px; }
  .hero-proof span { font-size: 9px; }
  .hero-visual { padding-bottom: 116px; }
  .photo-frame { width: 100%; aspect-ratio: .72; }
  .photo-label strong { display: none; }
  .quote-card { bottom: 4px; width: calc(100% - 14px); padding: 18px; }
  .trust-row ul { grid-template-columns: 1fr; }
  .section, .contact-section { padding: 64px 0; }
  .section h2, .contact-section h2 { font-size: clamp(32px, 10vw, 42px); }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .steps li { padding: 24px 0 0; }
  .steps h3 { margin-top: 18px; }
  .steps li:not(:last-child)::after { display: none; }
  .tab-list button { min-width: 156px; }
  .tab-panel { min-height: 420px; padding-inline: 20px; }
  .about-image { margin-right: 8px; }
  .about-image::before { inset: 22px -18px -22px 22px; }
  .about-image > span { right: -4px; bottom: 16px; }
  .about-values div { grid-template-columns: 100px 1fr; gap: 13px; }
  .contact-form { padding: 24px 18px; }
  .direct-contacts a { align-items: flex-start; display: grid; gap: 4px; }
  .direct-contacts strong { text-align: left; }
  .footer-grid { padding-bottom: 38px; }
  .footer-bottom { display: grid; gap: 5px; }
  .chatbot { left: 12px; right: 12px; display: flex; justify-content: flex-end; }
  .chatbot-panel { left: 0; right: 0; width: 100%; }
}

@media (max-width: 350px) {
  .hero h1 { font-size: 34px; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; }
  .hero-proof div { grid-template-columns: 28px 1fr; align-items: center; }
  .hero-proof span br { display: none; }
  .photo-frame { aspect-ratio: .68; }
  .quote-card p { font-size: 14px; }
  .tab-panel { min-height: 450px; }
  .about-values div { grid-template-columns: 1fr; }
}

@media (hover: none), (pointer: coarse) {
  .solution-card:hover { --card-lift: 0px; box-shadow: none; }
  .solution-card:hover::before { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .pointer-glow, .scroll-progress { display: none; }
  .photo-frame, .about-image img, .solution-card { transform: none !important; }
}
