:root {
  --background: #05070d;
  --surface: #0b0f1a;
  --surface-elevated: #11172a;
  --foreground: #f2f5fb;
  --muted-foreground: #9aa8c4;
  --hairline: #1e2740;
  --primary: #2e8bff;
  --brand-cyan: #00acfd;
  --brand-blue: #0058fa;
  --brand-violet: #644aeb;
  --whatsapp: #25d366;
  --gradient-brand: linear-gradient(100deg, #00acfd, #0058fa 45%, #644aeb);
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { margin-top: 0; font-family: var(--font-display); }
p { color: var(--muted-foreground); }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 18px; border-radius: 8px; padding: 11px 16px; background: white; color: #05070d; font-weight: 700; }
.skip-link:focus { top: 14px; }
.section-shell { width: min(1204px, calc(100% - 40px)); margin-inline: auto; }
.narrow-shell { max-width: 900px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 69px; border-bottom: 1px solid rgba(30, 39, 64, .8); background: rgba(5, 7, 13, .9); backdrop-filter: blur(18px); }
.nav-shell { width: min(1216px, calc(100% - 40px)); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand img { width: 138px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 27px; }
.desktop-nav a { color: #a7a6ad; font-size: 13px; font-weight: 500; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.header-actions { display: flex; gap: 8px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 700; transition: transform .2s, box-shadow .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg, .mobile-sticky svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.call-button { background: #3888fb; color: #02050b; box-shadow: 0 8px 24px rgba(0, 88, 250, .28); }
.whatsapp-button { background: var(--whatsapp); color: white; box-shadow: 0 8px 24px rgba(37, 211, 102, .2); }
.primary-button { min-width: 286px; background: linear-gradient(100deg, #2e8bff, #7c5cff); color: #03050b; box-shadow: 0 18px 44px -22px #2e8bff; }
.primary-button span { font-size: 18px; }
.secondary-button { min-width: 145px; border-color: var(--hairline); background: rgba(11, 15, 26, .72); color: var(--foreground); }
.secondary-button:hover { border-color: #38507d; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 4px; border: 1px solid var(--hairline); border-radius: 10px; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 19px; height: 2px; border-radius: 9px; background: white; }
.mobile-menu nav { position: absolute; top: 52px; right: 0; width: 260px; display: grid; padding: 12px; border: 1px solid var(--hairline); border-radius: 14px; background: var(--surface); box-shadow: 0 20px 50px black; }
.mobile-menu nav a { padding: 11px 12px; border-radius: 8px; color: #c7cede; }
.mobile-menu nav a:hover { background: var(--surface-elevated); color: white; }

.hero { position: relative; overflow: hidden; min-height: 750px; display: grid; align-items: start; padding: 69px 20px 60px; background: radial-gradient(900px 520px at 15% -10%, rgba(0,172,253,.22), transparent 70%), radial-gradient(760px 480px at 85% 0, rgba(100,74,235,.24), transparent 70%), linear-gradient(#070b14, #05070d 88%); }
.hero-grid { position: absolute; inset: 0; opacity: .66; background-image: linear-gradient(rgba(46,139,255,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(46,139,255,.17) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(transparent 2%, black 26% 80%, transparent 100%); }
.hero-globe { position: absolute; top: 22px; left: 50%; width: 610px; height: 610px; transform: translateX(-50%); border: 1px solid rgba(46,139,255,.34); border-radius: 50%; opacity: .78; background: repeating-radial-gradient(circle, transparent 0 69px, rgba(46,139,255,.14) 70px 71px), radial-gradient(circle at 50% 44%, rgba(0,88,250,.16), transparent 62%); box-shadow: 0 0 70px rgba(0,88,250,.16), inset 0 0 70px rgba(0,88,250,.12); }
.hero-globe::before, .hero-globe::after, .orbit { content: ""; position: absolute; inset: 0; border: 1px solid rgba(46,139,255,.28); border-radius: 50%; }
.hero-globe::before { transform: scaleX(.63); }
.hero-globe::after { transform: scaleX(.3); }
.orbit-one { transform: rotate(28deg) scaleY(.66); }
.orbit-two { transform: rotate(-28deg) scaleY(.66); }
.orbit-three { transform: rotate(90deg) scaleY(.66); }
.pixel-field i { position: absolute; width: 7px; height: 7px; border-radius: 2px; background: var(--primary); box-shadow: 0 0 14px var(--primary); }
.pixel-field i:nth-child(1) { top: 44%; left: 11%; } .pixel-field i:nth-child(2) { top: 38%; left: 19%; width: 4px; height: 4px; } .pixel-field i:nth-child(3) { top: 71%; left: 29%; } .pixel-field i:nth-child(4) { top: 36%; left: 42%; width: 5px; height: 5px; } .pixel-field i:nth-child(5) { top: 24%; left: 55%; } .pixel-field i:nth-child(6) { top: 18%; left: 70%; width: 4px; height: 4px; } .pixel-field i:nth-child(7) { top: 53%; left: 81%; } .pixel-field i:nth-child(8) { top: 14%; left: 89%; width: 6px; height: 6px; } .pixel-field i:nth-child(9) { top: 62%; left: 73%; width: 4px; height: 4px; } .pixel-field i:nth-child(10) { top: 78%; left: 23%; width: 4px; height: 4px; }
.hero-inner { position: relative; z-index: 2; width: min(920px, 100%); margin: 196px auto 0; text-align: center; }
.eyebrow { margin: 0 0 26px; color: #4696ff; text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 700; }
.eyebrow span { width: 6px; height: 6px; display: inline-block; margin: 0 9px 1px 0; border-radius: 2px; background: var(--primary); box-shadow: 0 0 12px var(--primary); }
.hero h1 { margin: 0; color: var(--foreground); font-size: clamp(44px, 4.45vw, 64px); font-weight: 700; line-height: 1; letter-spacing: -.045em; }
.gradient-text { color: transparent; background: var(--gradient-brand); background-clip: text; }
.hero-copy { max-width: 740px; margin: 28px auto 0; color: var(--muted-foreground); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }
.benefit-shell { position: relative; z-index: 4; margin-top: -4px; padding: 0 20px; }
.benefit-bar { width: min(1204px, 100%); min-height: 84px; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0 auto; border: 1px solid var(--hairline); border-radius: 18px; background: rgba(8,11,20,.94); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.benefit { display: flex; justify-content: center; align-items: center; gap: 12px; color: #c4ccdc; font-size: 13px; }
.benefit + .benefit { border-left: 1px solid rgba(30,39,64,.7); }
.benefit-icon { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(46,139,255,.32); border-radius: 9px; background: rgba(46,139,255,.07); color: #4c9cff; font-size: 10px; font-weight: 700; text-transform: uppercase; }

.content-section { padding: 108px 0; }
.alt-section { border-block: 1px solid rgba(30,39,64,.55); background: #080b14; }
.home-services { padding-top: 120px; }
.section-kicker { margin: 0 0 14px; color: #4696ff; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-heading { max-width: 680px; margin-bottom: 48px; }
.section-heading.centered { margin: 0 auto 50px; text-align: center; }
.section-heading h2, .cta-band h2, .package-strip h2, .review-panel h2 { margin: 0; font-size: clamp(34px, 3.2vw, 48px); line-height: 1.06; letter-spacing: -.04em; }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted-foreground); font-size: 17px; line-height: 1.75; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.text-link { color: #6ba6ff; font-size: 14px; font-weight: 700; }
.text-link:hover { color: white; }
.center-action { margin-top: 40px; text-align: center; }
.service-overview-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-overview-card { grid-column: span 2; min-height: 330px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--hairline); border-radius: 18px; background: linear-gradient(145deg, #0d1321, #090d17); box-shadow: 0 16px 40px rgba(0,0,0,.16); }
.five-card-grid .service-overview-card:nth-child(4) { grid-column: 2 / span 2; }
.five-card-grid .service-overview-card:nth-child(5) { grid-column: 4 / span 2; }
.service-overview-card > span { color: #4d96ff; font-family: var(--font-display); font-weight: 700; }
.service-overview-card h3 { margin: 24px 0 13px; font-size: 22px; }
.service-overview-card p { margin: 0; color: #9aa8c4; font-size: 14px; line-height: 1.65; }
.service-overview-card strong { margin-top: 18px; color: #cbd3e2; font-size: 12px; font-weight: 600; line-height: 1.55; }
.service-overview-card a { margin-top: auto; padding-top: 26px; color: #62a2ff; font-size: 13px; font-weight: 700; }
.service-pathways { margin: 24px 0 0; padding: 18px 22px; border: 1px solid var(--hairline); border-radius: 14px; background: var(--surface); color: #a8b4c9; line-height: 1.7; }
.service-pathways a { color: #69a5ff; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(105,165,255,.35); text-underline-offset: 3px; }
.specialist-grid .service-overview-card, .specialist-grid .service-overview-card:nth-child(4) { grid-column: span 3; min-height: 300px; }
.effective-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 72px; }
.feature-list { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 32px; color: #c7d0e2; line-height: 1.55; }
.feature-list li::before { content: "✓"; position: absolute; top: 0; left: 0; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: rgba(46,139,255,.12); color: #6ca7ff; font-size: 11px; }
.comparison-pair { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.comparison-panel { min-width: 0; margin: 0; }
.comparison-panel figcaption { margin: 11px 3px 0; color: #aab5ca; font-size: 11px; line-height: 1.45; }
.compare-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid #263354; border-radius: 16px; background: #0d2230; box-shadow: 0 22px 50px rgba(0,0,0,.38), 0 0 48px rgba(46,139,255,.08); }
.compare-frame > img { width: 100%; height: 100%; object-fit: cover; }
.compare-label { position: absolute; z-index: 3; top: 18px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 8px; background: rgba(5,7,13,.82); color: white; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.before-label { left: 18px; } .after-label { right: 18px; }
.modern-heating::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,31,.96), rgba(5,22,31,.18)); }
.modern-overlay { position: absolute; z-index: 2; top: 27%; left: 7%; width: 58%; }
.modern-overlay > span { color: #f6b454; font-size: 8px; font-weight: 700; }
.modern-overlay h3 { margin: 9px 0 6px; color: white; font-size: clamp(17px, 2vw, 28px); line-height: .98; }
.modern-overlay p { margin: 0 0 12px; color: #d2dee2; font-size: 8px; }
.modern-overlay b { display: inline-block; padding: 7px 9px; border-radius: 5px; background: #f2a847; color: #0b202b; font-size: 7px; }
.demo-note { margin: 15px 4px 0; color: #8f9db8; font-size: 12px; line-height: 1.6; }
.demo-note span { margin-right: 9px; color: #70aaff; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.project-card { min-width: 0; overflow: hidden; border: 1px solid var(--hairline); border-radius: 20px; background: var(--surface); box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.project-image { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--surface-elevated); }
.project-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(5,7,13,.38)); }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.project-card:hover .project-image img { transform: scale(1.025); }
.project-image > span { position: absolute; z-index: 2; bottom: 18px; left: 18px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: rgba(5,7,13,.75); color: white; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.project-body { padding: 27px; }
.project-location { color: #6880a6; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-body h3 { margin: 6px 0 17px; font-size: 25px; }
.project-body p { margin: 9px 0; color: #9faac0; font-size: 13px; line-height: 1.65; }
.project-body strong { color: #d3d9e6; }
.project-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; }
.project-footer > a { flex: none; color: #68a5ff; font-size: 12px; font-weight: 700; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-row span { padding: 6px 9px; border: 1px solid var(--hairline); border-radius: 999px; background: #0d1322; color: #9eb0cf; font-size: 10px; font-weight: 600; }

.pricing-teaser, .full-pricing-grid { max-width: 980px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; margin-inline: auto; }
.full-pricing-grid { max-width: 1120px; }
.pricing-teaser article, .full-price-card { position: relative; padding: 38px; border: 1px solid var(--hairline); border-radius: 22px; background: linear-gradient(145deg, #0d1321, #090d17); }
.pricing-teaser article > p { margin: 0; color: #67a5ff; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pricing-teaser h3, .full-price-card h2 { margin: 11px 0 4px; font-size: 52px; letter-spacing: -.05em; }
.pricing-teaser article > span, .full-price-card > p:nth-of-type(2) { color: #9eabc2; font-size: 13px; line-height: 1.65; }
.pricing-teaser ul, .full-price-card ul { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.pricing-teaser li, .full-price-card li { position: relative; padding-left: 28px; color: #c2ccde; font-size: 13px; line-height: 1.5; }
.pricing-teaser li::before, .full-price-card li::before { content: "✓"; position: absolute; left: 0; color: #6ca7ff; }
.pricing-teaser .button, .full-price-card .button { width: 100%; }
.full-price-card.featured { border-color: #2f67b8; box-shadow: 0 0 70px rgba(46,139,255,.1); }
.popular { position: absolute; top: 24px; right: 24px; padding: 7px 10px; border-radius: 999px; background: #4c9aff; color: #061121; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.number-badge { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(46,139,255,.35); border-radius: 11px; background: rgba(46,139,255,.08); color: #5ca1ff; font-family: var(--font-display); font-size: 13px; font-weight: 700; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.process-card { padding: 26px; border: 1px solid var(--hairline); border-radius: 17px; background: linear-gradient(145deg, #0d1321, #090d17); }
.process-grid.compact .process-card { padding: 22px; }
.process-card h3 { margin: 24px 0 12px; font-size: 20px; }
.process-card p { min-height: 138px; margin: 0 0 22px; color: #96a4be; font-size: 13px; line-height: 1.65; }
.process-grid.compact .process-card p { min-height: 118px; }
.why-grid, .terms-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 80px; }
.why-grid .section-heading { margin: 0; }
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.why-list span { position: relative; min-height: 70px; display: flex; align-items: center; padding: 16px 18px 16px 48px; border: 1px solid var(--hairline); border-radius: 13px; background: var(--surface); color: #c3cee2; font-size: 13px; }
.why-list span::before { content: "✓"; position: absolute; left: 17px; color: #5ea1ff; }
.review-section { padding-top: 80px; }
.review-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding: 46px; border: 1px solid #2f67b8; border-radius: 22px; background: radial-gradient(500px 250px at 0 0, rgba(0,172,253,.14), transparent 70%), linear-gradient(145deg, #0d1321, #090d17); }
.review-panel h2 { max-width: 700px; }
.review-panel p:last-child { max-width: 760px; margin-bottom: 0; line-height: 1.7; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { overflow: hidden; border: 1px solid var(--hairline); border-radius: 14px; background: var(--surface); }
.faq-list summary { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; color: #e1e6f0; font-family: var(--font-display); font-weight: 600; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; flex: none; display: grid; place-items: center; border: 1px solid var(--hairline); border-radius: 8px; color: #67a4ff; font-family: var(--font-sans); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: 0; padding: 0 22px 22px; color: #9ba8c0; font-size: 14px; line-height: 1.7; }

.cta-band { padding: 96px 0; border-top: 1px solid var(--hairline); background: radial-gradient(700px 400px at 50% 20%, rgba(46,139,255,.17), transparent 70%), linear-gradient(#080b14, #05070d); text-align: center; }
.cta-inner { max-width: 840px; }
.cta-band h2 { font-size: clamp(36px, 4.3vw, 56px); }
.cta-inner > p { max-width: 680px; margin: 20px auto 0; color: var(--muted-foreground); line-height: 1.75; }
.cta-actions { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.cta-note { font-size: 12px !important; }
.cta-note a { color: #6ca7ff; }
.site-footer { padding: 68px 0 28px; border-top: 1px solid var(--hairline); background: var(--background); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.3fr 1fr; gap: 52px; padding-bottom: 54px; }
.footer-brand img { width: 160px; }
.footer-brand p { max-width: 390px; color: #8d9bb4; font-size: 13px; line-height: 1.7; }
.footer-brand span, .footer-grid > div > span { color: #6e7d98; font-size: 12px; }
.footer-grid h3 { margin: 2px 0 18px; color: #6e7d98; font-family: var(--font-sans); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid a { color: #a8b4c9; font-size: 12px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid var(--hairline); color: #63708a; font-size: 11px; }
.footer-bottom div { display: flex; gap: 22px; }
.mobile-sticky { display: none; }

.page-intro { position: relative; overflow: hidden; min-height: 465px; display: grid; align-items: center; padding: 69px 0 0; border-bottom: 1px solid rgba(30,39,64,.58); background: radial-gradient(700px 380px at 12% 0, rgba(0,172,253,.18), transparent 72%), radial-gradient(700px 420px at 88% 0, rgba(100,74,235,.2), transparent 72%), linear-gradient(#070b14, #05070d); }
.page-intro-grid { position: absolute; inset: 69px 0 0; opacity: .45; background-image: linear-gradient(rgba(46,139,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(46,139,255,.12) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(black, transparent 95%); }
.page-intro-inner { position: relative; z-index: 2; padding: 78px 0 72px; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin: 0 0 42px; color: #75829d; font-size: 12px; }
.breadcrumb a:hover { color: white; }
.page-intro h1 { max-width: 920px; margin: 0; font-size: clamp(43px, 5vw, 68px); line-height: 1; letter-spacing: -.05em; }
.page-intro-inner > p:last-child { max-width: 780px; margin: 24px 0 0; color: var(--muted-foreground); font-size: 18px; line-height: 1.75; }
.package-strip { padding: 54px 0; border-block: 1px solid var(--hairline); background: linear-gradient(100deg, rgba(0,172,253,.08), rgba(100,74,235,.08)); }
.package-strip .section-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.package-strip h2 { font-size: 30px; }
.package-strip p { margin: 8px 0 0; color: var(--muted-foreground); line-height: 1.7; }
.service-detail { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 64px; }
.service-copy h2 { margin: 24px 0 17px; font-size: clamp(32px,3vw,44px); letter-spacing: -.04em; }
.service-copy > p { color: #9daac1; line-height: 1.75; }
.service-copy > strong { display: block; margin-top: 18px; color: #d2d9e8; font-size: 14px; line-height: 1.7; }
.inline-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.included-card { padding: 28px; border: 1px solid var(--hairline); border-radius: 18px; background: var(--surface); }
.included-card .feature-list { margin-top: 24px; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.values-grid article { padding: 27px; border: 1px solid var(--hairline); border-radius: 16px; background: var(--surface); }
.values-grid article > span { color: #529cff; font-weight: 700; }
.values-grid h3 { margin: 20px 0 10px; }
.values-grid p { margin-bottom: 0; color: #96a3bb; font-size: 13px; line-height: 1.65; }
.about-layout { display: grid; grid-template-columns: 1.25fr .75fr; align-items: start; gap: 28px; }
.prose-card, .at-glance, .contact-form, .contact-aside > div, .legal-copy, .article-card { padding: 34px; border: 1px solid var(--hairline); border-radius: 19px; background: var(--surface); }
.prose-card p, .legal-copy p { color: #a7b2c6; line-height: 1.8; }
.prose-card p:first-child { margin-top: 0; }
.at-glance h2 { margin: 0 0 26px; font-size: 27px; }
.at-glance dl { display: grid; margin: 0; }
.at-glance dl div { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--hairline); }
.at-glance dl div:last-child { border: 0; }
.at-glance dt { color: #7887a2; font-size: 12px; }
.at-glance dd { margin: 0; color: #e2e7f1; font-weight: 600; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.article-card h2 { min-height: 88px; margin: 14px 0; font-size: 25px; line-height: 1.2; }
.article-card h2 a:hover { color: #68a4ff; }
.article-card > p:nth-of-type(2) { min-height: 112px; color: #9ba8be; font-size: 14px; line-height: 1.7; }
.article-card > div { display: flex; gap: 16px; margin: 24px 0; color: #6f7d98; font-size: 11px; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); align-items: start; gap: 28px; }
.contact-form { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: #cbd3e1; font-size: 12px; font-weight: 600; }
.contact-form label span { color: #7787a2; font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #263353; border-radius: 10px; outline: 0; background: #080b14; color: var(--foreground); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(46,139,255,.13); }
.contact-form option { background: var(--surface); }
.contact-form .primary-button, .contact-form .button { width: max-content; cursor: pointer; border: 0; }
.form-note, .sr-status { margin: 0; color: #7b8ca8; font-size: 12px; }
.contact-aside { display: grid; gap: 18px; }
.contact-aside > div { display: grid; gap: 12px; }
.contact-aside h2 { margin: 0; font-size: 27px; }
.contact-aside p { margin: 0 0 10px; color: #96a4bb; line-height: 1.65; }
.contact-aside > div > a:not(.button) { color: #b7c2d5; }
.contact-aside .button { width: 100%; }
.legal-copy { max-width: 860px; }
.legal-copy section + section { margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--hairline); }
.legal-copy h2 { margin: 0 0 12px; font-size: 25px; }
.error-page { min-height: 700px; padding-top: 150px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .service-overview-grid { grid-template-columns: repeat(2,1fr); }
  .service-overview-card, .service-overview-card:nth-child(4), .service-overview-card:nth-child(5) { grid-column: auto; }
  .effective-layout { grid-template-columns: 1fr; }
  .before-after { max-width: 760px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-card p, .process-grid.compact .process-card p { min-height: auto; }
  .values-grid, .article-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:nth-child(3) { display: none; }
}

@media (max-width: 760px) {
  body { padding-bottom: 64px; }
  .section-shell { width: min(calc(100% - 28px),1204px); }
  .content-section { padding: 76px 0; }
  .site-header { height: 64px; }
  .nav-shell { width: min(calc(100% - 24px),1216px); gap: 10px; }
  .brand img { width: 118px; }
  .header-actions .call-button { display: none; }
  .header-actions .whatsapp-button { min-height: 40px; padding: 0 13px; font-size: 12px; }
  .hero { min-height: 700px; padding-top: 64px; }
  .hero-inner { margin-top: 150px; }
  .hero-globe { top: 65px; width: 480px; height: 480px; }
  .hero h1 { font-size: clamp(38px,11vw,54px); line-height: 1.03; }
  .hero-copy { font-size: 16px; line-height: 1.6; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .primary-button, .secondary-button { width: 100%; }
  .benefit-bar { grid-template-columns: 1fr; padding: 8px 0; }
  .benefit { min-height: 56px; justify-content: flex-start; padding: 0 22px; }
  .benefit + .benefit { border-top: 1px solid rgba(30,39,64,.7); border-left: 0; }
  .section-heading { margin-bottom: 34px; }
  .service-overview-grid, .portfolio-grid, .pricing-teaser, .full-pricing-grid, .service-detail, .why-grid, .terms-grid, .about-layout, .article-grid, .contact-layout { grid-template-columns: 1fr; }
  .service-overview-card { min-height: 300px; }
  .project-footer { flex-direction: column; align-items: flex-start; }
  .process-grid { grid-template-columns: 1fr; }
  .why-grid, .terms-grid { gap: 38px; }
  .why-list { grid-template-columns: 1fr; }
  .review-panel { grid-template-columns: 1fr; padding: 30px 24px; }
  .review-panel .button { width: 100%; }
  .comparison-pair { grid-template-columns: 1fr; gap: 24px; }
  .compare-label { font-size: 9px; }
  .page-intro { min-height: 430px; padding-top: 64px; }
  .page-intro-inner { padding: 60px 0; }
  .breadcrumb { margin-bottom: 30px; }
  .page-intro h1 { font-size: clamp(40px,12vw,58px); }
  .package-strip .section-shell { flex-direction: column; align-items: flex-start; }
  .values-grid, .form-grid { grid-template-columns: 1fr; }
  .article-card h2, .article-card > p:nth-of-type(2) { min-height: auto; }
  .contact-form .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-bottom div { flex-wrap: wrap; gap: 15px; }
  .mobile-sticky { position: fixed; z-index: 60; inset: auto 0 0; height: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px 10px; border-top: 1px solid var(--hairline); background: rgba(5,7,13,.96); backdrop-filter: blur(14px); }
  .mobile-sticky a { display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; font-size: 13px; font-weight: 700; }
  .mobile-sticky a:first-child { background: #3888fb; color: #031022; }
  .mobile-sticky a:last-child { background: var(--whatsapp); color: white; }
  .cta-actions { flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .split-heading { display: block; }
  .split-heading > .text-link { display: inline-block; margin: -22px 0 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


@font-face{font-family:"Inter";font-style:normal;font-weight:400 700;font-display:swap;src:url("/assets/fonts/inter-latin.woff2") format("woff2")}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:500 700;font-display:swap;src:url("/assets/fonts/space-grotesk-latin.woff2") format("woff2")}
.desktop-nav a[aria-current="page"]{color:#fff}
.project-image{display:block}
.article-layout,.case-study-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);align-items:start;gap:30px}
.article-content,.article-aside{padding:36px;border:1px solid var(--hairline);border-radius:19px;background:var(--surface)}
.article-content>section+section{margin-top:42px;padding-top:36px;border-top:1px solid var(--hairline)}
.article-content h2{margin:0 0 16px;font-size:clamp(26px,3vw,36px);letter-spacing:-.035em}
.article-content p{color:#a8b4c9;line-height:1.85}
.article-content ul{display:grid;gap:10px;padding-left:22px;color:#c4cddd;line-height:1.65}
.article-meta{display:flex;gap:18px;margin-bottom:34px;padding-bottom:22px;border-bottom:1px solid var(--hairline);color:#71809b;font-size:12px}
.article-aside{position:sticky;top:95px}.article-aside h2{font-size:30px}.article-aside p{line-height:1.7}.article-aside .button{width:100%;min-width:0}
.article-next{display:grid;gap:9px;margin-top:44px;padding:24px;border-radius:14px;background:#080b14}.article-next p{margin:0 0 4px;color:#6c7c98;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.article-next a,.case-study-links a{color:#69a5ff;font-size:13px;font-weight:700}
.case-study-image{width:100%;margin-bottom:34px;border-radius:14px}.case-study-layout .prose-card h2{margin-top:34px;font-size:30px}.case-study-links{display:grid;gap:12px;margin-top:26px;padding-top:24px;border-top:1px solid var(--hairline)}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.consent-row{grid-template-columns:22px 1fr!important;align-items:start}.consent-row input{width:18px!important;height:18px;margin-top:2px}.consent-row a{color:#6ca7ff;text-decoration:underline}.form-status{min-height:18px;margin:0;color:#ff9a9a;font-size:13px}.thank-you-page{min-height:700px}.thank-you-page .inline-actions{max-width:560px}
.service-pathways{margin:24px 0 0;padding:18px 22px;border:1px solid var(--hairline);border-radius:14px;background:var(--surface);color:#a8b4c9;line-height:1.7}
.service-pathways a{color:#69a5ff;font-weight:700;text-decoration:underline;text-decoration-color:rgba(105,165,255,.35);text-underline-offset:3px}
.specialist-grid .service-overview-card,.specialist-grid .service-overview-card:nth-child(4){grid-column:span 3;min-height:300px}
@media(max-width:900px){.article-layout,.case-study-layout{grid-template-columns:1fr}.article-aside{position:static}}
@media(max-width:760px){.article-content,.article-aside{padding:25px 21px}.article-content>section+section{margin-top:34px;padding-top:30px}.case-study-layout .prose-card{padding:24px 20px}}

/* Live Google reviews widget (Featurable) */
.review-panel.review-panel-live {
  display: block !important;
  overflow: hidden;
  padding: 46px;
}
.review-heading-live {
  display: block;
  width: 100%;
  margin: 0 0 34px;
}
.review-heading-live h2 {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}
.review-widget-live {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.review-widget-live > div {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden;
}
.review-panel-live > .button {
  display: inline-flex;
  margin-top: 28px;
}
@media (max-width: 760px) {
  .review-panel.review-panel-live { padding: 30px 24px; }
  .review-heading-live { margin-bottom: 24px; }
  .review-panel-live > .button { width: 100%; margin-top: 22px; }
}
