:root {
  --ink: #13201d;
  --muted: #61706b;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --line: #d9ded8;
  --mint: #b9f25e;
  --teal: #0f6b5c;
  --deep: #0b332e;
  --orange: #ff7448;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.75; color: var(--muted); }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.2vw, 6.6rem); line-height: .98; font-weight: 650; }
h2 { font-size: clamp(2.25rem, 4vw, 4.3rem); line-height: 1.05; font-weight: 620; }
h3 { font-size: 1.35rem; line-height: 1.2; }
em { color: var(--mint); font-family: Georgia, serif; font-weight: 400; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
.site-header { height: 84px; position: relative; z-index: 30; background: var(--paper); border-bottom: 1px solid rgba(19,32,29,.08); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; font-size: .8rem; font-weight: 800; letter-spacing: .08em; }
.brand b { color: var(--teal); }
.brand-mark { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font-family: Georgia,serif; font-size: 1.15rem; font-style: italic; background: var(--deep); color: var(--mint); }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: .9rem; font-weight: 600; }
.desktop-nav>a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { background: var(--deep); color: #fff; padding: 14px 20px; border-radius: 2px; display: flex; gap: 15px; }
.nav-cta span { color: var(--mint); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; width: 42px; height: 42px; border: 1px solid var(--line); display: grid; place-content: center; gap: 4px; cursor: pointer; }
.mobile-menu summary span { width: 18px; height: 2px; background: var(--ink); display: block; }
.mobile-menu nav { position: absolute; right: 0; top: 52px; width: 220px; background: #fff; box-shadow: 0 16px 50px rgba(0,0,0,.12); display: grid; padding: 14px; }
.mobile-menu nav a { padding: 12px; }
.eyebrow { color: var(--teal); display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .18em; font-size: .7rem; font-weight: 800; margin-bottom: 26px; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--mint); }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 35px; font-weight: 750; font-size: .86rem; border: 0; cursor: pointer; }
.button span { font-size: 1.05rem; }
.button-primary { background: var(--mint); color: var(--deep); }
.button-primary:hover { background: #cafb7b; transform: translateY(-2px); }
.button-light { background: #fff; color: var(--deep); }
.text-link { color: var(--teal); display: inline-flex; gap: 22px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 6px; font-size: .85rem; font-weight: 750; }
.text-link.light { color: #fff; border-color: rgba(255,255,255,.4); }
.hero { background: var(--deep); color: #fff; overflow: hidden; position: relative; }
.hero:before { content:""; position:absolute; inset:0; opacity:.15; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px); background-size: 80px 80px; mask-image:linear-gradient(to right,transparent,#000); }
.hero-orb { position:absolute; border-radius:50%; filter:blur(2px); opacity:.22; border:1px solid var(--mint); }
.orb-one { width:650px;height:650px;right:-250px;top:-260px; }
.orb-two { width:400px;height:400px;right:90px;top:-130px; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; position: relative; z-index:2; padding-top: 60px; padding-bottom: 70px; }
.hero-copy h1 { max-width: 690px; margin-bottom: 30px; }
.hero-copy p { max-width: 610px; color: #c6d3cf; font-size: 1.05rem; margin-bottom: 38px; }
.hero-actions { display: flex; gap: 32px; align-items: center; }
.hero-visual { position: relative; min-height: 460px; display:grid; place-items:center; perspective: 1000px; }
.visual-glow { position:absolute;width:360px;height:360px;background:var(--mint);filter:blur(130px);opacity:.14; }
.dashboard { width: 490px; background:#fdfdf9; color:var(--ink); border-radius:10px; transform:rotateY(-7deg) rotateX(4deg); box-shadow:0 45px 80px rgba(0,0,0,.35); overflow:hidden; position:relative; z-index:2; }
.dash-top { height:45px;background:#e9eee9;display:flex;gap:6px;align-items:center;padding:0 14px;color:#7b8883;font-size:.64rem; }
.dash-top span { width:7px;height:7px;border-radius:50%;background:#b8c0bc; }
.dash-top b { margin-left:12px; }
.dash-body { display:grid;grid-template-columns:58px 1fr;min-height:320px; }
.dash-sidebar { padding:26px 17px;background:#f2f5f1;display:grid;align-content:start;gap:20px; }
.dash-sidebar i { height:8px;border-radius:10px;background:#c9d1cc; }
.dash-content { padding:28px; }
.metric-row { display:flex;justify-content:space-between;align-items:end; }
.metric-row div { display:grid;gap:6px; }
.metric-row small,.mini-metrics small,.floating-card small { color:#7b8783;font-size:.62rem; }
.metric-row strong { font-size:2.2rem; }
.metric-row>span { color:var(--teal);font-size:.65rem;background:#dcefe9;padding:6px 9px;border-radius:12px; }
.chart { height:142px;position:relative;margin:22px 0;border-bottom:1px solid #dae0dc;display:flex;align-items:end;justify-content:space-around; }
.chart i { width:33px;background:#e4ece7;height:30%; }
.chart i:nth-child(2){height:45%}.chart i:nth-child(3){height:42%}.chart i:nth-child(4){height:62%}.chart i:nth-child(5){height:70%}.chart i:nth-child(6){height:85%}
.chart svg { position:absolute;inset:0;width:100%;height:100%;overflow:visible; }
.chart path { fill:none;stroke:var(--teal);stroke-width:4; }
.mini-metrics { display:grid;grid-template-columns:1fr 1fr;gap:12px; }
.mini-metrics div { display:grid;gap:4px;background:#f1f4f1;padding:14px; }
.mini-metrics b { font-size:1.25rem; }.mini-metrics small{display:block}
.floating-card { position:absolute;z-index:3;background:#fff;color:var(--ink);box-shadow:0 15px 30px rgba(0,0,0,.22);border-radius:6px;padding:15px 18px;display:flex;gap:12px;align-items:center; }
.card-a { left:-12px;top:80px; }.card-a>span{width:30px;height:30px;border-radius:50%;background:var(--mint);display:grid;place-items:center}.card-a div{display:grid}.card-a small{margin-top:3px}
.card-b{right:-10px;bottom:70px;display:grid;gap:4px}.card-b b{font-size:1.25rem}.card-b b span{color:var(--teal)}
.hero-results { position:relative;z-index:3;border-top:1px solid rgba(255,255,255,.14);display:grid;grid-template-columns:repeat(4,1fr); }
.hero-results div { padding:31px 10px;display:flex;align-items:center;gap:15px;border-right:1px solid rgba(255,255,255,.14); }
.hero-results div:last-child{border-right:0}.hero-results strong{font-family:Georgia,serif;font-size:1.8rem;color:var(--mint)}.hero-results span{font-size:.72rem;color:#afbfba;text-transform:uppercase;letter-spacing:.08em}
.section-heading.split { display:grid;grid-template-columns:1fr 410px;gap:80px;align-items:end;margin-bottom:60px; }
.section-heading h2 { max-width:700px;margin:0}.section-heading>p{margin:0 0 6px}
.section-heading.centered { text-align:center;max-width:760px;margin:0 auto 65px;}.section-heading.centered .eyebrow{justify-content:center}
.section-heading em,.about-strip em,.story-grid em,.detail-grid em{color:var(--teal)}
.service-grid { display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line); }
.service-card { min-height:350px;padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:.25s ease;background:var(--paper); }
.service-card:hover { background:var(--deep);color:#fff;transform:translateY(-5px);box-shadow:0 20px 40px rgba(11,51,46,.14); }
.service-card:hover p{color:#bdccc7}.service-card:hover .service-no{color:var(--mint)}.service-card:hover .card-link{color:var(--mint)}
.service-no { color:var(--teal);font-family:Georgia,serif;font-style:italic;font-size:1.1rem;margin-bottom:75px; }
.service-card h3 { font-size:1.5rem;max-width:200px;margin-bottom:18px}.service-card p{font-size:.88rem;line-height:1.65}
.card-link { margin-top:auto;color:var(--teal);font-size:.78rem;font-weight:750;display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid var(--line)}
.about-strip { background:var(--cream); }
.about-grid,.story-grid { display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center; }
.portrait-card { height:570px;background:var(--deep);position:relative;display:grid;place-items:center;overflow:hidden; }
.portrait-card:before,.story-visual:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;border:1px solid rgba(185,242,94,.3);box-shadow:0 0 0 70px rgba(185,242,94,.04),0 0 0 140px rgba(185,242,94,.03)}
.portrait-monogram { font-family:Georgia,serif;font-style:italic;font-size:8rem;color:var(--mint);position:relative;z-index:1;letter-spacing:-.12em; }
.portrait-badge { position:absolute;bottom:0;right:0;background:var(--mint);color:var(--deep);padding:22px;font-size:.72rem;line-height:1.5;font-weight:750;text-transform:uppercase;letter-spacing:.08em;z-index:2}
.large-copy { color:var(--ink);font-size:1.2rem;line-height:1.65; }
.about-grid .text-link{margin-top:18px}
.process { background:#fff; }.process-grid{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.process-grid:before{content:"";position:absolute;top:25px;left:10%;right:10%;height:1px;background:var(--line)}
.process-step{position:relative;padding:0 30px;text-align:center}.process-step>span{position:relative;z-index:2;width:50px;height:50px;display:grid;place-items:center;margin:0 auto 40px;background:var(--paper);border:1px solid var(--teal);border-radius:50%;color:var(--teal);font-family:Georgia,serif}.process-step p{font-size:.86rem}
.cta-band { padding:90px 0;background:var(--teal);color:#fff; }.cta-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:100px;align-items:center}.cta-band h2{margin:0;max-width:720px}.cta-band p{color:#c9dfd9;margin-bottom:25px}
.footer{background:#071e1a;color:#fff;padding:85px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.2fr;gap:70px;padding-bottom:65px}.brand-light .brand-mark{background:var(--mint);color:var(--deep)}.brand-light b{color:var(--mint)}
.footer-intro p{color:#91a49e;max-width:350px;margin:25px 0}.footer-email{color:var(--mint);font-weight:650}.footer h3{color:#78928a;text-transform:uppercase;letter-spacing:.16em;font-size:.66rem;margin-bottom:22px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:14px;font-size:.83rem}.footer-address{font-size:.76rem;margin-top:8px;color:#78928a}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:25px;display:flex;justify-content:space-between;color:#6e8580;font-size:.72rem}.footer-bottom span:last-child{display:flex;gap:24px}
.page-hero{background:var(--deep);color:#fff;padding:110px 0 105px;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:500px;height:500px;border:1px solid rgba(185,242,94,.15);border-radius:50%;right:-150px;top:-230px;box-shadow:0 0 0 80px rgba(185,242,94,.025),0 0 0 160px rgba(185,242,94,.02)}
.page-hero h1{font-size:clamp(3rem,5.7vw,6rem);max-width:1000px;position:relative;z-index:2}.page-hero p{max-width:650px;color:#bccbc6;font-size:1.08rem;margin:28px 0 0;position:relative;z-index:2}.page-hero em{color:var(--mint)}
.story-visual{height:520px;background:var(--deep);position:relative;overflow:hidden;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.story-visual span{font-size:7rem;font-family:Georgia,serif;font-style:italic;color:var(--mint);position:relative;z-index:1}.story-visual p{color:#fff;max-width:220px;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;position:relative;z-index:1}
.values-section{background:var(--cream)}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#d2d8d2}.value-grid article{background:var(--cream);padding:38px;min-height:290px}.value-grid article>span{color:var(--teal);font-family:Georgia,serif}.value-grid h3{margin-top:65px}.value-grid p{font-size:.86rem}
.services-page .service-grid{grid-template-columns:repeat(2,1fr)}.services-page .service-card{min-height:320px}.services-page .service-no{margin-bottom:55px}.support-band{background:var(--cream)}.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:end}.big-number{font-size:7rem;font-family:Georgia,serif;font-style:italic;color:var(--teal)}.support-grid h2{font-size:2.4rem}
.service-hero{background:var(--deep);color:#fff;padding:100px 0}.service-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:center}.service-hero h1{font-size:clamp(3rem,5vw,5.4rem)}.service-hero p{color:#c1d0cb;max-width:660px;font-size:1.05rem;margin-bottom:35px}.service-symbol{width:350px;height:350px;border-radius:50%;border:1px solid rgba(185,242,94,.4);display:grid;place-items:center;position:relative;margin:auto}.service-symbol:before{content:"";position:absolute;inset:45px;border-radius:50%;border:1px solid rgba(185,242,94,.16)}.service-symbol span{font-size:6rem;color:var(--mint);font-family:Georgia,serif;font-style:italic}.service-symbol b{position:absolute;bottom:40px;font-size:.65rem;letter-spacing:.25em;color:#76948b}
.detail-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:100px}.feature-list{border-top:1px solid var(--line)}.feature-list div{padding:25px 5px;border-bottom:1px solid var(--line);display:flex;gap:25px;align-items:center}.feature-list span{color:var(--teal);font-family:Georgia,serif}.feature-list b{font-size:1.05rem}.outcome-section{background:var(--cream)}.outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.outcome-grid article{background:var(--paper);padding:35px;min-height:190px}.outcome-grid span{color:var(--teal);font-family:Georgia,serif}.outcome-grid h3{margin-top:55px;font-size:1.5rem}
.portfolio-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px 35px}.project-visual{height:430px;position:relative;overflow:hidden;padding:65px;display:grid;place-items:center}.project-blue{background:#dce9f0}.project-rose{background:#ead9db}.project-green{background:#d9e9df}.project-gold{background:#eee4c8}.project-index{position:absolute;top:25px;left:28px;color:rgba(19,32,29,.5);font-family:Georgia,serif}.browser-card{width:82%;height:260px;background:#fff;box-shadow:0 25px 50px rgba(19,32,29,.18);padding:12px 22px}.browser-card>span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#c7ceca;margin-right:3px}.browser-card h3{font-size:1.65rem;margin:55px 0 18px}.browser-lines{height:70px;background:linear-gradient(#e7ece8 0 0) 0 0/70% 7px no-repeat,linear-gradient(#e7ece8 0 0) 0 20px/92% 7px no-repeat,linear-gradient(var(--mint) 0 0) 0 47px/35% 23px no-repeat}.project-metric{position:absolute;bottom:27px;right:25px;background:var(--deep);color:#fff;padding:15px 20px;display:grid}.project-metric b{font-size:1.35rem;color:var(--mint)}.project-metric small{color:#a7bab4}.project-caption{display:flex;align-items:end;justify-content:space-between;padding-top:25px}.project-caption h2{font-size:2rem}.project-caption>span{font-size:1.5rem;color:var(--teal)}.project-caption .eyebrow{margin-bottom:12px}
.contact-section{background:var(--cream)}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}.contact-grid>div>p{max-width:420px;margin-bottom:40px}.contact-detail{display:flex;gap:25px;border-top:1px solid #d3d8d2;padding:22px 0}.contact-detail>span{font-family:Georgia,serif;color:var(--teal)}.contact-detail div{display:grid;gap:5px}.contact-detail small{color:#7c8984;text-transform:uppercase;letter-spacing:.12em;font-size:.62rem}.contact-detail a,.contact-detail p{color:var(--ink);margin:0;font-weight:650}.contact-form{background:#fff;padding:45px;display:grid;gap:24px;box-shadow:0 18px 55px rgba(19,32,29,.07)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form label{display:grid;gap:9px;font-size:.72rem;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:0;border-bottom:1px solid #cbd2cd;background:#fafbf8;padding:15px 12px;color:var(--ink);font:inherit;font-size:.9rem;outline:none;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--teal)}.contact-form .button{justify-self:start}.form-success{background:#fff;min-height:490px;padding:60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.form-success>span{width:55px;height:55px;border-radius:50%;background:var(--mint);display:grid;place-items:center;font-size:1.4rem}.form-success h2{font-size:2.3rem;margin:25px 0 5px}.form-success button{border:0;background:none;color:var(--teal);font-weight:750;padding:10px 0;border-bottom:1px solid var(--teal);cursor:pointer}
.legal .container{max-width:800px}.legal h2{font-size:1.7rem;margin-top:45px}.legal h2:first-child{margin-top:0}

@media (max-width: 1000px) {
  .desktop-nav{display:none}.mobile-menu{display:block}
  .hero-grid{grid-template-columns:1fr;padding-top:100px}.hero-copy{max-width:750px}.hero-visual{min-height:420px}.dashboard{width:min(520px,85vw)}
  .section-heading.split{grid-template-columns:1fr;gap:25px}.service-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid,.story-grid,.contact-grid{grid-template-columns:1fr;gap:65px}.portrait-card,.story-visual{height:460px}
  .process-grid{grid-template-columns:1fr 1fr;gap:60px 0}.process-grid:before{display:none}
  .cta-grid{grid-template-columns:1fr;gap:35px}.footer-grid{grid-template-columns:2fr 1fr 1fr;}.footer-grid>div:last-child{grid-column:2/4}
  .service-hero-grid{grid-template-columns:1fr}.service-symbol{display:none}.detail-grid{grid-template-columns:1fr;gap:45px}
}
@media (max-width: 700px) {
  .container{width:min(100% - 32px,1180px)}.section{padding:82px 0}.site-header{height:72px}
  h1{font-size:3.25rem}.hero-grid{min-height:auto;padding-top:80px;gap:30px}.hero-copy p{font-size:.96rem}.hero-actions{align-items:flex-start;flex-direction:column}.hero-visual{min-height:360px;margin:0 -10px}.dashboard{transform:scale(.82);width:460px}.floating-card{transform:scale(.82)}.card-a{left:-12px}.card-b{right:-10px}
  .hero-results{grid-template-columns:1fr 1fr}.hero-results div:nth-child(2){border-right:0}.hero-results div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}
  .service-grid,.services-page .service-grid{grid-template-columns:1fr}.service-card{min-height:300px}.service-no{margin-bottom:40px}
  .portrait-card,.story-visual{height:390px}.portrait-monogram{font-size:6rem}.process-grid{grid-template-columns:1fr}.process-step{max-width:360px;margin:auto}.process-step>span{margin-bottom:25px}
  .cta-band{padding:75px 0}.footer-grid{grid-template-columns:1fr 1fr;gap:50px 30px}.footer-intro{grid-column:1/3}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:15px}
  .page-hero{padding:85px 0}.value-grid,.outcome-grid{grid-template-columns:1fr}.support-grid{grid-template-columns:1fr;gap:35px}.big-number{font-size:5rem}.portfolio-grid{grid-template-columns:1fr;gap:65px}.project-visual{height:330px;padding:45px 25px}.browser-card{height:220px}.browser-card h3{margin-top:40px}.field-row{grid-template-columns:1fr}.contact-form{padding:28px 20px}
}

/* Jay Digital Pro — compact agency homepage */
:root {
  --agency-night: #090d22;
  --agency-navy: #0d1433;
  --agency-card: #121b3d;
  --agency-blue: #3977ff;
  --agency-cyan: #37d6ff;
  --agency-violet: #8b5cf6;
  --agency-white: #ffffff;
  --agency-cloud: #f5f7fc;
  --agency-text: #11182d;
  --agency-muted: #65708a;
  --agency-border: #e3e8f2;
}

body {
  background: var(--agency-cloud);
  color: var(--agency-text);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  height: 82px;
  border: 0;
  background: transparent;
  color: #fff;
}

.nav-wrap {
  width: min(1240px, calc(100% - 36px));
  height: 62px;
  margin-top: 14px;
  padding: 0 10px 0 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  background: rgba(8,13,33,.8);
  box-shadow: 0 14px 50px rgba(2,5,17,.25);
  backdrop-filter: blur(18px);
}

.brand {
  gap: 9px;
  color: #fff;
  font-size: .78rem;
  letter-spacing: -.02em;
}

.brand > span:last-child {
  display: flex;
  align-items: baseline;
}

.brand b { margin-left: 2px; color: var(--agency-cyan); }

.brand-mark {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--agency-blue), var(--agency-violet));
  color: #fff;
  font-family: inherit;
  font-size: .85rem;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 7px 20px rgba(57,119,255,.35);
}

.desktop-nav { gap: 23px; font-size: .72rem; }
.desktop-nav > a:not(.nav-cta):not(.nav-whatsapp) { color: rgba(255,255,255,.72); }
.desktop-nav > a:not(.nav-cta):not(.nav-whatsapp):hover { color: #fff; }

.nav-whatsapp,
.nav-cta {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  font-weight: 750;
}

.nav-whatsapp { background: #18c875; color: #fff; }
.nav-cta {
  border: 0;
  background: linear-gradient(110deg, var(--agency-blue), #245ce6);
  color: #fff;
  box-shadow: 0 8px 22px rgba(57,119,255,.28);
}

.agency-home { overflow: hidden; background: #fff; }
.agency-home h1,
.agency-home h2,
.agency-home h3 {
  color: inherit;
  letter-spacing: -.045em;
}

.agency-hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,12,32,.98) 0%, rgba(7,12,32,.91) 47%, rgba(7,12,32,.44) 100%),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2000&q=88") center/cover;
}

.agency-hero::before {
  content: "";
  position: absolute;
  width: 590px;
  height: 590px;
  right: -190px;
  top: -240px;
  border: 1px solid rgba(55,214,255,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 95px rgba(139,92,246,.035), 0 0 0 190px rgba(57,119,255,.025);
  animation: agencyPulse 7s ease-in-out infinite;
}

.agency-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(90deg, transparent 35%, #000);
}

.agency-hero-shade {
  position: absolute;
  inset: auto auto -190px -120px;
  width: 540px;
  height: 420px;
  border-radius: 50%;
  background: rgba(57,119,255,.22);
  filter: blur(120px);
}

.agency-hero-content {
  min-height: 650px;
  padding-top: 150px;
  padding-bottom: 78px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mini-label,
.section-kicker {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(55,214,255,.25);
  border-radius: 999px;
  background: rgba(55,214,255,.09);
  color: var(--agency-cyan);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.agency-hero h1 {
  max-width: 735px;
  margin: 22px 0 20px;
  font-size: clamp(3.7rem, 6vw, 6.7rem);
  line-height: .94;
  font-weight: 780;
  text-wrap: balance;
}

.agency-hero h1 span {
  color: transparent;
  background: linear-gradient(105deg, #fff 8%, var(--agency-cyan) 58%, #b59bff);
  background-clip: text;
  -webkit-background-clip: text;
}

.agency-hero-content > p {
  max-width: 620px;
  margin-bottom: 27px;
  color: #b6bfd5;
  font-size: 1rem;
  line-height: 1.65;
}

.agency-actions { display: flex; align-items: center; gap: 12px; }

.agency-button {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: .77rem;
  font-weight: 780;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.agency-button:hover { transform: translateY(-3px); }
.agency-button-primary {
  background: linear-gradient(115deg, var(--agency-blue), #5e52ed);
  color: #fff;
  box-shadow: 0 13px 30px rgba(57,119,255,.28);
}
.agency-button-primary:hover { box-shadow: 0 18px 38px rgba(57,119,255,.4); }
.agency-button-ghost { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); color: #fff; backdrop-filter: blur(8px); }
.agency-button-light { background: #fff; color: #1b4dca; }
.agency-button-outline { border-color: rgba(255,255,255,.5); color: #fff; }

.agency-stats {
  min-height: 110px;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
}

.agency-stats div {
  padding: 25px 18px;
  border-right: 1px solid rgba(255,255,255,.1);
  display: grid;
  place-content: center;
  gap: 5px;
  text-align: center;
}

.agency-stats div:last-child { border-right: 0; }
.agency-stats strong { color: var(--agency-cyan); font-size: 1.32rem; }
.agency-stats span { color: #8f99b2; font-size: .63rem; }

.agency-section { padding: 88px 0; }
.services-block,
.projects-section { background: #fff; }

.agency-heading {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.agency-heading > span,
.agency-project-card div > span {
  color: var(--agency-blue);
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.agency-heading h2 {
  margin: 9px 0 10px;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.04;
}

.agency-heading p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--agency-muted);
  font-size: .88rem;
  line-height: 1.65;
}

.agency-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.agency-service-card {
  min-height: 190px;
  padding: 23px;
  border: 1px solid var(--agency-border);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(17,24,45,.035);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.agency-service-card:hover {
  border-color: rgba(57,119,255,.35);
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(25,46,98,.1);
}

.agency-service-card > div { display: flex; align-items: center; justify-content: space-between; }
.agency-service-card > div span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--agency-blue);
  font-size: .56rem;
  font-weight: 800;
}
.agency-service-card > div b { color: #b8c3d8; transition: color .2s ease, transform .2s ease; }
.agency-service-card:hover > div b { color: var(--agency-blue); transform: translateX(3px); }
.agency-service-card h3 { margin: 22px 0 7px; font-size: 1.08rem; }
.agency-service-card p { margin: 0; color: var(--agency-muted); font-size: .72rem; line-height: 1.55; }

.agency-text-link {
  width: fit-content;
  margin: 35px auto 0;
  display: flex;
  gap: 10px;
  color: var(--agency-blue);
  font-size: .72rem;
  font-weight: 800;
}

.trust-section {
  background:
    radial-gradient(circle at 88% 18%, rgba(57,119,255,.08), transparent 28rem),
    var(--agency-cloud);
}

.agency-trust-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.trust-image {
  min-height: 590px;
  position: relative;
}

.trust-image img {
  width: calc(100% - 20px);
  height: 570px;
  border-radius: 17px;
  display: block;
  object-fit: cover;
  filter: saturate(.86) contrast(1.04);
  box-shadow: 0 25px 60px rgba(16,29,67,.15);
}

.trust-image::after {
  content: "";
  position: absolute;
  inset: 18px 0 2px 20px;
  z-index: -1;
  border-radius: 17px;
  background: linear-gradient(150deg, var(--agency-blue), var(--agency-violet));
}

.trust-image-stats {
  min-width: 285px;
  padding: 16px;
  position: absolute;
  right: -12px;
  bottom: -5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 13px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 35px rgba(16,29,67,.16);
  backdrop-filter: blur(15px);
  animation: agencyFloat 4s ease-in-out infinite;
}

.trust-image-stats span { display: grid; gap: 2px; color: var(--agency-muted); font-size: .56rem; text-align: center; }
.trust-image-stats strong { color: var(--agency-blue); font-size: 1rem; }
.trust-copy .section-kicker { border-color: #dce7ff; background: #edf3ff; }
.trust-copy h2 { max-width: 590px; margin: 12px 0; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.01; }
.trust-copy > p { max-width: 610px; margin-bottom: 18px; color: var(--agency-muted); font-size: .84rem; line-height: 1.65; }

.agency-reasons { margin-bottom: 22px; }
.agency-reason {
  min-height: 70px;
  padding: 9px 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  border-bottom: 1px solid #dde4f1;
}
.agency-reason > strong { color: #c9d6ef; font-size: 1.9rem; letter-spacing: -.08em; }
.agency-reason > span { display: grid; gap: 4px; }
.agency-reason b { font-size: .8rem; }
.agency-reason small { color: var(--agency-muted); font-size: .65rem; line-height: 1.45; }

.agency-process,
.testimonials-section {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(57,119,255,.16), transparent 30rem),
    var(--agency-night);
}

.agency-process::before,
.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 70px 70px;
}

.agency-process .container,
.testimonials-section .container { position: relative; z-index: 2; }
.agency-heading-light h2 { color: #fff; }
.agency-heading-light p { color: #929db6; }
.agency-heading-light > span { color: var(--agency-cyan); }

.agency-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.agency-process-grid article {
  padding: 25px 18px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
  text-align: center;
  transition: transform .25s ease, background .25s ease;
}

.agency-process-grid article:hover { transform: translateY(-5px); background: rgba(57,119,255,.12); }
.agency-process-grid strong {
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  border: 1px solid rgba(57,119,255,.35);
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(57,119,255,.1);
  color: var(--agency-cyan);
  font-size: 1.2rem;
}
.agency-process-grid h3 { margin-bottom: 8px; font-size: .9rem; }
.agency-process-grid p { margin: 0; color: #929db6; font-size: .65rem; line-height: 1.55; }

.agency-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.agency-project-card {
  overflow: hidden;
  border: 1px solid var(--agency-border);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(17,24,45,.05);
  transition: transform .25s ease, box-shadow .25s ease;
}
.agency-project-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(17,24,45,.12); }
.agency-project-card img { width: 100%; height: 235px; display: block; object-fit: cover; transition: transform .55s ease; }
.agency-project-card:hover img { transform: scale(1.045); }
.agency-project-card > div { padding: 20px; }
.agency-project-card h3 { margin: 7px 0; font-size: 1rem; }
.agency-project-card p { margin: 0; color: var(--agency-muted); font-size: .68rem; line-height: 1.55; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.045);
}
.stars { color: #ffc44d; letter-spacing: .08em; font-size: .75rem; }
.testimonial-grid blockquote { margin: 15px 0 24px; color: #d4daea; font-size: .74rem; font-style: italic; line-height: 1.65; }
.reviewer { margin-top: auto; display: flex; align-items: center; gap: 10px; }
.reviewer > span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(57,119,255,.2); color: var(--agency-cyan); font-weight: 800; }
.reviewer p { margin: 0; display: grid; color: #fff; font-size: .67rem; line-height: 1.4; }
.reviewer small { color: #7f8aa4; font-size: .57rem; }

.agency-closing {
  padding: 70px 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(55,214,255,.26), transparent 23rem),
    linear-gradient(120deg, #245cdd, #5847e5);
}
.agency-closing-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 65px; align-items: center; }
.agency-closing h2 { max-width: 520px; margin-bottom: 10px; color: #fff; font-size: clamp(2.3rem, 4vw, 3.8rem); line-height: 1; }
.agency-closing p { max-width: 520px; margin-bottom: 24px; color: rgba(255,255,255,.76); font-size: .8rem; }
.closing-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.closing-metrics span {
  min-height: 94px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 13px;
  display: grid;
  place-content: center;
  gap: 4px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.75);
  font-size: .58rem;
  text-align: center;
  backdrop-filter: blur(10px);
}
.closing-metrics strong { color: #fff; font-size: 1.4rem; }

.footer {
  padding: 62px 0 22px;
  background: #070b1c;
}
.footer-grid { grid-template-columns: 1.5fr .8fr 1fr 1.2fr; gap: 52px; padding-bottom: 45px; }
.footer-intro p { max-width: 300px; margin: 18px 0; color: #8791a9; font-size: .7rem; line-height: 1.65; }
.footer-socials { display: flex; gap: 7px; }
.footer-socials a { width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.11); border-radius: 7px; display: grid; place-items: center; color: #9ca6bc; font-size: .65rem; }
.footer h3 { color: #fff; }
.footer-grid > div:not(:first-child) { gap: 10px; font-size: .7rem; }
.footer-address { color: #77829a; line-height: 1.7; }

@keyframes agencyPulse {
  0%, 100% { transform: scale(1); opacity: .72; }
  50% { transform: scale(1.07); opacity: 1; }
}

@keyframes agencyFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 1100px) {
  .desktop-nav { gap: 14px; }
  .nav-whatsapp { display: none; }
  .agency-trust-grid { gap: 40px; }
  .trust-image { min-height: 520px; }
  .trust-image img { height: 500px; }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { border-color: rgba(255,255,255,.2); }
  .mobile-menu summary span { background: #fff; }
  .agency-service-grid,
  .agency-project-grid,
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .agency-trust-grid,
  .agency-closing-grid { grid-template-columns: 1fr; }
  .trust-image { max-width: 650px; }
  .agency-process-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .nav-wrap { width: calc(100% - 24px); }
  .agency-hero { min-height: auto; }
  .agency-hero-content { min-height: 590px; padding-top: 120px; padding-bottom: 55px; }
  .agency-hero h1 { font-size: clamp(3.05rem, 14vw, 4.8rem); }
  .agency-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .agency-button { width: 100%; }
  .agency-stats { grid-template-columns: 1fr 1fr; }
  .agency-stats div:nth-child(2) { border-right: 0; }
  .agency-stats div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .agency-section { padding: 68px 0; }
  .agency-service-grid,
  .agency-project-grid,
  .testimonial-grid,
  .agency-process-grid { grid-template-columns: 1fr; }
  .trust-image { min-height: 430px; }
  .trust-image img { width: calc(100% - 10px); height: 410px; }
  .trust-image::after { inset: 12px 0 2px 10px; }
  .trust-image-stats { min-width: 255px; right: -4px; }
  .agency-closing { padding: 60px 0; }
  .closing-metrics { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / 3; }
}

/* Interactive, proof-led hero refinement */
.agency-hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .58fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
}
.hero-copy-panel { position: relative; z-index: 2; }
.hero-copy-panel > p {
  max-width: 690px;
  margin-bottom: 30px;
  color: #c4cde1;
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  font-weight: 520;
}
.agency-hero h1 {
  max-width: 790px;
  font-size: clamp(4.2rem, 6.6vw, 7.35rem);
  font-weight: 830;
  letter-spacing: -.07em;
}
.mini-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--agency-cyan);
  box-shadow: 0 0 16px rgba(55,214,255,.8);
}
.hero-achievement-card {
  padding: 29px;
  position: relative;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(21,33,77,.9), rgba(10,16,43,.78));
  box-shadow: 0 30px 80px rgba(1,5,19,.45), inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(20px);
  transition: transform .35s ease, border-color .35s ease;
}
.hero-achievement-card:hover {
  transform: translateY(-8px) rotate(-.5deg);
  border-color: rgba(55,214,255,.38);
}
.achievement-label {
  color: var(--agency-cyan);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero-achievement-card > strong {
  display: block;
  margin: 17px 0 0;
  color: #fff;
  font-size: clamp(4rem, 6vw, 6.2rem);
  line-height: .85;
  letter-spacing: -.09em;
}
.hero-achievement-card h2 {
  max-width: 280px;
  margin: 16px 0 24px;
  color: #fff;
  font-size: 1.42rem;
  line-height: 1.08;
  letter-spacing: -.04em;
}
.achievement-bars { height: 54px; display: flex; gap: 7px; align-items: end; }
.achievement-bars i {
  width: 20%;
  height: 32%;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, var(--agency-cyan), var(--agency-blue));
  animation: achievementRise 2.8s ease-in-out infinite alternate;
}
.achievement-bars i:nth-child(2) { height: 46%; animation-delay: -.4s; }
.achievement-bars i:nth-child(3) { height: 64%; animation-delay: -.8s; }
.achievement-bars i:nth-child(4) { height: 78%; animation-delay: -1.2s; }
.achievement-bars i:nth-child(5) { height: 100%; animation-delay: -1.6s; }
.achievement-mini-grid {
  margin: 22px 0;
  padding: 17px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.achievement-mini-grid span { display: grid; gap: 4px; }
.achievement-mini-grid b { color: #fff; font-size: 1.05rem; }
.achievement-mini-grid small { color: #8793ae; font-size: .68rem; }
.hero-achievement-card > a { color: #fff; font-size: .75rem; font-weight: 800; }
.hero-achievement-card > a b { margin-left: 10px; color: var(--agency-cyan); }
.hero-trust-line { margin-top: 25px; display: flex; align-items: center; gap: 12px; }
.hero-trust-line > span:last-child { display: grid; gap: 2px; }
.hero-trust-line b { color: #fff; font-size: .76rem; }
.hero-trust-line small { color: #8793ae; font-size: .66rem; }
.hero-avatars { display: flex; }
.hero-avatars i {
  width: 29px;
  height: 29px;
  margin-left: -6px;
  border: 2px solid #0b1230;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--agency-blue), var(--agency-violet));
  color: #fff;
  font-size: .6rem;
  font-style: normal;
  font-weight: 850;
}
.hero-avatars i:first-child { margin-left: 0; }
.hero-float-badge {
  padding: 11px 14px;
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  display: grid;
  gap: 2px;
  background: rgba(10,17,43,.88);
  box-shadow: 0 16px 36px rgba(2,6,20,.35);
  backdrop-filter: blur(14px);
}
.hero-float-badge b { color: #fff; font-size: .7rem; }
.hero-float-badge span { color: #8996b3; font-size: .58rem; }
.hero-float-badge-a { right: 29%; top: 17%; }
.hero-float-badge-b { right: 0; bottom: 24%; }

.inner-hero-actions { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 12px; position: relative; z-index: 3; }
.inner-hero-proof {
  width: min(680px, 100%);
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.16);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 3;
}
.inner-hero-proof span { padding-right: 18px; display: grid; gap: 3px; }
.inner-hero-proof strong { color: #fff; font-size: 1.15rem; letter-spacing: -.04em; }
.inner-hero-proof small { color: #8f9bb8; font-size: .65rem; font-weight: 700; }

@keyframes achievementRise {
  to { filter: brightness(1.25); transform: scaleY(.88); transform-origin: bottom; }
}

@media (max-width: 980px) {
  .agency-hero-content { grid-template-columns: 1fr; padding-bottom: 110px; }
  .hero-achievement-card { width: min(480px, 90%); }
  .hero-float-badge-a { right: 6%; top: 57%; }
  .hero-float-badge-b { right: 7%; bottom: 12%; }
}
@media (max-width: 650px) {
  .agency-hero-content { padding-bottom: 90px; gap: 40px; }
  .agency-hero h1 { font-size: clamp(3.45rem, 16vw, 4.7rem); }
  .hero-copy-panel > p { font-size: 1rem; }
  .hero-achievement-card { width: 100%; }
  .hero-float-badge { display: none; }
  .inner-hero-actions { display: grid; }
  .inner-hero-actions .agency-button { width: 100%; }
  .inner-hero-proof { gap: 10px; }
  .inner-hero-proof span { padding-right: 5px; }
  .inner-hero-proof strong { font-size: .92rem; }
  .inner-hero-proof small { font-size: .56rem; }
}
@media (prefers-reduced-motion: reduce) {
  .achievement-bars i { animation: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .agency-hero::before,
  .trust-image-stats { animation: none; }
  .agency-button,
  .agency-service-card,
  .agency-process-grid article,
  .agency-project-card,
  .agency-project-card img { transition: none; }
}

/* Premium digital agency direction */
:root {
  --ink: #11121a;
  --muted: #686b7b;
  --cream: #f2f1f7;
  --paper: #f8f7fc;
  --line: #dddce8;
  --mint: #c9ff4a;
  --teal: #7657ff;
  --deep: #0b0b12;
  --orange: #ff6b4a;
  --violet: #7b5cff;
  --cyan: #4de2ff;
}

body {
  background:
    radial-gradient(circle at 5% 12%, rgba(123,92,255,.06), transparent 28rem),
    var(--paper);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}

h1,h2,h3 { letter-spacing: -.052em; }
h1 { font-weight: 720; }
h2 { font-weight: 680; }
em {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  color: transparent;
  background: linear-gradient(100deg, var(--mint), var(--cyan) 55%, #a892ff);
  background-clip: text;
  -webkit-background-clip: text;
}

.site-header {
  height: 92px;
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
  border: 0;
  color: #fff;
}
.nav-wrap {
  margin-top: 14px;
  height: 64px;
  padding: 0 10px 0 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(17,17,26,.64);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(0,0,0,.16);
}
.brand { gap: 12px; letter-spacing: .1em; }
.brand > span:last-child { display: grid; line-height: 1.1; }
.brand small {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.45);
  font-size: .5rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.brand b { color: var(--mint); }
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--violet), #5136d7);
  color: #fff;
  font-family: inherit;
  font-size: .65rem;
  font-style: normal;
  letter-spacing: -.03em;
  box-shadow: inset 0 1px rgba(255,255,255,.28), 0 8px 22px rgba(84,54,215,.3);
}
.desktop-nav { gap: 32px; font-size: .82rem; }
.desktop-nav > a:not(.nav-cta) { color: rgba(255,255,255,.72); }
.desktop-nav > a:not(.nav-cta):hover { color: #fff; }
.nav-cta {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: #fff;
  color: var(--deep);
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
}
.nav-cta span { color: var(--violet); }

.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(123,92,255,.2);
  border-radius: 999px;
  background: rgba(123,92,255,.07);
  color: var(--violet);
  letter-spacing: .15em;
}
.eyebrow span { width: 6px; height: 6px; border-radius: 50%; }
.eyebrow-light {
  border-color: rgba(201,255,74,.22);
  background: rgba(201,255,74,.08);
  color: var(--mint);
}

.button {
  min-height: 58px;
  padding: 0 25px;
  border-radius: 14px;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.button-primary {
  background: linear-gradient(120deg, var(--mint), #a9ee39);
  color: #11120e;
  box-shadow: 0 14px 34px rgba(180,242,65,.18);
}
.button-primary:hover {
  background: linear-gradient(120deg, #d8ff7a, var(--mint));
  box-shadow: 0 18px 42px rgba(180,242,65,.27);
}
.button-light { border-radius: 14px; box-shadow: 0 14px 34px rgba(0,0,0,.12); }
.text-link { color: var(--violet); }

.hero {
  min-height: 875px;
  background:
    radial-gradient(circle at 78% 22%, rgba(123,92,255,.28), transparent 28rem),
    radial-gradient(circle at 30% 90%, rgba(77,226,255,.09), transparent 30rem),
    linear-gradient(140deg, #090910 0%, #11111d 52%, #0c0c14 100%);
}
.hero:before {
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 70% 35%, #000, transparent 65%);
}
.hero:after {
  content: "";
  position: absolute;
  width: 40rem;
  height: 40rem;
  right: -18rem;
  bottom: -25rem;
  border: 1px solid rgba(201,255,74,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 7rem rgba(201,255,74,.018), 0 0 0 14rem rgba(201,255,74,.012);
}
.hero-orb { border-color: rgba(123,92,255,.28); }
.orb-one { width: 720px; height: 720px; }
.orb-two { border-color: rgba(77,226,255,.18); }
.hero-grid {
  min-height: 750px;
  padding-top: 136px;
  padding-bottom: 64px;
  grid-template-columns: 1.02fr .98fr;
  gap: 64px;
}
.hero-copy h1 {
  max-width: 730px;
  margin-bottom: 28px;
  font-size: clamp(4rem, 6.6vw, 7.2rem);
  line-height: .9;
}
.hero-copy p { max-width: 580px; color: #a8a9b7; font-size: 1.08rem; }
.hero-availability {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 33px;
}
.hero-availability p { margin: 0; color: #7f8190; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(201,255,74,.1), 0 0 18px rgba(201,255,74,.55);
}
.hero-visual { min-height: 520px; }
.visual-glow {
  width: 450px;
  height: 450px;
  background: linear-gradient(135deg, var(--violet), var(--cyan));
  filter: blur(125px);
  opacity: .22;
}
.dashboard {
  width: 505px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 24px;
  background: rgba(250,250,253,.96);
  transform: rotateY(-7deg) rotateX(3deg) rotateZ(1deg);
  box-shadow: 0 50px 100px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.08);
}
.dash-top { height: 52px; border-bottom: 1px solid #e5e4eb; background: #f3f2f7; }
.dash-body { grid-template-columns: 64px 1fr; min-height: 330px; }
.dash-sidebar { background: #efeff5; }
.dash-content { padding: 32px; }
.metric-row > span { color: #5b3fe2; background: #ebe7ff; }
.chart i { border-radius: 7px 7px 0 0; background: linear-gradient(#e5e0ff, #f0eef9); }
.chart path { stroke: var(--violet); }
.mini-metrics div { border: 1px solid #ebe9f1; border-radius: 12px; background: #f7f6fa; }
.floating-card {
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 16px;
  box-shadow: 0 22px 45px rgba(0,0,0,.28);
}
.card-a { left: -22px; top: 72px; }
.card-a > span { background: var(--mint); }
.card-b { right: -14px; bottom: 66px; }
.card-b b span { color: var(--violet); }
.hero-results {
  border: 1px solid rgba(255,255,255,.09);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(16px);
}
.hero-results div { border-color: rgba(255,255,255,.08); padding: 29px 24px; }
.hero-results strong { color: #fff; font-family: inherit; font-size: 2rem; letter-spacing: -.06em; }
.hero-results span { color: #797b8a; }

.agency-ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--mint);
}
.agency-ticker > div {
  width: max-content;
  min-width: 100%;
  padding: 20px 30px;
  display: flex;
  justify-content: space-around;
  gap: 36px;
  color: #12130e;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.agency-ticker b { color: var(--violet); }

.services-section {
  position: relative;
  background:
    radial-gradient(circle at 95% 10%, rgba(123,92,255,.08), transparent 24rem),
    var(--paper);
}
.section-heading h2 { letter-spacing: -.06em; }
.section-heading em,.about-strip em,.story-grid em,.detail-grid em { color: transparent; }
.service-grid {
  gap: 16px;
  border: 0;
  background: transparent;
}
.service-card {
  min-height: 400px;
  padding: 30px;
  border: 1px solid rgba(17,18,26,.08);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 40px rgba(39,31,78,.05);
  overflow: hidden;
  position: relative;
}
.service-card:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: -75px;
  right: -60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(123,92,255,.22), rgba(77,226,255,.08));
  filter: blur(6px);
  transition: transform .3s ease;
}
.service-card:hover {
  border-color: rgba(201,255,74,.16);
  border-radius: 24px;
  background: linear-gradient(150deg, #171722, #0c0c13);
  box-shadow: 0 30px 70px rgba(20,13,48,.2);
  transform: translateY(-8px);
}
.service-card:hover:before { transform: scale(1.5); }
.service-no {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 90px;
  border: 1px solid rgba(123,92,255,.14);
  border-radius: 13px;
  background: #f1efff;
  color: var(--violet);
  font-family: inherit;
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
}
.service-card:hover .service-no { background: rgba(201,255,74,.1); border-color: rgba(201,255,74,.2); color: var(--mint); }
.service-card h3 { max-width: 230px; font-size: 1.65rem; }
.service-card p { font-size: .9rem; }
.card-link { border-color: rgba(17,18,26,.09); color: var(--violet); }

.about-strip {
  color: #fff;
  background:
    radial-gradient(circle at 0 70%, rgba(123,92,255,.2), transparent 28rem),
    #101019;
}
.about-grid > div:last-child p { color: #999ba9; }
.about-grid .large-copy { color: #fff; }
.about-grid .text-link { color: var(--mint); }
.portrait-card {
  height: 620px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 30px;
  background:
    linear-gradient(140deg, rgba(123,92,255,.3), transparent 45%),
    linear-gradient(150deg, #161622, #09090f);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}
.portrait-card:before,.story-visual:before {
  border-color: rgba(201,255,74,.25);
  box-shadow: 0 0 0 70px rgba(123,92,255,.035), 0 0 0 140px rgba(77,226,255,.018);
}
.portrait-monogram { color: #fff; font-family: inherit; font-style: normal; font-weight: 800; }
.portrait-badge {
  bottom: 22px;
  right: 22px;
  border-radius: 15px;
  background: var(--mint);
  box-shadow: 0 16px 34px rgba(0,0,0,.2);
}
.portrait-caption {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #8f91a0;
  font-size: .65rem;
  line-height: 1.5;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.process { background: #f3f2f8; }
.process-grid { gap: 14px; }
.process-grid:before { display: none; }
.process-step {
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(17,18,26,.07);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  text-align: left;
}
.process-step > span {
  margin: 0 0 72px;
  border: 0;
  border-radius: 12px;
  background: #ece9ff;
  color: var(--violet);
  font-family: inherit;
  font-size: .72rem;
  font-weight: 800;
}
.process-step p { font-size: .88rem; }

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(77,226,255,.15), transparent 22rem),
    linear-gradient(120deg, #6d4af1, #4a2bd1);
}
.cta-band:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  right: -180px;
  top: -190px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.015);
}
.cta-band .eyebrow-light { color: var(--mint); }
.cta-band p { color: #d9d1ff; }
.cta-grid { position: relative; z-index: 2; }

.footer { background: #08080e; }
.brand-light .brand-mark { background: linear-gradient(135deg, var(--violet), #5136d7); color: #fff; }
.footer-email { color: var(--mint); }
.footer h3 { color: #696a78; }

.page-hero,.service-hero {
  padding-top: 175px;
  background:
    radial-gradient(circle at 75% 20%, rgba(123,92,255,.28), transparent 27rem),
    linear-gradient(140deg, #090910, #12121e);
}
.page-hero:before,.service-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px);
  background-size: 65px 65px;
  mask-image: radial-gradient(circle at 75% 35%, #000, transparent 64%);
}
.page-hero:after { border-color: rgba(201,255,74,.14); }
.page-hero h1,.page-hero p,.service-hero-grid { position: relative; z-index: 2; }
.story-visual,.service-symbol {
  border: 1px solid rgba(123,92,255,.2);
  border-radius: 28px;
  background: linear-gradient(145deg, #171724, #0d0d14);
  box-shadow: 0 24px 70px rgba(20,13,48,.18);
}
.story-visual span,.service-symbol span { color: var(--mint); font-family: inherit; font-style: normal; font-weight: 800; }
.values-section,.support-band,.outcome-section,.contact-section { background: #f1f0f7; }
.value-grid { gap: 14px; background: transparent; }
.value-grid article,.outcome-grid article {
  border: 1px solid rgba(17,18,26,.07);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
}
.value-grid article > span,.feature-list span,.outcome-grid span,.contact-detail > span { color: var(--violet); font-family: inherit; font-weight: 800; }
.services-page .service-grid { gap: 18px; }
.project-visual { border-radius: 26px; }
.project-blue { background: linear-gradient(145deg,#dfe9ff,#d9d2ff); }
.project-rose { background: linear-gradient(145deg,#ffe3ed,#e9d6ff); }
.project-green { background: linear-gradient(145deg,#dffbe9,#c9efff); }
.project-gold { background: linear-gradient(145deg,#fff1c9,#ffe0d3); }
.browser-card { border-radius: 16px; box-shadow: 0 30px 65px rgba(26,19,57,.2); }
.project-metric { border-radius: 14px; background: #11111b; }
.project-metric b { color: var(--mint); }
.contact-form,.form-success {
  border: 1px solid rgba(17,18,26,.07);
  border-radius: 26px;
  box-shadow: 0 25px 70px rgba(35,27,75,.08);
}
.contact-form input,.contact-form select,.contact-form textarea { border-radius: 10px 10px 0 0; }

@media (max-width: 1000px) {
  .site-header { position: absolute; }
  .mobile-menu summary { border-color: rgba(255,255,255,.18); border-radius: 10px; }
  .mobile-menu summary span { background: #fff; }
  .mobile-menu nav { border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: #151520; color: #fff; }
  .hero-grid { padding-top: 155px; }
}

@media (max-width: 700px) {
  .site-header { height: 80px; }
  .nav-wrap { height: 58px; margin-top: 11px; padding-left: 12px; }
  .brand > span:last-child { font-size: .65rem; }
  .brand small { font-size: .42rem; }
  .brand-mark { width: 35px; height: 35px; border-radius: 10px; font-size: .58rem; }
  .hero { min-height: 0; }
  .hero-grid { padding-top: 130px; }
  .hero-copy h1 { font-size: clamp(3.4rem, 15vw, 4.5rem); }
  .hero-availability { margin-top: 25px; }
  .dashboard { transform: scale(.75) rotateZ(1deg); }
  .agency-ticker > div { justify-content: flex-start; padding: 17px 20px; font-size: .64rem; }
  .service-card { min-height: 340px; }
  .service-no { margin-bottom: 55px; }
  .portrait-card { height: 440px; }
  .process-step { min-height: 255px; }
  .process-step > span { margin-bottom: 48px; }
  .page-hero,.service-hero { padding-top: 135px; }
}

@media (prefers-reduced-motion: no-preference) {
  .dashboard { animation: agencyFloat 6s ease-in-out infinite; }
  .floating-card { animation: cardFloat 5s ease-in-out infinite; }
  .card-b { animation-delay: -2.2s; }
  @keyframes agencyFloat {
    0%,100% { transform: rotateY(-7deg) rotateX(3deg) rotateZ(1deg) translateY(0); }
    50% { transform: rotateY(-5deg) rotateX(2deg) rotateZ(.5deg) translateY(-10px); }
  }
  @keyframes cardFloat {
    0%,100% { translate: 0 0; }
    50% { translate: 0 -8px; }
  }
}

/* Conversion and typography refinement */
body {
  font-size: 17px;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}
p { line-height: 1.62; }
h1 { font-size: clamp(3.75rem, 6vw, 6.5rem); line-height: .92; }
h2 { font-size: clamp(2.4rem, 3.8vw, 3.9rem); line-height: 1.01; }
h3 { line-height: 1.12; }
.section { padding: 88px 0; }
.section-heading.split { gap: 58px; margin-bottom: 42px; }
.section-heading.centered { margin-bottom: 42px; }
.eyebrow { margin-bottom: 19px; font-size: .66rem; }
.button { min-height: 56px; font-size: .82rem; }
.button-dark {
  background: #11121a;
  color: #fff;
  box-shadow: 0 14px 30px rgba(17,18,26,.16);
}
.button-dark:hover { transform: translateY(-2px); background: #232436; }

.hero { min-height: 790px; }
.hero-grid {
  min-height: 665px;
  padding-top: 120px;
  padding-bottom: 34px;
  gap: 52px;
}
.hero-copy h1 {
  max-width: 670px;
  margin-bottom: 20px;
  font-size: clamp(3.8rem, 6vw, 6.45rem);
  line-height: .91;
}
.hero-copy > p {
  max-width: 555px;
  margin-bottom: 19px;
  font-size: 1.02rem;
  line-height: 1.55;
}
.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-bottom: 24px;
  color: #c1c2cc;
  font-size: .76rem;
  font-weight: 650;
}
.hero-benefits span { display: inline-flex; align-items: center; gap: 7px; }
.hero-benefits b {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(201,255,74,.12);
  color: var(--mint);
  font-size: .6rem;
}
.hero-actions { gap: 25px; }
.hero-microcopy {
  margin: 11px 0 0 !important;
  color: #696b7b !important;
  font-size: .66rem !important;
  letter-spacing: .04em;
}
.hero-availability { margin-top: 21px; }
.hero-visual { min-height: 445px; }
.dashboard { width: 480px; }
.dash-body { min-height: 305px; }
.chart { height: 124px; }
.card-a { top: 50px; }
.card-b { bottom: 48px; }
.hero-results div { padding: 22px 24px; }
.hero-results strong { font-size: 1.78rem; }
.hero-results span { font-size: .65rem; }
.agency-ticker > div { padding: 15px 30px; }

.service-card {
  min-height: 335px;
  padding: 27px;
}
.service-no { margin-bottom: 52px; }
.service-card h3 { font-size: 1.48rem; }
.service-card p { line-height: 1.54; }
.services-conversion {
  margin-top: 18px;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(17,18,26,.08);
  border-radius: 20px;
  background: linear-gradient(105deg, #eeebff, #f4ffd7);
}
.services-conversion span {
  display: block;
  margin-bottom: 4px;
  color: var(--violet);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.services-conversion h3 { margin: 0; font-size: 1.3rem; letter-spacing: -.035em; }
.services-conversion .button { flex: 0 0 auto; }

.about-grid { gap: 70px; }
.portrait-card { height: 500px; }
.about-grid h2 { margin-bottom: 20px; }
.about-grid .large-copy { font-size: 1.08rem; line-height: 1.55; }
.about-grid > div:last-child > p { margin-bottom: 14px; }
.trust-points {
  margin: 22px 0 25px;
  display: grid;
  gap: 9px;
}
.trust-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c8c9d3;
  font-size: .78rem;
  font-weight: 650;
}
.trust-points span:before {
  content: "✓";
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: rgba(201,255,74,.1);
  color: var(--mint);
  font-size: .66rem;
}

.proof-band {
  padding: 58px 0;
  color: #fff;
  background:
    radial-gradient(circle at 75% 50%, rgba(123,92,255,.22), transparent 25rem),
    #0c0c13;
}
.proof-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 65px;
  align-items: center;
}
.proof-band .eyebrow { margin-bottom: 15px; color: var(--mint); border-color: rgba(201,255,74,.18); background: rgba(201,255,74,.07); }
.proof-band blockquote {
  max-width: 710px;
  margin: 0;
  font-size: clamp(1.65rem, 2.8vw, 2.8rem);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.045em;
}
.proof-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.proof-metrics > div {
  padding: 19px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  background: rgba(255,255,255,.04);
}
.proof-metrics strong { display: block; color: var(--mint); font-size: 1.7rem; letter-spacing: -.05em; }
.proof-metrics span { color: #7e8090; font-size: .64rem; text-transform: uppercase; letter-spacing: .09em; }
.proof-metrics > a {
  grid-column: 1 / 3;
  display: flex;
  justify-content: space-between;
  padding: 14px 4px 5px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: .76rem;
  font-weight: 750;
}

.process-step { min-height: 240px; padding: 25px; }
.process-step > span { margin-bottom: 38px; }
.process-step h3 { margin-bottom: 10px; }
.cta-band { padding: 76px 0; }
.footer { padding-top: 66px; }
.footer-grid { padding-bottom: 48px; }

@media (max-width: 1000px) {
  .hero-grid { padding-top: 145px; }
  .services-conversion { align-items: flex-start; flex-direction: column; }
  .proof-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .section { padding: 66px 0; }
  .hero-grid { padding-top: 120px; padding-bottom: 18px; gap: 18px; }
  .hero-copy h1 { font-size: clamp(3.15rem, 14vw, 4.25rem); }
  .hero-benefits { display: grid; gap: 8px; }
  .hero-actions { gap: 18px; }
  .hero-microcopy { max-width: 290px !important; }
  .hero-visual { min-height: 330px; }
  .dashboard { width: 445px; }
  .hero-results div { padding: 18px 15px; }
  .service-card { min-height: 300px; }
  .service-no { margin-bottom: 38px; }
  .services-conversion { padding: 22px; }
  .services-conversion .button { width: 100%; }
  .portrait-card { height: 390px; }
  .proof-band { padding: 50px 0; }
  .proof-metrics { grid-template-columns: 1fr 1fr; }
  .process-step { min-height: 220px; }
  .cta-band { padding: 64px 0; }
}

/* Final chrome overrides for the agency homepage direction */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  height: 82px;
  border: 0;
  background: transparent;
  color: #fff;
}
.site-header .nav-wrap {
  width: min(1240px, calc(100% - 36px));
  height: 62px;
  margin-top: 14px;
  padding: 0 10px 0 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  background: rgba(8,13,33,.8);
  box-shadow: 0 14px 50px rgba(2,5,17,.25);
  backdrop-filter: blur(18px);
}
.site-header .brand { gap: 9px; color: #fff; font-size: .78rem; letter-spacing: -.02em; }
.site-header .brand > span:last-child { display: flex; align-items: baseline; }
.site-header .brand b { margin-left: 2px; color: var(--agency-cyan); }
.site-header .brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--agency-blue), var(--agency-violet));
  color: #fff;
  font-family: inherit;
  font-size: .85rem;
  font-style: normal;
  font-weight: 900;
}
.site-header .desktop-nav { gap: 23px; font-size: .72rem; }
.site-header .desktop-nav > a:not(.nav-cta):not(.nav-whatsapp) { color: rgba(255,255,255,.72); }
.site-header .nav-whatsapp,
.site-header .nav-cta {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.site-header .nav-whatsapp { background: #18c875; }
.site-header .nav-cta { border: 0; background: linear-gradient(110deg, var(--agency-blue), #245ce6); }
.footer { padding: 62px 0 22px; background: #070b1c; }
.footer .footer-grid { grid-template-columns: 1.5fr .8fr 1fr 1.2fr; gap: 52px; padding-bottom: 45px; }
.footer .brand-mark { background: linear-gradient(135deg, var(--agency-blue), var(--agency-violet)); color: #fff; }
.footer .brand b { color: var(--agency-cyan); }
.footer .footer-intro p { max-width: 300px; margin: 18px 0; color: #8791a9; font-size: .7rem; }
.footer .footer-grid > div:not(:first-child) { gap: 10px; font-size: .7rem; }

@media (max-width: 900px) {
  .site-header .desktop-nav { display: none; }
  .site-header .mobile-menu { display: block; }
  .site-header .mobile-menu summary { border-color: rgba(255,255,255,.2); }
  .site-header .mobile-menu summary span { background: #fff; }
}

@media (max-width: 650px) {
  .site-header .nav-wrap { width: calc(100% - 24px); }
  .footer .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer .footer-intro { grid-column: 1 / 3; }
}

/* Credibility, contact and readability refinements */
.site-header .desktop-nav { font-size: .78rem; }
.agency-hero-content > p { font-size: 1.08rem; }
.agency-stats span { max-width: 150px; margin: 0 auto; font-size: .7rem; line-height: 1.4; }
.agency-heading p { font-size: .96rem; }
.agency-service-grid { grid-template-columns: repeat(4, 1fr); }
.agency-service-card { min-height: 218px; padding: 25px; }
.agency-service-card h3 { font-size: 1.18rem; }
.agency-service-card p { font-size: .86rem; line-height: 1.62; }
.trust-copy > p { font-size: .94rem; }
.agency-reason b { font-size: .9rem; }
.agency-reason small { font-size: .75rem; line-height: 1.5; }
.agency-process-grid h3 { font-size: 1rem; }
.agency-process-grid p { font-size: .78rem; line-height: 1.62; }
.agency-project-card h3 { font-size: 1.08rem; }
.agency-project-card p { font-size: .8rem; line-height: 1.62; }
.testimonial-grid blockquote { font-size: .84rem; }
.reviewer p { font-size: .76rem; }
.reviewer small { font-size: .66rem; }

.business-fit {
  padding: 25px 0;
  border-bottom: 1px solid var(--agency-border);
  background: #fff;
}

.business-fit-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.business-fit-grid > p {
  margin: 0;
  flex: 0 0 auto;
  color: var(--agency-muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.business-fit-grid > div {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px;
}

.business-fit-grid span {
  padding: 9px 13px;
  border: 1px solid #dfe5f2;
  border-radius: 999px;
  background: #f8faff;
  color: #47516a;
  font-size: .75rem;
  font-weight: 700;
}

.agency-advice {
  padding: 86px 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 90%, rgba(55,214,255,.12), transparent 25rem),
    linear-gradient(135deg, #0a1028, #101b42);
}

.agency-advice-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.agency-advice h2 {
  max-width: 590px;
  margin: 14px 0 16px;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.02;
}

.agency-advice p {
  max-width: 610px;
  color: #aeb8d0;
  font-size: .98rem;
}

.advice-promises {
  margin-top: 22px;
  display: grid;
  gap: 10px;
  color: #dce4f7;
  font-size: .82rem;
  font-weight: 700;
}

.advice-promises span::first-letter { color: var(--agency-cyan); }
.advice-options { display: grid; gap: 12px; }

.advice-options a {
  min-height: 112px;
  padding: 21px 23px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 5px 20px;
  background: rgba(255,255,255,.05);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.advice-options a:hover {
  transform: translateX(5px);
  border-color: rgba(55,214,255,.34);
  background: rgba(57,119,255,.13);
}

.advice-options span {
  color: var(--agency-cyan);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.advice-options strong {
  grid-column: 1;
  font-size: 1.12rem;
}

.advice-options small {
  grid-column: 1;
  color: #8e9ab7;
  font-size: .75rem;
}

.advice-options a::after {
  content: "→";
  grid-column: 2;
  grid-row: 1 / 4;
  color: #fff;
  font-size: 1.25rem;
}

.footer .footer-intro p,
.footer .footer-grid > div:not(:first-child) { font-size: .78rem; }

@media (max-width: 1050px) {
  .agency-service-grid { grid-template-columns: repeat(2, 1fr); }
  .agency-advice-grid { gap: 45px; }
}

@media (max-width: 900px) {
  .agency-advice-grid { grid-template-columns: 1fr; }
  .business-fit-grid { align-items: flex-start; flex-direction: column; }
  .business-fit-grid > div { justify-content: flex-start; }
}

@media (max-width: 650px) {
  .agency-hero-content > p { font-size: 1rem; }
  .agency-service-grid { grid-template-columns: 1fr; }
  .agency-service-card { min-height: 200px; }
  .agency-advice { padding: 66px 0; }
  .advice-options a { min-height: 106px; padding: 19px; }
  .business-fit { padding: 21px 0; }
  .business-fit-grid { gap: 15px; }
}

/* Original inner-page system */
.inner-agency-page { background: #fff; }
.inner-agency-page .page-hero {
  min-height: 620px;
  padding: 175px 0 105px;
  display: grid;
  place-items: center;
  text-align: left;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 28%, rgba(57,119,255,.24), transparent 24rem),
    linear-gradient(145deg, #080d21, #0c1636 62%, #0a112a);
}
.inner-agency-page .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 1;
  background-image:
    linear-gradient(90deg, rgba(6,11,29,.98) 0%, rgba(6,11,29,.9) 36%, rgba(6,11,29,.45) 61%, rgba(6,11,29,.12) 100%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 76px 76px;
  background-size: auto, 76px 76px, 76px 76px;
}
.inner-agency-page .page-hero::after {
  z-index: 1;
  width: 520px;
  height: 520px;
  right: -210px;
  top: -240px;
  border-color: rgba(55,214,255,.18);
  box-shadow: 0 0 0 85px rgba(57,119,255,.03), 0 0 0 170px rgba(139,92,246,.02);
}
.page-hero-media,
.service-hero-media {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.95) contrast(1.04);
}
.inner-agency-page .page-hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.inner-agency-page .page-hero .eyebrow {
  margin-bottom: 20px;
  border-color: rgba(55,214,255,.25);
  background: rgba(55,214,255,.08);
  color: var(--agency-cyan);
}
.inner-agency-page .page-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.4rem, 5.5vw, 5.9rem);
  line-height: .92;
  text-wrap: balance;
}
.inner-agency-page .page-hero h1 em {
  color: transparent;
  background: linear-gradient(100deg, var(--agency-cyan), #8d7cff);
  background-clip: text;
  -webkit-background-clip: text;
}
.inner-agency-page .page-hero p { max-width: 630px; margin-top: 22px; color: #b7c1d8; font-size: 1rem; }

.service-hero {
  min-height: 650px;
  padding: 175px 0 100px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.service-hero::before {
  z-index: 1;
  opacity: 1;
  background-image:
    linear-gradient(90deg, rgba(7,8,17,.98) 0%, rgba(7,8,17,.9) 38%, rgba(7,8,17,.46) 62%, rgba(7,8,17,.1) 100%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: auto, 65px 65px, 65px 65px;
}
.service-hero-grid {
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}
.service-hero-grid > div { max-width: 760px; }
.service-hero h1 { font-size: clamp(3.4rem, 5.5vw, 5.9rem); line-height: .93; text-wrap: balance; }
.service-hero p { color: #b7c1d8; }

.inner-split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 65px;
  align-items: center;
}
.inner-split h2,
.inner-story h2 { margin: 14px 0 16px; font-size: clamp(2.4rem, 4.5vw, 4.6rem); line-height: .98; }
.inner-lead { color: #26324d; font-size: 1rem; }
.inner-split > div:first-child > p { max-width: 650px; font-size: .82rem; }
.inner-value-grid { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.inner-value-grid article {
  min-height: 142px;
  padding: 18px;
  border: 1px solid var(--agency-border);
  border-radius: 13px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  background: var(--agency-cloud);
}
.inner-value-grid article > strong { color: var(--agency-blue); font-size: .68rem; }
.inner-value-grid h3 { margin-bottom: 5px; font-size: .83rem; }
.inner-value-grid p { margin: 0; color: var(--agency-muted); font-size: .62rem; line-height: 1.5; }
.inner-image-card { min-height: 540px; position: relative; }
.inner-image-card img { width: 100%; height: 520px; border-radius: 18px; display: block; object-fit: cover; box-shadow: 0 25px 60px rgba(15,28,65,.16); }
.inner-image-card > span {
  position: absolute;
  left: -24px;
  bottom: -2px;
  padding: 15px 20px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 12px;
  display: grid;
  background: rgba(255,255,255,.92);
  color: var(--agency-muted);
  font-size: .6rem;
  text-align: center;
  box-shadow: 0 15px 35px rgba(15,28,65,.17);
  backdrop-filter: blur(12px);
  animation: agencyFloat 4.5s ease-in-out infinite;
}
.inner-image-card > span b { color: var(--agency-blue); font-size: 1.3rem; }
.inner-story { background: var(--agency-cloud); }
.inner-story-copy { max-width: 850px; text-align: center; }
.inner-story-copy .section-kicker { margin: 0 auto; }
.inner-story-copy p { color: var(--agency-muted); font-size: .85rem; line-height: 1.7; }

.inner-dark-section {
  color: #fff;
  background:
    radial-gradient(circle at 70% 20%, rgba(57,119,255,.16), transparent 30rem),
    var(--agency-night);
}
.difference-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.difference-grid article {
  min-height: 185px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  transition: transform .25s ease, background .25s ease;
}
.difference-grid article:hover { transform: translateY(-5px); background: rgba(57,119,255,.1); }
.difference-grid span { color: var(--agency-cyan); font-size: .65rem; }
.difference-grid h3 { margin: 28px 0 7px; font-size: .92rem; }
.difference-grid p { margin: 0; color: #939db5; font-size: .66rem; line-height: 1.55; }
.center-action { margin-top: 30px; display: flex; justify-content: center; }

.inner-agency-page .cta-band {
  padding: 72px 0;
  background:
    radial-gradient(circle at 75% 20%, rgba(55,214,255,.25), transparent 23rem),
    linear-gradient(120deg, #245cdd, #5847e5);
}
.inner-agency-page .cta-band .eyebrow { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.1); color: #fff; }
.inner-agency-page .cta-band h2 { font-size: clamp(2.5rem,4.4vw,4.3rem); line-height: .98; }

.catalogue-group:nth-of-type(even) { background: var(--agency-cloud); }
.catalogue-heading {
  margin-bottom: 34px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}
.catalogue-heading span { color: var(--catalogue-accent, var(--agency-blue)); font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.catalogue-heading h2 { margin: 7px 0 0; font-size: clamp(2rem,3.6vw,3.4rem); }
.catalogue-heading p { max-width: 370px; margin: 0; color: var(--agency-muted); font-size: .75rem; }
.accent-violet { --catalogue-accent: var(--agency-violet); }
.accent-cyan { --catalogue-accent: #16aa93; }
.catalogue-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.catalogue-grid article {
  min-height: 355px;
  padding: 23px;
  border: 1px solid var(--agency-border);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 8px 28px rgba(17,24,45,.035);
  transition: transform .25s ease, box-shadow .25s ease;
}
.catalogue-grid article:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(20,39,85,.1); }
.catalogue-icon { width: 35px; height: 35px; border-radius: 9px; display: grid; place-items: center; background: color-mix(in srgb, var(--catalogue-accent) 10%, white); color: var(--catalogue-accent); }
.catalogue-grid h3 { margin: 18px 0 7px; font-size: 1rem; }
.catalogue-grid > article > p { margin: 0 0 14px; color: var(--agency-muted); font-size: .68rem; line-height: 1.55; }
.catalogue-grid ul { margin: 0 0 20px; padding: 0; display: grid; gap: 7px; list-style: none; }
.catalogue-grid li { display: flex; gap: 8px; color: #65708a; font-size: .62rem; }
.catalogue-grid li::before { content: "✓"; color: var(--catalogue-accent); font-weight: 900; }
.catalogue-grid article > a { margin-top: auto; min-height: 38px; padding: 0 13px; border: 1px solid var(--catalogue-accent); border-radius: 7px; display: flex; justify-content: space-between; align-items: center; color: var(--catalogue-accent); font-size: .65rem; font-weight: 800; }
.compact-process { padding: 65px 0; color: #fff; background: var(--agency-night); }
.compact-process header { margin-bottom: 28px; text-align: center; }
.compact-process header span { color: var(--agency-cyan); font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.compact-process h2 { margin: 7px 0 0; font-size: 2.2rem; }
.compact-process .container > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.compact-process article { padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.04); }
.compact-process article strong { color: var(--agency-blue); font-size: 1.2rem; }
.compact-process article h3 { margin: 18px 0 0; font-size: .78rem; }

.inner-metric-bar {
  margin-top: -76px;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  color: #fff;
  background: rgba(13,20,51,.96);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  backdrop-filter: blur(16px);
}
.inner-metric-bar div { min-height: 105px; display: grid; place-content: center; gap: 5px; border-right: 1px solid rgba(255,255,255,.08); text-align: center; }
.inner-metric-bar div:last-child { border: 0; }
.inner-metric-bar strong { color: var(--agency-cyan); font-size: 1.35rem; }
.inner-metric-bar span { color: #8d98b0; font-size: .6rem; }
.featured-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.featured-review-grid article {
  min-height: 310px;
  padding: 25px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: linear-gradient(150deg, #0c1430, #111c42);
  box-shadow: inset 0 -3px var(--agency-blue);
}
.review-quote { color: var(--agency-blue); font-size: 3rem; line-height: .7; }
.featured-review-grid blockquote { margin: 24px 0 18px; color: #d0d7e7; font-size: .72rem; font-style: italic; line-height: 1.68; }
.featured-review-grid .stars { margin-top: auto; margin-bottom: 18px; }
.more-reviews { background: var(--agency-cloud); }
.more-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.more-review-grid article { min-height: 195px; padding: 22px; border: 1px solid var(--agency-border); border-radius: 14px; display: flex; flex-direction: column; background: #fff; }
.more-review-grid p { color: var(--agency-muted); font-size: .7rem; font-style: italic; }
.more-review-grid strong { margin-top: auto; font-size: .72rem; }
.review-principles { padding: 55px 0; }
.review-principles .container { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-principles .container > div { text-align: center; }
.review-principles span { width: 42px; height: 42px; margin: 0 auto 12px; border-radius: 12px; display: grid; place-items: center; background: #edf3ff; color: var(--agency-blue); }
.review-principles h3 { font-size: .8rem; }
.inner-page-cta,
.faq-contact { padding: 72px 0; color: #fff; text-align: center; background: linear-gradient(120deg,#245cdd,#5847e5); }
.inner-page-cta h2,
.faq-contact h2 { margin-bottom: 8px; font-size: clamp(2.3rem,4vw,3.6rem); }
.inner-page-cta p,
.faq-contact p { color: rgba(255,255,255,.75); font-size: .78rem; }
.inner-page-cta .agency-button { margin-top: 14px; width: auto; }

.faq-tabs { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.08); background: var(--agency-navy); }
.faq-tabs .container { min-height: 68px; display: flex; align-items: center; justify-content: center; gap: 10px; overflow-x: auto; }
.faq-tabs a { flex: 0 0 auto; padding: 9px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #aab4ca; font-size: .65rem; font-weight: 750; }
.faq-tabs a:hover { border-color: var(--agency-blue); background: var(--agency-blue); color: #fff; }
.faq-content { background: var(--agency-cloud); }
.faq-content > .container { max-width: 820px; }
.faq-group { padding-top: 34px; scroll-margin-top: 70px; }
.faq-group:first-child { padding-top: 0; }
.faq-group h2 { margin: 0 0 20px; font-size: 2rem; }
.faq-group h2::after { content: ""; width: 36px; height: 3px; margin-top: 9px; border-radius: 4px; display: block; background: linear-gradient(90deg,var(--agency-blue),var(--agency-cyan)); }
.faq-group details { margin-bottom: 10px; border: 1px solid var(--agency-border); border-radius: 13px; background: #fff; box-shadow: 0 7px 24px rgba(17,24,45,.035); }
.faq-group summary { min-height: 70px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 22px; cursor: pointer; list-style: none; font-size: .78rem; font-weight: 780; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary span { width: 28px; height: 28px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: #eef3fa; color: var(--agency-blue); transition: transform .22s ease; }
.faq-group details[open] summary span { transform: rotate(45deg); }
.faq-group details p { margin: 0; padding: 0 20px 20px; color: var(--agency-muted); font-size: .72rem; line-height: 1.65; }
.faq-contact { background:
  radial-gradient(circle at 72% 20%,rgba(57,119,255,.2),transparent 22rem),
  var(--agency-night); }
.faq-contact .agency-actions { margin: 24px auto 0; justify-content: center; }

@media (max-width: 1080px) {
  .site-header .desktop-nav { display: none; }
  .site-header .mobile-menu { display: block; }
  .inner-split { grid-template-columns: 1fr; }
  .inner-image-card { max-width: 720px; }
  .catalogue-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .inner-agency-page .page-hero { min-height: 570px; padding: 145px 0 85px; }
  .inner-agency-page .page-hero::before,
  .service-hero::before {
    background-image:
      linear-gradient(90deg, rgba(6,11,29,.98) 0%, rgba(6,11,29,.88) 66%, rgba(6,11,29,.62) 100%),
      linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  }
  .page-hero-media,
  .service-hero-media { object-position: 62% center; opacity: .72; }
  .inner-agency-page .page-hero h1 { font-size: clamp(3rem,13vw,4.6rem); }
  .service-hero { min-height: 600px; padding: 145px 0 85px; }
  .service-hero h1 { font-size: clamp(3rem, 13vw, 4.6rem); }
  .inner-value-grid,
  .difference-grid,
  .catalogue-grid,
  .featured-review-grid,
  .more-review-grid { grid-template-columns: 1fr; }
  .catalogue-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .compact-process .container > div { grid-template-columns: 1fr 1fr; }
  .inner-metric-bar { margin-top: 0; border-radius: 0; grid-template-columns: 1fr 1fr; }
  .inner-metric-bar div:nth-child(2) { border-right: 0; }
  .inner-metric-bar div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .review-principles .container { grid-template-columns: 1fr; }
  .faq-tabs .container { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .inner-image-card { min-height: 400px; }
  .inner-image-card img { height: 390px; }
  .inner-image-card > span { left: 8px; }
  .compact-process .container > div { grid-template-columns: 1fr; }
  .faq-contact .agency-actions { width: 100%; }
}

/* Refined geometric Jay Digital Pro identity */
.site-header .brand,
.footer .brand {
  gap: 10px;
  letter-spacing: -.025em;
}

.site-header .brand-mark,
.footer .brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 0;
  border-radius: 0;
  display: block;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  filter: drop-shadow(0 7px 13px rgba(57,119,255,.24));
}

.brand-mark .brand-gem,
.brand-mark .brand-arrow {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .28s ease;
}

.brand:hover .brand-gem { transform: rotate(12deg) scale(1.05); }
.brand:hover .brand-arrow { transform: translateX(2px); }

.site-header .brand-name,
.footer .brand-name {
  display: flex;
  align-items: baseline;
  line-height: 1;
  white-space: nowrap;
  font-size: .91rem;
  font-weight: 780;
  letter-spacing: -.04em;
  text-transform: none;
}

.site-header .brand-name strong,
.footer .brand-name strong {
  color: #fff;
  font: inherit;
}

.site-header .brand-name b,
.footer .brand-name b {
  margin-left: 3px;
  color: var(--agency-cyan);
  font: inherit;
}

.footer .brand-mark {
  width: 45px;
  height: 45px;
  flex-basis: 45px;
}

.footer .brand-name { font-size: 1rem; }

@media (max-width: 520px) {
  .site-header .brand-mark { width: 37px; height: 37px; flex-basis: 37px; }
  .site-header .brand-name { font-size: .82rem; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark .brand-gem,
  .brand-mark .brand-arrow { transition: none; }
}
