:root {
  --ink: #121536;
  --muted: #5e6279;
  --paper: #f3f4f6;
  --lime: #f5e9ff;
  --orange: #f25b2a;
  --violet: #6b20d8;
  --line: rgba(18, 21, 54, 0.16);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); margin: 0; overflow-x: hidden; }
.section-wrap { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.site-header { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; padding: 24px 0; width: min(1180px, calc(100% - 64px)); }
.brand { align-items: center; display: flex; font-size: 21px; font-weight: 800; gap: 10px; letter-spacing: -0.04em; }
.brand-logo { height: 42px; object-fit: contain; width: 42px; }
.brand-mark { background: conic-gradient(from 20deg, #f15b2a 0 28%, #7119d3 28% 54%, #e32553 54% 76%, #f29121 76%); border: 4px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 2px var(--violet); display: inline-block; height: 34px; position: relative; width: 34px; }
.brand-mark::before, .brand-mark::after, .brand-mark i { border: 3px solid var(--paper); border-radius: 50%; content: ""; inset: 6px; position: absolute; }
.brand-mark::after { background: var(--orange); border: 0; inset: 11px; }
.brand-name { color: var(--ink); }
.brand-accent { color: var(--orange); }
.hero-photo, .method-image { background: radial-gradient(circle at 78% 24%, rgba(242,91,42,0.92), transparent 18%), radial-gradient(circle at 42% 60%, rgba(107,32,216,0.8), transparent 34%), linear-gradient(145deg, #1c1957 0%, #291476 47%, #101537 100%); height: 100%; min-height: 500px; overflow: hidden; }
.hero-photo::after { background: repeating-linear-gradient(125deg, transparent 0 34px, rgba(255,255,255,0.12) 35px 36px), linear-gradient(140deg, rgba(18,21,54,0.2), rgba(242,91,42,0.34)); content: ""; inset: 0; position: absolute; }
.nav-contact { border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.hero-stamp { align-items: center; background: var(--paper); display: flex; gap: 10px; left: -32px; padding: 17px 19px; position: absolute; top: 15%; transform: rotate(-7deg); }
.hero-stamp span { color: var(--violet); font-family: Georgia, serif; font-size: 25px; font-weight: 700; }.hero-stamp small { color: var(--ink); font-family: var(--mono); font-size: 8px; line-height: 1.4; text-transform: uppercase; }
.nav-contact span, .text-link span, .contact-email span { color: var(--orange); font-size: 18px; margin-left: 5px; }
.service-card-lime { background: linear-gradient(135deg, #efe3ff, #f9d5db); }.service-card-paper { background: #ebeafd; }
.hero { align-items: center; display: grid; gap: 9%; grid-template-columns: 0.95fr 1.05fr; min-height: 650px; padding: 72px 0 100px; }
.eyebrow { align-items: center; color: var(--muted); display: flex; font-family: var(--mono); font-size: 10px; gap: 9px; letter-spacing: 0.07em; text-transform: uppercase; }
.method-image { min-height: 470px; background-image: radial-gradient(circle at 25% 28%, rgba(242,91,42,0.9), transparent 15%), repeating-linear-gradient(155deg, transparent 0 27px, rgba(255,255,255,0.16) 28px 29px), linear-gradient(135deg, #251170, #0d1642); overflow: hidden; padding: 42px 35px; }
.method-dashboard { background: rgba(12,14,46,0.86); border: 1px solid rgba(255,255,255,0.28); box-shadow: 18px 20px 0 rgba(6,7,31,0.24); color: white; min-height: 385px; padding: 20px; transform: rotate(-3deg); }
.dashboard-topline { align-items: center; border-bottom: 1px solid rgba(255,255,255,0.2); display: flex; font: 8px var(--mono); justify-content: space-between; padding-bottom: 14px; }.dashboard-topline b { background: #2fd177; border-radius: 20px; font-size: 7px; padding: 4px 7px; }
.dashboard-metrics { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); margin: 17px 0; }.dashboard-metrics div { background: rgba(255,255,255,0.07); border-left: 2px solid var(--orange); padding: 10px 8px; }.dashboard-metrics div:nth-child(2) { border-color: var(--violet); }.dashboard-metrics div:nth-child(3) { border-color: #f3b73f; }.dashboard-metrics small, .dashboard-chart > span { color: rgba(255,255,255,0.62); display: block; font: 7px var(--mono); }.dashboard-metrics strong { display: block; font-size: 17px; letter-spacing: -0.06em; margin: 7px 0; }.dashboard-metrics em { color: var(--lime); font: 8px var(--mono); font-style: normal; }
.dashboard-chart { background: rgba(255,255,255,0.05); height: 168px; overflow: hidden; padding: 13px; position: relative; }.dashboard-chart::before { background: repeating-linear-gradient(to bottom, transparent 0 31px, rgba(255,255,255,0.11) 32px 33px); content: ""; inset: 33px 13px 14px; position: absolute; }.dashboard-chart i { background: linear-gradient(to top, var(--violet), var(--orange)); bottom: 18px; display: block; height: 34%; position: absolute; width: 21px; }.dashboard-chart i:nth-of-type(1) { left: 15%; }.dashboard-chart i:nth-of-type(2) { height: 53%; left: 30%; }.dashboard-chart i:nth-of-type(3) { height: 42%; left: 45%; }.dashboard-chart i:nth-of-type(4) { height: 76%; left: 60%; }.dashboard-chart i:nth-of-type(5) { height: 91%; left: 75%; }.dashboard-chart b { border-top: 2px solid var(--orange); height: 70px; left: 13%; position: absolute; top: 62px; transform: rotate(-12deg); width: 68%; }.dashboard-footer { align-items: center; display: flex; gap: 7px; margin-top: 17px; }.dashboard-footer span { background: var(--violet); border-radius: 50%; height: 8px; width: 8px; }.dashboard-footer span:nth-child(2) { background: var(--orange); }.dashboard-footer span:nth-child(3) { background: #f3b73f; }.dashboard-footer small { color: rgba(255,255,255,0.65); font: 8px var(--mono); margin-left: 5px; }
.eyebrow span { background: var(--orange); display: block; height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(52px, 6.3vw, 87px); letter-spacing: -0.09em; line-height: 0.91; margin: 28px 0; max-width: 650px; text-transform: uppercase; }
h1 strong { background: linear-gradient(90deg, var(--violet), #bd2daa 58%, var(--orange)); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 800; }
h1 span { color: var(--orange); }
h1 em, h2 em { color: var(--orange); font-family: var(--sans); font-weight: 500; letter-spacing: -0.08em; }
.hero-intro { color: var(--muted); font-size: 16px; line-height: 1.65; max-width: 390px; }
.hero-actions { align-items: center; display: flex; gap: 27px; margin-top: 40px; }
.button { border: 0; cursor: pointer; display: inline-flex; font-family: var(--sans); font-size: 12px; font-weight: 700; justify-content: space-between; padding: 17px 20px; transition: transform 180ms ease, box-shadow 180ms ease; }
.button:hover { box-shadow: 5px 5px 0 var(--orange); transform: translate(-3px, -3px); }
.button span { font-size: 17px; margin-left: 25px; }
.button-primary { background: var(--lime); }
.button-dark { background: var(--ink); color: var(--paper); }
.text-link { font-size: 12px; }
.hero-art { min-height: 500px; position: relative; }
.hero-photo, .method-image { background: radial-gradient(circle at 78% 24%, rgba(242,91,42,0.92), transparent 18%), radial-gradient(circle at 42% 60%, rgba(107,32,216,0.8), transparent 34%), linear-gradient(145deg, #1c1957 0%, #291476 47%, #101537 100%); height: 100%; min-height: 500px; overflow: hidden; }
.hero-photo::after { background: repeating-linear-gradient(125deg, transparent 0 34px, rgba(255,255,255,0.12) 35px 36px), linear-gradient(140deg, rgba(18,21,54,0.2), rgba(242,91,42,0.34)); content: ""; inset: 0; position: absolute; }
.hero-stamp { align-items: center; background: var(--paper); display: flex; gap: 10px; left: -32px; padding: 17px 19px; position: absolute; top: 15%; transform: rotate(-7deg); }
.hero-stamp span { color: var(--violet); font-family: Georgia, serif; font-size: 25px; font-weight: 700; }.hero-stamp small { color: var(--ink); font-family: var(--mono); font-size: 8px; line-height: 1.4; text-transform: uppercase; }
.hero-dashboard { background: rgba(12,14,46,0.84); border: 1px solid rgba(255,255,255,0.35); bottom: 29%; box-shadow: 15px 18px 0 rgba(5,5,30,0.2); color: white; display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); padding: 20px; position: absolute; right: 8%; transform: rotate(-5deg); width: 65%; z-index: 1; }.hero-dashboard span { font: 9px var(--mono); grid-column: 1 / -1; opacity: 0.7; text-transform: uppercase; }.hero-dashboard strong { color: var(--lime); font-size: 24px; grid-column: 1 / -1; }.hero-dashboard i { background: linear-gradient(to top, var(--violet), var(--orange)); display: block; height: 35px; }.hero-dashboard i:nth-of-type(2) { height: 58px; }.hero-dashboard i:nth-of-type(3) { height: 46px; }.hero-dashboard i:nth-of-type(4) { height: 72px; }
.art-caption { bottom: 23px; color: white; font-family: var(--mono); font-size: 10px; left: 25px; line-height: 1.7; position: absolute; text-transform: uppercase; z-index: 1; }.art-caption strong { color: var(--lime); font-weight: 400; }
.art-caption { bottom: 23px; color: white; font-family: var(--mono); font-size: 10px; left: 25px; line-height: 1.7; position: absolute; text-transform: uppercase; z-index: 1; }.art-caption strong { color: var(--lime); font-weight: 400; }
.services { padding: 100px 0 135px; }.section-heading { display: flex; justify-content: space-between; }.section-heading h2, .method h2, .contact h2 { font-size: clamp(38px, 5vw, 64px); letter-spacing: -0.08em; line-height: 0.96; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; }.service-card { display: flex; flex-direction: column; min-height: 395px; padding: 24px 28px 28px; }.service-card-dark { background: var(--ink); color: var(--paper); }.service-card-lime { background: linear-gradient(135deg, #efe3ff, #f9d5db); }.service-card-paper { background: #ebeafd; }.card-number { font-family: var(--mono); font-size: 10px; opacity: 0.65; }.service-icon { color: var(--violet); font-size: 56px; font-weight: 300; height: 105px; line-height: 1; padding-top: 25px; }.service-card-dark .service-icon { color: var(--orange); }.service-card h3 { font-size: 25px; letter-spacing: -0.07em; margin-bottom: 14px; }.service-card p:not(.card-number) { font-size: 13px; line-height: 1.65; max-width: 265px; }.service-card a { align-self: flex-start; font-family: var(--mono); font-size: 10px; margin-top: auto; padding-top: 24px; text-transform: uppercase; }.service-card a span { color: var(--orange); font-size: 17px; margin-left: 8px; }
.service-visual { height: 105px; margin: 8px 0 10px; overflow: hidden; position: relative; }.service-visual img { border-radius: 7px; display: block; height: 100%; inset: 0; object-fit: cover; opacity: 0.92; position: absolute; width: 100%; z-index: 0; }.service-visual > i:first-of-type { color: var(--orange); font-size: 27px; left: 18px; position: absolute; top: 36px; z-index: 1; }.service-card-lime .service-visual > i:first-of-type { color: var(--violet); }.service-visual small { background: rgba(18,21,54,0.78); bottom: 10px; color: white; font: 8px var(--mono); letter-spacing: 0.08em; padding: 5px 7px; position: absolute; right: 10px; z-index: 1; }.bi-visual > b { z-index: 1; }.automation-visual { align-items: center; display: flex; gap: 7px; justify-content: center; }.automation-visual > span, .automation-visual > i { color: white; font: 700 8px var(--mono); position: relative; text-shadow: 0 1px 5px var(--ink); z-index: 1; }.automation-visual > i { color: var(--orange); font-size: 11px; }
.method { align-items: center; display: grid; gap: 10%; grid-template-columns: 1fr 0.9fr; padding-bottom: 140px; }.method-image { min-height: 470px; background-image: radial-gradient(circle at 25% 28%, rgba(242,91,42,0.9), transparent 15%), repeating-linear-gradient(155deg, transparent 0 27px, rgba(255,255,255,0.16) 28px 29px), linear-gradient(135deg, #251170, #0d1642); }.method-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 31px 0; max-width: 420px; }.method-points { border-top: 1px solid var(--line); }.method-points div { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 26px; padding: 14px 0; }.method-points strong { color: var(--orange); font-family: var(--mono); font-size: 10px; }.method-points span { font-size: 12px; }
.numbers { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); padding: 35px 0 65px; }.numbers-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; }.numbers-grid div { border-right: 1px solid var(--line); padding-left: 30px; }.numbers-grid div:first-child { padding-left: 0; }.numbers-grid div:last-child { border: 0; }.numbers-grid strong { font-size: clamp(48px, 7vw, 86px); letter-spacing: -0.1em; line-height: 1; }.numbers-grid strong span { color: var(--orange); }.numbers-grid p { color: var(--muted); font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.contact { display: grid; gap: 12%; grid-template-columns: 1fr 0.8fr; padding: 140px 0; }.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 30px 0; max-width: 350px; }.contact-email { border-bottom: 1px solid var(--ink); display: inline-block; font-family: var(--mono); font-size: 13px; padding-bottom: 8px; }.contact-form { display: flex; flex-direction: column; gap: 22px; }.contact-form label { color: var(--muted); font-family: var(--mono); font-size: 10px; text-transform: uppercase; }.contact-form input, .contact-form textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); display: block; font: 14px var(--sans); margin-top: 8px; outline: 0; padding: 9px 0; resize: vertical; width: 100%; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); }.contact-form .button { align-self: flex-start; margin-top: 8px; }
.site-footer { align-items: end; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.5fr 1fr 1fr auto; padding: 27px 0 35px; }.site-footer p, .site-footer a:not(.brand), .site-footer small { color: var(--muted); font-size: 10px; line-height: 1.6; }.site-footer > a:not(.brand) span { color: var(--orange); font-size: 16px; margin-left: 5px; }.site-footer small { text-align: right; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 700ms ease, transform 700ms ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: 150ms; }.reveal-delay-short { transition-delay: 80ms; }
@media (max-width: 720px) { .section-wrap, .site-header { width: min(100% - 36px, 500px); }.site-header { padding: 18px 0; }.brand { font-size: 18px; }.brand-mark { height: 29px; width: 29px; }.menu-toggle { background: none; border: 0; color: var(--ink); display: block; font: 10px var(--mono); text-transform: uppercase; }.site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 22px; left: 0; padding: 25px 18px; position: absolute; right: 0; top: 66px; z-index: 5; }.site-nav.is-open { display: flex; }.hero { display: block; min-height: 0; padding: 60px 0 90px; }.hero h1 { font-size: clamp(34px, 10vw, 42px); }.hero-art { margin-top: 60px; min-height: 350px; }.hero-photo { min-height: 350px; }.hero-dashboard { right: 5%; width: 78%; }.hero-stamp { left: -8px; }.section-heading { display: block; }.section-heading h2 { margin-top: 35px; }.services { padding: 80px 0 100px; }.service-grid { display: block; margin-top: 40px; }.service-card { min-height: 320px; }.method, .contact { display: block; padding-bottom: 90px; }.method-image { min-height: 330px; }.method-copy { margin-top: 55px; }.numbers-grid { gap: 26px; grid-template-columns: 1fr; }.numbers-grid div, .numbers-grid div:first-child { border-bottom: 1px solid var(--line); border-right: 0; padding: 0 0 20px; }.numbers-grid div:last-child { border-bottom: 0; }.contact { padding: 90px 0; }.contact-form { margin-top: 55px; }.site-footer { align-items: start; gap: 25px; grid-template-columns: 1fr 1fr; }.site-footer small { text-align: left; } }

.page-hero { padding: 90px 0 80px; }.page-hero h1 { max-width: 900px; }.page-hero > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.7; max-width: 590px; }
.detail-grid { display: grid; gap: 12%; grid-template-columns: 0.85fr 1fr; padding: 42px 0 120px; }.detail-grid h2 { font-size: clamp(34px, 4vw, 55px); letter-spacing: -0.08em; line-height: 1; margin: 0; }.detail-grid p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.8; }.detail-grid .button { margin-top: 18px; }
.values-band { background: var(--ink); color: white; padding: 55px 0; }.value-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }.value-grid div { border-left: 2px solid var(--orange); display: flex; flex-direction: column; gap: 18px; padding-left: 16px; }.value-grid strong { color: var(--orange); font: 12px var(--mono); }.value-grid span { font-size: 16px; }
.service-list { padding: 10px 0 120px; }.service-list a { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 50px 1fr 1fr; padding: 22px 0; transition: color 180ms ease, padding 180ms ease; }.service-list a:hover { color: var(--violet); padding-left: 12px; }.service-list a span { color: var(--orange); font: 12px var(--mono); }.service-list strong { font-size: 25px; letter-spacing: -0.06em; }.service-list small { color: var(--muted); font: 11px var(--mono); text-align: right; }
.case-page-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); padding-bottom: 120px; }.case-page-grid .case-card-light { background: white; border: 1px solid rgba(107,32,216,0.2); color: var(--ink); grid-column: 1 / -1; }.case-page-grid .case-card-light small, .case-page-grid .case-card-light span { color: var(--violet); }
.testimonial-list { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); padding-bottom: 120px; }.testimonial-list blockquote { background: white; border-top: 3px solid var(--violet); font-size: 23px; letter-spacing: -0.05em; line-height: 1.15; margin: 0; padding: 26px; }.testimonial-list cite { color: var(--muted); display: block; font: 10px var(--mono); font-style: normal; margin-top: 32px; text-transform: uppercase; }
.testimonial-intro { padding: 0 0 42px; }.testimonial-intro p { color: var(--muted); font-size: 17px; line-height: 1.75; max-width: 690px; }
.service-detail-band { background: var(--ink); color: white; padding: 64px 0; }.service-detail-band .eyebrow { color: rgba(255,255,255,0.7); }.service-detail-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }.service-detail-grid div { border-left: 2px solid var(--orange); padding-left: 18px; }.service-detail-grid strong { font-size: 22px; }.service-detail-grid p { color: rgba(255,255,255,0.68); font-size: 14px; line-height: 1.7; margin-bottom: 0; }
.research-base { border-top: 1px solid var(--line); padding: 70px 0 100px; }.research-base h2 { font-size: clamp(31px, 4vw, 48px); letter-spacing: -0.07em; line-height: 1; margin: 24px 0; max-width: 660px; }.research-base > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 690px; }.research-base > div { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); margin-top: 35px; }.research-base a { background: white; border: 1px solid rgba(107,32,216,0.2); color: var(--ink); font-size: 13px; font-weight: 700; padding: 15px; transition: border-color 180ms ease, color 180ms ease, transform 180ms ease; }.research-base a:hover { border-color: var(--violet); color: var(--violet); transform: translateY(-2px); }
.visual-benefits { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); padding-bottom: 42px; }.visual-benefits div { align-items: flex-start; background: white; border: 1px solid rgba(107,32,216,0.2); display: grid; gap: 4px 12px; grid-template-columns: 30px 1fr; padding: 17px; }.visual-benefits i { color: var(--violet); font-size: 21px; grid-row: span 2; padding-top: 2px; }.visual-benefits strong { font-size: 16px; letter-spacing: -0.04em; }.visual-benefits span { color: var(--muted); font-size: 11px; line-height: 1.45; }.service-expanded { border-top: 1px solid var(--line); padding: 78px 0 105px; }.service-expanded h2 { font-size: clamp(34px, 4vw, 55px); letter-spacing: -0.08em; line-height: 1; margin: 25px 0 35px; max-width: 730px; }.service-expanded > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.8; max-width: 760px; }.service-expanded .service-highlight { color: var(--violet); font-size: 22px; font-weight: 800; letter-spacing: -0.04em; line-height: 1.3; margin-bottom: 10px; }.service-expanded ul { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 30px 0 0; padding: 0; }.service-expanded li { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-size: 16px; justify-content: space-between; padding: 17px 0; }.service-expanded li:nth-child(odd) { margin-right: 24px; }.service-expanded li span { color: var(--orange); font: 18px var(--mono); }.article-extra { border-top: 1px solid var(--line); margin-top: 45px; padding-top: 30px; }.article-extra h2 { font-size: 25px; letter-spacing: -0.05em; }.article-extra p { color: var(--muted); font-size: 16px; line-height: 1.8; }
@media (max-width: 720px) { .service-detail-grid { display: block; }.service-detail-grid div { margin-top: 24px; }.testimonial-intro p { font-size: 15px; } }
@media (max-width: 720px) { .visual-benefits { display: block; padding-bottom: 28px; }.visual-benefits div { margin-top: 10px; }.service-expanded { padding: 62px 0 78px; }.service-expanded ul { display: block; }.service-expanded li:nth-child(odd) { margin-right: 0; }.article-extra { margin-top: 35px; } }
@media (max-width: 720px) { .research-base { padding: 55px 0 78px; }.research-base > div { display: block; }.research-base a { display: block; margin-top: 10px; } }

.contact-page { padding-top: 90px; }.contact-page h1 { font-size: clamp(44px, 6vw, 78px); }.contact-page .contact-email { border: 0; font-family: var(--sans); font-size: inherit; padding: 0; }
.blog-grid { grid-template-columns: repeat(2, 1fr); padding-bottom: 120px; }.blog-grid .article-card { min-height: 250px; }.article-page { padding: 90px 0 120px; }.article-page h1 { font-size: clamp(48px, 7vw, 92px); max-width: 950px; }.article-lead { color: var(--muted); font-size: 20px; line-height: 1.6; max-width: 630px; }.article-body { border-left: 2px solid var(--orange); margin: 60px 0 38px; max-width: 720px; padding-left: 26px; }.article-body h2 { font-size: 25px; letter-spacing: -0.05em; margin-top: 38px; }.article-body p { color: var(--muted); font-size: 16px; line-height: 1.8; }.page-hero > p:last-child, .detail-grid p:not(.eyebrow), .article-body p, .service-list small { word-spacing: 0.04em; }
@media (max-width: 720px) { .page-hero { padding: 62px 0 55px; }.page-hero > p:last-child { font-size: 15px; }.detail-grid { display: block; padding-bottom: 80px; }.detail-grid > div + div { margin-top: 35px; }.value-grid, .case-page-grid, .testimonial-list, .blog-grid { display: block; }.value-grid div { margin-top: 22px; }.service-list { padding-bottom: 80px; }.service-list a { gap: 8px; grid-template-columns: 32px 1fr; }.service-list small { grid-column: 2; text-align: left; }.case-page-grid .case-card-light { margin-top: 18px; }.testimonial-list blockquote { margin-top: 15px; }.contact-page { padding-top: 60px; }.article-page { padding: 60px 0 80px; }.article-lead { font-size: 17px; }.article-body { margin-top: 42px; padding-left: 18px; } }

@media (max-width: 720px) { body:has(.page-hero) .site-nav, body:has(.article-page) .site-nav { align-items: stretch; display: flex; flex-direction: column; gap: 10px; left: 0; padding: 20px 18px; position: static; } body:has(.page-hero) .site-nav a, body:has(.article-page) .site-nav a { width: 100%; } body:has(.page-hero) .menu-toggle, body:has(.article-page) .menu-toggle { display: none; } }

/* Refinements for the final visual hierarchy. */
.site-header { border-bottom: 1px solid var(--line); padding: 19px 0; }
.site-nav { gap: 29px; }
.nav-contact { background: var(--ink); border: 0; color: white; padding: 11px 15px; }
.hero { gap: 7%; min-height: 0; padding: 66px 0 72px; }
h1 { font-size: clamp(48px, 5.7vw, 78px); margin: 24px 0; }
.hero-intro { font-size: 14px; line-height: 1.7; }
.hero-actions { gap: 18px; margin-top: 31px; }
.button { align-items: center; font-size: 11px; font-weight: 800; min-height: 48px; padding: 14px 17px; }
.button:hover { box-shadow: 4px 4px 0 var(--orange); transform: translate(-2px, -2px); }
.button span { align-items: center; border-left: 1px solid currentColor; display: inline-flex; height: 19px; justify-content: flex-end; margin-left: 22px; padding-left: 13px; }
.button-primary { background: var(--orange); color: white; }
.hero-art { min-height: 455px; }
.hero-photo, .method-image { min-height: 455px; }
.hero-dashboard { bottom: 24%; }
.services { padding: 76px 0 100px; }
.service-grid { margin-top: 46px; }
.service-card { min-height: 350px; }
.service-visual { height: 105px; margin: 8px 0 10px; position: relative; }
.data-visual { background: linear-gradient(135deg, rgba(242,91,42,0.16), rgba(107,32,216,0.23)); border: 1px solid rgba(255,255,255,0.2); overflow: hidden; }
.data-visual::before, .data-visual::after { border-top: 1px solid rgba(255,255,255,0.45); content: ""; left: 15%; position: absolute; top: 50%; transform: rotate(-23deg); width: 74%; }.data-visual::after { top: 68%; transform: rotate(20deg); }
.data-visual > i { color: var(--orange); font-size: 36px; left: 18px; position: absolute; top: 33px; z-index: 1; }.data-visual .data-node { color: var(--lime); font-size: 25px; left: auto; right: 20px; top: 41px; }.data-link { background: var(--orange); border-radius: 50%; display: block; height: 10px; position: absolute; width: 10px; z-index: 1; }.data-link-one { left: 48%; top: 27%; }.data-link-two { right: 28%; top: 72%; }
.bi-visual { background: linear-gradient(145deg, rgba(107,32,216,0.12), rgba(242,91,42,0.13)); border: 1px solid rgba(18,21,54,0.2); display: flex; align-items: end; gap: 8px; padding: 17px 17px 16px; }.bi-visual::before { border-bottom: 1px solid rgba(18,21,54,0.2); border-left: 1px solid rgba(18,21,54,0.2); content: ""; inset: 14px 14px 15px; position: absolute; }.bi-visual > i { color: var(--violet); font-size: 22px; left: 18px; position: absolute; top: 12px; }.bi-visual b { background: linear-gradient(to top, var(--violet), var(--orange)); display: block; height: 42%; position: relative; width: 17px; }.bi-visual b:nth-of-type(2) { height: 69%; }.bi-visual b:nth-of-type(3) { height: 91%; }.bi-visual small { color: var(--violet); font: 8px var(--mono); left: 50px; position: absolute; top: 18px; }
.automation-visual { align-items: center; background: linear-gradient(135deg, #f4edff, #fff4ec); border: 1px solid rgba(18,21,54,0.16); display: flex; gap: 8px; justify-content: center; padding: 14px 8px; }.automation-visual span { align-items: center; background: var(--ink); color: white; display: flex; flex-direction: column; font: 8px var(--mono); gap: 4px; padding: 8px 7px; }.automation-visual span:last-child { background: var(--orange); }.automation-visual span i { font-size: 15px; font-style: normal; }.automation-visual > i { color: var(--violet); font-size: 14px; }
.method { padding-bottom: 100px; }
.contact { padding: 100px 0; }
.site-nav { font-size: 12px; }
.hero-intro { font-size: 15px; }
.text-link { font-size: 13px; }
.button { font-size: 12px; }
.eyebrow { font-size: 11px; }
.service-card p:not(.card-number), .method-copy > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { font-size: 14px; }
.service-card a, .card-number, .contact-form label, .site-footer p, .site-footer a:not(.brand), .site-footer small { font-size: 11px; }
.method-points span { font-size: 13px; }
.numbers-grid p { font-size: 11px; }
.menu-toggle { align-items: center; background: var(--ink); border: 0; border-radius: 50%; cursor: pointer; display: none; flex-direction: column; gap: 4px; height: 44px; justify-content: center; padding: 0; transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease; width: 44px; }
.menu-toggle span { background: var(--paper); display: block; height: 2px; transition: opacity 180ms ease, transform 180ms ease; width: 16px; }
.language-switcher { align-items: center; display: flex; margin-left: auto; margin-right: 12px; position: relative; }.language-trigger { align-items: center; background: white; border: 1px solid rgba(107,32,216,0.3); border-radius: 999px; color: var(--ink); cursor: pointer; display: inline-flex; font: 700 10px var(--sans); gap: 7px; min-width: 108px; padding: 9px 11px; }.language-trigger:focus-visible { border-color: var(--violet); outline: 2px solid rgba(107,32,216,0.25); outline-offset: 2px; }.language-chevron { color: var(--violet); font-size: 14px; line-height: 8px; margin-left: auto; }.flag-icon { border: 1px solid rgba(18,21,54,0.22); border-radius: 2px; display: inline-block; flex: 0 0 auto; height: 13px; overflow: hidden; position: relative; width: 19px; }.flag-br { background: #1f8b52; }.flag-br::before { background: #f5cf45; content: ''; height: 9px; left: 4px; position: absolute; top: 1px; transform: rotate(45deg); width: 9px; }.flag-br::after { background: #2454a6; border: 1px solid #fff; border-radius: 50%; content: ''; height: 4px; left: 7px; position: absolute; top: 4px; width: 4px; }.flag-us { background: repeating-linear-gradient(to bottom, #b22234 0 2px, #fff 2px 4px); }.flag-us::before { background: #3c3b6e; content: ''; height: 7px; left: 0; position: absolute; top: 0; width: 9px; }.language-options { background: white; border: 1px solid rgba(107,32,216,0.2); border-radius: 8px; box-shadow: 0 10px 24px rgba(18,21,54,0.14); display: none; padding: 5px; position: absolute; right: 0; top: calc(100% + 8px); width: 108px; z-index: 20; }.language-switcher.is-open .language-options { display: grid; gap: 2px; }.language-options button { align-items: center; background: transparent; border: 0; border-radius: 5px; color: var(--ink); cursor: pointer; display: flex; font: 700 10px var(--sans); gap: 7px; padding: 8px 6px; text-align: left; width: 100%; }.language-options button:hover, .language-options button[aria-selected="true"] { background: #f1edff; }.sr-only { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; }
.menu-toggle:hover, .menu-toggle[aria-expanded="true"] { background: var(--orange); box-shadow: 0 7px 16px rgba(242,91,42,0.24); transform: translateY(-2px); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.brand-logo { height: 42px; width: 42px; }
.button { border-radius: 3px; letter-spacing: 0.025em; position: relative; }
.button span { border-left: 0; border-radius: 50%; font-size: 15px; height: 23px; margin-left: 18px; padding: 0; width: 23px; }
.button-primary span { background: rgba(255,255,255,0.18); }
.button-dark span { background: rgba(255,255,255,0.12); }
.button:hover { box-shadow: 0 8px 18px rgba(18,21,54,0.16); transform: translateY(-3px); }
.button-primary:hover { background: #dc4c22; }
.button-dark:hover { background: #22284f; }
.text-link { align-items: center; border-bottom: 1px solid rgba(18,21,54,0.3); display: inline-flex; gap: 7px; padding-bottom: 5px; transition: border-color 180ms ease, color 180ms ease; }
.text-link:hover { border-color: var(--orange); color: var(--orange); }
.text-link span { margin-left: 0; }
.nav-contact { border-radius: 3px; box-shadow: 0 5px 12px rgba(18,21,54,0.12); transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.nav-contact:hover { background: var(--orange); box-shadow: 0 8px 16px rgba(242,91,42,0.2); transform: translateY(-2px); }
.service-card a { align-items: center; border-bottom: 1px solid currentColor; display: inline-flex; gap: 8px; padding-bottom: 5px; transition: color 180ms ease, border-color 180ms ease, gap 180ms ease; }
.service-card a:hover { border-color: var(--orange); color: var(--orange); gap: 12px; }
.service-card a span { margin-left: 0; }
.hero-actions .button { min-width: 235px; }
.button { border-radius: 1px; letter-spacing: 0.04em; text-transform: uppercase; }
.button-primary { background: #1469e8; box-shadow: 0 5px 0 #0c49ad; }
.button-primary:hover { background: #0c58cf; box-shadow: 0 7px 14px rgba(20,105,232,0.28); }
.button-dark { background: var(--paper); border: 1px solid var(--ink); color: var(--ink); box-shadow: 0 5px 0 rgba(18,21,54,0.14); }
.button-dark:hover { background: var(--ink); color: var(--paper); }
.button-primary span, .button-dark span { border-radius: 0; }
.nav-contact { border-radius: 1px; text-transform: uppercase; }
.service-card a { letter-spacing: 0.08em; text-transform: uppercase; }
.contact-form .button { min-width: 245px; }
.credentials { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); padding: 30px 0; }
.credentials-row { align-items: center; display: flex; gap: 35px; justify-content: space-between; }
.story { display: grid; gap: 10%; grid-template-columns: 0.35fr 1fr; padding: 92px 0; }
.story-label { align-items: flex-start; display: flex; justify-content: space-between; }.story-label strong { color: var(--orange); font: 13px var(--mono); }.story-copy { max-width: 720px; }.story-copy h2, .problem-grid h2, .cases h2, .blog-preview h2 { font-size: clamp(38px, 5vw, 64px); letter-spacing: -0.08em; line-height: 0.96; margin: 0 0 25px; }.story-copy p, .problem-grid p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 520px; }
.problem-band { background: var(--ink); color: white; padding: 82px 0; }.problem-grid { display: grid; gap: 12%; grid-template-columns: 1fr 0.8fr; }.problem-grid .eyebrow { color: rgba(255,255,255,0.65); }.problem-grid h2 { color: white; }.problem-grid h2 em { color: var(--orange); }.problem-grid p:not(.eyebrow) { color: rgba(255,255,255,0.68); }.problem-grid .button { margin-top: 18px; }
.cases { padding: 110px 0 90px; }.case-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); margin-top: 48px; }.case-card { display: flex; flex-direction: column; min-height: 270px; padding: 27px; }.case-card-violet { background: linear-gradient(135deg, #271267, #6b20d8); color: white; }.case-card-orange { background: linear-gradient(135deg, #f25b2a, #e13742); color: white; }.case-card small { font: 10px var(--mono); opacity: 0.7; }.case-card strong { font-size: 30px; letter-spacing: -0.07em; line-height: 1; margin: 55px 0 15px; max-width: 250px; }.case-card p { font-size: 13px; line-height: 1.6; max-width: 330px; }.case-card span { font: 10px var(--mono); margin-top: auto; opacity: 0.7; }
.testimonials { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); padding: 78px 0 84px; }.testimonial-rotator { min-height: 180px; position: relative; }.testimonial-slide { display: none; }.testimonial-slide.is-active { animation: testimonial-in 420ms ease both; display: block; }.testimonials blockquote { font-size: clamp(28px, 4vw, 48px); letter-spacing: -0.06em; line-height: 1.08; margin: 35px 0 20px; max-width: 900px; }.testimonial-author { color: var(--muted); font: 11px var(--mono); text-transform: uppercase; }.testimonial-controls { display: flex; gap: 8px; margin-top: 28px; }.testimonial-dot { background: var(--line); border: 0; border-radius: 50%; cursor: pointer; height: 8px; padding: 0; transition: background 180ms ease, transform 180ms ease; width: 8px; }.testimonial-dot.is-active, .testimonial-dot:hover, .testimonial-dot:focus-visible { background: var(--orange); transform: scale(1.35); }.testimonial-dot:focus-visible { outline: 2px solid var(--violet); outline-offset: 4px; } @keyframes testimonial-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.blog-preview { padding: 110px 0 120px; }.article-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin-top: 48px; }.article-card { background: white; border: 1px solid rgba(107,32,216,0.18); display: flex; flex-direction: column; min-height: 205px; padding: 22px; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }.article-card:hover { border-color: var(--violet); box-shadow: 0 10px 22px rgba(107,32,216,0.12); transform: translateY(-3px); }.article-card small { color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }.article-card strong { font-size: 20px; letter-spacing: -0.05em; line-height: 1.1; margin: 36px 0 20px; }.article-card span { color: var(--orange); font: 11px var(--mono); margin-top: auto; text-transform: uppercase; }
@media (max-width: 720px) { .story, .problem-grid { display: block; }.story { padding: 70px 0; }.story-copy { margin-top: 35px; }.problem-band { padding: 68px 0; }.problem-grid > div + div { margin-top: 32px; }.cases, .blog-preview { padding: 76px 0; }.case-grid, .article-grid { display: block; }.case-card, .article-card { margin-top: 14px; }.testimonials { padding: 64px 0; } }
.credentials-row p { color: var(--muted); font-family: var(--mono); font-size: 11px; margin: 0; text-transform: uppercase; }
.credential-list { align-items: center; display: flex; gap: 10px; }
.credential-list span, .credential-list a { background: #fff; border: 1px solid rgba(107,32,216,0.25); color: var(--ink); font-size: 13px; font-weight: 800; padding: 10px 15px; text-decoration: none; }
.credential-list span::before, .credential-list a::before { color: var(--orange); content: "+"; margin-right: 7px; }
.credential-list a:hover { border-color: var(--orange); color: var(--violet); }
.button-primary { background: #fff; border: 1px solid rgba(107,32,216,0.45); box-shadow: 0 4px 0 rgba(107,32,216,0.12); color: var(--ink); }
.button-primary span { background: linear-gradient(135deg, var(--violet), var(--orange)); color: white; }
.button-primary:hover { background: #f7f1ff; box-shadow: 0 7px 16px rgba(107,32,216,0.16); color: var(--ink); }
.button-dark { background: #fff; border: 1px solid rgba(107,32,216,0.42); box-shadow: 0 4px 0 rgba(107,32,216,0.1); color: var(--ink); }
.button-dark span { background: linear-gradient(135deg, var(--violet), var(--orange)); color: white; }
.button-dark:hover { background: #f7f1ff; color: var(--ink); }
.nav-contact { background: #fff; border: 1px solid rgba(107,32,216,0.42); box-shadow: 0 4px 0 rgba(107,32,216,0.1); color: var(--ink); }
.nav-contact span { color: var(--orange); }
.nav-contact:hover { background: #f7f1ff; box-shadow: 0 7px 15px rgba(107,32,216,0.15); color: var(--ink); }
.hero-actions .button, .contact-form .button { border-radius: 2px; }
.site-nav a { color: var(--ink); text-decoration: none; }
.site-nav a:not(.nav-contact) { border-bottom: 1px solid transparent; padding: 8px 0; transition: border-color 180ms ease, color 180ms ease; }
.site-nav a:not(.nav-contact):hover { border-color: var(--orange); color: var(--violet); }
.site-nav { align-items: center; display: flex; gap: 16px; }
.site-nav a:not(.nav-contact) { align-items: center; background: rgba(255,255,255,0.72); border: 1px solid rgba(107,32,216,0.22); border-radius: 2px; display: inline-flex; font-size: 13px; font-weight: 700; justify-content: center; min-height: 40px; min-width: 88px; padding: 8px 13px; text-transform: uppercase; transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease; }
.site-nav a:not(.nav-contact):hover { background: #fff; border-color: var(--violet); box-shadow: 0 5px 12px rgba(107,32,216,0.13); color: var(--violet); transform: translateY(-2px); }
.nav-contact { align-items: center; display: inline-flex; font-size: 12px; font-weight: 800; min-height: 40px; }
.site-nav a:not(.nav-contact), .nav-contact, .button { border-radius: 999px; }
.hero-actions .button, .contact-form .button { border-radius: 999px; }

@media (max-width: 720px) {
  .menu-toggle { display: flex; }
  .site-nav { align-items: stretch; display: none; gap: 10px; }
  .site-nav.is-open { display: flex; }
  body:has(.page-hero) .site-nav, body:has(.article-page) .site-nav { display: flex; }
  .site-nav a:not(.nav-contact), .site-nav .nav-contact { min-height: 44px; width: 100%; }
  .brand-logo { height: 34px; width: 34px; }
  .credentials-row { align-items: flex-start; flex-direction: column; gap: 17px; }
  .credential-list { flex-wrap: wrap; }
}
.whatsapp-float { align-items: center; background: #20b957; border: 3px solid var(--paper); border-radius: 50%; bottom: 24px; box-shadow: 0 8px 22px rgba(18,21,54,0.22); color: white; display: flex; height: 58px; justify-content: center; position: fixed; right: 24px; transition: transform 180ms ease, box-shadow 180ms ease; width: 58px; z-index: 10; }
.whatsapp-float svg { fill: currentColor; height: 34px; width: 34px; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { box-shadow: 0 10px 28px rgba(18,21,54,0.3); transform: translateY(-4px) scale(1.04); }
.bia-widget { bottom: 92px; position: fixed; right: 24px; z-index: 11; }.bia-launcher { align-items: center; background: var(--ink); border: 2px solid #fff; border-radius: 999px; box-shadow: 0 9px 24px rgba(18,21,54,0.2); color: white; cursor: pointer; display: flex; font: 700 12px var(--sans); gap: 9px; padding: 6px 14px 6px 6px; transition: background 180ms ease, transform 180ms ease; }.bia-launcher:hover { background: var(--violet); transform: translateY(-2px); }.bia-orb { align-items: center; background: linear-gradient(135deg, var(--violet), var(--orange)); border-radius: 50%; display: inline-flex; font: 700 17px Georgia, serif; height: 30px; justify-content: center; width: 30px; }.bia-panel { background: #fff; border: 1px solid rgba(107,32,216,0.25); border-radius: 14px; bottom: 52px; box-shadow: 0 18px 45px rgba(18,21,54,0.22); display: none; overflow: hidden; position: absolute; right: 0; width: min(360px, calc(100vw - 36px)); }.bia-panel.is-open { display: block; }.bia-panel header { align-items: center; background: var(--ink); color: white; display: flex; justify-content: space-between; padding: 17px 18px; }.bia-panel header strong { display: block; font-size: 16px; }.bia-panel header small { color: rgba(255,255,255,0.62); font: 9px var(--mono); }.bia-close { background: transparent; border: 0; color: white; cursor: pointer; font-size: 25px; line-height: 1; }.bia-messages { display: flex; flex-direction: column; gap: 9px; max-height: 230px; overflow-y: auto; padding: 15px; }.bia-message { border-radius: 12px; font-size: 12px; line-height: 1.5; max-width: 88%; padding: 10px 12px; }.bia-message-bot { align-self: flex-start; background: #f2effa; color: var(--ink); }.bia-message-user { align-self: flex-end; background: var(--violet); color: white; }.bia-message a { color: var(--orange); font-weight: 800; }.bia-suggestions { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 15px 12px; }.bia-suggestions button { background: #fff; border: 1px solid rgba(107,32,216,0.28); border-radius: 999px; color: var(--violet); cursor: pointer; font: 10px var(--sans); padding: 7px 9px; }.bia-suggestions button:hover { background: #f4edff; border-color: var(--violet); }.bia-form { border-top: 1px solid var(--line); display: flex; gap: 8px; padding: 11px; }.bia-form input { border: 1px solid var(--line); border-radius: 999px; font: 12px var(--sans); min-width: 0; outline: 0; padding: 10px 13px; width: 100%; }.bia-form input:focus { border-color: var(--violet); }.bia-form button { background: var(--orange); border: 0; border-radius: 50%; color: white; cursor: pointer; height: 36px; width: 36px; }

@media (max-width: 720px) {
  .site-header { padding: 18px 0; }
  .hero { padding: 48px 0 66px; }
  .hero h1 { font-size: clamp(34px, 10vw, 42px); }
  .hero-art { margin-top: 46px; min-height: 350px; }
  .hero-photo { min-height: 350px; }
  .hero-dashboard { bottom: 23%; right: 5%; width: 78%; }
  .services { padding: 65px 0 80px; }
  .service-card { min-height: 300px; }
  .method { padding-bottom: 72px; }
  .contact { padding: 72px 0; }
  .whatsapp-float { bottom: 17px; height: 53px; right: 17px; width: 53px; }
  .whatsapp-float svg { height: 31px; width: 31px; }
  .bia-widget { bottom: 78px; right: 17px; }.bia-launcher { font-size: 11px; }.bia-panel { bottom: 50px; }
}