:root {
  --ink: #12213a;
  --muted: #61708a;
  --paper: #f7f9fd;
  --white: #fff;
  --line: #dce4f0;
  --blue: #2563eb;
  --blue-deep: #123d8b;
  --blue-wash: #e9f1ff;
  --navy: #0b1f3a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
.header-shell { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(184, 200, 224, .78); background: rgba(247, 249, 253, .88); box-shadow: 0 10px 30px rgba(24, 56, 105, .06); backdrop-filter: blur(18px); }

.site-header, .hero, .section, .site-footer { max-width: 1180px; margin: auto; padding-left: 32px; padding-right: 32px; }
.site-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; letter-spacing: -.7px; }
.brand b { font-weight: 780; }
.brand-mark { position: relative; display: inline-block; flex: none; width: 34px; height: 34px; border-radius: 11px 11px 11px 4px; background: linear-gradient(145deg, #4b91ff, var(--blue-deep)); box-shadow: 0 9px 20px rgba(37,99,235,.28); overflow: hidden; }
.brand-mark span { position: absolute; display: block; background: #fff; border-radius: 3px; }
.brand-mark span:nth-child(1) { left: 8px; top: 8px; width: 7px; height: 18px; }
.brand-mark span:nth-child(2) { left: 19px; top: 8px; width: 7px; height: 7px; }
.brand-mark span:nth-child(3) { left: 19px; top: 19px; width: 7px; height: 7px; }
nav { display: flex; align-items: center; gap: 24px; color: #40516c; font-size: 14px; font-weight: 650; }
nav a:not(.pill) { padding: 7px 0; }
.pill { padding: 10px 15px; color: #fff; background: var(--blue); border-radius: 99px; box-shadow: 0 7px 15px rgba(37,99,235,.2); }
a:focus-visible, button:focus-visible { outline: 3px solid #79a9ff; outline-offset: 3px; }

.hero { min-height: 610px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-top: 62px; padding-bottom: 84px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 22px; font-size: clamp(42px, 5.2vw, 72px); line-height: .99; letter-spacing: -.062em; }
.lead { max-width: 550px; margin-bottom: 31px; color: var(--muted); font-size: 18px; }
.actions { display: flex; align-items: center; gap: 26px; margin: 0 0 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 22px; border-radius: 10px; font-weight: 760; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.dark { color: #fff; background: var(--navy); box-shadow: 0 12px 24px rgba(11,31,58,.19); }
.button.light { color: var(--navy); background: #fff; }
.text-link { color: var(--blue-deep); font-weight: 760; }
.hero small { color: var(--muted); }

.demo { position: relative; min-height: 370px; padding-top: 22px; }
.demo > b { display: block; margin-bottom: 14px; color: var(--blue); font-size: 11px; letter-spacing: .12em; }
.browser { position: relative; z-index: 1; overflow: hidden; border: 1px solid #d8e3f4; border-radius: 17px; background: #fff; box-shadow: 0 28px 55px rgba(24,56,105,.17); }
.dots { height: 35px; padding: 7px 13px; color: #9aacc8; letter-spacing: 3px; background: #f4f7fc; font-size: 10px; }
.top { height: 54px; display: flex; align-items: center; gap: 17px; padding: 0 22px; border-top: 1px solid #e3eaf5; border-bottom: 1px solid #e3eaf5; color: #7786a0; font-size: 11px; }
.top strong { margin-right: auto; color: var(--ink); }
.screen { min-height: 220px; display: flex; align-items: center; justify-content: space-between; padding: 32px 36px; background: linear-gradient(135deg, #edf4ff, #dfeaff); }
.screen em { display: block; margin-bottom: 9px; color: var(--blue); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .13em; }
.screen h2 { max-width: 230px; margin-bottom: 18px; font-size: 33px; line-height: 1.02; letter-spacing: -.05em; }
.screen mark { display: inline-block; padding: 7px 12px; color: #fff; background: var(--blue); border-radius: 6px; font-size: 10px; font-weight: 800; }
.shape { width: 106px; height: 135px; border-radius: 55px 55px 14px 14px; background: linear-gradient(180deg, #73a7ff, #245bbf); transform: rotate(20deg); box-shadow: inset 18px 0 rgba(255,255,255,.16); }
.note { position: absolute; z-index: 2; right: -22px; bottom: 0; max-width: 195px; display: flex; gap: 11px; align-items: center; padding: 13px 15px; background: var(--navy); color: #fff; border-radius: 10px; box-shadow: 0 15px 25px rgba(11,31,58,.2); font-size: 12px; }
.note b { color: #91baff; }

.band { padding: 19px 32px; color: #fff; background: linear-gradient(100deg, var(--blue-deep), var(--blue)); text-align: center; font-size: 20px; }
.section { padding-top: 104px; padding-bottom: 104px; }
.section > h2, .contact h2 { max-width: 690px; margin-bottom: 18px; font-size: clamp(33px, 4vw, 52px); line-height: 1.04; letter-spacing: -.052em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 45px; }
.steps article { min-height: 218px; padding: 26px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.steps article > b { color: var(--blue); font-size: 13px; }
h3 { margin: 28px 0 10px; font-size: 19px; letter-spacing: -.025em; }
.steps p, .intro { color: var(--muted); }
.offer { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: center; padding-top: 72px; padding-bottom: 72px; background: #eaf2ff; border-radius: 26px; }
.offer-main { padding-left: 44px; }
.offer ul { padding-left: 20px; color: #455570; }
.offer li { margin: 10px 0; }
.offer aside { margin-right: 42px; padding: 29px; background: #fff; border-radius: 15px; box-shadow: 0 18px 36px rgba(34,80,148,.12); }
.offer aside p { margin-bottom: 4px; color: var(--muted); font-size: 13px; }
.offer aside strong { display: block; color: var(--blue-deep); font-size: 36px; letter-spacing: -.05em; }
.offer aside span, .offer aside small { display: block; color: var(--muted); font-size: 13px; }
.offer aside hr { margin: 20px 0; border: 0; border-top: 1px solid var(--line); }
.offer aside small { margin-top: 20px; }
.intro { max-width: 610px; }
.project-scroll-hint { display: flex; align-items: center; gap: 7px; margin: 22px 0 -22px; color: var(--muted); font-size: 13px; }
.project-scroll-hint b { color: var(--ink); }.project-scroll-hint span { color: var(--blue); font-size: 17px; font-weight: 800; }
.projects { display: flex; gap: 16px; margin-top: 42px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x proximity; scrollbar-width: thin; }
.project { flex: 0 0 calc((100% - 64px) / 4.25); min-height: 310px; display: flex; flex-direction: column; padding: 21px; border-radius: 15px; color: var(--ink); scroll-snap-align: start; transition: transform .2s ease, box-shadow .2s ease; }
.project:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(26,60,111,.15); }
.project b { font-size: 13px; }
.project em { margin-top: 34px; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .12em; }
.project h3 { margin: 8px 0; font-size: 25px; }
.project small { line-height: 1.45; }
.bars { width: 64%; height: 77px; margin: 37px auto 0; border-radius: 7px; background: repeating-linear-gradient(to bottom, rgba(18,33,58,.75) 0 8px, transparent 8px 18px); opacity: .62; }
.clay { background: #dceaff; }.lime { background: #d9f2ea; }.blue { background: #dbe5fc; }.violet { background: #e8e4ff; }.sand { background: #ffe9d6; }
.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); gap: 66px; align-items: start; padding: 76px max(32px, calc((100vw - 1116px)/2)); color: #fff; background: linear-gradient(125deg, #0b1f3a, #164aa0); }
.contact .eyebrow { color: #9dc0ff; }.contact h2 { margin-bottom: 15px; }.contact-copy > p:not(.eyebrow) { max-width: 570px; color: #d5e2fa; }
.contact-privacy { margin-top: 24px; font-size: 13px; }.contact-privacy a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.contact-form { padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(7,24,52,.34); box-shadow: 0 18px 38px rgba(3,14,34,.16); }
.form-row { margin-bottom: 15px; }.form-row label { display: block; margin-bottom: 6px; color: #dce9ff; font-size: 13px; font-weight: 720; }.form-row label span { color: #a9ccff; }.form-row label small { color: #bdd0ee; font-weight: 500; }
.form-row input, .form-row textarea { width: 100%; border: 1px solid rgba(206,224,251,.34); border-radius: 8px; padding: 11px 12px; color: var(--ink); background: #fff; font: inherit; font-size: 14px; }.form-row textarea { min-height: 118px; resize: vertical; }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }.form-submit { width: 100%; border: 0; cursor: pointer; }.form-status { margin: 14px 0 0; color: #e1edff; font-size: 13px; }
.site-footer { padding-top: 28px; padding-bottom: 28px; border-top: 1px solid var(--line); }
.footer-line { display: flex; align-items: center; gap: 34px; }
.footer-links, .footer-copy { color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: nowrap; gap: 19px; }
.footer-copy { margin-left: auto; white-space: nowrap; }
.legal-page { max-width: 840px; min-height: 60vh; margin: 50px auto; padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.legal-page h1 { font-size: 42px; }.legal-page h2 { margin-top: 32px; font-size: 23px; }.legal-page p, .legal-page li { color: #4e5e76; }
.cookie-notice { position: fixed; z-index: 10; right: 22px; bottom: 22px; max-width: 440px; display: flex; gap: 20px; align-items: center; padding: 18px; color: #fff; background: var(--navy); border: 1px solid rgba(255,255,255,.15); border-radius: 15px; box-shadow: 0 18px 40px rgba(11,31,58,.3); }
.cookie-notice[hidden] { display: none; }
.cookie-notice p { margin: 4px 0 0; color: #d4e1f7; font-size: 13px; }.cookie-actions { display: flex; flex: none; align-items: center; gap: 12px; }.cookie-actions a { color: #bdd5ff; font-size: 13px; }.cookie-actions button { padding: 9px 12px; border: 0; border-radius: 8px; color: var(--navy); background: #fff; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }

@media (max-width: 800px) {
  .site-header, .hero, .section, .site-footer { padding-left: 21px; padding-right: 21px; }
  .site-header { min-height: 68px; }.site-header nav a:not(.pill) { display: none; }.site-header nav { gap: 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 40px; padding-top: 48px; padding-bottom: 54px; } h1 { font-size: 48px; }.demo { min-height: 335px; }
  .screen { padding: 25px; }.shape { width: 80px; height: 104px; }.note { right: 0; }
  .steps { grid-template-columns: 1fr 1fr; }.project-scroll-hint { margin-top: 18px; }.projects { margin-right: -21px; padding-right: 21px; }.project { flex-basis: min(78vw, 320px); }.offer { grid-template-columns: 1fr; gap: 30px; padding: 38px 22px; }.offer-main { padding-left: 0; }.offer aside { margin-right: 0; }
  .contact { grid-template-columns: 1fr; gap: 35px; padding: 60px 21px; }.footer-line { flex-wrap: wrap; gap: 18px; }.footer-links { flex-wrap: wrap; }.footer-copy { width: 100%; margin-left: 0; }
}
@media (max-width: 480px) { .brand { font-size: 17px; }.steps { grid-template-columns: 1fr; }.actions { display: block; }.text-link { display: inline-block; margin: 17px 0 0; }.screen h2 { font-size: 28px; }.shape { width: 66px; height: 88px; }.cookie-notice { left: 14px; right: 14px; bottom: 14px; display: block; }.cookie-actions { margin-top: 14px; } }
