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

:root { --ink: #17201f; --paper: #f5f1e8; --cream: #ebe5da; --white: #fffdf8; --line: rgba(23, 32, 31, .15); --accent: #d85b2a; --accent-soft: #f1c6a8; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #ded8cd; color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(1160px, calc(100% - 44px)); margin-inline: auto; }
.site-shell { background: var(--paper); overflow: hidden; }
.demo-bar { min-height: 62px; padding: 10px max(22px, calc((100vw - 1160px) / 2)); background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.demo-bar p { margin: 0; font-size: 13px; color: #b9c2bf; white-space: nowrap; }.demo-bar p span { color: white; font-weight: 700; margin-right: 8px; }
.market-tabs { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }.market-tabs button { border: 1px solid #43504d; background: transparent; color: #cbd2d0; border-radius: 99px; padding: 7px 12px; font-size: 12px; cursor: pointer; transition: .2s; }.market-tabs button:hover,.market-tabs button.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }.brand { display: flex; align-items: center; gap: 11px; font-family: Manrope, Arial, sans-serif; font-weight: 800; line-height: 1.05; }.brand-mark { width: 39px; height: 39px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 12px; }.brand small { display: block; color: #7c8482; font: 500 10px/1.3 "DM Sans", Arial, sans-serif; text-transform: uppercase; letter-spacing: .12em; margin-top: 4px; }.nav nav { display: flex; gap: 35px; font-size: 14px; font-weight: 600; }.nav nav a:hover { color: var(--accent); }.nav-cta { display: flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 13px; font-weight: 700; }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-block: 72px; }.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; display: flex; align-items: center; gap: 9px; color: #676f6d; }.eyebrow span { width: 20px; height: 2px; background: var(--accent); }.eyebrow.light { color: #aebbb7; }h1,h2,h3 { font-family: Manrope, Arial, sans-serif; margin: 0; letter-spacing: -.04em; }h1 { font-size: clamp(54px, 6vw, 82px); line-height: .98; max-width: 720px; }h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.03; }h3 { font-size: 22px; }.lede { font-size: 18px; line-height: 1.7; color: #5f6765; max-width: 580px; margin: 26px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 16px 20px; min-height: 54px; font-weight: 700; font-size: 13px; border-radius: 2px; }.button.primary { background: var(--accent); color: #fff; }.button.pale { background: var(--paper); color: var(--ink); }.text-link { font-size: 13px; font-weight: 700; display: flex; gap: 14px; }.micro-proof { display: flex; align-items: center; gap: 15px; margin-top: 42px; }.micro-proof p { margin: 0; font-size: 11px; line-height: 1.55; color: #727a78; }.micro-proof strong { color: var(--ink); }.avatar-stack { display: flex; }.avatar-stack i { width: 30px; height: 30px; margin-left: -7px; border-radius: 50%; display: grid; place-items: center; background: var(--accent-soft); border: 2px solid var(--paper); font: 700 9px/1 Arial; font-style: normal; }.avatar-stack i:first-child { margin-left: 0; }
.hero-visual { min-height: 510px; position: relative; background: var(--accent-soft); overflow: hidden; display: flex; align-items: center; justify-content: center; }.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,241,232,.78) 0%, rgba(245,241,232,.42) 36%, rgba(245,241,232,0) 78%); }.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.visual-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(23,32,31,.25) 1px, transparent 1px),linear-gradient(90deg,rgba(23,32,31,.25) 1px, transparent 1px); background-size: 52px 52px; transform: rotate(-8deg) scale(1.3); z-index: 1; }.visual-word { position: relative; z-index: 2; font: 800 clamp(62px, 8vw, 115px)/1 Manrope, Arial, sans-serif; letter-spacing: -.08em; color: rgba(255,255,255,.63); transform: rotate(-8deg); }.project-card { position: absolute; left: 24px; right: 24px; bottom: 24px; background: var(--white); padding: 18px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 14px 40px rgba(23,32,31,.13); z-index: 3; }.project-card div { display: grid; gap: 4px; }.project-card span { font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: #727a78; }.project-card strong { font-family: Manrope, Arial, sans-serif; }.round-arrow { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: #fff !important; font-size: 16px !important; }.floating-badge { position: absolute; right: -8px; top: 28px; background: var(--ink); color: #fff; width: 104px; height: 104px; border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(8deg); z-index: 3; }.floating-badge strong { font: 800 25px/1 Manrope, Arial, sans-serif; }.floating-badge span { max-width: 70px; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; margin-top: 6px; color: #cdd4d2; }
.stats-strip { background: var(--white); border-block: 1px solid var(--line); }.stats { display: grid; grid-template-columns: repeat(4,1fr); }.stats div { padding: 29px 34px; border-left: 1px solid var(--line); display: grid; gap: 5px; }.stats div:last-child { border-right: 1px solid var(--line); }.stats strong { font: 800 26px Manrope, Arial, sans-serif; }.stats span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: #79817f; }
.section { padding-block: 110px; }.section-heading { margin-bottom: 48px; }.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }.split-heading > p { color: #66706d; line-height: 1.7; max-width: 440px; margin: 0 0 5px; }.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }.service-card { padding: 30px; min-height: 300px; border-right: 1px solid var(--line); display: flex; flex-direction: column; background: rgba(255,255,255,.18); transition: .25s; }.service-card:last-child { border: 0; }.service-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: 0 18px 50px rgba(23,32,31,.08); }.service-top { display: flex; justify-content: space-between; color: #7a8380; font-size: 11px; }.service-icon { font-size: 31px; color: var(--accent); }.service-card h3 { margin-top: 55px; }.service-card p { color: #69716f; line-height: 1.6; font-size: 14px; }.service-card a { margin-top: auto; font-size: 12px; font-weight: 700; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 15px; }
.dark-section { background: var(--ink); color: #fff; }.process-layout { padding-block: 110px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 115px; }.process-intro > p:not(.eyebrow) { color: #adb7b4; line-height: 1.7; max-width: 430px; margin: 25px 0 30px; }.steps { border-top: 1px solid #3d4946; }.step { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid #3d4946; }.step > span { color: var(--accent-soft); font-size: 11px; }.step h3 { font-size: 19px; letter-spacing: -.025em; }.step p { color: #aeb8b5; font-size: 13px; line-height: 1.6; margin: 8px 0 0; }
.proof-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.proof-panel { min-height: 465px; padding: 54px; background: var(--accent-soft); display: flex; flex-direction: column; }.quote-mark { font: 800 80px/1 Georgia, serif; color: var(--accent); }.proof-panel blockquote { margin: 18px 0 auto; font: 600 clamp(23px,3vw,35px)/1.32 Manrope, Arial, sans-serif; letter-spacing: -.04em; }.reviewer { display: flex; gap: 13px; align-items: center; margin-top: 35px; }.reviewer > span { width: 39px; height: 39px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 10px; font-weight: 700; }.reviewer p { font-size: 11px; line-height: 1.6; margin: 0; }.proof-copy > p:not(.eyebrow) { color: #68706e; line-height: 1.7; margin: 25px 0; }.proof-copy ul { list-style: none; padding: 0; margin: 32px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.proof-copy li { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }.check { width: 21px; height: 21px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 11px; }
.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; border-top: 1px solid var(--line); }.faq > div:first-child > p:last-child { color: #707875; }.accordion { border-top: 1px solid var(--line); }.accordion details { border-bottom: 1px solid var(--line); padding: 0 4px; }.accordion summary { list-style: none; cursor: pointer; padding: 23px 0; font: 700 16px Manrope, Arial, sans-serif; display: flex; justify-content: space-between; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { color: var(--accent); font-size: 22px; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details p { color: #69716f; font-size: 14px; line-height: 1.7; max-width: 650px; margin: -4px 40px 23px 0; }
.cta-section { padding: 0 0 80px; }.cta-card { background: var(--accent); color: #fff; padding: 65px; display: flex; justify-content: space-between; align-items: end; gap: 45px; }.cta-card h2 { max-width: 650px; }.cta-card > div:first-child > p:last-child { color: rgba(255,255,255,.75); max-width: 570px; line-height: 1.6; }.cta-actions { min-width: 220px; display: grid; gap: 12px; }.cta-actions span { font-size: 11px; color: rgba(255,255,255,.75); text-align: center; }.cta-actions strong { color: #fff; }.footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #747c79; font-size: 11px; }.footer .brand { color: var(--ink); font-size: 14px; }.footer .brand-mark { width: 34px; height: 34px; }
@media (max-width: 900px) { .demo-bar { align-items: flex-start; flex-direction: column; }.market-tabs { justify-content: flex-start; }.nav nav { display: none; }.hero { grid-template-columns: 1fr; gap: 40px; padding-block: 60px; }.hero-visual { min-height: 420px; }.stats { grid-template-columns: 1fr 1fr; }.stats div { border-bottom: 1px solid var(--line); }.split-heading,.process-layout,.proof-layout,.faq { grid-template-columns: 1fr; gap: 50px; }.service-grid { grid-template-columns: 1fr; }.service-card { border-right: 0; border-bottom: 1px solid var(--line); }.cta-card { align-items: flex-start; flex-direction: column; }.proof-copy ul { grid-template-columns: 1fr; } }
@media (max-width: 580px) { .wrap { width: min(100% - 28px,1160px); }.demo-bar { padding-inline: 14px; }.demo-bar p { white-space: normal; }.market-tabs { flex-wrap: nowrap; overflow-x: auto; width: 100%; padding-bottom: 3px; }.market-tabs button { white-space: nowrap; }.nav { min-height: 76px; }.nav-cta { font-size: 0; }.nav-cta span { font-size: 16px; }.hero { min-height: auto; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.hero-visual { min-height: 340px; }.stats div { padding: 23px 16px; }.section,.process-layout { padding-block: 75px; }.proof-panel { min-height: 400px; padding: 32px; }.cta-card { width: 100%; padding: 45px 25px; }.footer { padding-block: 35px; align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
