/* Homepage review: Velozity red sampled from the original logo. */
:root{--brand:#ed1c24;--brand-dark:#c5151c;--brand-soft:#fcebed;--green:var(--brand);--muted:#686660}
.announcement{min-height:38px;height:auto;padding:9px 20px;background:#111;color:#c7c7c7;font-size:11px;line-height:1.5;gap:18px}
.announcement>a{color:#fff;gap:8px}.announcement>a:hover{text-decoration:underline;text-underline-offset:4px}
.nav-wrap{width:min(1200px,calc(100% - 80px));height:88px;gap:28px}.brand img{width:185px}
.site-header nav{gap:25px}.nav-group>summary,.nav-link{font-size:13px;color:#4c4a45}.nav-group>summary{gap:8px;padding-block:32px}
/* A stable drawn chevron avoids the font glyph jumping when details opens. */
.chevron{width:10px;height:10px;display:inline-flex;align-items:center;justify-content:center;font-size:0;flex-shrink:0}
.chevron:after{content:'';width:5px;height:5px;border-right:1.3px solid currentColor;border-bottom:1.3px solid currentColor;transform:translateY(-2px) rotate(45deg)}
.nav-group[open] .chevron{transform:none}.nav-group[open]>summary{color:var(--brand-dark)}
.mega{top:80px;border-radius:7px;box-shadow:0 18px 45px #1c1c1c12}.mega-links{padding:22px;gap:8px}.mega-links>a{padding:14px 12px}.mega-links b{font-size:13px}.mega-links small{font-size:11px;color:#6c6962}.mega-links>a:hover{background:var(--brand-soft)}.mega-links>a:hover>span{color:var(--brand-dark)}
.search-toggle{min-width:40px;min-height:40px;display:grid;place-items:center}.nav-actions{gap:12px}
.btn{min-height:48px;padding:14px 24px;gap:18px;font-size:14px}.btn.small{min-height:42px;font-size:13px;padding:11px 18px}
.btn:hover{transform:none}.btn:not(.secondary):not(.ghost):not(.light):hover{background:var(--brand-dark);border-color:var(--brand-dark)}
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline-color:var(--brand-dark)}
.home-hero{padding-top:76px;padding-bottom:0px;background:radial-gradient(ellipse at 50% 78%,#ed1c2407,transparent 62%)}
.hero-notice{font-size:12px;margin-bottom:30px;color:#686660}.notice-icon{background:var(--brand-soft);color:var(--brand);box-shadow:none}
.home-hero h1{font-size:clamp(46px,5.2vw,72px);line-height:1.08;letter-spacing:-.045em}.home-hero h1>span{color:#999690}
.home-hero h1 .hero-accent{color:#ed1c24;opacity:.85}
.home-hero h1 .hero-boring{color:#ed1c24;animation:hero-flicker 2.5s infinite}
@keyframes hero-flicker{0%,100%{opacity:1}10%{opacity:.3}12%{opacity:.9}20%{opacity:.4}22%{opacity:1}50%{opacity:.85}52%{opacity:.2}54%{opacity:.95}80%{opacity:.7}82%{opacity:1}}
.hero-rotate{display:inline-block;color:var(--brand);transition:opacity .4s,transform .4s;vertical-align:baseline;min-width:3ch;font-style:italic}.hero-rotate.out{opacity:0;transform:translateY(12px)}.hero-rotate.in{opacity:1;transform:translateY(0)}
.home-hero h1{min-height:2.2em}
#hero-sub{transition:opacity .35s;min-height:3.2em}#hero-sub.fade{opacity:0}
.home-hero>.wrap>p{font-size:17px;line-height:1.7;max-width:600px;margin:25px auto 0;color:#686660}.home-hero .actions{margin-top:32px;gap:14px}
.hero-sectors{gap:18px 32px;margin-top:45px;font-size:12px;color:#77736b;line-height:1.6}
/* ══════════════════════════════════════════════════
   AWE — Agentic Workflow Engine (full-width dark)
   ══════════════════════════════════════════════════ */
.awe{position:relative;background:#0a0a0a;color:#f5f3ef;padding:60px 0 48px;margin-top:48px;overflow:hidden;border-radius:18px}
.hero-dashboard{display:block;border:0;box-shadow:none;border-radius:0;overflow:visible;max-width:none}

/* Animated background */
.awe-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.awe-grid-lines{position:absolute;inset:0;background-image:linear-gradient(#ffffff06 1px,transparent 1px),linear-gradient(90deg,#ffffff06 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse at 50% 50%,#000 30%,transparent 70%)}
.awe-particles i{position:absolute;left:var(--x);top:var(--y);width:var(--s);height:var(--s);background:#ed1c24;border-radius:50%;opacity:0;animation:awe-float var(--d) ease-in-out infinite}
.awe-particles i:nth-child(odd){background:#ffffff30}
@keyframes awe-float{0%,100%{opacity:0;transform:translateY(0)}50%{opacity:.6;transform:translateY(-30px)}}

/* Header */
.awe-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;position:relative;z-index:1}
.awe-label{display:inline-flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.1em;font-weight:600;color:#ed1c24;margin-bottom:16px}
.awe-label .status-dot{width:6px;height:6px;background:#ed1c24;box-shadow:0 0 10px #ed1c2480;animation:awe-pulse 2s ease-in-out infinite}
@keyframes awe-pulse{0%,100%{opacity:1}50%{opacity:.3}}
.awe-title h2{font-size:clamp(28px,3.5vw,40px);font-weight:600;line-height:1.12;letter-spacing:-.03em}
.awe-title h2 span{color:#666}
.awe-scenario-tabs{display:flex;gap:6px;flex-shrink:0}
.awe-tab{background:#161616;border:1px solid #222;color:#777;font-size:11px;font-weight:500;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .25s;white-space:nowrap}
.awe-tab:hover{border-color:#444;color:#aaa}
.awe-tab.active{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 0 16px #ed1c2430}

/* Flow canvas — horizontal pipeline */
.awe-canvas{position:relative;z-index:1}
.awe-flow{display:flex;align-items:center;justify-content:center;gap:0;padding:20px 0 32px}
.awe-node{display:flex;flex-direction:column;align-items:center;gap:10px;flex:0 0 auto;width:120px;text-align:center;position:relative;z-index:2}
.awe-node strong{font-size:13px;font-weight:600;letter-spacing:-.01em}
.awe-node small{font-size:10px;color:#666;line-height:1.4;min-height:28px;display:block}
.awe-node-ring{width:64px;height:64px;border-radius:50%;border:2px solid #222;display:grid;place-items:center;position:relative;transition:all .5s ease;background:#111}
.awe-node-icon{width:36px;height:36px;border-radius:50%;background:#1a1a1a;border:1px solid #2a2a2a;display:grid;place-items:center;transition:all .5s}
.awe-node-icon .icon{width:18px;height:18px;color:#666;transition:color .5s}

/* Node states */
.awe-node.active .awe-node-ring{border-color:#ed1c24;box-shadow:0 0 30px #ed1c2430,0 0 60px #ed1c2415}
.awe-node.active .awe-node-icon{background:#ed1c24;border-color:#ed1c24}
.awe-node.active .awe-node-icon .icon{color:#fff}
.awe-node.active strong{color:#ed1c24}
.awe-node.done .awe-node-ring{border-color:#22c55e;box-shadow:0 0 20px #22c55e20}
.awe-node.done .awe-node-icon{background:#16a34a;border-color:#16a34a}
.awe-node.done .awe-node-icon .icon{color:#fff}
.awe-node.done strong{color:#22c55e}

/* Edge connectors */
.awe-edge{flex:1;min-width:40px;max-width:120px;height:4px;position:relative;z-index:1}
.awe-edge svg{width:100%;height:4px;display:block}
.awe-edge-flow{transition:stroke-dashoffset .6s ease}
.awe-edge.flowing .awe-edge-flow{stroke-dashoffset:0;animation:awe-stream 1.2s linear infinite}
@keyframes awe-stream{0%{stroke-dashoffset:120}100%{stroke-dashoffset:0}}

/* Detail panel */
.awe-detail{display:grid;grid-template-columns:260px 1fr;gap:24px;background:#111;border:1px solid #1a1a1a;border-radius:14px;padding:24px;margin-top:4px;position:relative;z-index:1}
.awe-detail-left{display:flex;flex-direction:column;gap:16px;border-right:1px solid #1a1a1a;padding-right:24px}
.awe-metric{display:flex;justify-content:space-between;align-items:center;gap:8px}
.awe-metric span{font-size:11px;color:#666}
.awe-metric strong{font-size:14px;font-weight:600;color:#f5f3ef;font-variant-numeric:tabular-nums}
.awe-detail-right{min-width:0;overflow:hidden;min-height:160px}
.awe-log{display:flex;flex-direction:column;gap:8px;font-family:monospace;height:160px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#333 transparent}
.awe-log-line{display:flex;align-items:center;gap:10px;font-size:11px;color:#888;padding:4px 0}
.awe-log-line span{flex:1}
.awe-log-line time{font-size:10px;color:#444;flex-shrink:0;font-variant-numeric:tabular-nums}
.awe-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}
.awe-dot.green{background:#22c55e;box-shadow:0 0 6px #22c55e60}
.awe-dot.yellow{background:#eab308;box-shadow:0 0 6px #eab30860}
.awe-dot.red{background:#ed1c24;box-shadow:0 0 6px #ed1c2460}

/* Footer */
.awe-footer{display:flex;justify-content:space-between;align-items:center;margin-top:24px;position:relative;z-index:1}
.awe-caps{display:flex;gap:16px;flex-wrap:wrap}
.awe-caps>span{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#555}
.awe-caps .icon{width:14px;height:14px;color:#ed1c24}
.awe-cta{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:#aaa;padding:10px 18px;background:#161616;border:1px solid #222;border-radius:8px;transition:all .25s}
.awe-cta:hover{color:#fff;border-color:#ed1c24;background:#1a1212}
.awe-cta .icon{width:14px;height:14px;transition:transform .25s}
.awe-cta:hover .icon:last-child{transform:translateX(3px)}

/* AWE responsive */
@media(max-width:820px){
.awe{padding:44px 0 36px;margin-top:38px;border-radius:14px}
.awe-header{flex-direction:column;align-items:flex-start;gap:20px}
.awe-title h2{font-size:28px}
.awe-flow{flex-wrap:nowrap;overflow-x:auto;padding:16px 0 24px;justify-content:flex-start}
.awe-node{width:100px}
.awe-node-ring{width:54px;height:54px}
.awe-node-icon{width:30px;height:30px}
.awe-node strong{font-size:12px}
.awe-node small{font-size:9px}
.awe-detail{grid-template-columns:1fr;gap:16px}
.awe-detail-left{flex-direction:row;flex-wrap:wrap;gap:12px;border-right:0;padding-right:0;border-bottom:1px solid #1a1a1a;padding-bottom:16px}
.awe-metric{flex:1;min-width:120px}
.awe-footer{flex-direction:column;gap:16px;align-items:flex-start}
}
@media(max-width:550px){
.awe{padding:28px 0 24px;margin-top:24px;border-radius:12px}
.awe-title h2{font-size:22px}
.awe-label{font-size:9px;margin-bottom:10px}
.awe-header{gap:14px;margin-bottom:24px}
.awe-scenario-tabs{gap:4px}
.awe-tab{font-size:9px;padding:5px 10px;border-radius:6px}
.awe-flow{gap:0;padding:8px 0 16px;justify-content:center}
.awe-node{width:60px;gap:6px}
.awe-node-ring{width:40px;height:40px}
.awe-node-icon{width:22px;height:22px}.awe-node-icon .icon{width:12px;height:12px}
.awe-node strong{font-size:10px}
.awe-node small{display:none}
.awe-edge{min-width:16px;max-width:40px}
.awe-detail{padding:14px;border-radius:8px;gap:0}
.awe-detail-left{flex-direction:row;gap:0;border-bottom:0;padding-bottom:0}
.awe-metric{flex:1;flex-direction:column;align-items:center;gap:2px;text-align:center}
.awe-metric span{font-size:9px}
.awe-metric strong{font-size:13px}
.awe-detail-right{display:none}
.awe-footer{margin-top:16px}
.awe-caps{gap:10px}
.awe-caps>span{font-size:9px}
.awe-cta{font-size:10px;padding:8px 12px}
}
.section{padding-block:112px}.section-topless{padding-top:0}.intro-section{padding-top:40px}.section-heading{margin-bottom:52px}.section-heading p{font-size:16px;line-height:1.75}.eyebrow{font-size:12px;color:#6c6962}
.value-grid{gap:48px}.value-grid p,.card p,.resource-content p{font-size:14px;color:#6d6961}.value-grid .icon,.industry-grid>a>.icon:first-child{color:var(--brand)}
.dark .eyebrow,.dark .section-heading p,.dark .card p{color:#aaa6a0}.dark .card-link{color:#d3caca}.dark .card-icon{background:#302022;border-color:#ed1c2422;color:#ef8d92}
.bento-card:hover,.dark .card:hover{border-color:#ed1c2466}.bento-card,.card,.resource-card{transition:border-color .2s,box-shadow .2s}.bento-card:hover,.card:hover,.resource-card:hover{transform:none}.card:hover,.resource-card:hover{border-color:#e1b1b2;box-shadow:0 10px 28px #1c1c1c06}
.card-icon{background:var(--brand-soft);border-color:#f2d9da;color:var(--brand-dark)}
.preview-title>.icon,.flow-node .icon,.preview-foot .icon,.green-symbol{color:#b9464c}.flow-node>span{background:#f9eeee}.flow-node.review{border-color:#e9c4c6;background:#fdf5f5}
.voice-circle{background:linear-gradient(140deg,#f3c4c7,#faf0ee);border-color:#f1d9da;box-shadow:0 0 0 10px #fbf4f2}.voice-circle>.icon{color:#bc555a}.waveform i{background:#cd7176}.chat-bubble.outgoing{background:#faeeee;color:#9c4449}.source-pills span{background:#fcf6f5;border-color:#eedbda;color:#926765}
.industry-grid>a:hover,.industry-grid .all-industries{background:#f9efed}.pipeline>div>span{color:var(--brand-dark)}
.resource-art{background:radial-gradient(ellipse at 50% 100%,#eac3c1,#f5efea 70%);color:#b66a6d;border-color:#ebdcda}.resource-art>.icon{filter:none}.resource-art>span{color:#886f6b}.art-line{border-color:#c9959660;box-shadow:0 0 0 20px #c9959609,0 0 0 40px #c9959609,0 0 0 60px #c9959609}
.faq-list details>p{font-size:14px;color:#6d6961}.faq-list summary{font-size:15px;min-height:68px}.cta-section{background:radial-gradient(ellipse at 85% 90%,#ed1c2417,transparent 55%),var(--ink)}
.orbit-line{border-color:#b873783d}.orbit-center{background:linear-gradient(130deg,#a34248,#54272c);border-color:#ed1c2433;box-shadow:0 0 80px #ed1c2415}.orbit-center>.icon{color:#ffdcdd}.orbit-node{background:#302326;border-color:#684046;color:#dfa0a5}
.footer-contact{display:block;margin-top:6px}
.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr .8fr}.footer-grid>div:not(.footer-brand)>a{font-size:12px;color:#6d6961;line-height:1.8}.footer-grid>div:not(.footer-brand)>h3{font-size:13px;margin-bottom:8px}.footer-brand p{color:#6d6961}.footer-partners{border-top:none;padding-top:32px;margin-top:16px;text-align:center}.footer-partners .small-label{font-size:10px;letter-spacing:.1em;color:#9a9189;margin-bottom:18px;display:block}.partner-logos{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;opacity:.55}.partner-logos img{height:22px;width:auto;filter:grayscale(1);transition:filter .2s,opacity .2s}.partner-logos img:hover{filter:grayscale(0);opacity:1}
.footer-bottom{font-size:11px;color:#777168;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-earth-badge{width:140px;height:auto;opacity:.85;transition:opacity .2s}.footer-earth-badge:hover{opacity:1}
@media(max-width:550px){.footer-partners{text-align:center}.partner-logos{justify-content:center;gap:18px}.footer-bottom{justify-content:center;text-align:center}.footer-earth-badge{width:120px;margin-top:8px}}
/* Footer logo switching */
.footer-logo-light{display:none}
/* Dark footer on homepage */
body[data-page="home"] .footer{background:var(--ink);color:#faf9f5;border-top:none;padding-top:67px;position:relative;z-index:1;margin-top:-2px}
body[data-page="home"] .footer-logo-dark{display:none}
body[data-page="home"] .footer-logo-light{display:block}
body[data-page="home"] .footer-brand p{color:#9a9d94}
body[data-page="home"] .footer-brand .footer-tagline{color:#c8cbc2}
body[data-page="home"] .footer-brand>a.footer-contact{color:#9a9d94}
body[data-page="home"] .footer-brand>a.footer-contact:hover{color:#fff}
body[data-page="home"] .footer-grid>div:not(.footer-brand)>h3{color:#e0e2db}
body[data-page="home"] .footer-grid>div:not(.footer-brand)>a{color:#7d8077}
body[data-page="home"] .footer-grid>div:not(.footer-brand)>a:hover{color:#fff}
body[data-page="home"] .footer-offices span:not(.small-label){color:#7d8077}
body[data-page="home"] .footer-offices .small-label{color:#6b6e64}
body[data-page="home"] .footer-partners{border-top:none}
body[data-page="home"] .footer-partners .small-label{color:#6b6e64}
body[data-page="home"] .partner-logos{opacity:.4}
body[data-page="home"] .partner-logos img{filter:grayscale(1) invert(1) brightness(2)}
body[data-page="home"] .partner-logos img:hover{filter:invert(1) brightness(2);opacity:1}
body[data-page="home"] .footer-bottom{border-color:rgba(255,255,255,.08);color:#5e615a}
body[data-page="home"] .footer-bottom a{color:#7d8077}
body[data-page="home"] .footer-bottom a:hover{color:#fff}
body[data-page="home"] .footer-earth-badge{opacity:.7}
@media(min-width:821px) and (max-width:1100px){.nav-wrap{width:calc(100% - 48px);gap:18px}.site-header nav{gap:16px}.brand img{width:140px}.nav-group>summary,.nav-link{font-size:12px}.nav-actions{gap:5px}}
@media(max-width:820px){.nav-wrap{width:calc(100% - 40px);height:76px;gap:16px}.site-header nav{top:76px}.nav-group>summary{padding:19px 0;font-size:15px}.mega{position:static;box-shadow:none}.mega-links{padding:0 0 18px;gap:8px}.mega-links a{background:#f3efeb}.mobile-toggle{min-width:40px;min-height:44px}.home-hero{padding-top:56px;padding-bottom:0px}.home-hero h1{font-size:58px}.section{padding-block:80px}.section-topless{padding-top:0}.intro-section{padding-top:24px}.section-heading{margin-bottom:38px}}
@media(max-width:550px){.announcement{font-size:10px;padding:9px 12px;gap:10px;flex-wrap:wrap}.nav-wrap{width:calc(100% - 32px);height:72px;gap:8px}.brand img{width:126px}.site-header nav{top:72px}.nav-actions{gap:2px}.nav-actions .btn.small{font-size:11px;padding:9px 12px;min-height:40px}.nav-actions .btn .icon{display:none}.search-toggle{min-width:32px;padding:6px}.mobile-toggle{min-width:34px}.home-hero{padding-top:42px;padding-bottom:0px}.home-hero h1{font-size:clamp(38px,10.5vw,52px);min-height:4.5em}.hero-notice{font-size:10px;margin-bottom:25px}.home-hero>.wrap>p{font-size:15px;max-width:340px;line-height:1.7;min-height:3.6em}.btn{font-size:12px;min-height:46px;padding:12px 16px;gap:10px}.home-hero .actions{gap:10px;margin-top:26px}.hero-sectors{display:grid;grid-template-columns:repeat(3,1fr);gap:15px 10px;font-size:10px;margin-top:32px}.section{padding-block:64px}.section-topless{padding-top:0}.intro-section{padding-top:16px}.section-heading p{font-size:14px}.value-grid{gap:28px}.footer-bottom{font-size:10px}.footer-grid>div:not(.footer-brand)>a{font-size:12px}}

/* ═══════════════════════════════════════════════
   About page — collabcrm-inspired redesign
   ═══════════════════════════════════════════════ */

/* Hero */
.about-hero{padding:100px 0 80px;text-align:center;background:radial-gradient(ellipse at 50% 100%,#fcebed40,transparent 60%)}
.about-hero-inner{max-width:800px;margin:0 auto}
.about-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--brand-dark);background:var(--brand-soft);border:1px solid #f2d9da;padding:6px 16px;border-radius:20px;margin-bottom:28px}
.about-badge .icon{width:14px;height:14px}
.about-hero h1{font-size:clamp(40px,5vw,60px);font-weight:600;line-height:1.08;letter-spacing:-.04em;margin-bottom:24px}
.about-hero p{font-size:17px;color:#6d6961;line-height:1.7;max-width:620px;margin:0 auto 32px}

/* Stats bar */
.about-stats{padding:0 0 20px;margin-top:-20px}
.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #e7e3db;border-radius:12px;overflow:hidden;background:#fff}
.about-stat{padding:28px 24px;text-align:center;border-right:1px solid #e7e3db}
.about-stat:last-child{border-right:0}
.about-stat strong{display:block;font-size:32px;font-weight:700;letter-spacing:-.03em;color:var(--brand-dark)}
.about-stat span{display:block;font-size:12px;color:#8a8680;margin-top:6px}

/* Story section */
.about-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.about-story-visual{display:flex;align-items:center;justify-content:center}
.about-story-card{min-height:380px;width:100%;border:1px solid #e2dfda;background:radial-gradient(ellipse at 80% 100%,#fcebed,#f5f3ef 65%);padding:40px;border-radius:16px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.about-story-card>.icon{width:55px;height:55px;color:var(--brand);opacity:.6}
.about-story-card>div{font-size:42px;line-height:1.12;letter-spacing:-.04em;font-weight:500;color:#4c4a45}
.about-story-card>div b{color:var(--brand-dark);font-weight:600}
.about-story-content h2{margin-bottom:24px}
.about-story-content p{font-size:15px;color:#6d6961;line-height:1.75;margin-bottom:18px}
.about-story-content .text-link{margin-top:8px}

/* Process cards */
.about-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.about-process-card{background:#1f1f1f;border:1px solid #2a2a2a;border-radius:14px;padding:32px 26px;position:relative;transition:border-color .25s,transform .25s}
.about-process-card:hover{border-color:var(--brand);transform:translateY(-3px)}
.about-process-num{font-size:11px;color:#555;font-weight:600;letter-spacing:.06em;margin-bottom:20px}
.about-process-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:11px;background:#2a2a2a;border:1px solid #333;color:var(--brand);margin-bottom:20px}
.about-process-icon .icon{width:20px;height:20px}
.about-process-card h3{font-size:20px;color:#f5f3ef;margin-bottom:12px}
.about-process-card p{font-size:13px;color:#999;line-height:1.7}

/* Capabilities grid */
.about-capabilities-header{text-align:center;margin-bottom:48px}
.about-capabilities-header h2{margin-bottom:16px}
.about-capabilities-header p{font-size:15px;color:#6d6961;max-width:580px;margin:0 auto}
.about-capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.about-cap-card{border:1px solid #e7e3db;border-radius:12px;padding:30px 26px;background:#fffdf9;transition:border-color .25s,box-shadow .25s}
.about-cap-card:hover{border-color:#e1b1b2;box-shadow:0 8px 24px #1c1c1c06}
.about-cap-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:var(--brand-soft);border:1px solid #f2d9da;color:var(--brand-dark);margin-bottom:18px}
.about-cap-icon .icon{width:20px;height:20px}
.about-cap-card h3{font-size:18px;margin-bottom:10px}
.about-cap-card p{font-size:13px;color:#6d6961;line-height:1.7}
.about-cap-footer{display:flex;gap:12px;justify-content:center;margin-top:40px}

/* Offices grid */
.about-offices-section{display:flex;flex-direction:column}
.about-offices-header{text-align:center;margin-bottom:48px}
.about-offices-header h2{margin-bottom:16px}
.about-offices-header p{font-size:15px;color:#6d6961;max-width:560px;margin:0 auto}
.about-offices-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.about-office-card{border:1px solid #e7e3db;border-radius:12px;padding:28px 24px;background:#fff;transition:border-color .2s}
.about-office-card:hover{border-color:#e1b1b2}
.about-office-flag{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:var(--brand-soft);border:1px solid #f2d9da;color:var(--brand-dark);margin-bottom:16px}
.about-office-flag .icon{width:18px;height:18px}
.about-office-card h3{font-size:16px;margin-bottom:10px}
.about-office-card h3 span{font-size:9px;background:var(--brand);color:#fff;padding:2px 8px;border-radius:10px;margin-left:8px;vertical-align:middle;font-weight:500;letter-spacing:.04em}
.about-office-card p{font-size:12px;color:#6d6961;line-height:1.6;margin-top:6px}

/* Values grid */
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.about-value-card{border:1px solid #e7e3db;border-radius:12px;padding:30px 26px;background:#fffdf9;transition:border-color .25s}
.about-value-card:hover{border-color:#e1b1b2}
.about-value-card>.icon{width:28px;height:28px;color:var(--brand);margin-bottom:18px}
.about-value-card h3{font-size:18px;margin-bottom:10px}
.about-value-card p{font-size:13px;color:#6d6961;line-height:1.7}

/* Join section */
.about-join-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}
.about-join-grid h2{margin-bottom:20px}
.about-join-grid>div:first-child p{font-size:15px;color:#a09d97;line-height:1.75;margin-bottom:28px}
.about-join-facts{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.about-join-facts>div{background:#1f1f1f;border:1px solid #2a2a2a;border-radius:12px;padding:24px 20px}
.about-join-facts strong{display:block;font-size:15px;color:#f5f3ef;margin-bottom:6px}
.about-join-facts span{font-size:12px;color:#888}

/* About responsive */
@media(max-width:820px){
.about-hero{padding:80px 0 60px}
.about-hero h1{font-size:44px}
.about-stats-grid{grid-template-columns:repeat(2,1fr)}
.about-stat:nth-child(2){border-right:0}
.about-stat:nth-child(1),.about-stat:nth-child(2){border-bottom:1px solid #e7e3db}
.about-story-grid{grid-template-columns:1fr;gap:40px}
.about-story-card{min-height:300px}
.about-process-grid{grid-template-columns:repeat(2,1fr)}
.about-capabilities-grid{grid-template-columns:repeat(2,1fr)}
.about-offices-grid{grid-template-columns:repeat(2,1fr)}
.about-values-grid{grid-template-columns:repeat(2,1fr)}
.about-join-grid{grid-template-columns:1fr;gap:40px}
}
@media(max-width:550px){
.about-hero{padding:60px 0 44px}
.about-hero h1{font-size:34px}
.about-hero p{font-size:15px}
.about-stats-grid{grid-template-columns:1fr 1fr}
.about-stat{padding:20px 16px}
.about-stat strong{font-size:26px}
.about-story-card{min-height:260px;padding:28px}
.about-story-card>div{font-size:34px}
.about-process-grid{grid-template-columns:1fr}
.about-process-card{padding:26px 22px}
.about-capabilities-grid{grid-template-columns:1fr}
.about-cap-footer{flex-direction:column;align-items:stretch}
.about-offices-grid{grid-template-columns:1fr}
.about-values-grid{grid-template-columns:1fr}
.about-join-facts{grid-template-columns:1fr}
}

.pill{background:#edf8ef;color:#2d8a4e;border-radius:20px;padding:4px 10px}

/* Client logo marquee */
.client-marquee-section{padding:24px 0 56px;text-align:center;overflow:hidden}
.client-marquee-section .small-label{font-size:11px;letter-spacing:.12em;color:#9a958d;margin-bottom:24px;display:inline-block}
.client-marquee{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 90%,transparent 100%)}
.client-marquee-track{display:flex;align-items:center;gap:52px;width:max-content;animation:marquee-scroll 35s linear infinite}
.client-marquee-track img{height:22px;opacity:.45;filter:grayscale(1);transition:opacity .3s,filter .3s;flex-shrink:0}
.client-marquee-track img:hover{opacity:.85;filter:grayscale(0)}
@keyframes marquee-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@media(max-width:820px){.client-marquee-section{padding:20px 0 44px}.client-marquee-track{gap:40px;animation-duration:28s}}
@media(max-width:550px){.client-marquee-section{padding:16px 0 36px}.client-marquee-track{gap:32px;animation-duration:22s}.client-marquee-section .small-label{font-size:10px}}
@media(prefers-reduced-motion:reduce){.client-marquee-track{animation:none}}

/* V2 page additions */
.results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:28px 0 36px}
.result-card{background:var(--brand-soft);border:1px solid #f2d9da;border-radius:8px;padding:24px;text-align:center}
.result-card strong{display:block;font-size:36px;font-weight:600;color:var(--brand-dark);letter-spacing:-.03em}
.result-card span{display:block;font-size:13px;color:#6d6961;margin-top:8px;line-height:1.5}
.testimonial{border-left:3px solid var(--brand);background:var(--brand-soft);padding:24px 28px;border-radius:0 8px 8px 0;margin:28px 0}
.testimonial p{font-size:15px;font-style:italic;color:#4c4a45;line-height:1.7;margin-bottom:12px}
.testimonial cite{font-size:12px;color:#6d6961;font-style:normal}
.tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 28px}
.tech-tag{display:inline-block;padding:6px 14px;background:#f3efeb;border:1px solid #e7e3db;border-radius:4px;font-size:12px;color:#4c4a45}
.pricing-tier{border:1px solid #e7e3db;border-radius:8px;padding:28px;margin-bottom:20px;background:#fffdf9}
.pricing-tier h3{font-size:22px;margin-bottom:12px}
.tier-meta{display:flex;gap:20px;align-items:center;margin-bottom:16px}
.tier-meta strong{font-size:16px;color:var(--brand-dark)}
.tier-meta span{font-size:13px;color:#6d6961}
.pricing-tier p{font-size:14px;color:#6d6961;margin-bottom:16px}
.cost-factor{border-bottom:1px solid #e7e3db;padding:16px 0}
.cost-factor h3{font-size:16px;margin-bottom:8px}
.cost-factor p{font-size:14px;color:#6d6961}
@media(max-width:550px){.results-grid{grid-template-columns:1fr}.result-card strong{font-size:28px}.pricing-tier{padding:20px}.tier-meta{flex-direction:column;align-items:flex-start;gap:6px}}

/* Sticky WhatsApp + Call buttons (CONV-01) */
.sticky-cta{position:fixed;bottom:28px;right:28px;display:flex;flex-direction:column;gap:10px;z-index:900}
.sticky-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:7px;color:#fff;background:#1c1b18;border:1px solid #e7e3db;box-shadow:0 4px 18px rgba(28,28,28,.10);transition:transform .2s,box-shadow .2s,background .2s}
.sticky-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(28,28,28,.14)}
.sticky-btn svg{width:20px;height:20px}
.sticky-wa{background:#1c1b18;color:#25d366}.sticky-wa:hover{background:#25d366;color:#fff}
.sticky-call{background:#1c1b18;color:var(--brand)}.sticky-call:hover{background:var(--brand);color:#fff}
@media(max-width:550px){.sticky-cta{bottom:18px;right:18px;gap:8px}.sticky-btn{width:44px;height:44px;border-radius:6px}}

/* Answer-first summary (GEO-01) */
.answer-summary{font-size:16px;line-height:1.75;color:#4c4a45;max-width:720px;margin:0 auto;padding:0 0 8px;border-bottom:1px solid #e7e3db}
.last-updated{font-size:11px;color:#9a958d;margin:8px auto 0;max-width:720px}

/* Facts block (GEO-06) */
.facts-block{padding:32px 0 0}
.facts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 28px;padding:24px;background:#f8f6f2;border:1px solid #e7e3db;border-radius:8px}
.facts-grid div{display:flex;flex-direction:column;gap:4px}
.facts-grid dt{font-size:11px;letter-spacing:.08em;color:#9a958d;text-transform:uppercase}
.facts-grid dd{font-size:14px;color:#4c4a45;margin:0}
@media(max-width:550px){.facts-grid{grid-template-columns:repeat(2,1fr);gap:14px 20px;padding:18px}.facts-grid dt{font-size:10px}}

/* Footer tagline & offices */
.footer-tagline{font-size:13px;font-weight:600;color:var(--brand-dark);letter-spacing:.04em;margin-bottom:4px}
.footer-offices{display:flex;flex-direction:column;gap:3px;margin-top:12px}
.footer-offices .small-label{margin-bottom:2px}
.footer-offices span:not(.small-label){font-size:12px;color:#6d6961}

/* Form consent */
.form-consent{font-size:11px;color:#9a958d;margin-top:10px;line-height:1.6}
.form-consent a{color:#6d6961;text-decoration:underline;text-underline-offset:3px}

/* ═══════════════════════════════════════════════
   Careers page — dark theme, finseo-inspired
   ═══════════════════════════════════════════════ */
.careers-page{background:#0a0a0a;color:#fff}
.careers-page+.cta-section{margin-top:0}

/* Hero */
.careers-hero{position:relative;padding:140px 0 80px;overflow:hidden;text-align:center}
.careers-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,#ed1c2412,transparent 60%);pointer-events:none}
.careers-hero-content{position:relative;z-index:1;max-width:720px;margin:0 auto}
.careers-eyebrow{display:inline-block;font-size:12px;letter-spacing:.1em;color:#ed1c24;margin-bottom:20px;text-transform:uppercase}
.careers-hero h1{font-size:clamp(36px,5vw,56px);font-weight:600;line-height:1.15;letter-spacing:-.02em;margin-bottom:20px}
.careers-hero h1 span{display:block;color:rgba(255,255,255,.35);font-size:.65em;margin-top:6px}
.careers-hero>div>p{font-size:17px;color:#a3a3a3;line-height:1.7;max-width:560px;margin:0 auto 32px}
.careers-hero-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:48px}
.careers-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;color:#0a0a0a;background:#fff;border-radius:0;transition:background .2s}
.careers-btn-primary:hover{background:#e5e5e5}
.careers-btn-primary .icon{width:14px;height:14px}
.careers-btn-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;color:#fff;border:1px solid #2a2a2a;transition:background .2s}
.careers-btn-outline:hover{background:rgba(255,255,255,.05)}
.careers-btn-outline .icon{width:14px;height:14px}

/* Team avatar row */
.careers-team-row{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}
.careers-avatar-card{display:flex;flex-direction:column;align-items:center;gap:6px}
.careers-avatar{width:56px;height:56px;border-radius:50%;background:#1a1a1a;border:2px solid #2a2a2a;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#fff;letter-spacing:-.02em}
.careers-avatar-card.placeholder .careers-avatar{border-style:dashed;border-color:#ed1c2466;color:#ed1c24;background:#ed1c2410}
.careers-avatar-name{font-size:12px;font-weight:500;color:#fff}
.careers-avatar-role{font-size:10px;color:#737373}
.careers-avatar-card.placeholder .careers-avatar-name{color:#737373}

/* Section headers (dark) */
.careers-section-header{text-align:center;margin-bottom:48px}
.careers-label{display:inline-block;font-size:12px;color:#737373;margin-bottom:12px;letter-spacing:.06em}
.careers-section-header h2{font-size:clamp(28px,3.5vw,40px);font-weight:600;line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}
.careers-section-header h2 span{display:block;color:rgba(255,255,255,.35)}
.careers-section-header>p{font-size:17px;color:#a3a3a3;max-width:520px;margin:0 auto;line-height:1.6}

/* Benefits / Perks */
.careers-benefits{padding:64px 0 80px;background:#0a0a0a}
.careers-perks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.careers-perk-card{background:#141414;border:1px solid #1a1a1a;border-radius:10px;padding:28px 24px;position:relative;overflow:hidden;transition:border-color .3s}
.careers-perk-card:hover{border-color:#2a2a2a}
.careers-perk-icon{margin-bottom:16px;color:#ed1c24;opacity:.7}
.careers-perk-icon .icon{width:20px;height:20px}
.careers-perk-card h3{font-size:17px;font-weight:600;color:#fff;margin-bottom:12px}
.careers-perk-stat{display:flex;align-items:baseline;gap:6px;margin-bottom:12px}
.careers-perk-stat strong{font-size:28px;font-weight:600;color:#fff;letter-spacing:-.03em}
.careers-perk-stat span{font-size:13px;color:#a3a3a3}
.careers-perk-card>p{font-size:12px;color:#737373;line-height:1.5;margin-bottom:16px}
.careers-perk-badge{display:inline-block;font-size:11px;font-weight:500;color:#ed1c24;letter-spacing:.02em}

/* Positions */
.careers-positions{padding:80px 0;background:#080808}
.careers-positions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.careers-position-card{background:#111;border:1px solid #1a1a1a;border-radius:10px;padding:28px;display:flex;flex-direction:column;transition:border-color .3s}
.careers-position-card:hover{border-color:#2a2a2a}
.careers-position-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.careers-position-meta{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.careers-dept-badge{font-size:11px;font-weight:500;padding:3px 10px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:4px;color:#a3a3a3}
.careers-hot-badge{font-size:10px;font-weight:600;padding:3px 10px;background:#ed1c2418;border:1px solid #ed1c2433;border-radius:4px;color:#ed1c24;position:relative}
.careers-hot-badge::before{content:'';width:6px;height:6px;background:#ed1c24;border-radius:50%;display:inline-block;margin-right:5px;animation:careers-pulse 2s infinite}
@keyframes careers-pulse{0%,100%{opacity:1}50%{opacity:.4}}
.careers-position-card h3{font-size:17px;font-weight:600;color:#fff}
.careers-position-card>p{font-size:13px;color:#737373;line-height:1.6;flex:1;margin-bottom:20px}
.careers-position-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px;border-top:1px solid #1a1a1a}
.careers-position-tags{display:flex;gap:16px}
.careers-position-tags span{display:flex;align-items:center;gap:5px;font-size:12px;color:#525252}
.careers-position-tags .icon{width:13px;height:13px}
.careers-apply-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#fff;padding:8px 18px;background:#ed1c24;transition:background .2s}
.careers-apply-btn:hover{background:#c5151c}
.careers-apply-btn .icon{width:13px;height:13px}

/* General application */
.careers-general{padding:0 0 80px;background:#080808}
.careers-general-card{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:40px 48px;background:#111;border:1px solid #1a1a1a;border-radius:10px}
.careers-general-content h2{font-size:22px;font-weight:600;color:#fff;margin-bottom:8px}
.careers-general-content p{font-size:14px;color:#737373;line-height:1.6;max-width:480px}

/* Responsive */
@media(max-width:1024px){.careers-perks-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){
.careers-hero{padding:120px 0 60px}
.careers-positions-grid{grid-template-columns:1fr}
.careers-general-card{flex-direction:column;text-align:center;padding:32px 28px}
.careers-general-content p{max-width:none}
}
@media(max-width:550px){
.careers-hero{padding:100px 0 48px}
.careers-hero h1{font-size:32px}
.careers-hero>div>p{font-size:15px}
.careers-hero-actions{flex-direction:column;gap:10px}
.careers-btn-primary,.careers-btn-outline{width:100%;justify-content:center}
.careers-team-row{gap:16px}
.careers-avatar{width:44px;height:44px;font-size:15px}
.careers-avatar-name{font-size:11px}
.careers-avatar-role{font-size:9px}
.careers-perks-grid{grid-template-columns:1fr}
.careers-perk-stat strong{font-size:24px}
.careers-section-header{margin-bottom:32px}
.careers-positions{padding:56px 0}
.careers-benefits{padding:48px 0 56px}
.careers-position-card{padding:22px}
.careers-position-footer{flex-direction:column;align-items:flex-start;gap:14px}
.careers-apply-btn{width:100%;justify-content:center}
.careers-general-card{padding:24px 20px}
}
