/* Veyron Studio — Premium landing page */
:root {
  --bg: #07111f;
  --bg-alt: #0a1628;
  --surface: rgba(16, 34, 58, .68);
  --surface-solid: #0e2037;
  --text: #f6f8fb;
  --muted: #a9b7c9;
  --faint: #71819a;
  --line: rgba(187, 213, 244, .13);
  --blue: #2a8dff;
  --blue-light: #71b6ff;
  --blue-strong: #0e76ef;
  --shadow: 0 22px 65px rgba(0, 0, 0, .28);
  --radius: 22px;
  --radius-sm: 15px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 42px)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.skip-link { position: absolute; left: -999px; top: 0; background: white; color: #000; padding: .7rem 1rem; z-index: 100; }
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7, 17, 31, .76); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(187,213,244,.08);
}
.nav-wrap { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; min-width: 140px; }
.brand-logo { width: 160px; height: auto; }
.desktop-nav { display: flex; gap: 28px; align-items: center; color: #bcc9d9; font-size: .92rem; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.btn {
  display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 48px;
  padding: 0 21px; border-radius: 11px; font-weight: 730; font-size: .94rem;
  border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-strong)); box-shadow: 0 14px 32px rgba(35, 133, 255, .23); }
.btn-primary:hover { box-shadow: 0 18px 38px rgba(35, 133, 255, .36); }
.btn-ghost { border-color: rgba(178,210,247,.28); background: rgba(255,255,255,.025); color: #f4f8ff; }
.btn-ghost:hover { border-color: rgba(113,182,255,.7); background: rgba(113,182,255,.09); }
.btn-small { min-height: 40px; padding-inline: 16px; font-size: .86rem; }
.btn-large { min-height: 55px; padding-inline: 25px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { padding: 110px 0 94px; isolation: isolate; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 60px; min-height: 560px; }
.hero h1, h2, h3 { letter-spacing: -.045em; line-height: 1.02; margin: 0; }
.hero h1 { font-size: clamp(2.85rem, 5.5vw, 5.25rem); max-width: 790px; }
.hero-text { color: var(--muted); max-width: 655px; font-size: clamp(1.05rem, 1.6vw, 1.25rem); margin: 25px 0 33px; }
.eyebrow { margin: 0 0 18px; font-size: .72rem; letter-spacing: .14em; color: var(--blue-light); font-weight: 820; display: flex; align-items: center; gap: 9px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; background: var(--blue); box-shadow: 0 0 0 5px rgba(42,141,255,.13); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; gap: 28px; margin-top: 44px; color: var(--muted); }
.hero-trust div { display: grid; gap: 2px; border-left: 1px solid var(--line); padding-left: 14px; }
.hero-trust strong { color: #fff; font-size: .87rem; }
.hero-trust span { font-size: .82rem; }

.hero-visual { position: relative; min-height: 465px; display: grid; place-items: center; }
.hero-glow { position: absolute; width: 480px; height: 480px; background: radial-gradient(circle, rgba(44,143,255,.26), rgba(44,143,255,0) 64%); filter: blur(8px); z-index: -1; }
.browser-card { width: min(100%, 535px); border-radius: 17px; padding: 10px; background: linear-gradient(145deg, rgba(171,209,255,.25), rgba(71,124,189,.06)); box-shadow: 0 31px 75px rgba(0,0,0,.43); transform: rotate(2.2deg); }
.browser-top { height: 31px; display: flex; align-items: center; gap: 5px; padding: 0 5px; }
.browser-top > span { width: 8px; height: 8px; background: rgba(223,235,255,.42); border-radius: 50%; }
.browser-address { margin-left: 7px; flex: 1; background: rgba(229,241,255,.08); border-radius: 6px; height: 16px; color: rgba(229,241,255,.42); font-size: 7px; line-height: 16px; padding-left: 8px; }
.browser-screen { min-height: 334px; border-radius: 10px; overflow: hidden; background: linear-gradient(135deg, #071e35, #0c2e54); padding: 22px; position: relative; }
.browser-screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.04), transparent 34%); pointer-events: none; }
.mini-site-bar { display: flex; align-items: center; gap: 11px; }
.mini-mark { width: 21px; height: 21px; border: 2px solid #6db5ff; border-radius: 5px; transform: rotate(45deg); }
.mini-line { width: 52px; height: 5px; border-radius: 10px; background: rgba(219,236,255,.3); }
.mini-line.short { width: 38px; margin-left: auto; }
.mini-button { width: 65px; height: 19px; border-radius: 5px; background: #308df7; }
.mini-hero { margin-top: 54px; width: 77%; display: grid; gap: 10px; }
.mini-kicker { width: 80px; height: 5px; background: #70b6ff; border-radius: 10px; }
.mini-title { width: 84%; height: 20px; border-radius: 5px; background: rgba(238,246,255,.92); }
.mini-title.wide { width: 100%; }
.mini-copy { height: 8px; width: 86%; border-radius: 6px; background: rgba(211,230,255,.32); margin-top: 4px; }
.mini-copy.small { width: 64%; margin-top: -3px; }
.mini-cta { height: 27px; width: 105px; border-radius: 6px; background: linear-gradient(135deg, #3b9bff, #146ddd); margin-top: 10px; }
.mini-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 44px; }
.mini-cards span { height: 60px; border: 1px solid rgba(176,211,248,.14); background: rgba(184,216,255,.08); border-radius: 7px; }
.floating-card { position: absolute; display: flex; gap: 10px; align-items: center; background: rgba(9,26,48,.85); border: 1px solid rgba(166,208,255,.18); border-radius: 12px; padding: 11px 13px; box-shadow: 0 18px 36px rgba(0,0,0,.25); backdrop-filter: blur(13px); }
.floating-card small { color: #9caec5; display: block; font-size: .65rem; }
.floating-card strong { font-size: .82rem; }
.card-results { top: 30px; right: -17px; }
.card-mobile { bottom: 30px; left: -16px; }
.status-dot { width: 9px; height: 9px; background: #58db93; border-radius: 50%; box-shadow: 0 0 0 5px rgba(88,219,147,.12); }
.phone-icon { color: var(--blue-light); font-size: 1.25rem; }
.orb-one { position: absolute; width: 550px; height: 550px; top: -250px; left: -190px; background: radial-gradient(circle, rgba(22,105,209,.18), transparent 67%); z-index: -1; }
.orb-two { position: absolute; width: 500px; height: 500px; right: -250px; bottom: -350px; background: radial-gradient(circle, rgba(64,161,255,.13), transparent 67%); z-index: -1; }

.benefit-strip { background: #0b1b31; border-block: 1px solid var(--line); }
.benefit-grid { min-height: 87px; display: grid; grid-template-columns: repeat(4,1fr); }
.benefit-grid > div { display: flex; align-items: center; gap: 11px; border-right: 1px solid var(--line); padding-left: 18px; }
.benefit-grid > div:first-child { border-left: 1px solid var(--line); }
.benefit-grid span { color: var(--blue-light); font-size: .72rem; font-weight: 780; }
.benefit-grid strong { font-size: .88rem; }

.section-intro { margin-bottom: 42px; }
.intro-row { display: grid; grid-template-columns: 1.25fr .65fr; gap: 45px; align-items: end; }
.intro-row h2, .process-copy h2, .final-cta h2 { font-size: clamp(2.15rem, 4.2vw, 4rem); max-width: 780px; }
.intro-row p, .process-copy > p { color: var(--muted); max-width: 430px; margin: 0 0 5px; }
.section-work { background: linear-gradient(180deg, #07111f, #09182b); }
.case-study { background: linear-gradient(145deg, rgba(19,42,71,.82), rgba(10,24,43,.8)); border: 1px solid rgba(160,205,255,.16); border-radius: 24px; padding: clamp(21px, 4vw, 43px); box-shadow: var(--shadow); }
.case-study-top { display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; margin-bottom: 35px; }
.case-label, .plan-label { margin: 0 0 10px; font-size: .68rem; letter-spacing: .13em; color: var(--blue-light); font-weight: 800; }
.case-study h3 { font-size: clamp(2rem, 4vw, 3.45rem); }
.case-summary { color: var(--muted); max-width: 560px; margin: 16px 0 0; }
.investment-card { min-width: 154px; padding: 14px 17px; border: 1px solid rgba(111,182,255,.34); background: rgba(45,140,255,.1); border-radius: 12px; }
.investment-card span { display: block; color: #a8c4e5; font-size: .68rem; }
.investment-card strong { display: block; font-size: 1.52rem; margin-top: 1px; }
.case-study-gallery { display: grid; grid-template-columns: 1.1fr .9fr .48fr; grid-template-rows: auto auto; gap: 13px; }
.shot { overflow: hidden; border-radius: 14px; border: 1px solid rgba(192,218,246,.13); background: #06101d; margin: 0; position: relative; }
.shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .45s ease; }
.shot:hover img { transform: scale(1.025); }
.shot figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 27px 13px 11px; font-size: .72rem; background: linear-gradient(transparent, rgba(0,0,0,.75)); color: #edf6ff; }
.shot-main { grid-row: span 2; min-height: 370px; }
.shot-secondary { min-height: 180px; }
.shot-mobile { grid-row: span 2; min-height: 370px; }
.shot-wide { grid-column: span 2; min-height: 175px; }
.case-study-bottom { padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.project-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.project-tags span { color: #bed7f1; font-size: .72rem; border: 1px solid rgba(187,216,247,.18); border-radius: 30px; padding: 6px 10px; }
.text-link { color: var(--blue-light); font-size: .86rem; font-weight: 760; white-space: nowrap; }
.text-link:hover { color: #fff; }
.testimonial { margin: 42px auto 0; max-width: 910px; padding: 34px clamp(20px, 4vw, 54px); border-left: 2px solid var(--blue); background: rgba(255,255,255,.025); border-radius: 0 15px 15px 0; }
.quote-mark { font-size: 4rem; color: var(--blue); height: 38px; line-height: 1; font-family: Georgia, serif; }
.testimonial p { margin: 10px 0 22px; font-size: clamp(1.1rem, 1.8vw, 1.42rem); line-height: 1.42; letter-spacing: -.02em; }
.testimonial footer { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: .84rem; }
.testimonial footer strong { color: white; }

.section-services { background: #081527; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card { min-height: 258px; padding: 26px; border: 1px solid rgba(182,216,250,.13); border-radius: 16px; background: linear-gradient(145deg, rgba(23,47,79,.62), rgba(13,30,52,.35)); }
.service-number { color: var(--blue-light); font-size: .76rem; font-weight: 800; }
.service-card h3 { margin-top: 55px; font-size: 1.4rem; }
.service-card p { color: var(--muted); font-size: .91rem; margin: 14px 0 0; }
.section-process { border-top: 1px solid rgba(184,216,250,.08); }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.process-copy > p { margin: 19px 0 26px; line-height: 1.68; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 65px 1fr; gap: 17px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--blue-light); font-size: .78rem; font-weight: 850; padding-top: 4px; }
.process-list h3 { font-size: 1.3rem; }
.process-list p { color: var(--muted); margin: 8px 0 0; font-size: .93rem; }
.section-pricing { background: linear-gradient(180deg, #09182b, #07111f); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.price-card { position: relative; border: 1px solid rgba(181,215,249,.16); border-radius: 18px; padding: 30px; background: rgba(15,35,61,.53); }
.price-card.featured { border-color: rgba(83,160,255,.6); background: linear-gradient(145deg, rgba(31,89,156,.43), rgba(12,30,54,.78)); box-shadow: 0 20px 50px rgba(2,72,170,.16); }
.popular-pill { position: absolute; top: -11px; right: 21px; font-size: .64rem; font-weight: 850; letter-spacing: .09em; padding: 5px 9px; border-radius: 4px; background: var(--blue); }
.price-card h3 { font-size: 2.1rem; }
.price-card h3 span { font-size: .95rem; letter-spacing: normal; color: var(--muted); font-weight: 600; }
.plan-intro { color: var(--muted); font-size: .92rem; min-height: 67px; margin: 17px 0 22px; }
.price-card ul { padding: 0; margin: 0 0 27px; list-style: none; display: grid; gap: 11px; min-height: 112px; }
.price-card li { color: #ceddee; font-size: .87rem; padding-left: 18px; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-light); font-weight: 900; }
.price-card .btn { width: 100%; }

.final-cta { overflow: hidden; background: #0a1c32; border-top: 1px solid rgba(187,216,250,.11); }
.final-cta-content { max-width: 880px; text-align: center; position: relative; z-index: 1; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin-inline: auto; }
.final-cta p:not(.eyebrow) { color: var(--muted); max-width: 650px; margin: 21px auto 30px; }
.final-cta .hero-actions { justify-content: center; }
.cta-orb { position: absolute; width: 770px; height: 580px; background: radial-gradient(circle, rgba(34,135,253,.23), transparent 63%); top: -260px; left: 50%; transform: translateX(-50%); }

.site-footer { border-top: 1px solid var(--line); background: #06101d; padding: 30px 0 22px; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-brand .brand-logo { width: 135px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; color: var(--muted); font-size: .85rem; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--blue-light); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 24px; font-size: .78rem; color: var(--faint); }
.mobile-whatsapp { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .hero-grid, .process-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 420px; max-width: 640px; margin: 0 auto; width: 100%; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .intro-row { grid-template-columns: 1fr; gap: 19px; }
  .intro-row p { max-width: 570px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 600px; margin: auto; }
  .plan-intro, .price-card ul { min-height: 0; }
  .case-study-gallery { grid-template-columns: 1.12fr .88fr; }
  .shot-mobile { display: none; }
  .shot-wide { grid-column: span 1; }
}
@media (max-width: 700px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 32px, var(--container)); }
  .nav-wrap { min-height: 67px; }
  .brand-logo { width: 142px; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-toggle { display: grid; gap: 5px; border: 0; background: none; padding: 11px 3px; cursor: pointer; }
  .menu-toggle span { width: 23px; height: 2px; background: white; transition: transform .2s ease; }
  .menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { display: none; position: absolute; left: 0; right: 0; top: 67px; background: #09172a; border-bottom: 1px solid var(--line); padding: 17px; }
  .mobile-nav.open { display: grid; gap: 15px; }
  .mobile-nav > a:not(.btn) { padding: 3px 0; color: #cedaed; }
  .section { padding: 78px 0; }
  .hero { padding: 74px 0 61px; }
  .hero-grid { min-height: 0; gap: 27px; }
  .hero h1 { font-size: clamp(2.55rem, 12.1vw, 4.1rem); }
  .hero-text { font-size: 1rem; margin: 19px 0 26px; }
  .hero-actions { gap: 10px; }
  .btn-large { flex: 1; min-width: 0; padding-inline: 15px; }
  .hero-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 31px; }
  .hero-trust div:last-child { grid-column: span 2; }
  .hero-visual { min-height: 310px; }
  .browser-card { width: 89%; transform: rotate(1deg); }
  .browser-screen { min-height: 228px; padding: 15px; }
  .mini-hero { margin-top: 32px; }
  .mini-cards { margin-top: 27px; }
  .mini-cards span { height: 40px; }
  .card-results { top: 3px; right: -2px; }
  .card-mobile { bottom: 6px; left: 0; }
  .floating-card { padding: 8px 10px; }
  .floating-card small { font-size: .57rem; }
  .floating-card strong { font-size: .72rem; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid > div { min-height: 62px; padding-left: 12px; border-bottom: 1px solid var(--line); }
  .benefit-grid > div:nth-child(2n+1) { border-left: 1px solid var(--line); }
  .benefit-grid > div:nth-child(n+3) { border-bottom: 0; }
  .benefit-grid strong { font-size: .78rem; }
  .case-study { padding: 17px; border-radius: 18px; }
  .case-study-top { display: grid; gap: 18px; margin-bottom: 22px; }
  .investment-card { min-width: 0; width: 100%; }
  .case-study-gallery { grid-template-columns: 1fr; gap: 10px; }
  .shot-main, .shot-secondary, .shot-wide { min-height: 185px; grid-row: auto; grid-column: auto; }
  .shot-main { min-height: 210px; }
  .case-study-bottom { align-items: flex-start; flex-direction: column; }
  .testimonial { margin-top: 26px; padding: 25px 20px; }
  .testimonial p { font-size: 1.08rem; }
  .service-grid { grid-template-columns: 1fr; gap: 11px; }
  .service-card { min-height: 0; padding: 22px; }
  .service-card h3 { margin-top: 28px; }
  .process-list li { grid-template-columns: 47px 1fr; }
  .price-card { padding: 25px 21px; }
  .final-cta { padding-bottom: 92px; }
  .final-cta .hero-actions { display: grid; }
  .final-cta .btn { width: 100%; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: 14px; }
  .mobile-whatsapp { position: fixed; display: flex; align-items: center; justify-content: center; gap: 8px; left: 10px; right: 10px; bottom: 9px; z-index: 60; background: linear-gradient(135deg, #2a8dff, #0d75ee); min-height: 52px; border-radius: 12px; font-size: .92rem; font-weight: 800; box-shadow: 0 15px 35px rgba(0,0,0,.42); }
  .whatsapp-bubble { font-size: 1.18rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


/* Multi-page additions */
.page-hero { padding: 116px 0 82px; background: radial-gradient(circle at 85% 20%, rgba(45,141,255,.14), transparent 29%), linear-gradient(180deg,#08172a,#07111f); border-bottom:1px solid rgba(187,213,244,.09); }
.page-hero h1 { max-width: 920px; font-size: clamp(2.9rem, 6.6vw, 5.9rem); }
.page-hero p:not(.eyebrow) { max-width: 690px; color: var(--muted); font-size: 1.12rem; margin: 22px 0 30px; }
.section-intro-home { background:#081527; }
.split-feature { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; }
.split-feature h2, .detail-card h2, .two-col h2, .contact-main h2 { font-size:clamp(2.1rem,4vw,3.75rem); }
.split-feature p { color:var(--muted); max-width:580px; margin:20px 0 25px; font-size:1.02rem; }
.feature-list { border-top:1px solid var(--line); }
.feature-list > div { display:grid; grid-template-columns:48px 1fr; column-gap:14px; padding:19px 0; border-bottom:1px solid var(--line); }
.feature-list span { color:var(--blue-light); font-size:.75rem; font-weight:800; grid-row:span 2; padding-top:2px; }
.feature-list strong { font-size:1.05rem; }
.feature-list p { grid-column:2; margin:3px 0 0; font-size:.9rem; }
.section-dark-callout { background:#091a2f; }
.callout-grid { display:grid; grid-template-columns:.88fr 1.12fr; align-items:center; gap:65px; }
.callout-grid h2 { font-size:clamp(2.1rem,4vw,3.7rem); margin-bottom:25px; }
.callout-grid figure { margin:0; border:1px solid rgba(176,213,250,.15); border-radius:17px; overflow:hidden; box-shadow:var(--shadow); }
.callout-grid img { width:100%; }
.quick-process { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.quick-process > div { border-top:1px solid var(--line); padding-top:17px; }
.quick-process span, .detail-card > span, .work-metrics span, .principles span, .contact-steps span { color:var(--blue-light); font-size:.74rem; font-weight:850; }
.quick-process h3 { margin-top:42px; font-size:1.35rem; }
.quick-process p { color:var(--muted); font-size:.92rem; margin:11px 0 0; }
.service-detail-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.detail-card { padding:32px; min-height:350px; border:1px solid rgba(182,216,250,.13); border-radius:18px; background:linear-gradient(145deg,rgba(23,47,79,.62),rgba(13,30,52,.35)); }
.detail-card h2 { margin-top:42px; }
.detail-card p { color:var(--muted); max-width:530px; margin:14px 0 22px; }
.detail-card ul { display:grid; gap:7px; list-style:none; padding:0; margin:0; color:#d1e0f2; font-size:.88rem; }
.detail-card li::before { content:"✓"; color:var(--blue-light); margin-right:8px; font-weight:900; }
.soft-section { background:#0a1b30; border-block:1px solid rgba(187,213,244,.1); }
.two-col { display:grid; grid-template-columns:1fr 1fr; gap:85px; align-items:start; }
.two-col p { color:var(--muted); font-size:1.03rem; }
.check-list { display:grid; border-top:1px solid var(--line); }
.check-list div { padding:13px 0 13px 23px; border-bottom:1px solid var(--line); position:relative; color:#d7e5f6; }
.check-list div::before { content:"✓"; position:absolute; left:0; color:var(--blue-light); font-weight:900; }
.full-case { display:grid; grid-template-columns:.78fr 1.22fr; gap:52px; align-items:center; padding:clamp(21px,4vw,43px); background:linear-gradient(145deg,rgba(19,42,71,.82),rgba(10,24,43,.8)); border:1px solid rgba(160,205,255,.16); border-radius:24px; box-shadow:var(--shadow); }
.full-case .case-copy h2 { font-size:clamp(2.3rem,5vw,4.5rem); }
.full-case .case-copy p:not(.case-label) { color:var(--muted); margin:18px 0 25px; }
.full-case .case-copy .btn { margin-top:26px; }
.full-case figure { margin:0; overflow:hidden; border-radius:15px; border:1px solid rgba(192,218,246,.13); }
.full-case figure img { width:100%; }
.work-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin:45px 0; }
.work-metrics > div { border-top:1px solid var(--line); padding-top:17px; }
.work-metrics h3 { margin-top:35px; font-size:1.25rem; }
.work-metrics p { color:var(--muted); font-size:.9rem; }
.case-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.case-gallery figure { margin:0; overflow:hidden; border:1px solid rgba(192,218,246,.13); border-radius:14px; position:relative; min-height:260px; background:#06101d; }
.case-gallery img { width:100%; height:100%; object-fit:cover; object-position:top; }
.case-gallery figcaption { position:absolute; inset:auto 0 0; padding:30px 12px 11px; background:linear-gradient(transparent,rgba(0,0,0,.78)); font-size:.77rem; }
.about-grid { align-items:start; }
.principles { display:grid; gap:16px; }
.principles > div { padding:20px; border:1px solid rgba(182,216,250,.13); border-radius:14px; background:rgba(14,33,57,.58); }
.principles h3 { margin-top:23px; font-size:1.2rem; }
.principles p { margin:9px 0 0; font-size:.9rem; }
.contact-layout { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:start; }
.contact-main { padding:34px; background:linear-gradient(145deg,rgba(22,55,93,.7),rgba(11,27,49,.8)); border:1px solid rgba(153,202,255,.2); border-radius:20px; }
.contact-main > p { color:var(--muted); margin:16px 0 26px; max-width:500px; }
.contact-note { margin-top:18px !important; font-size:.83rem; }
.contact-steps { border-top:1px solid var(--line); }
.contact-steps > div { padding:19px 0; border-bottom:1px solid var(--line); }
.contact-steps h3 { margin:25px 0 7px; font-size:1.22rem; }
.contact-steps p { color:var(--muted); margin:0; font-size:.9rem; }
@media(max-width:980px){
 .split-feature,.callout-grid,.two-col,.contact-layout,.full-case { grid-template-columns:1fr; gap:34px; }
 .service-detail-grid{grid-template-columns:1fr;}
 .work-metrics,.case-gallery{grid-template-columns:1fr;}
 .case-gallery figure{min-height:220px;}
}
@media(max-width:700px){
 .page-hero{padding:77px 0 59px;}
 .split-feature,.callout-grid,.two-col,.contact-layout{gap:29px;}
 .quick-process{grid-template-columns:1fr;gap:25px;}
 .quick-process h3{margin-top:23px;}
 .detail-card{padding:23px;min-height:0;}
 .full-case{padding:18px;border-radius:18px;}
 .work-metrics{gap:14px;margin:32px 0;}
}


/* === Veyron Studio v2 premium refinements === */
:root{
  --navy-1:#06101d;
  --navy-2:#091a30;
  --navy-3:#0d2542;
  --electric:#2b8fff;
  --electric-soft:#93c9ff;
  --gold:#d8b36b;
}
.site-header{
  background:rgba(5,14,27,.86);
  border-bottom:1px solid rgba(157,199,245,.12);
  box-shadow:0 10px 32px rgba(0,0,0,.16);
}
.nav-wrap{min-height:72px;}
.brand-logo{width:132px; max-height:52px; object-fit:contain;}
.desktop-nav{gap:24px;font-size:.9rem;}
.desktop-nav a{position:relative;padding:8px 0;}
.desktop-nav a::after{
  content:"";position:absolute;left:0;bottom:1px;width:0;height:1px;
  background:var(--electric-soft);transition:width .2s ease;
}
.desktop-nav a:hover::after{width:100%;}
.nav-cta{min-height:42px;border-radius:10px;padding-inline:18px;}

.page-hero{
  min-height:410px;
  display:flex;
  align-items:center;
  padding:94px 0 80px;
  background:
    radial-gradient(circle at 82% 28%, rgba(44,140,255,.19), transparent 32%),
    radial-gradient(circle at 8% 100%, rgba(21,78,154,.16), transparent 35%),
    linear-gradient(135deg,#071427 0%,#0a1c33 58%,#071426 100%);
}
.page-hero .container{max-width:1040px;}
.page-hero h1{
  max-width:1000px;
  font-size:clamp(3rem,5.7vw,5.6rem);
  letter-spacing:-.055em;
}
.page-hero p:not(.eyebrow){max-width:690px;line-height:1.7;margin-top:22px;}
.page-hero::after{
  content:"";position:absolute;inset:auto 0 0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(114,183,255,.5),transparent);
}
.page-hero{position:relative;overflow:hidden;}
.page-hero .eyebrow{margin-bottom:16px;}

.section{padding:96px 0;}
.section-intro{margin-bottom:48px;}
.section-intro h2{font-size:clamp(2.35rem,4.1vw,4.05rem);}
.soft-section{padding:84px 0;background:linear-gradient(180deg,#0b1d34,#091a2e);}
.final-cta{
  min-height:500px;
  display:grid;
  place-items:center;
  padding:90px 0;
  background:
    radial-gradient(circle at 50% 0%,rgba(55,146,255,.25),transparent 45%),
    linear-gradient(135deg,#0b213b,#071425);
}
.final-cta-content{max-width:860px;}
.final-cta h2{font-size:clamp(2.55rem,4.8vw,4.65rem);line-height:1.04;}
.final-cta p:not(.eyebrow){font-size:1.07rem;line-height:1.7;max-width:670px;}
.final-cta .hero-actions{margin-top:30px;}
.final-cta .btn-large{
  min-height:58px;
  min-width:205px;
  border-radius:12px;
}
.cta-orb{width:900px;height:600px;top:-300px;opacity:.85;}

.price-card,.detail-card,.service-card{
  border-color:rgba(152,201,255,.16);
  box-shadow:0 16px 38px rgba(0,0,0,.12);
}
.price-card:hover,.detail-card:hover,.service-card:hover{
  transform:translateY(-5px);
  border-color:rgba(116,185,255,.42);
}
.price-card,.detail-card,.service-card{transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;}
.price-card.featured{
  border-color:rgba(90,169,255,.72);
  box-shadow:0 28px 55px rgba(9,92,204,.18);
}
.btn-primary{
  background:linear-gradient(135deg,#3598ff,#1479ec);
  box-shadow:0 13px 28px rgba(20,121,236,.23);
}
.btn-primary:hover{box-shadow:0 18px 38px rgba(20,121,236,.35);}
.btn-ghost{border-color:rgba(151,199,249,.38);}

.contact-layout{gap:86px;}
.contact-main{
  padding:42px;
  border-radius:22px;
  box-shadow:0 25px 58px rgba(0,0,0,.22);
}
.contact-main .btn{margin-top:5px;}
.contact-steps>div{padding:25px 0;}
.contact-steps h3{margin-top:18px;}

.full-case{padding:48px;gap:64px;}
.case-gallery figure{min-height:300px;}
.split-feature{gap:98px;}
.callout-grid{gap:75px;}
.quick-process{gap:24px;}
.quick-process>div{padding:22px 15px 0 0;}
.site-footer{padding-top:36px;background:#050d18;}
.footer-bottom{padding-top:21px;margin-top:28px;}

@media(max-width:980px){
  .page-hero{min-height:360px;padding:82px 0 70px;}
  .section{padding:80px 0;}
  .final-cta{min-height:0;padding:82px 0;}
  .contact-layout,.split-feature,.callout-grid{gap:48px;}
  .full-case{padding:30px;gap:38px;}
}
@media(max-width:700px){
  .nav-wrap{min-height:65px;}
  .brand-logo{width:112px;max-height:44px;}
  .page-hero{min-height:0;padding:70px 0 58px;}
  .page-hero h1{font-size:clamp(2.5rem,11vw,4rem);}
  .page-hero p:not(.eyebrow){font-size:1rem;margin-bottom:0;}
  .section{padding:69px 0;}
  .section-intro{margin-bottom:32px;}
  .final-cta{padding:72px 0 92px;}
  .final-cta h2{font-size:clamp(2.25rem,10vw,3.55rem);}
  .final-cta .hero-actions{display:flex;flex-direction:column;align-items:stretch;}
  .final-cta .btn-large{width:100%;min-height:55px;}
  .contact-main{padding:25px 21px;}
  .full-case{padding:18px;}
  .site-footer{padding-bottom:20px;}
}


/* === Veyron Studio v3: premium typography + stronger logo presence === */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap');

body{
  font-family:"Manrope","DM Sans",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:-.012em;
}
h1,h2,h3,
.hero h1,
.page-hero h1,
.final-cta h2,
.intro-row h2,
.process-copy h2,
.detail-card h2,
.two-col h2,
.contact-main h2,
.case-study h3,
.full-case .case-copy h2{
  font-family:"Playfair Display",Georgia,"Times New Roman",serif;
  font-weight:600;
  letter-spacing:-.05em;
  line-height:1.03;
}
.eyebrow,
.plan-label,
.case-label,
.popular-pill,
.btn,
.desktop-nav,
.hero-trust strong,
.project-tags span,
.benefit-grid strong{
  font-family:"Manrope","DM Sans",Arial,sans-serif;
}
.brand{
  min-width:190px;
  padding:3px 0;
}
.brand-logo{
  width:188px;
  max-height:70px;
  object-fit:contain;
  filter:drop-shadow(0 7px 14px rgba(0,0,0,.24));
}
.footer-brand .brand-logo{
  width:165px;
  max-height:65px;
}
.nav-wrap{
  min-height:88px;
}
.page-hero h1,
.hero h1,
.final-cta h2{
  text-wrap:balance;
}
@media(max-width:980px){
  .brand-logo{width:170px;max-height:63px;}
  .brand{min-width:170px;}
  .nav-wrap{min-height:80px;}
}
@media(max-width:700px){
  .brand{min-width:0;}
  .brand-logo{width:145px;max-height:57px;}
  .footer-brand .brand-logo{width:145px;}
  .nav-wrap{min-height:74px;}
  .mobile-nav{top:74px;}
  h1,h2,h3{letter-spacing:-.04em;}
}


/* === Veyron Studio v4: larger logo + luxury charcoal / champagne palette === */
:root{
  --bg:#0b0c10;
  --bg-alt:#111318;
  --surface:rgba(23,25,31,.82);
  --surface-solid:#181b21;
  --text:#f6f2e9;
  --muted:#b8b1a6;
  --faint:#817b73;
  --line:rgba(221,194,143,.16);
  --blue:#c8a25e;
  --blue-light:#ead2a1;
  --blue-strong:#a87b35;
  --gold:#d7b879;
  --shadow:0 24px 65px rgba(0,0,0,.42);
}
body{
  background:
    radial-gradient(circle at 82% -5%, rgba(180,134,67,.11), transparent 28%),
    linear-gradient(180deg,#0b0c10 0%,#101116 58%,#090a0d 100%);
  color:var(--text);
}
.site-header{
  background:rgba(9,10,13,.92);
  border-bottom-color:rgba(221,194,143,.12);
}
.nav-wrap{min-height:102px;}
.brand{
  min-width:240px;
  display:flex;
  align-items:center;
}
.brand-logo{
  width:226px !important;
  max-height:88px !important;
  object-fit:contain;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.48));
}
.footer-brand .brand-logo{
  width:186px !important;
  max-height:76px !important;
}
.desktop-nav{color:#c9c4bb;}
.desktop-nav a:hover{color:#f7eedb;}
.desktop-nav a::after{background:linear-gradient(90deg,transparent,var(--gold),transparent);}
.btn-primary{
  color:#13100b;
  background:linear-gradient(135deg,#ebd09a 0%,#c79c52 52%,#a67732 100%);
  box-shadow:0 16px 30px rgba(163,117,47,.24);
}
.btn-primary:hover{
  background:linear-gradient(135deg,#f3dba9 0%,#d4ad67 52%,#b78538 100%);
  box-shadow:0 20px 42px rgba(183,133,53,.34);
}
.btn-ghost{
  color:#f2e7d4;
  border-color:rgba(226,195,139,.36);
  background:rgba(255,255,255,.02);
}
.btn-ghost:hover{background:rgba(214,176,109,.11);border-color:rgba(239,211,161,.72);}
.eyebrow,.case-label,.plan-label{color:#e1bf80;}
.eyebrow-dot{background:#d9af69;box-shadow:0 0 0 5px rgba(217,175,105,.13);}
.hero{
  background:
    radial-gradient(circle at 73% 44%,rgba(192,148,78,.14),transparent 25%),
    linear-gradient(135deg,#0b0d11 0%,#10141a 58%,#0a0b0f 100%);
}
.hero-visual .hero-glow{
  background:radial-gradient(circle,rgba(211,168,95,.2),rgba(211,168,95,0) 64%);
}
.browser-card{
  background:linear-gradient(145deg,rgba(231,204,152,.26),rgba(125,91,41,.09));
}
.browser-screen{
  background:linear-gradient(135deg,#15120e,#2b2013);
}
.mini-mark{border-color:#e4c180;}
.mini-button,.mini-cta{background:linear-gradient(135deg,#ead09a,#b8873d);}
.mini-kicker{background:#e4c180;}
.floating-card{background:rgba(19,18,16,.88);border-color:rgba(227,198,143,.2);}
.phone-icon{color:#e6c688;}
.status-dot{background:#caa25c;box-shadow:0 0 0 5px rgba(202,162,92,.13);}
.benefit-strip,.soft-section,.section-dark-callout{
  background:linear-gradient(135deg,#111216,#181613);
  border-color:rgba(221,194,143,.13);
}
.case-study,.full-case{
  background:linear-gradient(145deg,rgba(32,29,24,.94),rgba(16,17,21,.94));
  border-color:rgba(220,190,137,.18);
}
.investment-card{
  border-color:rgba(219,182,112,.38);
  background:rgba(183,137,61,.1);
}
.project-tags span{color:#e5d2aa;border-color:rgba(226,197,149,.2);}
.testimonial{
  border-left-color:#d9af69;
  background:rgba(255,255,255,.025);
}
.quote-mark{color:#d8b373;}
.section-services,.section-pricing{
  background:linear-gradient(180deg,#111216 0%,#0c0d11 100%);
}
.service-card,.detail-card,.price-card,.principles>div,.contact-main{
  background:linear-gradient(145deg,rgba(32,30,27,.72),rgba(18,19,24,.66));
  border-color:rgba(221,194,143,.15);
}
.price-card.featured{
  background:linear-gradient(145deg,rgba(84,62,29,.58),rgba(25,22,18,.94));
  border-color:rgba(223,185,111,.64);
  box-shadow:0 28px 55px rgba(135,94,27,.2);
}
.popular-pill{background:linear-gradient(135deg,#e5c17e,#af7d32);color:#15100a;}
.service-number,.process-list>li>span,.quick-process span,.detail-card>span,.work-metrics span,.principles span,.contact-steps span{color:#dfbb79;}
.final-cta{
  background:
    radial-gradient(circle at 50% 0%,rgba(194,147,73,.24),transparent 48%),
    linear-gradient(135deg,#191511,#0c0d11);
}
.cta-orb{background:radial-gradient(circle,rgba(215,174,100,.2),transparent 63%);}
.site-footer{background:#090a0d;border-color:rgba(221,194,143,.13);}
.footer-links,.footer-bottom{color:#aaa49a;}
.page-hero{
  background:
    radial-gradient(circle at 82% 28%,rgba(197,149,75,.19),transparent 32%),
    radial-gradient(circle at 8% 100%,rgba(125,83,27,.12),transparent 35%),
    linear-gradient(135deg,#10100f 0%,#181511 58%,#0b0c0f 100%);
}
.page-hero::after{background:linear-gradient(90deg,transparent,rgba(226,193,132,.55),transparent);}
.page-hero h1,.hero h1,.final-cta h2{
  text-shadow:0 2px 0 rgba(0,0,0,.18),0 14px 35px rgba(0,0,0,.2);
}
@media(max-width:980px){
  .nav-wrap{min-height:92px;}
  .brand{min-width:210px;}
  .brand-logo{width:198px !important;max-height:78px !important;}
}
@media(max-width:700px){
  .nav-wrap{min-height:84px;}
  .brand{min-width:0;}
  .brand-logo{width:162px !important;max-height:66px !important;}
  .footer-brand .brand-logo{width:157px !important;}
  .mobile-nav{top:84px;}
}


/* === Veyron Studio v5: bold brand mark + elevated CTA treatment === */
.site-header{
  background:rgba(8,9,12,.96);
}
.nav-wrap{
  min-height:118px;
  grid-template-columns:1fr auto 1fr;
}
.brand{
  min-width:0;
  width:300px;
  min-height:100px;
  display:flex;
  align-items:center;
}
.brand-logo{
  width:290px !important;
  max-height:105px !important;
  object-fit:contain;
  transform:scale(1.04);
  transform-origin:left center;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.5));
}
.desktop-nav{
  justify-self:center;
  align-self:center;
}
.nav-cta{
  justify-self:end;
}
.footer-brand .brand-logo{
  width:235px !important;
  max-height:90px !important;
  transform:none;
}
.btn{
  position:relative;
  overflow:hidden;
  border-radius:999px;
  letter-spacing:-.015em;
  font-weight:800;
  padding-inline:25px;
}
.btn::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:inherit;
  pointer-events:none;
  opacity:.9;
}
.btn::after{
  content:"";
  position:absolute;
  top:-100%;
  left:-35%;
  width:40%;
  height:300%;
  transform:rotate(26deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
  transition:left .55s ease;
  pointer-events:none;
}
.btn:hover::after{left:120%;}
.btn > *,.btn{isolation:isolate;}
.btn-primary{
  border:1px solid rgba(255,233,184,.68);
  background:
    linear-gradient(110deg,#f3d99f 0%,#d5a956 42%,#aa7430 100%);
  color:#171008;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.6),
    inset 0 -2px 0 rgba(101,63,17,.24),
    0 13px 29px rgba(167,113,32,.29);
}
.btn-primary::before{
  border:1px solid rgba(255,249,222,.36);
}
.btn-primary:hover{
  transform:translateY(-2px) scale(1.01);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.7),
    inset 0 -2px 0 rgba(101,63,17,.24),
    0 21px 43px rgba(167,113,32,.42);
}
.btn-ghost{
  border:1px solid rgba(230,202,151,.48);
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(202,160,91,.07));
  color:#f4e9d6;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 10px 24px rgba(0,0,0,.12);
}
.btn-ghost::before{border:1px solid rgba(255,240,210,.08);}
.btn-ghost:hover{
  border-color:rgba(242,215,165,.82);
  background:linear-gradient(135deg,rgba(240,211,154,.15),rgba(176,125,47,.15));
  box-shadow:0 17px 34px rgba(0,0,0,.2);
}
.btn-small{
  min-height:48px;
  padding-inline:22px;
}
.btn-large{
  min-height:62px;
  padding-inline:30px;
  font-size:.97rem;
}
.hero-actions .btn-large{
  min-width:212px;
}
.mobile-whatsapp{
  border:1px solid rgba(255,234,190,.6);
  background:linear-gradient(110deg,#f1d69b,#c89848 55%,#a46e2c);
  color:#171008;
  box-shadow:0 18px 40px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.6);
}
@media(max-width:1100px){
  .nav-wrap{grid-template-columns:1fr auto;min-height:104px;}
  .desktop-nav{display:none;}
  .menu-toggle{display:grid;}
  .brand{width:270px;}
  .brand-logo{width:258px !important;max-height:96px !important;}
}
@media(max-width:700px){
  .nav-wrap{display:flex;min-height:94px;}
  .brand{width:auto;min-height:82px;}
  .brand-logo{width:198px !important;max-height:78px !important;transform:none;}
  .footer-brand .brand-logo{width:190px !important;max-height:76px !important;}
  .mobile-nav{top:94px;}
  .btn-large{min-height:58px;padding-inline:21px;}
}


/* === Veyron Studio v6: oversized crest logo + refined CTA system === */
/* The brand is a vertical lock-up, so it needs real vertical space rather than a wide-but-short header. */
.site-header{
  background:rgba(8,9,12,.98);
  border-bottom:1px solid rgba(228,198,143,.16);
}
.nav-wrap{
  min-height:170px !important;
  display:grid !important;
  grid-template-columns:260px 1fr auto !important;
  align-items:center;
  gap:34px;
}
.brand{
  width:250px !important;
  min-height:160px !important;
  display:flex !important;
  justify-content:flex-start;
  align-items:center;
}
.brand-logo{
  width:auto !important;
  height:150px !important;
  max-width:235px !important;
  max-height:none !important;
  object-fit:contain;
  transform:none !important;
  filter:drop-shadow(0 12px 25px rgba(0,0,0,.55));
}
.desktop-nav{
  display:flex !important;
  justify-self:center;
  gap:30px;
}
.footer-brand .brand-logo{
  width:auto !important;
  height:130px !important;
  max-width:205px !important;
  max-height:none !important;
}
.site-footer .footer-top{
  min-height:150px;
  align-items:center;
}

/* Premium action buttons: tailored squared-luxury edge, metal border and inner panel */
.btn{
  border-radius:12px !important;
  min-height:52px;
  padding:0 25px;
  border:1px solid transparent;
  background-clip:padding-box;
  font-weight:800;
  letter-spacing:.005em;
  box-shadow:none;
}
.btn::before{
  inset:2px !important;
  border-radius:9px !important;
  opacity:1 !important;
}
.btn-primary{
  color:#1a1208;
  border-color:#f0d29a;
  background:
    linear-gradient(135deg,#f5dfa9 0%,#e2bc73 36%,#bd8739 70%,#a66d29 100%);
  box-shadow:
    0 10px 0 rgba(74,45,14,.34),
    0 19px 34px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.78);
}
.btn-primary::before{
  border:1px solid rgba(255,249,226,.55) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28);
}
.btn-primary:hover{
  transform:translateY(-3px) !important;
  box-shadow:
    0 12px 0 rgba(74,45,14,.34),
    0 25px 40px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.84);
}
.btn-primary:active{transform:translateY(3px) !important;box-shadow:0 4px 0 rgba(74,45,14,.34),0 10px 20px rgba(0,0,0,.22);}
.btn-ghost{
  color:#f7ead3;
  border-color:rgba(229,195,137,.65);
  background:
    linear-gradient(145deg,rgba(255,255,255,.06),rgba(178,125,49,.08)),
    #141310;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 13px 26px rgba(0,0,0,.15);
}
.btn-ghost::before{
  border:1px solid rgba(255,244,215,.10) !important;
}
.btn-ghost:hover{
  transform:translateY(-3px) !important;
  color:#fff4df;
  border-color:rgba(246,213,157,.92);
  background:linear-gradient(145deg,rgba(246,213,157,.17),rgba(174,118,38,.16)),#181510;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 20px 34px rgba(0,0,0,.24);
}
.btn-small{
  min-height:50px !important;
  padding-inline:24px !important;
  border-radius:11px !important;
}
.btn-large{
  min-height:64px !important;
  min-width:225px !important;
  padding-inline:31px !important;
  border-radius:13px !important;
  font-size:.97rem;
}
.hero-actions{
  gap:16px !important;
}
.nav-cta{justify-self:end;}

@media(max-width:1100px){
  .nav-wrap{
    min-height:145px !important;
    grid-template-columns:225px 1fr auto !important;
  }
  .brand{width:220px !important;min-height:138px !important;}
  .brand-logo{height:128px !important;max-width:195px !important;}
  .footer-brand .brand-logo{height:112px !important;}
  .desktop-nav{gap:20px;}
}
@media(max-width:820px){
  .nav-wrap{
    min-height:118px !important;
    display:flex !important;
    justify-content:space-between !important;
  }
  .brand{width:auto !important;min-height:110px !important;}
  .brand-logo{height:104px !important;max-width:160px !important;}
  .desktop-nav,.nav-cta{display:none !important;}
  .menu-toggle{display:grid !important;}
  .mobile-nav{top:118px !important;}
  .footer-brand .brand-logo{height:100px !important;max-width:155px !important;}
}
@media(max-width:520px){
  .nav-wrap{min-height:105px !important;}
  .brand{min-height:98px !important;}
  .brand-logo{height:92px !important;max-width:142px !important;}
  .mobile-nav{top:105px !important;}
  .btn-large{min-width:0 !important;width:100% !important;}
  .hero-actions{display:grid !important;grid-template-columns:1fr !important;}
}


/* === Veyron Studio v7: mobile layout safeguard pass === */
@media (max-width: 820px) {
  html, body { overflow-x: hidden; }
  body { padding-bottom: 76px; }
  .container { width: min(100% - 30px, var(--container)); }

  /* Header: keeps the larger crest readable without crushing navigation */
  .site-header { position: sticky; top: 0; }
  .nav-wrap {
    min-height: 108px !important;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .brand { min-height: 96px !important; }
  .brand-logo {
    width: auto !important;
    height: 92px !important;
    max-width: 150px !important;
  }
  .menu-toggle {
    width: 46px;
    height: 46px;
    place-content: center;
    border: 1px solid rgba(229, 197, 137, .32);
    border-radius: 10px;
    background: rgba(255,255,255,.025);
  }
  .menu-toggle span { width: 21px; }
  .mobile-nav {
    top: 108px !important;
    padding: 18px 15px 20px;
    background: rgba(10,10,12,.99);
    border-bottom-color: rgba(229, 197, 137, .18);
  }
  .mobile-nav a:not(.btn) {
    min-height: 43px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(229, 197, 137, .09);
  }
  .mobile-nav .btn { margin-top: 8px; width: 100%; }

  /* No heading can get clipped or become too tall */
  .hero,
  .page-hero { padding-top: 62px; }
  .hero-grid { min-height: 0; }
  .hero h1,
  .page-hero h1,
  .final-cta h2 {
    max-width: 100%;
    font-size: clamp(2.52rem, 12vw, 4rem) !important;
    line-height: 1.03 !important;
    overflow-wrap: anywhere;
  }
  .hero-text,
  .page-hero p:not(.eyebrow),
  .final-cta p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.62;
  }
  .eyebrow { font-size: .64rem; line-height: 1.35; }

  /* CTAs stack cleanly and remain thumb-friendly */
  .hero-actions,
  .final-cta .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100%;
    gap: 12px !important;
  }
  .hero-actions .btn,
  .final-cta .hero-actions .btn,
  .btn-large {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 57px !important;
    padding: 0 18px !important;
  }

  /* Visual card no overflow */
  .hero-visual { min-height: 290px; }
  .browser-card { width: 92%; max-width: 420px; }
  .floating-card { max-width: calc(100% - 20px); }
  .card-results { right: 0; top: 5px; }
  .card-mobile { left: 0; bottom: 3px; }

  /* Section grids collapse predictably */
  .benefit-grid,
  .service-grid,
  .pricing-grid,
  .service-detail-grid,
  .quick-process,
  .work-metrics,
  .case-gallery,
  .two-col,
  .split-feature,
  .process-layout,
  .contact-layout,
  .full-case,
  .callout-grid {
    grid-template-columns: 1fr !important;
  }
  .benefit-grid > div { min-height: 58px; }
  .service-card,
  .detail-card,
  .price-card,
  .contact-main { padding: 23px 20px; }
  .price-card h2,
  .case-study h3,
  .full-case .case-copy h2 { overflow-wrap: anywhere; }

  /* Case-study images follow sensible crop heights */
  .case-study-gallery { display: grid; grid-template-columns: 1fr !important; }
  .shot,
  .shot-main,
  .shot-secondary,
  .shot-wide,
  .case-gallery figure {
    min-height: 210px !important;
    max-height: 300px;
  }
  .shot img,
  .case-gallery img { object-position: top center; }
  .case-study-top,
  .case-study-bottom,
  .footer-top,
  .footer-bottom {
    align-items: flex-start;
  }

  /* Footer no oversized logo / empty area */
  .site-footer { padding-top: 26px; }
  .site-footer .footer-top { gap: 23px; }
  .footer-brand .brand-logo {
    height: 102px !important;
    max-width: 165px !important;
  }
  .footer-links { gap: 12px 18px; }
  .footer-bottom { gap: 10px; }
  .footer-bottom a { white-space: nowrap; }

  /* Bottom WhatsApp bar stays clear of phone browser UI */
  .mobile-whatsapp {
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 55px;
    border-radius: 12px;
    font-size: .92rem;
  }
}

@media (max-width: 390px) {
  .nav-wrap { min-height: 99px !important; }
  .brand { min-height: 88px !important; }
  .brand-logo { height: 83px !important; max-width: 135px !important; }
  .mobile-nav { top: 99px !important; }
  .hero h1,
  .page-hero h1,
  .final-cta h2 { font-size: 2.43rem !important; }
  .container { width: min(100% - 26px, var(--container)); }
}


/* === Veyron Studio v8: balanced header proportions === */
.site-header{
  background:rgba(8,9,12,.97);
}
.nav-wrap{
  min-height:108px !important;
  grid-template-columns:210px 1fr auto !important;
  gap:26px !important;
}
.brand{
  width:205px !important;
  min-height:100px !important;
}
.brand-logo{
  height:96px !important;
  max-width:185px !important;
}
.desktop-nav{
  gap:27px !important;
}
.footer-brand .brand-logo{
  height:104px !important;
  max-width:172px !important;
}
.site-footer .footer-top{
  min-height:122px !important;
}
@media(max-width:1100px){
  .nav-wrap{
    min-height:96px !important;
    grid-template-columns:185px 1fr auto !important;
  }
  .brand{width:180px !important;min-height:90px !important;}
  .brand-logo{height:85px !important;max-width:164px !important;}
  .footer-brand .brand-logo{height:92px !important;}
}
@media(max-width:820px){
  .nav-wrap{
    min-height:86px !important;
    padding-top:3px !important;
    padding-bottom:3px !important;
  }
  .brand{min-height:80px !important;}
  .brand-logo{height:75px !important;max-width:132px !important;}
  .mobile-nav{top:86px !important;}
}
@media(max-width:390px){
  .nav-wrap{min-height:80px !important;}
  .brand{min-height:74px !important;}
  .brand-logo{height:69px !important;max-width:122px !important;}
  .mobile-nav{top:80px !important;}
}

/* === Veyron Studio v9: VS monogram logo update === */
.brand{
  width: 128px !important;
  min-height: 88px !important;
  display:flex;
  align-items:center;
}
.brand-logo{
  width: auto !important;
  height: 116px !important;
  max-width: 116px !important;
  object-fit: contain !important;
  display:block;
  filter: drop-shadow(0 10px 26px rgba(205,154,71,.24));
}
.footer-brand{
  width:auto !important;
}
.footer-brand .brand-logo{
  width:auto !important;
  height: 126px !important;
  max-width: 126px !important;
}
.nav-wrap{
  grid-template-columns: 128px 1fr auto !important;
  min-height: 92px !important;
}
.desktop-nav{justify-self:center;}
.header-cta{justify-self:end;}

@media (max-width: 1100px){
  .nav-wrap{
    grid-template-columns: 116px 1fr auto !important;
    min-height: 88px !important;
  }
  .brand{width:116px !important; min-height:82px !important;}
  .brand-logo{height:104px !important; max-width:104px !important;}
  .footer-brand .brand-logo{height:118px !important; max-width:118px !important;}
}

@media (max-width: 820px){
  .nav-wrap{
    min-height: 78px !important;
    grid-template-columns: 108px auto !important;
    gap: 12px !important;
  }
  .brand{width:108px !important; min-height:72px !important;}
  .brand-logo{height:86px !important; max-width:86px !important;}
  .mobile-nav{top:78px !important;}
  .footer-brand .brand-logo{height:96px !important; max-width:96px !important;}
}

@media (max-width: 390px){
  .nav-wrap{min-height:74px !important; grid-template-columns: 96px auto !important;}
  .brand{width:96px !important; min-height:68px !important;}
  .brand-logo{height:78px !important; max-width:78px !important;}
  .mobile-nav{top:74px !important;}
  .footer-brand .brand-logo{height:88px !important; max-width:88px !important;}
}

/* === Veyron Studio v10: tighter header, larger monogram, more premium CTA system === */
:root{
  --lux-gold-1:#f3ddb0;
  --lux-gold-2:#d5ab61;
  --lux-gold-3:#ad7934;
  --lux-gold-4:#7d5320;
  --lux-ink:#0a0b0e;
}

.site-header{
  background:linear-gradient(180deg, rgba(7,8,10,.985) 0%, rgba(10,11,14,.965) 100%) !important;
  border-bottom:1px solid rgba(226,194,134,.14) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.34);
}

/* Header is cleaner and slightly tighter, but the VS monogram is more prominent */
.nav-wrap{
  min-height:84px !important;
  grid-template-columns:148px 1fr auto !important;
  gap:24px !important;
}
.brand{
  width:148px !important;
  min-height:78px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}
.brand-logo{
  width:auto !important;
  height:102px !important;
  max-width:102px !important;
  object-fit:contain !important;
  filter:drop-shadow(0 10px 28px rgba(219,171,86,.18)) drop-shadow(0 8px 18px rgba(0,0,0,.4)) !important;
}
.desktop-nav{
  gap:26px !important;
  font-size:.94rem !important;
}
.desktop-nav a{
  color:#d3ccc2;
}
.desktop-nav a:hover{
  color:#fff4df;
}
.nav-cta{
  min-height:50px !important;
  padding-inline:22px !important;
}

.footer-brand .brand-logo{
  height:118px !important;
  max-width:118px !important;
  filter:drop-shadow(0 10px 24px rgba(214,166,83,.14)) drop-shadow(0 8px 14px rgba(0,0,0,.3)) !important;
}
.site-footer .footer-top{
  min-height:128px !important;
}

/* Premium CTA buttons */
.btn{
  border-radius:15px !important;
  min-height:52px;
  padding-inline:24px !important;
  font-weight:800 !important;
  letter-spacing:.005em !important;
  transition:transform .2s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease !important;
}
.btn::before{
  inset:1.5px !important;
  border-radius:12px !important;
}
.btn-primary{
  color:#140f09 !important;
  border:1px solid rgba(248,226,182,.95) !important;
  background:
    linear-gradient(180deg, var(--lux-gold-1) 0%, #e8ca8c 10%, var(--lux-gold-2) 48%, var(--lux-gold-3) 80%, var(--lux-gold-4) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    inset 0 -1px 0 rgba(95,62,21,.45),
    0 10px 0 rgba(79,49,18,.34),
    0 20px 36px rgba(164,113,39,.28) !important;
}
.btn-primary::before{
  border:1px solid rgba(255,248,228,.48) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.25);
}
.btn-primary:hover{
  transform:translateY(-3px) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.82),
    inset 0 -1px 0 rgba(95,62,21,.45),
    0 13px 0 rgba(79,49,18,.34),
    0 28px 42px rgba(164,113,39,.38) !important;
}
.btn-primary:active{
  transform:translateY(2px) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.7),
    inset 0 -1px 0 rgba(95,62,21,.45),
    0 5px 0 rgba(79,49,18,.32),
    0 12px 20px rgba(164,113,39,.2) !important;
}
.btn-ghost{
  color:#f7ebd7 !important;
  border:1px solid rgba(228,196,139,.52) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.018)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 14px 26px rgba(0,0,0,.18) !important;
}
.btn-ghost::before{
  border:1px solid rgba(255,244,216,.08) !important;
}
.btn-ghost:hover{
  transform:translateY(-3px) !important;
  color:#fff3de !important;
  border-color:rgba(245,213,157,.88) !important;
  background:linear-gradient(180deg, rgba(241,209,151,.14), rgba(178,124,43,.09)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 22px 34px rgba(0,0,0,.24) !important;
}
.btn-large{
  min-height:62px !important;
  min-width:220px !important;
  padding-inline:30px !important;
}
.btn-small{
  min-height:50px !important;
  padding-inline:20px !important;
}
.hero-actions{gap:15px !important;}
.hero-actions .btn-large,
.final-cta .hero-actions .btn-large{
  box-shadow:inherit;
}
.mobile-whatsapp{
  border:1px solid rgba(248,225,180,.88) !important;
  background:linear-gradient(180deg, var(--lux-gold-1) 0%, var(--lux-gold-2) 48%, var(--lux-gold-3) 100%) !important;
  color:#140f09 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    0 18px 40px rgba(0,0,0,.42),
    0 8px 0 rgba(79,49,18,.3) !important;
}

@media (max-width: 1100px){
  .nav-wrap{
    min-height:80px !important;
    grid-template-columns:132px 1fr auto !important;
    gap:18px !important;
  }
  .brand{width:132px !important; min-height:74px !important;}
  .brand-logo{height:94px !important; max-width:94px !important;}
  .footer-brand .brand-logo{height:108px !important; max-width:108px !important;}
  .desktop-nav{gap:20px !important; font-size:.9rem !important;}
}

@media (max-width: 820px){
  .nav-wrap{
    min-height:72px !important;
    grid-template-columns:112px auto !important;
    gap:10px !important;
    padding-top:2px !important;
    padding-bottom:2px !important;
  }
  .brand{width:112px !important; min-height:66px !important;}
  .brand-logo{height:82px !important; max-width:82px !important;}
  .mobile-nav{top:72px !important;}
  .footer-brand .brand-logo{height:94px !important; max-width:94px !important;}
  .site-footer .footer-top{min-height:110px !important;}
  .btn-large,
  .hero-actions .btn,
  .final-cta .hero-actions .btn{min-height:58px !important;}
}

@media (max-width: 390px){
  .nav-wrap{min-height:68px !important; grid-template-columns:100px auto !important;}
  .brand{width:100px !important; min-height:62px !important;}
  .brand-logo{height:74px !important; max-width:74px !important;}
  .mobile-nav{top:68px !important;}
  .footer-brand .brand-logo{height:86px !important; max-width:86px !important;}
}

/* === V11: balanced monogram sizing after user review === */
.nav-wrap{
  min-height:76px !important;
  grid-template-columns:126px 1fr auto !important;
  gap:22px !important;
}
.brand{
  width:126px !important;
  min-height:68px !important;
}
.brand-logo{
  height:84px !important;
  max-width:84px !important;
  width:auto !important;
}
.footer-brand .brand-logo{
  height:94px !important;
  max-width:94px !important;
}
.site-footer .footer-top{
  min-height:110px !important;
}

@media (max-width: 1100px){
  .nav-wrap{
    min-height:72px !important;
    grid-template-columns:118px 1fr auto !important;
    gap:18px !important;
  }
  .brand{width:118px !important; min-height:64px !important;}
  .brand-logo{height:76px !important; max-width:76px !important;}
  .footer-brand .brand-logo{height:88px !important; max-width:88px !important;}
}

@media (max-width: 820px){
  .nav-wrap{
    min-height:66px !important;
    grid-template-columns:96px auto !important;
    gap:10px !important;
  }
  .brand{width:96px !important; min-height:60px !important;}
  .brand-logo{height:66px !important; max-width:66px !important;}
  .mobile-nav{top:66px !important;}
  .footer-brand .brand-logo{height:78px !important; max-width:78px !important;}
  .site-footer .footer-top{min-height:96px !important;}
}

@media (max-width: 390px){
  .nav-wrap{
    min-height:62px !important;
    grid-template-columns:88px auto !important;
  }
  .brand{width:88px !important; min-height:56px !important;}
  .brand-logo{height:60px !important; max-width:60px !important;}
  .mobile-nav{top:62px !important;}
  .footer-brand .brand-logo{height:70px !important; max-width:70px !important;}
}

/* === V12: restrained monogram scale === */
.nav-wrap{
  min-height:70px !important;
  grid-template-columns:96px 1fr auto !important;
  gap:20px !important;
}
.brand{
  width:96px !important;
  min-height:62px !important;
}
.brand-logo{
  height:64px !important;
  max-width:64px !important;
  width:auto !important;
  filter:drop-shadow(0 7px 17px rgba(205,154,71,.15)) drop-shadow(0 5px 12px rgba(0,0,0,.34)) !important;
}
.footer-brand .brand-logo{
  height:72px !important;
  max-width:72px !important;
}
.site-footer .footer-top{min-height:92px !important;}

@media (max-width:1100px){
  .nav-wrap{min-height:68px !important;grid-template-columns:90px 1fr auto !important;gap:16px !important;}
  .brand{width:90px !important;min-height:60px !important;}
  .brand-logo{height:60px !important;max-width:60px !important;}
  .footer-brand .brand-logo{height:68px !important;max-width:68px !important;}
}
@media (max-width:820px){
  .nav-wrap{min-height:62px !important;grid-template-columns:82px auto !important;gap:8px !important;}
  .brand{width:82px !important;min-height:56px !important;}
  .brand-logo{height:54px !important;max-width:54px !important;}
  .mobile-nav{top:62px !important;}
  .footer-brand .brand-logo{height:62px !important;max-width:62px !important;}
  .site-footer .footer-top{min-height:82px !important;}
}
@media (max-width:390px){
  .nav-wrap{min-height:58px !important;grid-template-columns:76px auto !important;}
  .brand{width:76px !important;min-height:52px !important;}
  .brand-logo{height:49px !important;max-width:49px !important;}
  .mobile-nav{top:58px !important;}
}

/* === V13: compact VS + Veyron Studio wordmark header === */
.site-header{
  background:linear-gradient(180deg,rgba(8,9,11,.985),rgba(10,11,13,.97)) !important;
}
.nav-wrap{
  min-height:72px !important;
  grid-template-columns:270px 1fr auto !important;
  gap:24px !important;
}
.brand{
  width:270px !important;
  min-height:66px !important;
  display:flex !important;
  align-items:center !important;
}
.brand-logo{
  width:auto !important;
  height:52px !important;
  max-width:252px !important;
  object-fit:contain !important;
  filter:drop-shadow(0 8px 18px rgba(205,155,75,.16)) drop-shadow(0 6px 12px rgba(0,0,0,.36)) !important;
}
.footer-brand .brand-logo{
  height:65px !important;
  max-width:310px !important;
}
.site-footer .footer-top{min-height:94px !important;}
.desktop-nav{gap:25px !important;}

@media(max-width:1100px){
  .nav-wrap{min-height:68px !important;grid-template-columns:235px 1fr auto !important;gap:18px !important;}
  .brand{width:235px !important;min-height:62px !important;}
  .brand-logo{height:45px !important;max-width:220px !important;}
  .footer-brand .brand-logo{height:58px !important;max-width:280px !important;}
  .desktop-nav{gap:18px !important;}
}
@media(max-width:820px){
  .nav-wrap{min-height:62px !important;grid-template-columns:200px auto !important;gap:10px !important;}
  .brand{width:200px !important;min-height:56px !important;}
  .brand-logo{height:38px !important;max-width:190px !important;}
  .mobile-nav{top:62px !important;}
  .footer-brand .brand-logo{height:48px !important;max-width:230px !important;}
  .site-footer .footer-top{min-height:82px !important;}
}
@media(max-width:430px){
  .nav-wrap{min-height:58px !important;grid-template-columns:170px auto !important;}
  .brand{width:170px !important;min-height:52px !important;}
  .brand-logo{height:33px !important;max-width:162px !important;}
  .mobile-nav{top:58px !important;}
  .footer-brand .brand-logo{height:44px !important;max-width:210px !important;}
}
