:root {
  --bg: #080808;
  --bg-soft: #101010;
  --panel: #151515;
  --panel-light: #ededeb;
  --text: #f5f5f1;
  --text-dark: #111111;
  --muted: #a8a8a3;
  --muted-dark: #62625f;
  --line: rgba(255, 255, 255, 0.13);
  --line-dark: rgba(0, 0, 0, 0.14);
  --white: #ffffff;
  --radius-sm: 18px;
  --radius-md: 30px;
  --radius-lg: 48px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  --shell: min(1240px, calc(100vw - 48px));
  --header-h: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
::selection { background: #fff; color: #000; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  z-index: 99;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed;
  left: 0; top: 0;
  width: 460px; height: 460px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.055), transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.scrolled {
  background: rgba(8,8,8,.82);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50% 50% 45% 55% / 55% 45% 55% 45%;
}
.brand-mark svg { width: 22px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font: 800 15px/1 "Manrope", sans-serif; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.main-nav a { position: relative; color: #c2c2bd; font-size: 14px; transition: color .25s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; transform: scaleX(0); transform-origin: right; background: #fff; transition: transform .3s ease; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 12px 16px 12px 18px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; transition: background .25s ease, color .25s ease; }
.nav-cta svg { width: 18px; }
.nav-cta:hover { background: #fff; color: #080808; }
.nav-toggle { display: none; margin-left: auto; border: 0; background: transparent; width: 44px; height: 44px; padding: 0; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 7px auto; background: #fff; transition: transform .3s ease; }

.hero {
  min-height: 860px;
  padding-top: calc(var(--header-h) + 86px);
  padding-bottom: 95px;
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 52px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 31%;
  width: 1px; height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.08), transparent);
}
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; color: #c6c6c0; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 1px; background: #c6c6c0; }
.hero h1 { max-width: 720px; margin: 0; font: 500 clamp(52px, 6.6vw, 96px)/.98 "Manrope", sans-serif; letter-spacing: -.065em; }
.hero h1 em { display: block; color: #858580; font-style: normal; font-weight: 500; }
.hero-intro { max-width: 580px; margin: 30px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 600; font-size: 14px; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button svg { width: 18px; }
.button-light { color: #0c0c0c; background: #f0f0ed; }
.button-light:hover { background: #fff; transform: translateY(-2px); }
.button-dark { color: #fff; background: #111; }
.button-dark:hover { background: #2a2a2a; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #d3d3ce; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 4px; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.trust-row { display: flex; gap: clamp(26px, 4vw, 58px); margin-top: 70px; padding-top: 27px; border-top: 1px solid var(--line); }
.trust-row div { display: flex; flex-direction: column; gap: 5px; }
.trust-row strong { font: 600 28px/1 "Manrope", sans-serif; }
.trust-row span { color: #858580; font-size: 12px; }

.hero-visual { position: relative; min-height: 620px; }
.orbital-frame { position: absolute; inset: 0; border-radius: 48% 52% 45% 55% / 57% 43% 57% 43%; overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at 50% 50%, #1d1d1d, #0e0e0e 62%, #090909); box-shadow: inset 0 0 110px rgba(255,255,255,.03), 0 50px 120px rgba(0,0,0,.25); }
.orbital-frame::before, .orbital-frame::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbital-frame::before { width: 76%; height: 76%; left: 12%; top: 12%; }
.orbital-frame::after { width: 46%; height: 46%; left: 27%; top: 27%; }
.soft-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 190px; height: 190px; top: 5%; right: 4%; background: radial-gradient(circle at 30% 30%, #dcdcdc, #4b4b4b 45%, #141414 75%); opacity: .3; }
.orb-two { width: 130px; height: 130px; left: -4%; bottom: 10%; background: radial-gradient(circle at 30% 30%, #d7d7d7, #3b3b3b 43%, #111 76%); opacity: .23; }
.circuit-art { position: absolute; inset: 2% 0 0; width: 100%; height: 100%; color: #ededed; }
.circuit-art path { stroke: currentColor; stroke-width: 1.3; opacity: .28; }
.circuit-art circle { fill: #111; stroke: #fff; stroke-width: 1.5; opacity: .7; }
.wire { stroke-dasharray: 8 12; animation: dash 18s linear infinite; }
.wire-b { animation-duration: 24s; animation-direction: reverse; }
.wire-c { animation-duration: 21s; }
@keyframes dash { to { stroke-dashoffset: -240; } }
.bolt-core { position: absolute; left: 50%; top: 49%; width: 180px; transform: translate(-50%,-50%) rotate(-4deg); color: #e9e9e5; filter: drop-shadow(0 0 28px rgba(255,255,255,.2)); animation: floatCore 5s ease-in-out infinite; }
@keyframes floatCore { 50% { transform: translate(-50%,-54%) rotate(2deg); } }
.floating-label { position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(10,10,10,.7); backdrop-filter: blur(10px); color: #c9c9c4; font-size: 11px; letter-spacing: .04em; }
.floating-label span { width: 6px; height: 6px; border-radius: 50%; background: #fff; box-shadow: 0 0 14px #fff; }
.label-a { top: 18%; left: 8%; }
.label-b { top: 52%; right: 7%; }
.label-c { bottom: 15%; left: 17%; }
.scroll-note { position: absolute; left: 0; bottom: 38px; display: flex; align-items: center; gap: 12px; color: #72726e; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.mouse { width: 20px; height: 30px; border: 1px solid #555; border-radius: 99px; display: grid; place-items: start center; padding-top: 6px; }
.mouse i { width: 2px; height: 5px; background: #aaa; border-radius: 2px; animation: scrollMouse 1.7s ease infinite; }
@keyframes scrollMouse { 60% { transform: translateY(9px); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } }

.marquee-band { overflow: hidden; border-block: 1px solid var(--line); padding: 18px 0; background: #0c0c0c; }
.marquee-track { width: max-content; display: flex; align-items: center; animation: marquee 30s linear infinite; }
.marquee-track span { color: #92928d; font: 500 12px/1 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.marquee-track i { width: 5px; height: 5px; border: 1px solid #777; transform: rotate(45deg); margin: 0 26px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding-block: 140px; }
.section-index { display: inline-block; color: #7e7e79; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 70px; align-items: end; margin-bottom: 62px; }
.section-heading h2, .services-copy h2, .about-copy h2, .quote-card h2, .contact-intro h2 { margin: 18px 0 0; font: 500 clamp(42px, 5vw, 72px)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; }
.section-heading p, .services-copy p, .about-copy > p, .quote-card p, .contact-intro > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }

.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.product-card { min-height: 410px; grid-column: span 4; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border: 1px solid var(--line); border-radius: 27px 62px 27px 27px; background: linear-gradient(155deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); transition: transform .35s ease, border-color .35s ease, background .35s ease; }
.product-card:nth-child(3) { border-radius: 62px 27px 27px 27px; }
.product-card:hover { transform: translateY(-7px); border-color: rgba(255,255,255,.33); background: linear-gradient(155deg, rgba(255,255,255,.09), rgba(255,255,255,.018)); }
.product-card-large { min-height: 540px; grid-column: span 7; grid-row: span 2; border-radius: 30px 100px 30px 30px; }
.product-card-wide { grid-column: span 5; }
.product-number { position: absolute; top: 24px; left: 28px; color: #6a6a66; font: 500 11px/1 "Manrope", sans-serif; }
.product-icon { position: absolute; top: 48px; right: 35px; width: 112px; color: #969691; opacity: .72; transition: transform .45s ease, color .45s ease; }
.product-card-large .product-icon { width: 180px; top: 86px; right: 68px; }
.product-card-wide .product-icon { width: 145px; }
.product-card:hover .product-icon { transform: rotate(-5deg) scale(1.05); color: #fff; }
.product-content { position: relative; z-index: 2; max-width: 530px; }
.product-content span { color: #7f7f7b; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.product-content h3 { margin: 9px 0 12px; font: 600 clamp(25px, 2.5vw, 39px)/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.product-content p { margin: 0; max-width: 500px; color: #999994; font-size: 14px; line-height: 1.65; }
.product-card > a { position: absolute; right: 25px; bottom: 24px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 17px; transition: background .25s ease, color .25s ease, transform .25s ease; }
.product-card > a:hover { background: #fff; color: #000; transform: rotate(45deg); }
.product-card:not(.product-card-large):not(.product-card-wide) .product-content p { padding-right: 38px; }

.services-section { background: var(--panel-light); color: var(--text-dark); border-radius: 80px 80px 0 0; }
.services-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.services-copy { position: sticky; top: 130px; height: fit-content; }
.services-copy .section-index { color: #747470; }
.services-copy p { margin-top: 27px; color: var(--muted-dark); }
.services-copy .text-link { margin-top: 32px; color: #171717; border-color: rgba(0,0,0,.35); }
.service-list { border-top: 1px solid var(--line-dark); }
.service-row { display: grid; grid-template-columns: 60px 1fr 50px; gap: 20px; align-items: start; padding: 38px 0; border-bottom: 1px solid var(--line-dark); }
.service-index { padding-top: 7px; color: #898985; font-size: 11px; }
.service-row h3 { margin: 0; font: 600 25px/1.15 "Manrope", sans-serif; letter-spacing: -.035em; }
.service-row p { max-width: 590px; margin: 12px 0 0; color: #6e6e6a; line-height: 1.65; }
.service-symbol { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(0,0,0,.2); border-radius: 50%; font-size: 20px; transition: transform .35s ease, background .35s ease, color .35s ease; }
.service-row:hover .service-symbol { transform: rotate(45deg); background: #111; color: #fff; }

.about-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.about-art { min-height: 600px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 48% 52% 43% 57% / 55% 45% 55% 45%; background: radial-gradient(circle at 47% 45%, #222 0, #121212 44%, #0a0a0a 78%); }
.about-ring { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.ring-one { width: 84%; height: 84%; left: 8%; top: 8%; }
.ring-two { width: 55%; height: 55%; left: 22.5%; top: 22.5%; }
.about-bolt { position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%); width: 170px; color: #ecece8; filter: drop-shadow(0 0 26px rgba(255,255,255,.14)); }
.about-label { position: absolute; left: 50%; bottom: 52px; transform: translateX(-50%); white-space: nowrap; color: #81817d; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.about-copy > p { margin-top: 28px; max-width: 670px; }
.about-points { margin-top: 45px; border-top: 1px solid var(--line); }
.about-points div { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.about-points span { color: #6f6f6b; font-size: 11px; }
.about-points strong { font: 500 16px/1.4 "Manrope", sans-serif; }

.quote-section { padding-top: 0; }
.quote-card { min-height: 550px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 6vw, 82px); border: 1px solid var(--line); border-radius: 38px 110px 38px 38px; background: #111; }
.quote-card::after { content: ""; position: absolute; width: 420px; height: 420px; right: -80px; bottom: -150px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.018), 0 0 0 120px rgba(255,255,255,.01); }
.quote-glow { position: absolute; width: 500px; height: 500px; right: -60px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.08), transparent 68%); }
.quote-card h2 { position: relative; z-index: 1; max-width: 900px; }
.quote-card p { position: relative; z-index: 1; max-width: 680px; margin-top: 23px; }
.quote-card .button { position: relative; z-index: 1; margin-top: 34px; }

.contact-section { padding-bottom: 120px; background: #efefec; color: #111; border-radius: 80px 80px 0 0; }
.contact-shell { display: grid; grid-template-columns: .88fr 1.12fr; gap: 95px; }
.contact-intro .section-index { color: #767672; }
.contact-intro > p { margin-top: 25px; color: #656561; }
.contact-details { margin-top: 55px; border-top: 1px solid var(--line-dark); }
.contact-details > * { display: flex; flex-direction: column; gap: 7px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.contact-details span { color: #777773; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.contact-details strong { overflow-wrap: anywhere; font: 600 16px/1.4 "Manrope", sans-serif; }
.contact-details a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.contact-form { padding: 38px; border: 1px solid rgba(0,0,0,.11); border-radius: 28px 68px 28px 28px; background: #fafaf7; box-shadow: 0 24px 70px rgba(0,0,0,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 19px; }
.contact-form label > span { display: block; margin-bottom: 8px; color: #6c6c68; font-size: 11px; letter-spacing: .06em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid #cececa; border-radius: 0; background: transparent; color: #111; padding: 11px 2px 13px; outline: none; transition: border-color .25s ease; }
.contact-form textarea { resize: vertical; min-height: 105px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #111; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a6a6a2; }
.contact-form .button { margin-top: 10px; min-width: 185px; }
.form-status { min-height: 20px; margin: 16px 0 0; color: #4b4b47; font-size: 13px; }
.form-status.error { color: #811d1d; }

.site-footer { padding: 70px 0 28px; background: #080808; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 55px; align-items: start; padding-bottom: 55px; }
.footer-main > p { max-width: 480px; margin: 0; color: #858580; font-size: 14px; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.footer-links a { color: #b1b1ac; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); color: #6f6f6b; font-size: 11px; }
.footer-bottom a:hover { color: #fff; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: #0d0d0d; background: #f2f2ef; box-shadow: 0 14px 36px rgba(0,0,0,.35); transition: transform .25s ease; }
.whatsapp-float svg { width: 28px; }
.whatsapp-float:hover { transform: translateY(-4px) rotate(-3deg); }

.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 38px, 980px); }
  .hero { min-height: auto; padding-top: 150px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 830px; }
  .hero-visual { min-height: 620px; max-width: 720px; width: 100%; justify-self: center; }
  .scroll-note { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading p { max-width: 640px; }
  .product-card { grid-column: span 6; }
  .product-card-large { grid-column: span 7; }
  .product-card-wide { grid-column: span 5; }
  .services-shell, .contact-shell { gap: 55px; }
  .about-section { gap: 55px; }
}

@media (max-width: 860px) {
  :root { --header-h: 76px; }
  .nav-toggle { display: block; position: relative; z-index: 60; }
  .nav-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle.active span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 55; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: rgba(8,8,8,.97); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .3s ease, transform .3s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { font: 500 32px/1.2 "Manrope", sans-serif; color: #fff; }
  .nav-cta { display: none; }
  .hero { padding-top: 132px; padding-bottom: 90px; }
  .hero::before { display: none; }
  .hero h1 { font-size: clamp(50px, 11vw, 78px); }
  .trust-row { flex-wrap: wrap; }
  .section { padding-block: 105px; }
  .product-card, .product-card-large, .product-card-wide { grid-column: span 12; min-height: 420px; }
  .product-card-large { min-height: 520px; }
  .services-section, .contact-section { border-radius: 50px 50px 0 0; }
  .services-shell, .about-section, .contact-shell { grid-template-columns: 1fr; }
  .services-copy { position: static; }
  .about-art { min-height: 520px; }
  .about-copy { order: -1; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { align-items: flex-start; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100vw - 28px); }
  .brand-copy strong { font-size: 14px; }
  .hero { padding-top: 118px; }
  .hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-intro { font-size: 16px; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-row { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 50px; }
  .hero-visual { min-height: 500px; }
  .orbital-frame { border-radius: 44% 56% 44% 56% / 57% 43% 57% 43%; }
  .bolt-core { width: 130px; }
  .floating-label { font-size: 9px; padding: 8px 10px; }
  .label-a { left: 4%; }
  .label-b { right: 4%; }
  .label-c { left: 8%; }
  .section { padding-block: 82px; }
  .section-heading h2, .services-copy h2, .about-copy h2, .quote-card h2, .contact-intro h2 { font-size: clamp(38px, 12vw, 53px); }
  .product-card, .product-card-large, .product-card-wide { min-height: 430px; padding: 22px; border-radius: 24px 50px 24px 24px; }
  .product-card-large { min-height: 500px; }
  .product-card-large .product-icon, .product-card .product-icon, .product-card-wide .product-icon { width: 122px; top: 62px; right: 28px; }
  .product-content h3 { font-size: 29px; }
  .services-section, .contact-section { border-radius: 38px 38px 0 0; }
  .service-row { grid-template-columns: 36px 1fr; }
  .service-symbol { display: none; }
  .about-art { min-height: 420px; }
  .about-bolt { width: 125px; }
  .quote-card { min-height: 520px; border-radius: 28px 65px 28px 28px; }
  .contact-form { padding: 25px 20px; border-radius: 24px 52px 24px 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { width: 52px; height: 52px; right: 15px; bottom: 15px; }
}

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