@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --ink: #061426;
  --deep: #071a3d;
  --blue: #1f67ff;
  --ice: #e9f0ff;
  --line: rgba(9, 33, 73, .16);
  --muted: #50627d;
  --paper: #f7f9fd;
  --lime: #b8ff5e;
  --shadow: 0 24px 68px rgba(4, 18, 48, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #fff; background: var(--blue); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.topbar { position: absolute; z-index: 5; top: 0; left: 0; width: 100%; color: #fff; }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 800 16px/1 'Manrope', sans-serif; letter-spacing: -.04em; }
.brand img { width: 25px; height: 30px; object-fit: contain; }
.nav-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid rgba(255,255,255,.48); padding: 8px 0; color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-link svg { width: 16px; height: 16px; }

.hero { position: relative; min-height: 745px; isolation: isolate; color: #fff; background: var(--deep); overflow: hidden; display: flex; align-items: flex-end; }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .76; background: radial-gradient(circle at 77% 44%, rgba(31,103,255,.8), transparent 24%), radial-gradient(circle at 58% 100%, #184ee0 0, transparent 36%), linear-gradient(120deg, #061426 13%, #071a3d 60%, #102b61); z-index: -2; }
.hero::after { content: ''; position: absolute; width: 75vw; height: 75vw; right: -38vw; bottom: -40vw; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.035), 0 0 0 108px rgba(255,255,255,.025); z-index: -1; }
.hero-inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 174px 0 82px; display: grid; grid-template-columns: minmax(0, 720px) 1fr; align-items: end; }
.hero-copy { max-width: 730px; }
.hero h1, .section-title { margin: 0; font-family: 'Manrope', sans-serif; letter-spacing: -.065em; font-weight: 800; }
.hero h1 { max-width: 760px; font-size: clamp(50px, 7.3vw, 106px); line-height: .95; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 495px; margin: 29px 0 0; color: #d7e2ff; font-size: 19px; line-height: 1.48; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 14px; background: var(--lime); color: var(--ink); font: 800 14px/1 'Manrope', sans-serif; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(184,255,94,.26); }
.button svg { width: 18px; height: 18px; }
.fineprint { margin: 0; color: #b6c9f2; font-size: 12px; }
.hero-index { align-self: end; justify-self: end; padding-bottom: 11px; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(255,255,255,.56); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.trust { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; }
.trust-item { padding: 27px 28px 28px 0; min-height: 116px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-item + .trust-item { padding-left: 28px; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { font: 800 clamp(20px, 2.2vw, 28px)/1.05 'Manrope', sans-serif; letter-spacing: -.05em; }
.trust-item span { margin-top: 8px; color: var(--muted); font-size: 14px; }

.intro { padding: 145px 0 136px; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(60px, 11vw, 180px); }
.section-title { font-size: clamp(38px, 4.5vw, 67px); line-height: .99; }
.intro-copy { margin: 25px 0 0; max-width: 520px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.local-search-copy { max-width: 520px; margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.service-list { border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.service h3 { margin: 0; font: 700 23px/1.15 'Manrope', sans-serif; letter-spacing: -.045em; }
.service-detail { color: var(--muted); font-size: 14px; text-align: right; }

.repair-lab { color: #fff; background: #07152f; }
.video-showcase { min-height: 0; padding: 74px 24px; display: grid; place-items: center; }
.video-loop-shell { width: min(510px, 100%); aspect-ratio: 35 / 47; overflow: hidden; border: 1px solid rgba(184,255,94,.48); border-radius: 30px; background: #fff; box-shadow: 0 28px 64px rgba(0,0,0,.35); }
.video-loop-shell .repair-video { display: block; width: 100%; height: 100%; object-fit: cover; }
.lab-sticky { min-height: 410vh; position: relative; }
.lab-stage { position: sticky; top: 0; height: 100vh; min-height: 640px; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 480px); align-items: center; gap: 30px; }
.lab-copy { padding-left: max(24px, calc((100vw - 1180px) / 2)); }
.lab-copy .section-title { max-width: 530px; }
.lab-copy p { max-width: 440px; margin: 24px 0 0; color: #bcd0f6; font-size: 17px; line-height: 1.55; }
.repair-steps { list-style: none; padding: 0; margin: 39px 0 0; display: grid; gap: 13px; }
.repair-steps li { display: flex; align-items: center; gap: 11px; color: #c4d4f5; font-size: 14px; }
.repair-steps i { width: 9px; height: 9px; display: block; border-radius: 50%; background: #45608e; transition: background .25s ease, box-shadow .25s ease; }
.repair-steps li.is-active { color: #fff; font-weight: 700; }
.repair-steps li.is-active i { background: var(--lime); box-shadow: 0 0 0 6px rgba(184,255,94,.12); }
.device-field { position: relative; width: min(480px, 48vw); height: min(630px, 74vh); justify-self: center; }
.device-field::before { content: ''; position: absolute; width: 85%; height: 17%; left: 8%; bottom: 5%; border-radius: 50%; background: rgba(31,103,255,.42); filter: blur(42px); }
.video-field { display: grid; place-items: center; isolation: isolate; overflow: hidden; border: 1px solid rgba(184,255,94,.48); border-radius: 30px; background: #fff; box-shadow: 0 28px 64px rgba(0,0,0,.35); }
.repair-video { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.device { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.device .part { transform-box: fill-box; transform-origin: center; transition: transform .12s linear, opacity .12s linear; }
.device .cover { transform: translate(calc(var(--explode) * -72px), calc(var(--explode) * 16px)); }
.device .screen { transform: translate(calc(var(--explode) * 70px), calc(var(--explode) * -20px)); }
.device .battery { transform: translate(calc(var(--explode) * 110px), calc(var(--explode) * 30px)); }
.device .board { transform: translate(calc(var(--explode) * -118px), calc(var(--explode) * -40px)); }
.device .camera { transform: translate(calc(var(--explode) * -145px), calc(var(--explode) * 50px)); }
.device .frame { transform: translateY(calc(var(--explode) * 3px)); }
.device .tool { opacity: calc(.2 + var(--repair) * .8); transform: translate(calc((1 - var(--repair)) * 68px), calc((1 - var(--repair)) * -56px)) rotate(calc((1 - var(--repair)) * -16deg)); transform-box: fill-box; transform-origin: center; }
.device .scan { opacity: calc(.12 + var(--repair) * .5); }
.device-label { position: absolute; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.label-screen { top: 22%; right: -2%; }.label-battery { top: 53%; right: -7%; }.label-board { top: 37%; left: -13%; }
.device-label::after { content: ''; display: block; width: 46px; height: 1px; margin-top: 7px; background: var(--lime); }.label-board::after { margin-left: auto; }

.locations { padding: 140px 0; background: #fff; }
.locations-head { max-width: 650px; }
.locations-head p { max-width: 560px; margin: 23px 0 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 68px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location { min-height: 260px; padding: 39px 48px 35px 0; display: flex; flex-direction: column; align-items: flex-start; }
.location + .location { padding-left: 48px; border-left: 1px solid var(--line); }
.location strong { color: var(--blue); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.location h3 { margin: 14px 0 10px; font: 700 clamp(26px, 2.7vw, 38px)/1 'Manrope', sans-serif; letter-spacing: -.06em; }
.location address { max-width: 370px; color: var(--muted); font-size: 15px; line-height: 1.5; font-style: normal; }
.map-link { margin-top: auto; padding-top: 26px; display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 14px; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }.map-link svg { width: 15px; height: 15px; }.map-link:hover { color: var(--blue); border-color: var(--blue); }

.closing { position: relative; padding: 122px 0 104px; color: #fff; overflow: hidden; background: #0d3ca4; }
.closing::after { content: ''; position: absolute; width: 610px; height: 610px; right: -90px; top: -440px; border: 90px solid rgba(184,255,94,.15); border-radius: 50%; }
.closing .shell { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 38px; }.closing .section-title { max-width: 770px; font-size: clamp(44px, 5.7vw, 82px); }.closing p { margin: 23px 0 0; color: #dbe6ff; font-size: 18px; }.closing .button { flex-shrink: 0; }
.footer { padding: 32px 0; color: #c9d4ed; background: #061426; }.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 12px; }.footer-brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; font: 800 14px/1 'Manrope', sans-serif; letter-spacing: -.04em; }.footer-brand img { width: 20px; height: 24px; }.footer-credit { color: #fff; font-weight: 700; }.footer a { text-decoration: none; color: inherit; }.footer a:hover { color: var(--lime); }
.floating-whatsapp { position: fixed; z-index: 8; right: 23px; bottom: 23px; width: 55px; height: 55px; display: grid; place-items: center; border-radius: 17px; background: var(--lime); color: var(--ink); box-shadow: 0 13px 32px rgba(5,18,46,.25); transition: transform .2s ease; }.floating-whatsapp:hover { transform: translateY(-3px); }.floating-whatsapp svg { width: 25px; height: 25px; }

@media (max-width: 760px) {
  .shell, .hero-inner { width: min(100% - 40px, 580px); }.nav { min-height: 76px; }.nav-link { font-size: 0; border: 0; }.nav-link svg { width: 21px; height: 21px; }.hero { min-height: 685px; }.hero-inner { padding-top: 142px; padding-bottom: 64px; display: block; }.hero h1 { font-size: clamp(48px, 14vw, 70px); }.hero-lede { font-size: 17px; }.hero-index { display: none; }.trust-grid { grid-template-columns: 1fr; }.trust-item, .trust-item + .trust-item { min-height: auto; padding: 21px 0; border-right: 0; border-bottom: 1px solid var(--line); }.trust-item:last-child { border-bottom: 0; }.intro { padding: 88px 0; }.intro-grid { grid-template-columns: 1fr; gap: 48px; }.section-title { font-size: 43px; }.service { grid-template-columns: 1fr; gap: 10px; }.service-detail { grid-column: 1; text-align: left; }.service h3 { font-size: 21px; }.video-showcase { padding: 44px 20px; }.video-loop-shell { width: min(390px, 100%); border-radius: 24px; }.lab-sticky { min-height: 330vh; }.lab-stage { min-height: 670px; height: 100svh; display: flex; flex-direction: column; justify-content: center; gap: 13px; }.lab-copy { width: min(100% - 40px, 580px); padding: 0; }.lab-copy .section-title { font-size: 39px; }.lab-copy p { margin-top: 14px; font-size: 15px; }.repair-steps { display: none; }.device-field { width: min(390px, 88vw); height: 410px; }.device-label { font-size: 9px; }.label-screen { right: -1%; }.label-battery { right: -7%; }.label-board { left: -4%; }.locations { padding: 88px 0; }.location-grid { grid-template-columns: 1fr; margin-top: 44px; }.location, .location + .location { min-height: 230px; padding: 32px 0; border-left: 0; }.location + .location { border-top: 1px solid var(--line); }.closing { padding: 85px 0; }.closing .shell { display: block; }.closing .button { margin-top: 34px; }.footer-row { align-items: flex-start; flex-direction: column; }.floating-whatsapp { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }.lab-sticky { min-height: auto; }.lab-stage { position: relative; height: auto; min-height: 0; padding: 92px 0; }.device .cover, .device .screen, .device .battery, .device .board, .device .camera { transform: none; }.device .tool { opacity: 1; transform: none; } }
