:root {
  --ink: #0B1324;
  --ink-2: #111F38;
  --slate: #5F6F85;
  --muted: #8B98AA;
  --line: #DCE3EC;
  --paper: #F5F7FA;
  --white: #ffffff;
  --lime: #3F6FE5;
  --lime-deep: #3159C8;
  --orange: #087C78;
  --blue: #A8C2FF;
  --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  --display: 'Arial Narrow', 'Trebuchet MS', Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  font-family: var(--body);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; }
.container { width: min(100% - 56px, 1280px); margin-inline: auto; }

/* Header */
.announcement { min-height: 38px; color: rgba(255,255,255,.7); background: var(--ink); font-size: 10px; }
.announcement-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.announcement-live { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.announcement-live i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(79,124,255,.12); }
.announcement-copy { color: rgba(255,255,255,.5); text-align: center; }
.announcement a { display: inline-flex; align-items: center; gap: 7px; color: var(--lime); font-family: var(--mono); font-size: 9px; letter-spacing: .03em; white-space: nowrap; }
.announcement a svg, .underlined-link svg, .hero-text-link svg { transition: transform .2s ease; }
.announcement a:hover svg, .underlined-link:hover svg, .hero-text-link:hover svg { transform: translateX(4px); }
.site-header { min-height: 86px; border-bottom: 1px solid var(--line); background: rgba(244,246,247,.95); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--ink); color: var(--ink); font-family: var(--display); font-size: 17px; font-weight: 800; letter-spacing: -.12em; }
.brand-mark span { color: var(--orange); }
.brand-lockup { display: flex; flex-direction: column; line-height: 1; }
.brand-lockup strong, .brand-lockup small { font-family: var(--mono); letter-spacing: .12em; }
.brand-lockup strong { font-size: 11px; }
.brand-lockup small { margin-top: 5px; color: var(--slate); font-size: 8px; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { color: #5c6672; font-size: 12px; font-weight: 700; }
.desktop-nav a:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-phone { display: inline-flex; align-items: center; gap: 7px; color: var(--slate); font-family: var(--mono); font-size: 10px; white-space: nowrap; }
.header-phone:hover { color: var(--ink); }
.mobile-menu { display: none; padding: 7px; border: 0; color: var(--ink); background: transparent; }

/* Shared */
.section-label { display: flex; align-items: center; gap: 10px; color: var(--slate); font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.section-label > span { width: 26px; height: 1px; display: inline-block; background: var(--orange); }
.section-label--light { color: rgba(255,255,255,.5); }
.section-label--light > span { background: var(--lime); }
.button { min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; font-size: 11px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .6; transform: none; }
.button--small { min-height: 40px; padding-inline: 14px; font-size: 10px; }
.button--dark { color: var(--white); border-color: var(--ink); background: var(--ink); }
.button--dark:hover { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.button--lime { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.button--lime:hover { border-color: var(--lime-deep); background: var(--lime-deep); }

/* Hero */
.hero { position: relative; background: var(--paper); }
.hero::after { content: ''; width: 43vw; height: 43vw; max-width: 720px; max-height: 720px; position: absolute; top: -23vw; right: -20vw; border-radius: 50%; background: rgba(168,194,255,.18); filter: blur(5px); pointer-events: none; }
.hero-inner { min-height: 698px; padding-block: 93px 86px; display: grid; grid-template-columns: minmax(0, .96fr) minmax(470px, .9fr); align-items: center; gap: clamp(60px, 8vw, 125px); position: relative; z-index: 1; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 680px; margin: 26px 0 25px; font-family: var(--display); font-size: clamp(4.2rem, 7.3vw, 7.5rem); font-weight: 600; line-height: .89; letter-spacing: -.087em; }
.hero-copy h1 span { position: relative; z-index: 0; color: var(--ink); }
.hero-copy h1 span::after { content: ''; height: .22em; position: absolute; left: .01em; right: .03em; bottom: .08em; z-index: -1; background: var(--lime); transform: rotate(-1.5deg); }
.hero-intro { max-width: 500px; margin: 0; color: var(--slate); font-size: 16px; line-height: 1.72; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.hero-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 11px; font-weight: 800; }
.hero-text-link:hover { color: #345FD1; }
.hero-meta { margin-top: 58px; padding-top: 17px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 17px 27px; color: var(--muted); font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .05em; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta b { color: var(--orange); font-weight: 500; }
.hero-visual { min-height: 530px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ''; width: 75%; height: 82%; position: absolute; border: 1px solid rgba(16,20,28,.13); border-radius: 50%; transform: rotate(-25deg); }
.hero-visual::after { content: ''; width: 91%; height: 51%; position: absolute; border: 1px solid rgba(14,159,154,.25); border-radius: 50%; transform: rotate(22deg); }
.hero-visual > img { width: min(100%, 555px); position: relative; z-index: 1; display: block; filter: drop-shadow(0 28px 34px rgba(16,20,28,.14)); }
.hero-visual-label { position: absolute; z-index: 4; display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.hero-visual-label--top { width: min(81%, 449px); top: 8%; }
.hero-float-card { position: absolute; z-index: 5; box-shadow: 0 16px 35px rgba(16,20,28,.16); }
.hero-float-card--top { width: 147px; right: 0; top: 16%; padding: 16px 17px 17px; color: var(--white); background: var(--ink); transform: rotate(3deg); }
.float-kicker { display: block; color: var(--lime); font-family: var(--mono); font-size: 8px; letter-spacing: .11em; }
.hero-float-card--top strong { display: block; margin-top: 18px; font-family: var(--display); font-size: 25px; line-height: .91; letter-spacing: -.07em; }
.hero-float-card--top em { color: var(--orange); font-style: normal; }
.hero-float-card--bottom { left: 0; bottom: 9%; max-width: 252px; padding: 13px 15px; display: flex; align-items: center; gap: 10px; color: var(--ink); background: var(--lime); transform: rotate(-3deg); }
.float-icon { width: 31px; height: 31px; flex: none; display: grid; place-items: center; color: var(--lime); background: var(--ink); }
.hero-float-card--bottom b, .hero-float-card--bottom small { display: block; }
.hero-float-card--bottom b { font-size: 10px; }
.hero-float-card--bottom small { margin-top: 3px; color: rgba(255,255,255,.72); font-family: var(--mono); font-size: 7px; }

/* Signal bar */
.signal-bar { color: #c8d0da; background: var(--ink-2); }
.signal-inner { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.signal-title { color: var(--lime); }
.signal-mark { color: var(--orange); font-size: 16px; }

/* Services */
.section { padding-block: 123px; }
.services-section { background: var(--white); }
.section-head { margin-bottom: 64px; }
.section-head--split { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: end; }
.section-head h2, .proof-statement h2, .approach-top h2, .contact-copy h2 { margin: 25px 0 0; font-family: var(--display); font-size: clamp(3.5rem, 6.1vw, 6.4rem); font-weight: 600; line-height: .87; letter-spacing: -.09em; }
.section-head h2 span, .proof-statement h2 span, .approach-top h2 span, .contact-copy h2 span { color: #a4acb5; }
.section-head-copy { max-width: 395px; margin-bottom: 1px; }
.section-head-copy p { margin: 0 0 25px; color: var(--slate); font-size: 13px; line-height: 1.72; }
.underlined-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .02em; }
.underlined-link:hover { color: var(--orange); border-color: var(--orange); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 330px; padding: 25px 25px 23px; display: flex; flex-direction: column; background: var(--white); transition: transform .25s ease, background .25s ease, color .25s ease; }
.service-card:hover { position: relative; z-index: 2; color: var(--white); background: var(--ink); transform: translateY(-5px); box-shadow: 0 16px 30px rgba(16,20,28,.13); }
.service-card--featured { grid-column: span 2; min-height: 350px; background: #EEF3FF; }
.service-card--featured:hover { color: var(--ink); background: var(--lime); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; }
.service-number, .service-code { font-family: var(--mono); font-size: 9px; letter-spacing: .09em; }
.service-number { color: var(--orange); }
.service-code { color: #9ba4ad; }
.service-card:hover .service-code { color: rgba(255,255,255,.48); }
.service-card--featured:hover .service-code { color: rgba(255,255,255,.72); }
.service-card-body { flex: 1; margin-top: 54px; }
.service-card-body h3 { max-width: 305px; margin: 0 0 13px; font-family: var(--display); font-size: 28px; line-height: .98; letter-spacing: -.06em; }
.service-card-body p { max-width: 370px; min-height: 42px; margin: 0; color: var(--slate); font-size: 12px; line-height: 1.58; }
.service-card:hover .service-card-body p { color: rgba(255,255,255,.59); }
.service-card--featured:hover .service-card-body p { color: rgba(255,255,255,.72); }
.service-card-body ul { margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px 15px; list-style: none; }
.service-card-body li { display: flex; align-items: center; gap: 5px; color: #737d88; font-family: var(--mono); font-size: 8px; line-height: 1.3; }
.service-card-body li svg { color: var(--orange); }
.service-card:hover .service-card-body li { color: rgba(255,255,255,.6); }
.service-card--featured:hover .service-card-body li { color: rgba(255,255,255,.72); }
.service-card-link { width: 100%; margin-top: 24px; padding: 12px 0 0; border: 0; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: transparent; font-family: var(--mono); font-size: 8px; text-align: left; }
.service-card:hover .service-card-link { border-color: rgba(255,255,255,.2); color: var(--lime); }
.service-card--featured:hover .service-card-link { border-color: rgba(16,20,28,.2); color: var(--ink); }
.service-card-link svg { transition: transform .2s ease; }
.service-card-link:hover svg { transform: translateX(4px); }

/* Approach */
.approach-section { padding-block: 115px 123px; color: var(--white); background: var(--ink); }
.approach-top { display: grid; grid-template-columns: .78fr 1fr .75fr; gap: 70px; align-items: end; }
.approach-top h2 { margin: 0; }
.approach-top h2 span { color: #66717e; }
.approach-top p { max-width: 320px; margin: 0 0 3px; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.7; }
.process-grid { margin-top: 85px; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.process-line { height: 1px; position: absolute; top: 5px; left: 0; right: 0; background: rgba(255,255,255,.18); }
.process-step { position: relative; padding-top: 31px; border-top: 1px solid var(--lime); }
.process-step > span { position: absolute; top: -6px; left: 0; width: 12px; height: 12px; display: grid; place-items: center; color: var(--ink); border-radius: 50%; background: var(--lime); font-family: var(--mono); font-size: 0; }
.process-step h3 { margin: 0 0 11px; font-family: var(--display); font-size: 22px; font-weight: 600; letter-spacing: -.05em; }
.process-step p { max-width: 190px; margin: 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.6; }

/* Proof */
.proof-section { padding-bottom: 0; background: var(--paper); }
.proof-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 120px; }
.proof-statement > p { max-width: 390px; margin: 30px 0 27px; color: var(--slate); font-size: 13px; line-height: 1.75; }
.proof-list { border-top: 1px solid var(--line); }
.proof-item { min-height: 133px; padding: 23px 0; display: grid; grid-template-columns: 58px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.proof-item-number { color: var(--orange); font-family: var(--mono); font-size: 10px; }
.proof-item h3 { margin: 0 0 7px; font-family: var(--display); font-size: 19px; letter-spacing: -.04em; }
.proof-item p { max-width: 390px; margin: 0; color: var(--slate); font-size: 11px; line-height: 1.6; }
.stats-row { margin-top: 111px; padding-block: 27px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-row > div { min-height: 55px; padding-left: 28px; display: flex; align-items: flex-start; gap: 12px; border-left: 1px solid var(--line); }
.stats-row > div:first-child { padding-left: 0; border-left: 0; }
.stats-row strong { color: var(--orange); font-family: var(--display); font-size: 27px; font-weight: 600; letter-spacing: -.08em; line-height: .9; }
.stats-row span { color: var(--slate); font-family: var(--mono); font-size: 8px; line-height: 1.35; text-transform: uppercase; letter-spacing: .04em; }

/* Testimonial */
.testimonial-section { padding-block: 93px; color: var(--white); background: var(--ink-2); }
.testimonial-layout { display: grid; grid-template-columns: 75px 1fr 220px; gap: 44px; align-items: start; }
.testimonial-quote-mark { color: var(--lime); font-family: Georgia, serif; font-size: 103px; line-height: .65; }
.testimonial-stars { color: var(--orange); font-size: 13px; letter-spacing: .14em; }
.testimonial-layout blockquote { max-width: 760px; margin: 22px 0 28px; font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.08; letter-spacing: -.06em; }
.testimonial-person { display: flex; align-items: center; gap: 11px; }
.testimonial-person > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--lime); font-family: var(--mono); font-size: 9px; }
.testimonial-person b, .testimonial-person small { display: block; }
.testimonial-person b { font-size: 11px; }
.testimonial-person small { margin-top: 4px; color: rgba(255,255,255,.45); font-family: var(--mono); font-size: 8px; }
.testimonial-aside { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.17); }
.testimonial-aside span { color: var(--lime); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.testimonial-aside p { margin: 14px 0 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.65; }

/* Contact */
.contact-section { padding-block: 119px; color: var(--white); background: #252b34; }
.contact-layout { display: grid; grid-template-columns: .73fr 1.27fr; gap: 100px; align-items: start; }
.contact-copy h2 { margin-top: 27px; color: var(--white); }
.contact-copy h2 span { color: var(--lime); }
.contact-copy > p { max-width: 365px; margin: 29px 0 26px; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.75; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.contact-details a { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-family: var(--mono); font-size: 10px; }
.contact-details a:nth-child(2) { color: #fff; }
.contact-details a:hover { color: var(--orange); }
.whatsapp-dot { width: 16px; height: 16px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 15px; line-height: 12px; }
.contact-note { margin-top: 35px; display: grid; grid-template-columns: 16px 1fr; align-items: center; gap: 9px 5px; color: rgba(255,255,255,.45); font-family: var(--mono); font-size: 8px; line-height: 1.25; }
.contact-note svg { color: var(--lime); }
.lead-form { padding: 35px 37px 29px; color: var(--ink); background: var(--paper); }
.form-head { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-head span { display: block; color: #8b949d; font-family: var(--mono); font-size: 9px; letter-spacing: .13em; }
.form-head strong { display: block; margin-top: 12px; font-family: var(--display); font-size: 25px; letter-spacing: -.06em; }
.form-grid { padding-block: 24px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 24px; }
.lead-form label:not(.consent) { display: block; }
.lead-form label > span { display: block; margin-bottom: 8px; color: #737e89; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; }
.lead-form label > span i { color: var(--orange); font-style: normal; }
.lead-form input:not([type='checkbox']), .lead-form select, .lead-form textarea { width: 100%; padding: 8px 0 11px; border: 0; border-bottom: 1px solid #c2c8ce; outline: 0; border-radius: 0; color: var(--ink); background: transparent; font-size: 13px; }
.lead-form textarea { resize: vertical; line-height: 1.45; }
.lead-form input:not([type='checkbox']):focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--ink); }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #a7afb8; }
.lead-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #0B1324 50%), linear-gradient(135deg, #0B1324 50%, transparent 50%); background-position: calc(100% - 7px) 14px, calc(100% - 2px) 14px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.field-wide { grid-column: 1 / -1; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-footer { padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.consent { display: flex; align-items: flex-start; gap: 8px; color: #737e89; font-size: 10px; line-height: 1.35; }
.consent input { width: 14px; height: 14px; flex: none; margin: 0; accent-color: var(--ink); }
.form-notice { margin-top: 16px; padding: 11px 13px; font-size: 11px; line-height: 1.45; }
.form-notice--success { color: #31521c; background: #e8f0ff; }
.form-notice--demo { color: #6c4e1c; background: #edf1f7; }
.form-notice--error { color: #8b2c1e; background: #ffe0d8; }

/* Footer */
.site-footer { color: var(--slate); background: var(--paper); }
.footer-inner { min-height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .04em; }
.footer-inner .brand { color: var(--ink); }

/* Chat */
.chat-launcher { width: 57px; height: 57px; position: fixed; right: 26px; bottom: 25px; z-index: 30; display: grid; place-items: center; border: 1px solid var(--ink); color: var(--ink); background: var(--lime); box-shadow: 0 12px 28px rgba(16,20,28,.2); transition: transform .2s ease, background .2s ease; }
.chat-launcher:hover { transform: translateY(-3px); background: var(--white); }
.chat-launcher.is-open { color: var(--white); background: var(--ink); }
.launcher-pulse { width: 8px; height: 8px; position: absolute; top: 10px; right: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(14,159,154,.17); }
.chat-panel { width: min(395px, calc(100vw - 28px)); height: min(640px, calc(100vh - 108px)); min-height: 490px; position: fixed; right: 26px; bottom: 95px; z-index: 29; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #252b34; color: var(--ink); background: #f9faf9; box-shadow: 0 22px 60px rgba(16,20,28,.23); animation: chat-in .22s ease both; }
@keyframes chat-in { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.chat-header { min-height: 73px; padding: 14px 16px; display: flex; align-items: center; gap: 11px; color: var(--white); background: var(--ink); }
.chat-avatar { width: 35px; height: 35px; display: grid; place-items: center; color: var(--ink); background: var(--lime); }
.chat-header b, .chat-header span { display: block; }
.chat-header b { font-family: var(--display); font-size: 14px; letter-spacing: -.03em; }
.chat-header span { margin-top: 3px; color: rgba(255,255,255,.49); font-family: var(--mono); font-size: 8px; }
.chat-header span i { width: 5px; height: 5px; margin-right: 5px; display: inline-block; border-radius: 50%; background: var(--lime); }
.chat-header > button { margin-left: auto; padding: 5px; border: 0; color: rgba(255,255,255,.64); background: transparent; }
.chat-header > button:hover { color: #fff; }
.chat-body { flex: 1; padding: 15px 14px 6px; overflow: auto; background: radial-gradient(circle at 86% 13%, rgba(168,194,255,.24), transparent 35%), #f8f9f7; }
.chat-context { margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.chat-context span { display: block; color: #89939d; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.chat-context small { display: block; margin-top: 5px; color: #9aa2aa; font-size: 9px; }
.chat-row { display: flex; margin-bottom: 12px; }
.chat-row--user { justify-content: flex-end; }
.chat-bubble { max-width: 87%; padding: 11px 12px; border: 1px solid #e1e5e7; color: #37404a; background: #fff; font-size: 11px; line-height: 1.52; box-shadow: 0 4px 12px rgba(16,20,28,.03); }
.chat-row--user .chat-bubble { border-color: var(--ink); color: var(--ink); background: var(--lime); }
.chat-bubble p { margin: 0; white-space: pre-line; }
.bubble-label { display: block; margin-bottom: 7px; color: var(--orange); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.quick-replies { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.quick-replies button, .quick-replies a { min-height: 26px; padding: 5px 8px; border: 1px solid #d5dadd; display: inline-flex; align-items: center; gap: 4px; color: #5f6b76; background: #fbfcfb; font-size: 9px; line-height: 1.1; }
.quick-replies button:hover, .quick-replies a:hover { border-color: var(--ink); color: var(--ink); background: var(--lime); }
.typing { display: flex; gap: 4px; padding: 15px; }
.typing span { width: 5px; height: 5px; display: block; border-radius: 50%; background: #a7afb7; animation: bounce 1s infinite ease-in-out; }
.typing span:nth-child(2) { animation-delay: .13s; }
.typing span:nth-child(3) { animation-delay: .26s; }
@keyframes bounce { 0%, 60%, 100% { transform: translateY(0); } 30% { transform: translateY(-4px); } }
.chat-footer { padding: 11px 12px 12px; border-top: 1px solid var(--line); background: #fff; }
.chat-brief { display: inline-flex; align-items: center; gap: 5px; padding: 0; border: 0; color: #737e89; background: transparent; font-family: var(--mono); font-size: 9px; }
.chat-brief:hover { color: var(--ink); }
.chat-input-row { margin-top: 9px; display: flex; align-items: center; border: 1px solid #cbd1d5; background: #f8f9f7; }
.chat-input-row:focus-within { border-color: var(--ink); }
.chat-input-row input { width: 100%; min-width: 0; padding: 12px 11px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 11px; }
.chat-input-row input::placeholder { color: #9da6ae; }
.chat-input-row button { width: 40px; height: 39px; flex: none; display: grid; place-items: center; border: 0; color: var(--ink); background: var(--lime); }
.chat-input-row button:hover { background: var(--lime-deep); }
.chat-footer > small { display: block; margin-top: 8px; color: #a0a8af; font-size: 8px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 50; padding: 12px 15px; display: inline-flex; align-items: center; gap: 8px; color: var(--ink); background: var(--lime); box-shadow: 0 8px 24px rgba(16,20,28,.18); font-size: 11px; font-weight: 800; transform: translateX(-50%); animation: toast-in .25s ease both; }
@keyframes toast-in { from { opacity: 0; transform: translate(-50%, 8px); } to { opacity: 1; transform: translate(-50%, 0); } }

@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr .85fr; gap: 45px; }
  .hero-copy h1 { font-size: clamp(4rem, 8vw, 6.5rem); }
  .header-phone { display: none; }
  .approach-top { grid-template-columns: .7fr 1fr; }
  .approach-top p { grid-column: 2; }
  .proof-layout { gap: 70px; }
  .contact-layout { gap: 55px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 40px, 680px); }
  .announcement-copy { display: none; }
  .announcement-inner { justify-content: space-between; }
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .mobile-menu { display: grid; place-items: center; }
  .hero-inner { min-height: auto; padding-block: 76px 70px; grid-template-columns: 1fr; gap: 52px; }
  .hero-copy h1 { max-width: 700px; font-size: clamp(4.3rem, 15vw, 7rem); }
  .hero-intro { max-width: 560px; }
  .hero-visual { min-height: 450px; width: min(100%, 600px); margin-inline: auto; }
  .section-head--split, .proof-layout, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .section-head--split { margin-bottom: 45px; }
  .section-head-copy { max-width: 550px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card--featured { grid-column: span 2; }
  .approach-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .approach-top p { grid-column: auto; }
  .process-grid { gap: 18px; }
  .proof-layout { gap: 45px; }
  .contact-layout { gap: 50px; }
  .testimonial-layout { grid-template-columns: 60px 1fr; gap: 30px; }
  .testimonial-aside { grid-column: 2; padding: 0; border: 0; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 34px, 480px); }
  .announcement { font-size: 9px; }
  .announcement-inner { min-height: 34px; }
  .announcement-live { font-size: 8px; }
  .announcement a { font-size: 8px; }
  .site-header, .header-inner { min-height: 72px; }
  .header-inner { gap: 12px; }
  .button--small { padding-inline: 10px; min-height: 36px; font-size: 8px; gap: 7px; }
  .brand-mark { width: 30px; height: 30px; font-size: 15px; }
  .brand-lockup strong { font-size: 9px; }
  .brand-lockup small { font-size: 7px; }
  .hero-inner { padding-block: 61px 54px; gap: 32px; }
  .hero-copy h1 { margin-block: 22px 23px; font-size: clamp(3.6rem, 18vw, 5.6rem); }
  .hero-intro { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-meta { margin-top: 40px; gap: 13px 17px; font-size: 7px; }
  .hero-visual { min-height: 330px; }
  .hero-visual-label--top { top: 4%; width: 75%; font-size: 7px; }
  .hero-float-card--top { top: 13%; right: -3px; width: 115px; padding: 12px; }
  .hero-float-card--top strong { margin-top: 12px; font-size: 20px; }
  .hero-float-card--bottom { max-width: 205px; bottom: 5%; left: -4px; padding: 10px; }
  .float-icon { width: 25px; height: 25px; }
  .hero-float-card--bottom b { font-size: 8px; }
  .hero-float-card--bottom small { font-size: 6px; }
  .signal-inner { min-height: 57px; justify-content: flex-start; overflow: hidden; gap: 19px; font-size: 8px; white-space: nowrap; }
  .signal-inner > span:nth-child(n+5) { display: none; }
  .signal-title { display: none; }
  .section { padding-block: 76px; }
  .section-head { margin-bottom: 40px; }
  .section-head h2, .proof-statement h2, .approach-top h2, .contact-copy h2 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card--featured { grid-column: auto; min-height: 294px; padding: 21px 19px 19px; }
  .service-card-body { margin-top: 38px; }
  .service-card-body h3 { font-size: 25px; }
  .approach-section { padding-block: 76px; }
  .approach-top { grid-template-columns: 1fr; gap: 25px; }
  .approach-top p { grid-column: auto; }
  .process-grid { margin-top: 54px; grid-template-columns: 1fr 1fr; gap: 36px 16px; }
  .process-line { display: none; }
  .process-step { padding-top: 22px; }
  .process-step h3 { font-size: 20px; }
  .process-step p { font-size: 10px; }
  .proof-section { padding-bottom: 0; }
  .proof-item { grid-template-columns: 42px 1fr; gap: 13px; }
  .proof-item h3 { font-size: 17px; }
  .stats-row { margin-top: 72px; grid-template-columns: 1fr 1fr; gap: 22px 0; padding-block: 22px; }
  .stats-row > div, .stats-row > div:first-child { min-height: 43px; padding-left: 15px; border-left: 1px solid var(--line); }
  .stats-row > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .stats-row strong { font-size: 23px; }
  .testimonial-section { padding-block: 68px; }
  .testimonial-layout { display: block; }
  .testimonial-quote-mark { margin-bottom: 18px; font-size: 82px; }
  .testimonial-layout blockquote { margin-block: 18px 25px; font-size: 1.75rem; }
  .testimonial-aside { margin-top: 42px; }
  .contact-section { padding-block: 78px; }
  .lead-form { padding: 25px 19px 21px; }
  .form-grid { grid-template-columns: 1fr; gap: 18px; }
  .field-wide { grid-column: auto; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-inner { min-height: 105px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 12px; font-size: 8px; }
  .chat-launcher { width: 53px; height: 53px; right: 16px; bottom: 16px; }
  .chat-panel { right: 13px; bottom: 80px; width: calc(100vw - 26px); height: calc(100vh - 102px); min-height: 430px; }
  .toast { bottom: 75px; width: max-content; max-width: calc(100vw - 34px); font-size: 10px; }
}

/* Service page system */
.hero-services { grid-column: 1 / -1; padding-top: 29px; display: grid; grid-template-columns: 1.5fr repeat(8, 1fr); border-top: 1px solid var(--line); }
.hero-services-heading { padding: 4px 18px 0 0; }
.hero-services-heading span { display: block; color: var(--orange); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; }
.hero-services-heading b { display: block; max-width: 160px; margin-top: 10px; font-family: var(--display); font-size: 16px; line-height: 1; letter-spacing: -.04em; }
.hero-services > a { min-height: 52px; padding: 4px 11px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid var(--line); color: var(--slate); transition: background .2s ease, color .2s ease, transform .2s ease; }
.hero-services > a span { color: var(--orange); font-family: var(--mono); font-size: 8px; }
.hero-services > a strong { margin-top: 10px; font-size: 10px; line-height: 1.15; }
.hero-services > a svg { align-self: flex-end; color: #a1aab4; }
.hero-services > a:hover { color: var(--ink); background: var(--white); transform: translateY(-2px); }
.hero-services > a:hover svg { color: var(--orange); }

.service-page { background: var(--paper); }
.service-page-hero { color: var(--white); background: var(--ink); }
.service-page-hero-inner { min-height: 590px; padding-block: 74px 70px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.service-page-copy { max-width: 650px; }
.service-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 45px; color: rgba(255,255,255,.43); font-family: var(--mono); font-size: 9px; }
.service-breadcrumb a:hover { color: var(--lime); }
.service-breadcrumb b { color: var(--lime); font-weight: 500; }
.service-page-label { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.53); font-family: var(--mono); font-size: 9px; letter-spacing: .14em; }
.service-page-label span { color: var(--lime); }
.service-page-copy h1 { max-width: 700px; margin: 23px 0 23px; font-family: var(--display); font-size: clamp(4rem, 6.5vw, 7.1rem); font-weight: 600; line-height: .88; letter-spacing: -.095em; }
.service-page-copy > p { max-width: 540px; margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.75; }
.service-page-actions { margin-top: 30px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.service-page-chat { border: 0; padding: 0; display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.75); background: transparent; font-size: 11px; font-weight: 700; }
.service-page-chat:hover { color: var(--lime); }
.service-page-art { min-height: 395px; position: relative; display: grid; place-items: center; }
.service-page-art::before { content: ''; position: absolute; width: 75%; height: 75%; border: 1px solid rgba(79,124,255,.28); border-radius: 50%; transform: rotate(-25deg); }
.service-page-art::after { content: ''; position: absolute; width: 93%; height: 47%; border: 1px solid rgba(14,159,154,.35); border-radius: 50%; transform: rotate(32deg); }
.service-page-art-number { position: absolute; top: -10px; right: 0; color: rgba(255,255,255,.1); font-family: var(--display); font-size: 16rem; font-weight: 700; line-height: .8; letter-spacing: -.15em; }
.service-page-orbit { position: absolute; border-radius: 50%; }
.service-page-orbit--one { width: 65%; height: 92%; border: 1px solid rgba(168,194,255,.45); transform: rotate(48deg); }
.service-page-orbit--two { width: 58%; height: 86%; border: 1px solid rgba(79,124,255,.36); transform: rotate(-54deg); }
.service-page-art-core { width: 151px; height: 151px; position: relative; z-index: 2; display: grid; place-content: center; text-align: center; border-radius: 50%; background: linear-gradient(145deg, var(--lime), var(--orange)); box-shadow: 0 0 0 17px rgba(79,124,255,.05), 0 21px 45px rgba(0,0,0,.32); transform: rotate(-8deg); }
.service-page-art-core span { color: var(--ink); font-family: var(--display); font-size: 56px; font-weight: 700; line-height: .75; letter-spacing: -.12em; }
.service-page-art-core small { margin-top: 15px; color: rgba(16,20,28,.7); font-family: var(--mono); font-size: 7px; letter-spacing: .12em; }
.service-page-art-tag { position: absolute; right: 0; bottom: 4%; z-index: 3; padding: 12px 15px; color: var(--ink); background: var(--lime); font-family: var(--mono); font-size: 8px; line-height: 1.3; letter-spacing: .1em; transform: rotate(3deg); }
.service-page-art-tag strong { font-size: 13px; letter-spacing: .03em; }
.service-switcher { min-height: 70px; padding-block: 10px; display: grid; grid-template-columns: repeat(8, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.service-switcher a { padding: 0 10px; display: flex; flex-direction: column; justify-content: center; gap: 6px; border-left: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.47); font-family: var(--mono); font-size: 8px; line-height: 1.2; }
.service-switcher a:first-child { border-left: 0; }
.service-switcher a span { color: rgba(255,255,255,.3); font-size: 7px; }
.service-switcher a svg { display: none; }
.service-switcher a:hover, .service-switcher a.is-current { color: var(--lime); background: rgba(255,255,255,.04); }
.service-switcher a.is-current span { color: var(--orange); }
.service-page-intro { background: var(--white); }
.service-page-intro-grid { display: grid; grid-template-columns: 1fr .84fr; gap: 100px; align-items: end; }
.service-page-kicker { display: block; color: var(--orange); font-family: var(--mono); font-size: 9px; letter-spacing: .14em; }
.service-page-intro h2 { max-width: 650px; margin: 22px 0 0; font-family: var(--display); font-size: clamp(2.6rem, 4.2vw, 4.6rem); font-weight: 600; line-height: .95; letter-spacing: -.08em; }
.service-page-intro-copy p { margin: 0 0 25px; color: var(--slate); font-size: 14px; line-height: 1.75; }

.erp-section { padding-block: 105px; color: var(--white); background: #242c35; }
.erp-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; align-items: center; }
.erp-copy h2 { max-width: 510px; margin: 22px 0 20px; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 600; line-height: .9; letter-spacing: -.09em; }
.erp-copy h2 em { color: var(--lime); font-style: normal; }
.erp-copy p { max-width: 440px; margin: 0 0 28px; color: rgba(255,255,255,.54); font-size: 13px; line-height: 1.75; }
.erp-console { min-height: 358px; padding: 25px 27px 24px; position: relative; overflow: hidden; background: #10161e; box-shadow: 16px 20px 50px rgba(0,0,0,.22); transform: rotate(1.5deg); }
.erp-console::before { content: ''; position: absolute; width: 380px; height: 380px; top: -255px; right: -140px; border: 1px solid rgba(79,124,255,.3); border-radius: 50%; }
.erp-console-top { position: relative; z-index: 1; display: flex; justify-content: space-between; color: rgba(255,255,255,.44); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.erp-console-top b { color: var(--lime); font-weight: 500; }
.erp-console-top i { width: 5px; height: 5px; display: inline-block; margin-right: 5px; border-radius: 50%; background: var(--lime); }
.erp-console-title { position: relative; z-index: 1; margin-top: 45px; font-family: var(--display); font-size: 34px; line-height: .9; letter-spacing: -.06em; }
.erp-console-title strong { color: var(--lime); font-weight: 500; }
.erp-metrics { margin-top: 33px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.erp-metrics > div { padding: 12px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.erp-metrics span, .erp-metrics b, .erp-metrics small { display: block; }
.erp-metrics span { color: rgba(255,255,255,.42); font-family: var(--mono); font-size: 7px; letter-spacing: .08em; }
.erp-metrics b { margin: 12px 0 7px; color: #fff; font-family: var(--display); font-size: 20px; letter-spacing: -.04em; }
.erp-metrics small { color: var(--lime); font-family: var(--mono); font-size: 8px; }
.erp-bars { height: 73px; margin-top: 30px; padding: 0 8px; display: flex; align-items: end; gap: 11px; border-bottom: 1px solid rgba(255,255,255,.16); }
.erp-bars span { flex: 1; background: linear-gradient(to top, var(--orange), var(--lime)); opacity: .87; }

.service-page-deliverables { background: var(--paper); }
.deliverables-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; }
.service-page-deliverables h2 { margin: 22px 0 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.3rem); font-weight: 600; line-height: .9; letter-spacing: -.09em; }
.service-page-deliverables h2 span { color: #a4acb5; }
.deliverables-list { border-top: 1px solid var(--line); }
.deliverables-list > div { min-height: 66px; padding: 16px 0; display: grid; grid-template-columns: 44px 1fr 20px; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.deliverables-list span { color: var(--orange); font-family: var(--mono); font-size: 9px; }
.deliverables-list strong { font-family: var(--display); font-size: 18px; font-weight: 600; letter-spacing: -.04em; }
.deliverables-list svg { color: var(--orange); }

.service-work-section { padding-block: 112px; background: var(--white); }
.service-work-section .section-head { margin-bottom: 54px; }
.service-work-lede { max-width: 390px; margin: 0; color: var(--slate); font-size: 13px; line-height: 1.7; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { display: block; border: 1px solid var(--line); color: var(--ink); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(16,20,28,.1); }
.project-visual { min-height: 245px; position: relative; overflow: hidden; display: grid; place-items: center; background: var(--ink); }
.project-visual::before { content: ''; width: 240px; height: 240px; position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: rotate(27deg); }
.project-visual::after { content: ''; width: 145px; height: 280px; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: rotate(-39deg); }
.project-card--orange .project-visual { background: linear-gradient(140deg, #332c31, #b34f42); }
.project-card--green .project-visual { background: linear-gradient(140deg, #1c332b, #7c9d53); }
.project-card--blue .project-visual { background: linear-gradient(140deg, #26364c, #777fe5); }
.project-visual img { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 0; object-fit: cover; opacity: .82; filter: saturate(.93); transition: transform .35s ease, opacity .35s ease; }
.project-card:hover .project-visual img { opacity: .95; transform: scale(1.04); }
.project-visual::before, .project-visual::after { z-index: 1; }
.project-initials { position: relative; z-index: 1; color: #fff; font-family: var(--display); font-size: 65px; font-weight: 700; letter-spacing: -.12em; }
.project-visual-label { position: absolute; top: 18px; left: 18px; z-index: 1; color: rgba(255,255,255,.7); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.project-arrow { width: 36px; height: 36px; position: absolute; right: 17px; bottom: 17px; z-index: 1; display: grid; place-items: center; color: var(--ink); background: var(--lime); }
.project-card-copy { padding: 21px 20px 22px; }
.project-card-copy > span { color: var(--orange); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.project-card-copy h3 { margin: 12px 0 8px; font-family: var(--display); font-size: 28px; letter-spacing: -.06em; }
.project-card-copy p { min-height: 48px; margin: 0; color: var(--slate); font-size: 11px; line-height: 1.6; }
.project-card-copy b { margin-top: 18px; display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 9px; }
.project-card-copy b svg { transition: transform .2s ease; }
.project-card:hover .project-card-copy b svg { transform: translateX(4px); }

.service-page-process { background: var(--paper); }
.service-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-process-grid > div { min-height: 215px; padding: 23px; background: var(--paper); }
.service-process-grid > div > span { color: var(--orange); font-family: var(--mono); font-size: 9px; }
.service-process-grid h3 { margin: 43px 0 10px; font-family: var(--display); font-size: 20px; letter-spacing: -.04em; }
.service-process-grid p { max-width: 190px; margin: 0; color: var(--slate); font-size: 11px; line-height: 1.6; }
.service-page-cta { padding-block: 108px; color: var(--white); background: var(--ink); }
.service-cta-inner { display: grid; grid-template-columns: 1fr .67fr; gap: 100px; align-items: end; }
.service-cta-inner h2 { margin: 24px 0 0; font-family: var(--display); font-size: clamp(3.6rem, 6vw, 6.4rem); font-weight: 600; line-height: .84; letter-spacing: -.1em; }
.service-cta-inner h2 em { color: var(--lime); font-style: normal; }
.service-cta-inner p { max-width: 350px; margin: 0 0 26px; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.7; }
.service-phone { display: block; margin-top: 20px; color: var(--lime); font-family: var(--mono); font-size: 10px; }

@media (max-width: 1080px) {
  .hero-services { grid-template-columns: 1.2fr repeat(8, 1fr); }
  .hero-services-heading b { font-size: 13px; }
  .hero-services > a { padding-inline: 7px; }
  .hero-services > a strong { font-size: 8px; }
  .service-page-hero-inner { gap: 45px; }
  .erp-layout, .deliverables-layout, .service-page-intro-grid { gap: 60px; }
}

@media (max-width: 820px) {
  .hero-services { grid-template-columns: repeat(4, 1fr); gap: 1px; border-top: 0; background: var(--line); }
  .hero-services-heading { grid-column: 1 / -1; padding: 17px 0 13px; }
  .hero-services-heading b { max-width: none; margin-top: 7px; font-size: 17px; }
  .hero-services > a { min-height: 65px; padding: 10px 9px; border-left: 0; background: var(--white); }
  .service-page-hero-inner, .erp-layout, .deliverables-layout, .service-page-intro-grid, .service-cta-inner { grid-template-columns: 1fr; gap: 42px; }
  .service-page-hero-inner { padding-block: 55px 60px; }
  .service-page-copy h1 { font-size: clamp(3.7rem, 11vw, 6rem); }
  .service-page-art { width: min(100%, 560px); min-height: 350px; margin: 0 auto; }
  .service-switcher { overflow-x: auto; display: flex; min-height: 70px; }
  .service-switcher a { min-width: 105px; }
  .service-page-intro-grid { gap: 25px; }
  .erp-section { padding-block: 80px; }
  .deliverables-layout { gap: 42px; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .service-process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .hero-services { grid-template-columns: repeat(2, 1fr); }
  .hero-services-heading { grid-column: 1 / -1; }
  .hero-services > a { min-height: 58px; }
  .hero-services > a strong { font-size: 9px; }
  .service-page-hero-inner { padding-block: 45px 42px; }
  .service-breadcrumb { margin-bottom: 31px; font-size: 8px; }
  .service-page-copy h1 { font-size: clamp(3.35rem, 16vw, 5.1rem); }
  .service-page-copy > p { font-size: 13px; }
  .service-page-art { min-height: 280px; }
  .service-page-art-number { font-size: 11rem; }
  .service-page-art-core { width: 115px; height: 115px; }
  .service-page-art-core span { font-size: 43px; }
  .service-page-art-core small { margin-top: 10px; font-size: 6px; }
  .service-page-art-tag { right: 0; }
  .service-page-intro h2 { font-size: 2.7rem; }
  .erp-console { min-height: 315px; padding: 20px 17px; }
  .erp-console-title { margin-top: 35px; font-size: 28px; }
  .erp-metrics { gap: 5px; }
  .erp-metrics > div { padding: 8px; }
  .erp-metrics b { margin-block: 9px 5px; font-size: 16px; }
  .erp-metrics span, .erp-metrics small { font-size: 6px; }
  .erp-bars { gap: 6px; }
  .deliverables-list > div { grid-template-columns: 32px 1fr 16px; gap: 10px; }
  .deliverables-list strong { font-size: 16px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-visual { min-height: 215px; }
  .service-process-grid { grid-template-columns: 1fr 1fr; }
  .service-process-grid > div { min-height: 190px; padding: 17px; }
  .service-process-grid h3 { margin-top: 36px; font-size: 17px; }
  .service-cta-inner { gap: 30px; }
}

/* Hostinger edition: interaction, accessibility and chatbot polish */
:focus-visible { outline: 3px solid rgba(14,159,154,.72); outline-offset: 3px; }
.chat-input-row button:disabled { opacity: .55; cursor: wait; }
.chat-launcher::after {
  content: 'Ask Prospect AI';
  min-width: max-content;
  padding: 9px 12px;
  position: absolute;
  right: 67px;
  border: 1px solid rgba(16,20,28,.13);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(16,20,28,.14);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .03em;
  pointer-events: none;
  opacity: 0;
  transform: translateX(7px);
  transition: opacity .22s ease, transform .22s ease;
}
.chat-launcher.show-hint::after { opacity: 1; transform: translateX(0); }
.chat-launcher.is-open::after { display: none; }
.chat-panel { border-radius: 2px; }
.chat-header { position: relative; }
.chat-header::after { content: ''; height: 1px; position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(90deg, var(--lime), var(--orange), var(--blue)); }
.chat-bubble { border-radius: 0 10px 10px 10px; }
.chat-row--user .chat-bubble { border-radius: 10px 0 10px 10px; }
.quick-replies button, .quick-replies a { border-radius: 999px; cursor: pointer; }
.toast--error { color: #fff; background: #b83a2e; }

body.menu-open { overflow: hidden; }
.mobile-drawer { position: fixed; inset: 0; z-index: 80; }
.mobile-drawer-backdrop { position: absolute; inset: 0; border: 0; background: rgba(16,20,28,.58); backdrop-filter: blur(3px); }
.mobile-drawer-panel {
  width: min(88vw, 390px);
  height: 100%;
  padding: 24px 22px 26px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  color: var(--white);
  background: var(--ink);
  box-shadow: -18px 0 50px rgba(0,0,0,.22);
  animation: mobile-menu-in .24s ease both;
}
@keyframes mobile-menu-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
.mobile-drawer-head { min-height: 55px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.14); display: flex; align-items: center; justify-content: space-between; }
.mobile-drawer-head span { color: var(--lime); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.mobile-drawer-head button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); color: #fff; background: transparent; font-size: 25px; line-height: 1; }
.mobile-drawer-panel > a { min-height: 61px; padding: 0 4px; border-bottom: 1px solid rgba(255,255,255,.11); display: flex; align-items: center; justify-content: space-between; font-family: var(--display); font-size: 25px; font-weight: 700; letter-spacing: -.045em; }
.mobile-drawer-panel > a:hover { padding-left: 10px; color: var(--lime); }
.mobile-drawer-panel > a span { color: var(--orange); font-family: var(--mono); font-size: 8px; font-weight: 400; letter-spacing: .1em; }
.mobile-drawer-contact { margin-top: auto; padding-top: 26px; display: grid; gap: 11px; }
.mobile-drawer-contact a { color: rgba(255,255,255,.68); font-family: var(--mono); font-size: 10px; }
.mobile-drawer-contact a:last-child { color: var(--lime); }

.reveal-item { opacity: 0; transform: translateY(18px); transition: opacity .55s ease var(--reveal-delay, 0ms), transform .55s ease var(--reveal-delay, 0ms); }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (max-width: 580px) {
  .chat-launcher::after { display: none; }
  .chat-panel { border-radius: 0; }
}

/* Plain-language edition: slightly larger supporting text for easier reading */
.service-card-body li { font-size: 9px; line-height: 1.45; }
.proof-item p { font-size: 12px; line-height: 1.7; }
.service-process-grid p { max-width: 220px; font-size: 12px; line-height: 1.7; }
.chat-bubble { font-size: 12px; line-height: 1.58; }
.chat-context small, .chat-input-row input { font-size: 10px; }
.quick-replies button, .quick-replies a { font-size: 10px; }
@media (max-width: 580px) {
  .service-card-body li { font-size: 9px; }
  .service-process-grid p { font-size: 11px; }
}

/* Chat close reliability: the hidden state must always beat display:flex. */
.chat-panel[hidden] { display: none !important; }
.chat-header > button {
  width: 38px;
  height: 38px;
  padding: 0;
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  touch-action: manipulation;
}

/* Large, visible and touch-friendly chatbot close control. */
.chat-header > [data-close-chat] {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.07);
  cursor: pointer;
  pointer-events: auto;
}
.chat-header > [data-close-chat]:hover,
.chat-header > [data-close-chat]:focus-visible {
  border-color: var(--lime);
  color: var(--ink);
  background: var(--lime);
}

/* SEO-friendly visible FAQ */
.faq-section { background: #fff; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; padding: 18px 3px; display: grid; grid-template-columns: 44px minmax(0,1fr) 28px; align-items: center; gap: 17px; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--orange); font-family: var(--mono); font-size: 9px; }
.faq-list summary strong { font-family: var(--display); font-size: 21px; font-weight: 600; letter-spacing: -.04em; }
.faq-list summary i { width: 27px; height: 27px; border: 1px solid var(--line); display: grid; place-items: center; font-style: normal; transition: transform .2s ease, background .2s ease; }
.faq-list details[open] summary i { color: var(--ink); background: var(--lime); transform: rotate(45deg); }
.faq-list details > p { max-width: 790px; margin: -4px 0 25px 61px; color: var(--slate); font-size: 13px; line-height: 1.75; }
.faq-list summary:hover strong { color: #345FD1; }
@media(max-width:580px){.faq-list summary{grid-template-columns:30px 1fr 27px;gap:10px}.faq-list summary strong{font-size:18px}.faq-list details>p{margin:0 0 22px 40px;font-size:12px}}

/* Professional navy + electric-blue visual system */
.site-header { background: rgba(245,247,250,.96); backdrop-filter: blur(12px); }
.brand-mark { width: 38px; height: 38px; border: 0; border-radius: 9px; overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; display: block; }
.brand-lockup strong { letter-spacing: .15em; }
.desktop-nav a { color: #526175; }
.hero-text-link:hover { color: var(--lime-deep); }
.button--dark:hover,
.button--lime,
.button--lime:hover { color: #fff; }
.hero-float-card--bottom { color: #fff; }
.hero-float-card--bottom small { color: rgba(255,255,255,.72); }
.service-card--featured:hover { color: #fff; }
.service-card--featured:hover .service-code,
.service-card--featured:hover .service-card-body p,
.service-card--featured:hover .service-card-body li { color: rgba(255,255,255,.72); }
.service-card--featured:hover .service-card-link { border-color: rgba(255,255,255,.24); color: #fff; }
.testimonial-person > span,
.chat-launcher,
.chat-avatar,
.chat-row--user .chat-bubble,
.quick-replies button:hover,
.quick-replies a:hover,
.chat-input-row button,
.toast,
.service-page-art-tag,
.project-arrow,
.faq-list details[open] summary i,
.chat-header > [data-close-chat]:hover,
.chat-header > [data-close-chat]:focus-visible { color: #fff; }
.chat-launcher { border-color: var(--lime); }
.chat-row--user .chat-bubble { border-color: var(--lime); }
.service-page-art-core span { color: #fff; }
.service-page-art-core small { color: rgba(255,255,255,.72); }
.form-notice--success { color: #24437d; background: #e8f0ff; }
.form-notice--demo { color: #47576c; background: #edf1f7; }
.faq-list summary:hover strong { color: var(--lime-deep); }
.hero-float-card--top em,.signal-mark,.testimonial-stars,.service-page-hero .service-page-kicker,.service-page-cta .service-page-kicker{color:#34C6BC}

/* Conversational project-detail capture */
.chat-footer-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.chat-footer-actions .chat-brief { min-height: 28px; padding: 0 8px; border: 1px solid var(--line); border-radius: 999px; }
.chat-footer-actions button.chat-brief { color: #fff; border-color: var(--lime); background: var(--lime); }
.chat-footer-actions button.chat-brief:hover { border-color: var(--lime-deep); background: var(--lime-deep); }
.quick-replies { max-width: 100%; }
.quick-replies button { max-width: 100%; }
@media(max-width:580px){.chat-footer-actions{gap:6px}.chat-footer-actions .chat-brief{font-size:8px;padding-inline:7px}}

/* Premium service-card hover — isolated to the home services grid */
.services-grid .service-card {
  --card-accent: #3F6FE5;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .42s cubic-bezier(.2,.75,.25,1), box-shadow .42s ease, background .35s ease, color .3s ease;
}
.services-grid .service-card:nth-child(3n+2) { --card-accent: #087C78; }
.services-grid .service-card:nth-child(3n+3) { --card-accent: #6558D9; }
.services-grid .service-card::before {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(90deg, var(--card-accent), #34C6BC);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .42s cubic-bezier(.2,.75,.25,1);
}
.services-grid .service-card::after {
  content: '';
  width: 210px;
  height: 210px;
  position: absolute;
  top: -132px;
  right: -112px;
  z-index: 0;
  border: 1px solid rgba(168,194,255,.42);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63,111,229,.18), transparent 68%);
  opacity: 0;
  transform: scale(.62) rotate(-24deg);
  transition: opacity .35s ease, transform .55s cubic-bezier(.2,.75,.25,1);
  pointer-events: none;
}
.services-grid .service-card > * { position: relative; z-index: 1; }
.services-grid .service-card-top,
.services-grid .service-card-body,
.services-grid .service-card-link { transition: transform .38s cubic-bezier(.2,.75,.25,1), color .3s ease, border-color .3s ease; }
.services-grid .service-card-body li { transition: color .3s ease, transform .3s ease; }
.services-grid .service-card-body li svg { transition: transform .35s cubic-bezier(.2,.75,.25,1), color .3s ease; }
.services-grid .service-card-link svg { transition: transform .38s cubic-bezier(.2,.75,.25,1); }

@media (hover:hover) and (pointer:fine) {
  .services-grid .service-card:hover {
    color: #fff;
    background: linear-gradient(145deg, #111F38 0%, #0B1324 72%);
    transform: translateY(-9px) scale(1.012);
    box-shadow: 0 24px 55px rgba(11,19,36,.18), 0 0 0 1px rgba(63,111,229,.18);
  }
  .services-grid .service-card--featured:hover {
    color: #fff;
    background: linear-gradient(135deg, #3159C8 0%, #274CA8 52%, #087C78 130%);
  }
  .services-grid .service-card:hover::before { transform: scaleX(1); }
  .services-grid .service-card:hover::after { opacity: 1; transform: scale(1) rotate(18deg); }
  .services-grid .service-card:hover .service-card-top { transform: translateX(5px); }
  .services-grid .service-card:hover .service-card-body { transform: translateY(-5px); }
  .services-grid .service-card:hover .service-number { color: #62D5CD; }
  .services-grid .service-card:hover .service-code { color: rgba(255,255,255,.64); }
  .services-grid .service-card:hover .service-card-body p,
  .services-grid .service-card:hover .service-card-body li { color: rgba(255,255,255,.72); }
  .services-grid .service-card:hover .service-card-body li:nth-child(1) { transform: translateX(3px); }
  .services-grid .service-card:hover .service-card-body li:nth-child(2) { transform: translateX(6px); }
  .services-grid .service-card:hover .service-card-body li:nth-child(3) { transform: translateX(9px); }
  .services-grid .service-card:hover .service-card-body li svg { color: #62D5CD; transform: scale(1.15); }
  .services-grid .service-card:hover .service-card-link { color: #fff; border-color: rgba(255,255,255,.24); transform: translateY(-2px); }
  .services-grid .service-card:hover .service-card-link svg { transform: translateX(7px); }
}

.services-grid .service-card:focus-within {
  color: #fff;
  background: linear-gradient(145deg, #111F38, #0B1324);
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(11,19,36,.16), 0 0 0 3px rgba(63,111,229,.22);
}
.services-grid .service-card:focus-within::before { transform: scaleX(1); }
.services-grid .service-card:focus-within .service-card-body p,
.services-grid .service-card:focus-within .service-card-body li { color: rgba(255,255,255,.72); }
.services-grid .service-card:focus-within .service-card-link { color: #fff; border-color: rgba(255,255,255,.24); }

/* Premium contact-form service dropdown */
.service-select-field { padding: 15px 16px 16px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.72); transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.service-select-field:focus-within { border-color: rgba(63,111,229,.55); background: #fff; box-shadow: 0 10px 28px rgba(11,19,36,.07), 0 0 0 3px rgba(63,111,229,.11); }
.service-select-field > span { margin-bottom: 4px !important; color: #526175 !important; font-weight: 700; }
.field-hint { display: block; margin-bottom: 11px; color: #8B98AA; font-size: 10px; line-height: 1.4; }
.select-control { position: relative; }
.lead-form .select-control select { min-height: 54px; padding: 0 55px 0 15px; border: 1px solid #C9D3E1; border-radius: 8px; color: var(--ink); background: #fff; background-image: none; box-shadow: 0 5px 14px rgba(11,19,36,.04); font-size: 13px; font-weight: 700; cursor: pointer; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.lead-form .select-control select:hover { border-color: #9FB1CA; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(11,19,36,.07); }
.lead-form .select-control select:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(63,111,229,.13); transform: none; }
.lead-form .select-control select:invalid { color: #8B98AA; font-weight: 500; }
.lead-form .select-control select option { color: var(--ink); background: #fff; font-weight: 500; }
.lead-form .select-control select optgroup { color: #526175; background: #F5F7FA; font-family: var(--body); font-weight: 800; }
.select-arrow { width: 34px; height: 34px; position: absolute; top: 10px; right: 10px; display: grid; place-items: center; border-radius: 7px; color: var(--lime); background: #EDF2FF; pointer-events: none; transition: color .22s ease, background .22s ease, transform .22s ease; }
.service-select-field:focus-within .select-arrow { color: #fff; background: var(--lime); transform: rotate(180deg); }
.service-select-field.has-value { border-color: #B5C5E2; background: #fff; }
.service-select-field.has-value .select-arrow { color: #fff; background: #087C78; }
@media(max-width:580px){.service-select-field{padding:13px}.lead-form .select-control select{min-height:52px;padding-left:12px;padding-right:50px;font-size:12px}.select-arrow{top:9px;right:9px}}
