:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --ink: #111a2e;
  --muted: #657089;
  --line: #dfe5ef;
  --blue: #4967f2;
  --violet: #7257ee;
  --cyan: #6be3df;
  --soft-blue: #edf1ff;
  --dark: #121d38;
  --sans: "DM Sans", "Helvetica Neue", sans-serif;
  --display: "Space Grotesk", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 30; padding: 10px 14px; color: white; background: var(--dark); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(223,229,239,.8); background: rgba(247,249,252,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { color: var(--ink); font-family: var(--display); font-size: 21px; font-weight: 700; letter-spacing: -.08em; }
.brand span { color: var(--blue); }
.site-nav { display: flex; align-items: center; gap: 28px; color: #42506a; font-size: 13px; font-weight: 600; }
.site-nav a:not(.nav-cta) { transition: color .2s ease; }
.site-nav a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { margin-left: 8px; padding: 11px 17px; border: 1px solid var(--blue); border-radius: 8px; color: white; background: var(--blue); box-shadow: 0 8px 18px rgba(73,103,242,.18); transition: transform .2s, box-shadow .2s; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 22px rgba(73,103,242,.26); }
.menu-toggle { display: none; border: 0; padding: 6px 0; color: var(--ink); background: transparent; cursor: pointer; }
.hero { position: relative; overflow: hidden; padding: 92px 0 45px; background: radial-gradient(circle at 80% 12%, rgba(114,87,238,.09), transparent 26%), var(--bg); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: 60px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 21px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #2cc9a1; box-shadow: 0 0 0 4px rgba(44,201,161,.14); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1, h2 { letter-spacing: -.065em; }
h1 { max-width: 590px; margin-bottom: 26px; font-size: clamp(54px, 6.5vw, 92px); line-height: .98; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 475px; margin-bottom: 31px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 19px; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button span { font-size: 17px; }
.button-primary { border: 1px solid var(--blue); color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(73,103,242,.2); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(73,103,242,.28); }
.button-secondary { border: 1px solid var(--line); color: var(--ink); background: var(--surface); }
.button-secondary:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.hero-note { margin: 30px 0 0; color: #8791a5; font-size: 12px; line-height: 1.4; }
.hero-visual { position: relative; min-height: 480px; }
.visual-grid { position: absolute; inset: 28px 0 0 26px; border-radius: 20px; background-image: linear-gradient(rgba(73,103,242,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(73,103,242,.08) 1px, transparent 1px); background-size: 32px 32px; transform: perspective(800px) rotateY(-8deg) rotateX(4deg); }
.browser-window { position: absolute; top: 42px; left: 31px; width: 80%; overflow: hidden; border: 1px solid rgba(73,103,242,.15); border-radius: 13px; background: var(--surface); box-shadow: 0 24px 55px rgba(33,48,92,.16); transform: rotate(-2deg); }
.window-bar { display: flex; align-items: center; gap: 6px; height: 36px; padding: 0 14px; border-bottom: 1px solid var(--line); color: #9aa5b9; font-size: 9px; }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #ced5e1; }
.window-bar span:first-child { background: #ff8d9a; }
.window-bar span:nth-child(2) { background: #ffd36b; }
.window-bar span:nth-child(3) { background: #78dcb0; }
.window-bar b { margin-left: 14px; font-weight: 500; }
.browser-content { min-height: 295px; padding: 26px 29px; background: linear-gradient(135deg, #fff 40%, #f0f3ff); }
.browser-topline { display: flex; gap: 13px; margin-bottom: 39px; }
.browser-topline i { width: 38px; height: 5px; border-radius: 5px; background: #e2e7f2; }
.browser-topline i:first-child { width: 74px; background: var(--blue); }
.browser-heading { color: var(--ink); font-family: var(--display); font-size: clamp(28px, 4vw, 49px); font-weight: 600; letter-spacing: -.08em; line-height: .9; }
.browser-heading strong { color: var(--blue); }
.browser-copy { width: 150px; height: 5px; margin-top: 20px; border-radius: 4px; background: #dfe4ef; }
.browser-copy.short { width: 105px; margin-top: 7px; }
.browser-button { width: 65px; height: 19px; margin-top: 21px; border-radius: 4px; background: var(--blue); }
.browser-chart { position: absolute; right: 26px; bottom: 28px; display: flex; align-items: end; gap: 6px; width: 125px; height: 75px; padding: 10px; border: 1px solid #e8ecf4; border-radius: 8px; background: rgba(255,255,255,.75); }
.browser-chart span { flex: 1; border-radius: 3px 3px 0 0; background: #b7c1fc; }
.browser-chart span:nth-child(1) { height: 35%; }
.browser-chart span:nth-child(2) { height: 56%; }
.browser-chart span:nth-child(3) { height: 43%; background: var(--cyan); }
.browser-chart span:nth-child(4) { height: 80%; background: var(--blue); }
.browser-chart span:nth-child(5) { height: 65%; }
.phone-window { position: absolute; right: 9px; bottom: 22px; width: 136px; height: 268px; padding: 20px 12px 12px; border: 6px solid var(--dark); border-radius: 24px; background: #f0f3ff; box-shadow: 0 18px 35px rgba(33,48,92,.23); transform: rotate(5deg); }
.phone-notch { position: absolute; top: 6px; left: 50%; width: 42px; height: 5px; border-radius: 10px; background: var(--dark); transform: translateX(-50%); }
.phone-content { height: 100%; padding: 16px 9px; border-radius: 13px; background: white; }
.phone-content p { margin-bottom: 4px; color: var(--muted); font-size: 9px; }
.phone-content strong { font-family: var(--display); font-size: 14px; letter-spacing: -.05em; }
.phone-ring { display: grid; place-items: center; width: 76px; height: 76px; margin: 22px auto 17px; border: 8px solid var(--cyan); border-right-color: var(--blue); border-radius: 50%; color: var(--ink); font-family: var(--display); font-size: 14px; }
.phone-lines i { display: block; height: 5px; margin-top: 9px; border-radius: 3px; background: #e7ebf4; }
.phone-lines i:first-child { width: 85%; background: #c8d0ff; }
.phone-lines i:nth-child(2) { width: 60%; }
.phone-lines i:nth-child(3) { width: 72%; }
.float-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(73,103,242,.12); border-radius: 10px; background: rgba(255,255,255,.92); box-shadow: 0 11px 28px rgba(33,48,92,.12); }
.float-card small, .float-card strong { display: block; line-height: 1.25; }
.float-card small { color: var(--muted); font-size: 9px; }
.float-card strong { font-size: 12px; }
.float-card-top { top: 20px; right: 28px; }
.float-card-bottom { bottom: 8px; left: 6px; }
.tiny-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: var(--blue); background: var(--soft-blue); }
.pulse-icon { width: 9px; height: 9px; border-radius: 50%; background: #31caa5; box-shadow: 0 0 0 5px rgba(49,202,165,.12); }
.hero-bottom { display: flex; align-items: center; gap: 12px; margin-top: 38px; color: #8993a7; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hero-line { width: 47px; height: 1px; background: #b3bdcd; }
.section { padding: 120px 0; }
.services-section { background: var(--surface); }
.section-intro { display: grid; grid-template-columns: .9fr 1.2fr .8fr; gap: 45px; align-items: end; margin-bottom: 55px; }
.section-intro .eyebrow { align-self: start; }
.section-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 67px); line-height: .98; }
.section-intro > p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 302px; padding: 23px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { border-color: rgba(73,103,242,.4); box-shadow: 0 18px 35px rgba(33,48,92,.1); transform: translateY(-7px); }
.service-card-featured { color: white; background: var(--dark); border-color: var(--dark); }
.service-icon { height: 58px; margin-bottom: 25px; color: var(--blue); }
.service-card-featured .service-icon { color: var(--cyan); }
.card-number { float: right; color: #9aa4b7; font-size: 10px; }
.service-card-featured .card-number { color: #8d9abb; }
.service-card h3 { clear: both; margin: 0 0 11px; font-size: 18px; letter-spacing: -.04em; }
.service-card p { min-height: 66px; margin-bottom: 20px; color: var(--muted); font-size: 13px; }
.service-card-featured p { color: #bac4dc; }
.service-card a { color: var(--blue); font-size: 11px; font-weight: 700; }
.service-card-featured a { color: var(--cyan); }
.icon-browser { position: relative; width: 62px; height: 45px; padding: 8px; border: 2px solid currentColor; border-radius: 6px; }
.icon-browser::before { content: ""; position: absolute; top: 9px; left: 0; right: 0; height: 2px; background: currentColor; }
.icon-browser i { display: block; width: 19px; height: 3px; margin-top: 5px; border-radius: 4px; background: currentColor; }
.icon-browser i:nth-child(2) { width: 28px; }
.icon-browser i:nth-child(3) { width: 12px; }
.icon-app { display: flex; align-items: center; width: 58px; height: 46px; padding: 9px; border: 2px solid currentColor; border-radius: 6px; gap: 4px; }
.icon-app i { flex: 1; height: 24px; border-radius: 3px; background: currentColor; opacity: .25; }
.icon-app i:nth-child(2) { height: 31px; opacity: .8; }
.icon-phone { position: relative; width: 30px; height: 50px; border: 2px solid currentColor; border-radius: 7px; }
.icon-phone::before { content: ""; position: absolute; top: 6px; left: 5px; right: 5px; height: 21px; border-radius: 2px; background: currentColor; opacity: .2; }
.icon-phone i { position: absolute; bottom: 6px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.icon-spark { font-size: 54px; line-height: 1; }
.idea-section { color: white; background: var(--dark); overflow: hidden; }
.idea-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.idea-copy { max-width: 500px; }
.idea-copy .eyebrow { color: var(--cyan); }
.idea-copy h2 { margin: 0 0 24px; font-size: clamp(43px, 5vw, 68px); line-height: .98; }
.idea-copy h2 em { color: var(--cyan); }
.idea-copy > p:not(.eyebrow) { max-width: 450px; margin-bottom: 28px; color: #b9c3da; font-size: 15px; }
.text-link { color: var(--cyan); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 9px; font-size: 17px; }
.idea-orbit { position: relative; width: min(100%, 470px); aspect-ratio: 1; margin: auto; border-radius: 50%; background: radial-gradient(circle, rgba(107,227,223,.14), transparent 54%); }
.orbit { position: absolute; inset: 11%; border: 1px solid rgba(107,227,223,.4); border-radius: 50%; transform: rotate(-22deg) scaleX(.8); }
.orbit-two { inset: 17% 3%; border-color: rgba(114,87,238,.55); transform: rotate(61deg) scaleX(.8); }
.idea-core { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 134px; height: 134px; border: 1px solid rgba(107,227,223,.8); border-radius: 50%; color: white; background: rgba(26,47,82,.9); font-family: var(--display); font-size: 19px; line-height: .85; text-align: center; transform: translate(-50%,-50%); }
.idea-core strong { color: var(--cyan); font-size: 27px; }
.orbit-label { position: absolute; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; color: #b9c3da; background: rgba(255,255,255,.06); font-size: 10px; }
.label-one { top: 17%; right: 12%; }.label-two { bottom: 18%; left: 9%; }.label-three { right: 3%; bottom: 36%; color: var(--cyan); }
.process-section { background: #f0f3ff; }.process-intro { grid-template-columns: 1fr 1.2fr .8fr; }.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cfd7ed; }.process-step { position: relative; min-height: 250px; padding: 20px 24px 20px 0; border-right: 1px solid #cfd7ed; }.process-step:not(:first-child) { padding-left: 24px; }.process-step:last-child { border: 0; }.process-step > span { color: var(--blue); font-family: var(--display); font-size: 13px; font-weight: 700; }.step-icon { display: grid; place-items: center; width: 39px; height: 39px; margin: 34px 0 21px; border-radius: 9px; color: var(--blue); background: white; font-size: 21px; box-shadow: 0 5px 12px rgba(73,103,242,.1); }.process-step h3 { margin-bottom: 9px; font-size: 16px; }.process-step p { max-width: 200px; margin: 0; color: var(--muted); font-size: 13px; }
.audience-section { background: var(--surface); }.audience-grid, .why-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 95px; align-items: start; }.audience-grid h2, .why-grid h2 { margin: 0; font-size: clamp(44px, 5.5vw, 72px); line-height: .95; }.audience-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }.audience-card { min-height: 148px; padding: 20px; border: 1px solid var(--line); border-radius: 11px; background: var(--bg); transition: transform .2s, border-color .2s; }.audience-card:hover { border-color: var(--blue); transform: translateY(-4px); }.audience-card span { display: block; margin-bottom: 18px; color: var(--blue); font-family: var(--display); font-size: 21px; }.audience-card strong { display: block; margin-bottom: 5px; font-family: var(--display); font-size: 14px; }.audience-card p { margin: 0; color: var(--muted); font-size: 12px; }
.why-section { color: white; background: var(--dark); }.why-grid { grid-template-columns: 1fr 1.3fr; }.why-grid .eyebrow { color: var(--cyan); }.why-grid h2 em { color: var(--cyan); }.why-list article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 23px 0; border-top: 1px solid #31405f; }.why-list article:last-child { border-bottom: 1px solid #31405f; }.why-list article > span { color: var(--cyan); font-family: var(--display); font-size: 12px; }.why-list h3 { margin: -3px 0 5px; font-size: 17px; }.why-list p { margin: 0; color: #aebbd5; font-size: 13px; }
.about-section { background: var(--surface); }.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: center; }.about-grid h2 { max-width: 680px; margin: 0 0 24px; font-size: clamp(41px, 5vw, 66px); line-height: 1; }.about-grid h2 em { color: var(--blue); }.about-grid > div:last-child > p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: 15px; }.about-badge { position: relative; display: grid; place-items: center; width: 260px; height: 260px; margin: auto; border-radius: 50%; color: white; background: var(--blue); box-shadow: 18px 22px 0 var(--cyan); font-family: var(--display); font-size: 29px; font-weight: 700; letter-spacing: -.08em; line-height: .8; text-align: center; }.about-badge span { position: absolute; bottom: 36px; color: rgba(255,255,255,.72); font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0; }.badge-ring { position: absolute; inset: 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.contact-section { background: #eaf0ff; }.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }.contact-heading h2 { margin: 0 0 23px; font-size: clamp(46px, 5.7vw, 76px); line-height: .95; }.contact-heading h2 em { color: var(--blue); }.contact-heading > p:not(.eyebrow) { max-width: 300px; margin-bottom: 32px; color: var(--muted); font-size: 15px; }.contact-details { display: grid; gap: 9px; font-size: 13px; font-weight: 600; }.contact-details a:hover { color: var(--blue); }.contact-form { display: grid; gap: 20px; padding: 30px; border: 1px solid #d8e0f2; border-radius: 14px; background: rgba(255,255,255,.7); box-shadow: 0 18px 38px rgba(33,48,92,.07); }.contact-form label, .contact-form legend { color: var(--ink); font-size: 12px; font-weight: 700; }.contact-form input:not([type="radio"]), .contact-form textarea { display: block; width: 100%; margin-top: 8px; padding: 10px 0; border: 0; border-bottom: 1px solid #bec9e1; outline: 0; color: var(--ink); background: transparent; resize: vertical; }.contact-form input:not([type="radio"]):focus, .contact-form textarea:focus { border-color: var(--blue); }.contact-form fieldset { padding: 0; border: 0; }.choice-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 11px; }.choice-grid label { cursor: pointer; }.choice-grid input { position: absolute; opacity: 0; }.choice-grid span { display: block; padding: 8px 11px; border: 1px solid #cfd7e8; border-radius: 6px; color: #53617a; font-size: 11px; font-weight: 500; transition: .2s; }.choice-grid input:checked + span { border-color: var(--blue); color: var(--blue); background: var(--soft-blue); }.contact-form .button { justify-self: start; border: 0; }.form-status { min-height: 20px; margin: -8px 0 0; color: #238c70; font-size: 12px; }
.site-footer { padding: 47px 0 22px; color: #b8c4de; background: var(--dark); }.site-footer .brand { color: white; }.footer-main { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 40px; align-items: start; padding-bottom: 44px; }.footer-main nav, .footer-links { display: grid; gap: 10px; font-size: 12px; }.footer-main nav a:hover, .footer-links a:hover { color: var(--cyan); }.footer-links { justify-self: end; text-align: right; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #31405f; color: #7e8dab; font-size: 11px; }

@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr .95fr; gap: 35px; }.hero-visual { min-height: 410px; }.browser-window { left: 0; width: 86%; }.phone-window { right: -2px; width: 120px; height: 238px; }.section-intro { grid-template-columns: .8fr 1.2fr; }.section-intro > p:last-child { grid-column: 2; }.service-grid { grid-template-columns: repeat(2, 1fr); }.audience-grid, .why-grid { gap: 50px; }.contact-grid { gap: 55px; } }
@media (max-width: 700px) {
  .container { width: min(100% - 40px, 520px); }.header-inner { min-height: 70px; }.menu-toggle { display: flex; align-items: center; gap: 10px; position: relative; z-index: 22; font-size: 12px; }.menu-icon { display: grid; gap: 5px; width: 19px; }.menu-icon i { display: block; height: 1px; background: var(--ink); transition: transform .2s; }.menu-toggle.is-open .menu-icon i:first-child { transform: translateY(3px) rotate(45deg); }.menu-toggle.is-open .menu-icon i:last-child { transform: translateY(-3px) rotate(-45deg); }.site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 23px; padding: 40px; color: var(--ink); background: var(--bg); font-family: var(--display); font-size: 32px; letter-spacing: -.06em; transform: translateX(100%); transition: transform .35s cubic-bezier(.77,0,.18,1); }.site-nav.is-open { transform: translateX(0); }.site-nav .nav-cta { margin: 10px 0 0; font-family: var(--sans); font-size: 13px; letter-spacing: 0; }.hero { padding: 63px 0 34px; }.hero-grid { display: block; }.hero-copy { position: relative; z-index: 2; }.hero h1 { font-size: clamp(51px, 14vw, 76px); }.hero-lede { font-size: 16px; }.hero-actions { gap: 9px; }.button { padding-inline: 14px; font-size: 12px; }.hero-visual { min-height: 340px; margin: 33px -10px 0; }.visual-grid { inset: 22px 0 0 14px; background-size: 23px 23px; }.browser-window { top: 32px; left: 14px; width: 77%; }.browser-content { min-height: 213px; padding: 18px; }.browser-topline { margin-bottom: 24px; }.browser-heading { font-size: 30px; }.browser-chart { right: 14px; bottom: 16px; width: 85px; height: 55px; }.phone-window { right: 5px; bottom: 9px; width: 101px; height: 201px; border-width: 5px; }.phone-content { padding: 11px 6px; }.phone-ring { width: 55px; height: 55px; margin: 15px auto 12px; border-width: 6px; font-size: 11px; }.float-card { padding: 8px 10px; }.float-card-top { top: 1px; right: 8px; }.float-card-bottom { bottom: 0; left: 0; }.float-card strong { font-size: 10px; }.float-card small { font-size: 8px; }.hero-bottom { margin-top: 20px; }.section { padding: 78px 0; }.section-intro, .process-intro { display: block; margin-bottom: 36px; }.section-intro .eyebrow { margin-bottom: 17px; }.section-intro h2 { margin-bottom: 20px; font-size: 46px; }.section-intro > p:last-child { font-size: 13px; }.service-grid { display: block; }.service-card { min-height: auto; margin-bottom: 12px; padding: 21px; }.service-card p { min-height: 0; }.idea-grid, .audience-grid, .why-grid, .about-grid, .contact-grid { display: block; }.idea-orbit { width: min(100%, 340px); margin-bottom: 50px; }.idea-copy h2 { font-size: 47px; }.idea-copy > p:not(.eyebrow) { font-size: 14px; }.process-grid { display: block; border-top: 0; }.process-step, .process-step:not(:first-child) { min-height: 0; padding: 25px 0; border-right: 0; border-bottom: 1px solid #cfd7ed; }.process-step:first-child { border-top: 1px solid #cfd7ed; }.process-step .step-icon { margin: 19px 0 15px; }.audience-grid h2, .why-grid h2, .about-grid h2 { margin-bottom: 39px; font-size: 48px; }.audience-cards { gap: 9px; }.audience-card { min-height: 145px; padding: 15px; }.audience-card span { margin-bottom: 12px; }.why-list article { padding: 19px 0; }.about-badge { width: 190px; height: 190px; margin: 0 auto 65px; font-size: 23px; box-shadow: 13px 16px 0 var(--cyan); }.about-badge span { bottom: 27px; font-size: 8px; }.contact-heading { margin-bottom: 48px; }.contact-heading h2 { font-size: 49px; }.contact-form { padding: 21px 17px; }.choice-grid span { font-size: 10px; padding: 7px 8px; }.footer-main { display: block; }.footer-main nav { grid-template-columns: repeat(2, 1fr); margin: 35px 0; }.footer-links { justify-self: start; text-align: left; }.footer-bottom { display: block; line-height: 2; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Premium warm-neutral treatment */
:root {
  --bg: #f5f1e8;
  --surface: #fffdf9;
  --ink: #11110f;
  --muted: #68665f;
  --line: #ded8cc;
  --blue: #c59a3d;
  --violet: #c59a3d;
  --cyan: #ead48f;
  --soft-blue: #f5ebd1;
  --dark: #151513;
}

body { background: var(--bg); color: var(--ink); }
.site-header { top: 16px; border: 0; background: transparent; backdrop-filter: none; }
.header-inner { min-height: 64px; padding: 0 10px 0 23px; border: 1px solid rgba(17,17,15,.12); border-radius: 18px; background: rgba(255,253,249,.92); box-shadow: 0 10px 28px rgba(33,28,17,.08); }
.brand { font-size: 23px; }
.brand span { color: var(--blue); }
.site-nav { gap: 24px; color: #4c4941; }
.site-nav a:not(.nav-cta):hover { color: #9a7220; }
.nav-contact { padding: 9px 13px; border: 1px solid #c8bfae; border-radius: 8px; color: var(--ink) !important; background: rgba(255,253,249,.55); }
.nav-contact:hover { border-color: #b78929; background: #f5ebd1; }
.nav-cta { margin-left: 4px; padding: 11px 17px; border-color: #b78929; color: var(--ink); background: var(--blue); box-shadow: none; }
.nav-cta:hover { box-shadow: 0 8px 18px rgba(197,154,61,.24); }
.hero { padding-top: 152px; background: radial-gradient(circle at 80% 12%, rgba(197,154,61,.12), transparent 28%), var(--bg); }
.hero-grid { gap: 50px; }
h1 { font-size: clamp(58px, 7vw, 98px); line-height: .94; }
h1 em, h2 em { color: #a9791f; }
.hero-lede { color: #5f5b52; }
.button-primary { border-color: #b78929; color: var(--ink); background: var(--blue); box-shadow: 0 10px 22px rgba(197,154,61,.17); }
.button-primary:hover { box-shadow: 0 14px 27px rgba(197,154,61,.26); }
.button-secondary { border-color: #cfc6b7; background: rgba(255,253,249,.68); }
.button-secondary:hover { border-color: #b78929; color: #8b651c; }
.hero-visual { min-height: 450px; }
.visual-grid { background-image: linear-gradient(rgba(197,154,61,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(197,154,61,.12) 1px, transparent 1px); }
.browser-window { border-color: rgba(17,17,15,.13); box-shadow: 0 24px 55px rgba(33,28,17,.14); }
.browser-content { background: linear-gradient(135deg, #fffdf9 40%, #f7efd9); }
.browser-heading strong, .browser-topline i:first-child, .browser-button, .browser-chart span:nth-child(4) { background-color: var(--blue); color: #9d721e; }
.browser-chart span:nth-child(3) { background: #dfc274; }
.phone-window { border-color: var(--dark); background: #f7efd9; box-shadow: 0 18px 35px rgba(33,28,17,.2); }
.phone-ring { border-color: #ead48f; border-right-color: var(--blue); }
.service-card-featured, .why-section, .site-footer { background: var(--dark); }
.services-section, .audience-section, .about-section { background: var(--surface); }
.section-intro h2, .audience-grid h2, .why-grid h2, .about-grid h2, .contact-heading h2 { font-size: clamp(46px, 5.8vw, 76px); }
.service-card { border-radius: 16px; border-color: #dfd8ca; background: #fffdf9; }
.service-card:hover { border-color: rgba(197,154,61,.7); box-shadow: 0 18px 35px rgba(33,28,17,.1); }
.service-card-featured { background: var(--dark); border-color: var(--dark); }
.service-card-featured a, .service-card a { color: #a9791f; }
.service-card-featured a { color: #ead48f; }
.idea-section { background: #202019; }
.process-section { background: #f1eadb; }
.audience-card { border-radius: 14px; background: var(--bg); }
.audience-card:hover { border-color: var(--blue); }
.about-badge { background: var(--dark); box-shadow: 18px 22px 0 var(--blue); }
.contact-section { background: var(--bg); }
.contact-grid { align-items: center; }
.contact-form { border-color: #d5ccbc; border-radius: 18px; padding: 36px; background: var(--surface); box-shadow: 0 20px 45px rgba(33,28,17,.09); }
.email-option { display: grid; gap: 3px; margin-bottom: 10px; padding: 14px 16px; border: 1px solid #d5ccbc; border-radius: 10px; background: #f8f3e8; }
.email-option span { color: var(--muted); font-size: 11px; font-weight: 500; }
.email-option a { color: #8b651c; font-size: 14px; font-weight: 700; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.contact-form input:not([type="radio"]), .contact-form textarea { padding: 14px 0; border-bottom-color: #bdb4a5; }
.choice-grid span { border-color: #d2c9ba; border-radius: 20px; }
.choice-grid input:checked + span { border-color: #b78929; color: #815e16; background: #f5ebd1; }
.footer-lead { position: relative; padding: 96px 0 78px; border-bottom: 1px solid #3a392f; }
.footer-lead .eyebrow { color: #d8b45e; }
.footer-lead h2 { margin: 0; color: #fffdf9; font-size: clamp(48px, 7vw, 96px); line-height: .93; }
.footer-lead h2 em { color: #d8b45e; }
.footer-cta { position: absolute; right: 0; bottom: 82px; display: inline-flex; align-items: center; gap: 13px; padding: 15px 21px; border-radius: 8px; color: var(--ink); background: var(--blue); font-size: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.footer-cta:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(197,154,61,.25); }
.site-footer { padding-top: 0; }
.footer-main { padding: 44px 0; }
.footer-main nav, .footer-links { color: #bdbbad; }
.footer-main nav a:hover, .footer-links a:hover { color: #e4c978; }
.footer-bottom { border-top-color: #3a392f; color: #858276; }

@media (max-width: 700px) {
  .site-header { top: 10px; }
  .header-inner { min-height: 60px; padding-left: 17px; border-radius: 15px; }
  .nav-contact { padding: 0; border: 0; border-radius: 0; background: transparent; }
  .nav-contact:hover { border-color: transparent; background: transparent; }
  .site-nav { background: var(--bg); }
  .hero { padding-top: 112px; }
  .hero-visual { min-height: 340px; }
  .section-intro h2, .audience-grid h2, .why-grid h2, .about-grid h2, .contact-heading h2 { font-size: 49px; }
  .contact-form { padding: 24px 19px; }
  .footer-lead { padding: 72px 0 108px; }
  .footer-lead h2 { font-size: 53px; }
  .footer-cta { right: auto; bottom: 42px; }
}
