:root {
  --white: #ffffff;
  --surface: #f5f5f7;
  --surface-2: #ececef;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --blue: #0667d7;
  --blue-deep: #07439b;
  --dark: #101012;
  --green: #25d366;
  --shell: 1280px;
  --narrow: 960px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--white); }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
address { font-style: normal; }

.content-shell, .nav-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.narrow-shell { width: min(calc(100% - 48px), var(--narrow)); margin-inline: auto; }

.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; background: var(--ink); color: var(--white); padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 64px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  backdrop-filter: saturate(180%) blur(18px);
}
.nav-shell { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 680; letter-spacing: -.03em; white-space: nowrap; }
.brand img { width: 30px; height: 30px; object-fit: contain; border-radius: 8px; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); }
.desktop-nav a { font-size: 13px; color: #3b3b3d; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--blue); }
.nav-cta { font-size: 13px; font-weight: 580; background: var(--blue); color: var(--white); border-radius: 999px; padding: 8px 15px 9px; transition: background .2s ease, transform .2s ease; }
.nav-cta:hover { background: var(--blue-deep); transform: translateY(-1px); }
.mobile-nav { display: none; }

.kicker { margin: 0 0 18px; color: var(--blue); font-size: 13px; line-height: 1.2; font-weight: 650; letter-spacing: .02em; }
.kicker--light { color: #8ab9ff; }

.hero { padding: 102px 0 28px; overflow: hidden; }
.hero-copy { text-align: center; }
.hero h1, .inner-hero h1 {
  margin: 0 auto;
  font-size: clamp(48px, 7vw, 94px);
  line-height: .98;
  letter-spacing: -.066em;
  font-weight: 660;
  max-width: 1120px;
}
.hero-copy > p:not(.kicker) { margin: 30px auto 0; max-width: 740px; color: var(--muted); font-size: clamp(19px, 2vw, 24px); line-height: 1.42; letter-spacing: -.025em; }
.actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.actions--center { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 46px; padding: 0 21px; border-radius: 999px; background: var(--blue); color: var(--white); font-size: 15px; font-weight: 570; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--blue-deep); transform: translateY(-1px); }
.button--light { background: var(--white); color: var(--blue-deep); }
.button--light:hover { background: #edf4ff; }
.text-button { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-size: 16px; font-weight: 540; }
.text-button span { font-size: 23px; line-height: 1; transition: transform .2s ease; }
.text-button:hover span { transform: translateX(3px); }
.text-button--light { color: #a9ccff; }

.hero-stage { position: relative; height: min(650px, 52vw); min-height: 500px; margin-top: 86px; border-radius: 38px; overflow: hidden; background: var(--blue-deep); color: var(--white); }
.stage-meta { position: absolute; inset: 28px 34px auto; display: flex; justify-content: space-between; align-items: center; z-index: 2; font-size: 12px; font-weight: 620; letter-spacing: .02em; color: rgba(255,255,255,.72); }
.stage-message { position: absolute; left: clamp(34px, 6vw, 84px); bottom: clamp(42px, 6vw, 78px); z-index: 2; max-width: 690px; }
.stage-message > span { display: block; margin-bottom: 15px; color: #a9ccff; font-size: 14px; font-weight: 600; }
.stage-message h2 { margin: 0; font-size: clamp(58px, 8vw, 112px); line-height: .84; letter-spacing: -.07em; font-weight: 670; }
.stage-message p { margin: 28px 0 0; max-width: 520px; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.5vw, 21px); letter-spacing: -.02em; }
.stage-orbit { position: absolute; right: -4%; top: 50%; width: min(48vw, 620px); aspect-ratio: 1; transform: translateY(-50%); opacity: .48; }
.stage-orbit i { position: absolute; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transform: rotate(-28deg); }
.stage-orbit i:first-child { inset: 8% 0; }
.stage-orbit i:last-child { inset: 0 15%; transform: rotate(36deg); }
.stage-orbit::after { content: ""; position: absolute; width: 18px; height: 18px; left: 7%; top: 48%; background: var(--white); border-radius: 50%; }

.intro-statement { padding: 180px 0 164px; text-align: center; }
.intro-statement h2 { margin: 0; font-size: clamp(46px, 6vw, 80px); line-height: 1.02; letter-spacing: -.058em; font-weight: 650; }
.intro-statement p:last-child { margin: 32px auto 0; max-width: 760px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.5; letter-spacing: -.025em; }

.stories { display: grid; gap: 28px; padding-bottom: 28px; }
.story { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; min-height: 720px; border-radius: 38px; overflow: hidden; }
.story--support { background: var(--surface); }
.story--web { background: #eef4ff; }
.story--continuity { background: var(--dark); color: var(--white); }
.story-grid { min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 6vw, 100px); align-items: center; padding-block: 80px; }
.story-grid--reverse { grid-template-columns: 1.14fr .86fr; }
.story-copy { max-width: 500px; }
.story-copy h2 { margin: 0; font-size: clamp(44px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.058em; font-weight: 650; }
.story-copy > p:not(.kicker) { margin: 25px 0 28px; color: var(--muted); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.48; letter-spacing: -.023em; }
.story-copy--light > p:not(.kicker) { color: rgba(255,255,255,.66); }

.device-visual { align-self: end; justify-self: end; width: min(100%, 620px); padding-top: 20px; }
.device-screen { position: relative; aspect-ratio: 1.28; padding: clamp(26px, 4vw, 52px); background: #1a1a1c; border: 8px solid #0a0a0b; border-bottom-width: 28px; border-radius: 24px 24px 10px 10px; color: var(--white); overflow: hidden; }
.device-screen::after { content: ""; position: absolute; width: 7px; height: 7px; top: 9px; left: 50%; border-radius: 50%; background: #303034; }
.device-screen > span { display: block; color: #8ab9ff; font-size: 13px; font-weight: 600; }
.device-screen strong { display: block; max-width: 340px; margin-top: 22px; font-size: clamp(34px, 4vw, 58px); line-height: 1; letter-spacing: -.05em; }
.status-line { position: absolute; left: clamp(26px, 4vw, 52px); right: clamp(26px, 4vw, 52px); bottom: 60px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; }
.status-line i { width: 10px; height: 10px; border-radius: 50%; background: #33d17a; }
.status-line b { height: 5px; background: #2a2a2e; border-radius: 5px; overflow: hidden; }
.status-line b::after { content: ""; display: block; width: 76%; height: 100%; background: #33d17a; }
.device-screen small { position: absolute; left: clamp(26px, 4vw, 52px); bottom: 26px; color: #88888e; }
.device-base { width: 84%; height: 28px; margin: 0 auto; background: #bcbcc1; border-radius: 0 0 50% 50%; }

.browser-visual { border-radius: 24px; border: 1px solid #cbd9ef; background: var(--white); overflow: hidden; box-shadow: 0 26px 70px rgba(23, 53, 100, .12); transform: perspective(1200px) rotateY(4deg); }
.browser-top { height: 52px; display: flex; align-items: center; gap: 8px; padding: 0 18px; border-bottom: 1px solid #e0e7f2; }
.browser-top i { width: 9px; height: 9px; border-radius: 50%; background: #c9cfda; }
.browser-top span { margin-left: 14px; color: #9299a5; font-size: 12px; }
.browser-page { min-height: 440px; padding: clamp(42px, 6vw, 80px); background: var(--white); }
.browser-page > span { color: var(--blue); font-size: 12px; font-weight: 620; }
.browser-page strong { display: block; margin-top: 28px; font-size: clamp(38px, 4vw, 62px); line-height: .98; letter-spacing: -.055em; }
.browser-page i { display: block; width: 104px; height: 34px; margin-top: 40px; border-radius: 999px; background: var(--blue); }

.continuity-story-grid { min-height: 720px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(60px, 8vw, 140px); padding-block: 90px; }
.continuity-lines { border-top: 1px solid #3c3c40; }
.continuity-lines a { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 22px; min-height: 118px; border-bottom: 1px solid #3c3c40; transition: padding .25s ease, color .25s ease; }
.continuity-lines a:hover { padding-left: 10px; color: #a9ccff; }
.continuity-lines span { font-size: clamp(22px, 2.5vw, 34px); letter-spacing: -.035em; font-weight: 580; }
.continuity-lines small { color: #86868b; font-size: 13px; }
.continuity-lines a > span:last-child { font-size: 18px; }

.method-section { padding: 180px 0; }
.method-heading { text-align: center; }
.method-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: 1; letter-spacing: -.06em; font-weight: 650; }
.method-flow { margin-top: 88px; border-top: 1px solid var(--line); }
.method-flow article { display: grid; grid-template-columns: 100px minmax(220px, .7fr) 1fr; gap: 28px; align-items: baseline; padding: 34px 0 38px; border-bottom: 1px solid var(--line); }
.method-flow article > span { color: var(--blue); font-size: 13px; font-weight: 650; }
.method-flow h3 { margin: 0; font-size: clamp(24px, 2.5vw, 36px); letter-spacing: -.035em; font-weight: 590; }
.method-flow p { margin: 0; color: var(--muted); font-size: 18px; }

.local-section { background: var(--surface); padding: 150px 0; }
.local-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(70px, 10vw, 170px); align-items: end; }
.local-inner h2 { margin: 0; max-width: 700px; font-size: clamp(50px, 6.5vw, 88px); line-height: .98; letter-spacing: -.06em; font-weight: 650; }
.local-inner > div > p:last-child { margin: 30px 0 0; max-width: 650px; color: var(--muted); font-size: 20px; letter-spacing: -.02em; }
.local-inner address { border-top: 1px solid var(--line); }
.local-inner address a, .local-inner address div { display: flex; justify-content: space-between; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 520; }
.local-inner address span { color: var(--muted); font-size: 13px; font-weight: 500; }

.final-cta { background: var(--blue-deep); color: var(--white); padding: 150px 0; text-align: center; }
.final-cta-inner { max-width: 980px; }
.final-cta h2 { margin: 0; font-size: clamp(50px, 7vw, 92px); line-height: .98; letter-spacing: -.065em; font-weight: 650; }
.final-cta-inner > p:not(.kicker) { margin: 28px auto 0; max-width: 680px; color: rgba(255,255,255,.7); font-size: 20px; }

.site-footer { background: var(--surface); padding: 72px 0 26px; }
.footer-main { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 70px; }
.brand--footer { margin-bottom: 24px; }
.footer-intro p { max-width: 460px; color: var(--muted); font-size: 17px; }
.footer-main h2 { margin: 5px 0 18px; font-size: 12px; font-weight: 650; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 14px; }
.footer-main a:hover { color: var(--blue); }
.footer-base { margin-top: 64px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #86868b; font-size: 12px; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 15px; border-radius: 999px; background: #151517; color: var(--white); font-size: 13px; font-weight: 570; box-shadow: 0 8px 26px rgba(0,0,0,.18); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-2px); }
.whatsapp-float span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

.breadcrumb { padding-top: 34px; display: flex; align-items: center; gap: 9px; color: #86868b; font-size: 12px; }
.breadcrumb a:hover { color: var(--blue); }
.inner-hero { padding: 104px 0 112px; text-align: center; }
.inner-hero--compact { padding-bottom: 90px; }
.inner-hero-inner { max-width: 1080px; }
.inner-hero h1 { max-width: 1000px; }
.inner-lead { margin: 30px auto 0; max-width: 770px; color: var(--muted); font-size: clamp(19px, 2.2vw, 24px); line-height: 1.46; letter-spacing: -.025em; }

.service-object { padding-bottom: 30px; }
.service-object-inner { background: var(--surface); border-radius: 38px; padding: clamp(28px, 6vw, 80px); }
.object-display { position: relative; min-height: 520px; padding: 34px; border-radius: 28px; background: var(--dark); color: var(--white); overflow: hidden; display: flex; align-items: flex-end; }
.object-topline { position: absolute; inset: 25px 30px auto; display: flex; justify-content: space-between; color: #85858a; font-size: 12px; }
.object-display > strong { position: relative; z-index: 2; max-width: 900px; font-size: clamp(40px, 5.5vw, 76px); line-height: 1; letter-spacing: -.055em; font-weight: 630; }
.object-signal { position: absolute; right: 7%; top: 50%; width: 330px; height: 330px; transform: translateY(-50%); }
.object-signal i { position: absolute; border: 1px solid #404045; border-radius: 50%; }
.object-signal i:nth-child(1) { inset: 0; }
.object-signal i:nth-child(2) { inset: 21%; }
.object-signal i:nth-child(3) { inset: 43%; background: var(--blue); border: 0; }

.feature-section { padding: 150px 0; }
.section-heading--center { text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 80px); line-height: 1; letter-spacing: -.06em; font-weight: 650; }
.feature-flow { margin-top: 80px; border-top: 1px solid var(--line); }
.feature-flow article { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 38px 0 42px; border-bottom: 1px solid var(--line); }
.feature-flow article > span { color: var(--blue); font-size: 13px; font-weight: 650; padding-top: 9px; }
.feature-flow h3 { margin: 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.045em; font-weight: 600; }
.feature-flow p { margin: 12px 0 0; max-width: 760px; color: var(--muted); font-size: 19px; }

.included-section { background: var(--surface); padding: 135px 0; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 150px); align-items: center; }
.included-grid h2, .related-grid h2, .about-values h2 { margin: 0; font-size: clamp(44px, 5vw, 68px); line-height: 1.02; letter-spacing: -.056em; font-weight: 640; }
.included-grid > div > p:last-child { color: var(--muted); font-size: 19px; max-width: 540px; }
.included-grid ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.included-grid li { display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
.included-grid li span { color: var(--blue); }

.related-section { padding: 140px 0; }
.related-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 150px); align-items: start; }
.related-links { border-top: 1px solid var(--line); }
.related-links a { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); font-size: clamp(20px, 2vw, 28px); letter-spacing: -.03em; transition: color .2s ease, padding .2s ease; }
.related-links a:hover { color: var(--blue); padding-left: 8px; }

.service-gallery { padding-bottom: 28px; }
.service-gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.service-panel { min-height: 520px; border-radius: 34px; padding: clamp(30px, 4vw, 56px); display: flex; flex-direction: column; justify-content: space-between; transition: transform .35s var(--ease); }
.service-panel:hover { transform: translateY(-5px); }
.service-panel > span { font-size: 13px; font-weight: 650; opacity: .66; }
.service-panel h2 { margin: 0; max-width: 520px; font-size: clamp(38px, 4.4vw, 64px); line-height: 1; letter-spacing: -.055em; font-weight: 640; }
.service-panel p { margin: 20px 0 30px; max-width: 520px; font-size: 18px; opacity: .68; }
.service-panel b { font-size: 15px; font-weight: 580; }
.service-panel--light { background: var(--surface); }
.service-panel--dark { background: var(--dark); color: var(--white); }
.service-panel--blue { background: var(--blue-deep); color: var(--white); }

.continuity-section { margin: 0 auto 28px; width: min(calc(100% - 48px), var(--shell)); padding: 130px 0; border-radius: 38px; background: var(--dark); color: var(--white); }
.continuity-head h2 { margin: 0; max-width: 820px; font-size: clamp(46px, 6vw, 80px); line-height: 1; letter-spacing: -.06em; font-weight: 640; }
.continuity-list { margin-top: 70px; border-top: 1px solid #404045; }
.continuity-list article { display: grid; grid-template-columns: .7fr 1fr auto; gap: 40px; align-items: center; padding: 34px 0; border-bottom: 1px solid #404045; }
.continuity-list h3 { margin: 0; font-size: clamp(24px, 2.7vw, 38px); letter-spacing: -.04em; font-weight: 580; }
.continuity-list p { margin: 0; color: #a1a1a6; font-size: 17px; }
.continuity-list a { color: #8ab9ff; font-size: 14px; white-space: nowrap; }

.about-stage { padding-bottom: 28px; }
.about-stage-inner { min-height: 650px; padding: clamp(35px, 6vw, 80px); border-radius: 38px; background: var(--blue-deep); color: var(--white); display: flex; flex-direction: column; justify-content: space-between; }
.about-stage-inner > span { color: #a9ccff; font-size: 13px; font-weight: 650; }
.about-stage h2 { margin: 0; max-width: 1100px; font-size: clamp(48px, 6.5vw, 90px); line-height: .98; letter-spacing: -.064em; font-weight: 640; }
.about-values { padding: 150px 0; }
.about-values-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 160px); }
.about-values-grid > div:last-child { border-top: 1px solid var(--line); }
.about-values article { padding: 28px 0 32px; border-bottom: 1px solid var(--line); }
.about-values h3 { margin: 0; font-size: 28px; letter-spacing: -.035em; font-weight: 590; }
.about-values article p { margin: 10px 0 0; color: var(--muted); font-size: 18px; }
.local-proof { background: var(--surface); padding: 150px 0; text-align: center; }
.local-proof h2 { margin: 0; font-size: clamp(54px, 7vw, 92px); line-height: 1; letter-spacing: -.066em; font-weight: 650; }
.local-proof p:last-child { margin: 28px auto 0; max-width: 720px; color: var(--muted); font-size: 20px; }

.promo-stage { padding: 0 0 28px; }
.promo-stage-inner { min-height: 570px; padding: clamp(36px, 6vw, 78px); border-radius: 38px; background: var(--surface); display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.promo-stage h2 { margin: 18px 0 0; max-width: 720px; font-size: clamp(46px, 5.7vw, 78px); line-height: 1; letter-spacing: -.06em; font-weight: 640; }
.promo-stage-inner > div:first-child > span { color: var(--blue); font-size: 13px; font-weight: 650; }
.promo-stage-inner > div:last-child { border-top: 1px solid var(--line); }
.promo-stage-inner > div:last-child p { margin: 22px 0 5px; color: var(--muted); font-size: 12px; }
.promo-stage-inner > div:last-child a { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 20px; font-weight: 560; }

.contact-hero { padding: 110px 0 130px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 150px); }
.contact-grid h1 { margin: 0; max-width: 620px; font-size: clamp(50px, 6vw, 84px); line-height: .98; letter-spacing: -.064em; font-weight: 650; }
.contact-grid > div > p:not(.kicker) { max-width: 580px; color: var(--muted); font-size: 20px; }
.contact-grid address { margin-top: 58px; border-top: 1px solid var(--line); }
.contact-grid address a, .contact-grid address div { display: flex; justify-content: space-between; gap: 24px; padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
.contact-grid address span { color: var(--muted); font-size: 12px; }
.contact-form { align-self: start; background: var(--surface); border-radius: 30px; padding: clamp(28px, 4vw, 52px); display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; }
.contact-form label { display: grid; gap: 8px; color: #56565b; font-size: 12px; font-weight: 580; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #b9b9bf; border-radius: 0; outline: 0; background: transparent; color: var(--ink); padding: 10px 0 12px; font-size: 16px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 1px 0 var(--blue); }
.contact-form .form-wide, .contact-form button, .contact-form .form-note, .contact-form .form-status { grid-column: 1 / -1; }
.contact-form button { min-height: 48px; border: 0; border-radius: 999px; background: var(--blue); color: var(--white); cursor: pointer; font-weight: 580; transition: background .2s ease; }
.contact-form button:hover { background: var(--blue-deep); }
.form-note { margin: -8px 0 0; text-align: center; color: var(--muted); font-size: 12px; }
.form-status { min-height: 0; margin: -5px 0 0; text-align: center; font-size: 13px; }
.form-status:empty { display: none; }
.form-status.is-success { color: #167446; }
.form-status.is-error { color: #a72a2a; }
.trap { position: absolute !important; left: -10000px !important; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .inner-hero-inner { animation: enter .75s var(--ease) both; }
  .hero-stage { animation: stage-enter .9s .12s var(--ease) both; }
  @keyframes enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
  @keyframes stage-enter { from { opacity: 0; transform: translateY(24px) scale(.985); } to { opacity: 1; transform: none; } }
  @supports (animation-timeline: view()) {
    .intro-statement > div, .story-copy, .device-visual, .browser-visual, .method-heading, .local-inner, .feature-flow article, .about-values article {
      animation: reveal-view linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 32%;
    }
    @keyframes reveal-view { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
  }
}

@media (max-width: 1020px) {
  .desktop-nav, .nav-cta { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary i { display: block; width: 20px; height: 1px; background: var(--ink); transition: transform .2s ease; }
  .mobile-nav[open] summary i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .mobile-nav[open] summary i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav nav { position: fixed; inset: 64px 0 auto; padding: 24px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); display: grid; }
  .mobile-nav nav a { padding: 13px 0; font-size: 18px; border-bottom: 1px solid #ececef; }
  .mobile-nav nav .mobile-contact { margin-top: 16px; border: 0; border-radius: 999px; padding: 13px 18px; background: var(--blue); color: var(--white); text-align: center; }
  .hero-stage { height: 640px; }
  .stage-orbit { right: -22%; width: 650px; }
  .story-grid, .story-grid--reverse, .continuity-story-grid { grid-template-columns: 1fr; padding-block: 75px; }
  .story-grid--reverse .browser-visual { order: 2; }
  .story-grid--reverse .story-copy { order: 1; }
  .story-copy { max-width: 680px; }
  .device-visual { justify-self: center; }
  .browser-visual { transform: none; }
  .method-flow article { grid-template-columns: 60px .8fr 1fr; }
  .local-inner, .included-grid, .related-grid, .about-values-grid, .promo-stage-inner, .contact-grid { grid-template-columns: 1fr; }
  .local-inner { align-items: start; }
  .service-gallery-grid { grid-template-columns: 1fr; }
  .service-panel { min-height: 460px; }
  .continuity-list article { grid-template-columns: .75fr 1fr; }
  .continuity-list a { grid-column: 2; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .content-shell, .nav-shell, .narrow-shell { width: min(calc(100% - 32px), var(--shell)); }
  .site-header { height: 58px; }
  .mobile-nav nav { top: 58px; }
  .hero { padding-top: 74px; }
  .hero h1, .inner-hero h1 { font-size: clamp(45px, 13vw, 66px); }
  .hero-copy > p:not(.kicker), .inner-lead { font-size: 18px; }
  .actions { flex-direction: column; gap: 15px; }
  .button { width: 100%; max-width: 320px; }
  .hero-stage, .story, .continuity-section, .about-stage-inner, .promo-stage-inner { width: calc(100% - 24px); border-radius: 26px; }
  .hero-stage { width: calc(100% - 24px); min-height: 580px; height: 76vh; margin-top: 64px; }
  .stage-meta { inset: 22px 22px auto; }
  .stage-message { left: 24px; right: 24px; bottom: 36px; }
  .stage-message h2 { font-size: clamp(60px, 19vw, 90px); }
  .stage-orbit { right: -75%; top: 30%; width: 580px; }
  .intro-statement { padding: 120px 0; }
  .intro-statement h2 { font-size: 48px; }
  .story { min-height: auto; }
  .story-grid, .story-grid--reverse, .continuity-story-grid { min-height: auto; padding-block: 62px; gap: 55px; }
  .story-copy h2 { font-size: 49px; }
  .device-screen { min-height: 390px; }
  .browser-page { min-height: 380px; padding: 42px 28px; }
  .continuity-lines a { grid-template-columns: 1fr auto; min-height: 96px; }
  .continuity-lines small { display: none; }
  .method-section, .feature-section, .about-values { padding: 110px 0; }
  .method-heading h2, .section-heading h2 { font-size: 50px; }
  .method-flow { margin-top: 56px; }
  .method-flow article { grid-template-columns: 42px 1fr; gap: 14px; padding: 26px 0 30px; }
  .method-flow p { grid-column: 2; font-size: 16px; }
  .local-section, .included-section, .local-proof { padding: 110px 0; }
  .local-inner { gap: 60px; }
  .local-inner h2 { font-size: 54px; }
  .local-inner address a, .local-inner address div { display: grid; gap: 5px; }
  .final-cta { padding: 110px 0; }
  .final-cta h2 { font-size: 54px; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }
  .footer-intro { grid-column: auto; }
  .footer-base { display: grid; gap: 6px; }
  .whatsapp-float { right: 12px; bottom: 12px; }
  .breadcrumb { padding-top: 22px; }
  .inner-hero { padding: 76px 0 88px; }
  .service-object-inner { width: calc(100% - 24px); border-radius: 26px; padding: 12px; }
  .object-display { min-height: 500px; border-radius: 20px; padding: 24px; }
  .object-display > strong { font-size: 42px; }
  .object-signal { width: 280px; height: 280px; right: -27%; top: 30%; }
  .feature-flow { margin-top: 55px; }
  .feature-flow article { grid-template-columns: 42px 1fr; gap: 10px; }
  .feature-flow h3 { font-size: 29px; }
  .feature-flow p { font-size: 17px; }
  .included-grid, .related-grid { gap: 58px; }
  .included-grid h2, .related-grid h2, .about-values h2 { font-size: 48px; }
  .service-gallery-grid { width: calc(100% - 24px); gap: 14px; }
  .service-panel { min-height: 440px; border-radius: 26px; }
  .service-panel h2 { font-size: 46px; }
  .continuity-section { padding: 90px 0; }
  .continuity-head h2 { font-size: 49px; }
  .continuity-list article { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  .continuity-list a { grid-column: auto; margin-top: 10px; }
  .about-stage-inner { min-height: 580px; }
  .about-stage h2 { font-size: 50px; }
  .promo-stage-inner { min-height: 620px; gap: 65px; }
  .promo-stage h2 { font-size: 50px; }
  .contact-hero { padding: 76px 0 100px; }
  .contact-grid { gap: 65px; }
  .contact-grid h1 { font-size: 52px; }
  .contact-form { grid-template-columns: 1fr; border-radius: 24px; }
  .contact-form .form-wide, .contact-form button, .contact-form .form-note, .contact-form .form-status { grid-column: auto; }
}

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

:focus-visible { outline: 3px solid rgba(6,103,215,.38); outline-offset: 4px; }

/* INSINET V3 — dirección sobria, sin cards genéricas ni recursos “tech”. */
.hero { padding: 132px 0 128px; }
.hero-copy { max-width: 1080px; }
.hero-copy .kicker { margin-bottom: 22px; }

.decision-section {
  padding: 142px 0 150px;
  background: #084d9e;
  color: var(--white);
}
.decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: start;
}
.decision-copy h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(46px, 5.5vw, 76px);
  line-height: 1.02;
  letter-spacing: -.058em;
  font-weight: 640;
}
.decision-copy > p:last-child {
  margin: 30px 0 0;
  max-width: 630px;
  color: rgba(255,255,255,.7);
  font-size: 19px;
  letter-spacing: -.02em;
}
.decision-sequence { border-top: 1px solid rgba(255,255,255,.3); }
.decision-sequence > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 25px 0 27px;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.decision-sequence span { padding-top: 4px; color: #a9ccff; font-size: 12px; font-weight: 650; }
.decision-sequence strong { display: block; font-size: 23px; letter-spacing: -.025em; font-weight: 590; }
.decision-sequence p { margin: 7px 0 0; color: rgba(255,255,255,.67); font-size: 15px; }

.service-feature { padding: 164px 0; }
.service-feature--support { background: var(--surface); }
.service-feature--web { background: var(--white); }
.service-feature--continuity { background: var(--dark); color: var(--white); }
.service-feature-grid,
.continuity-story-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(72px, 10vw, 150px);
  align-items: center;
}
.service-feature-grid--reverse { grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); }
.service-feature .story-copy { max-width: 540px; }
.service-feature .story-copy h2 { font-size: clamp(48px, 5.3vw, 76px); }

.evidence-label {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .02em;
}
.service-evidence dl { margin: 0; border-top: 1px solid var(--line); }
.service-evidence dl > div {
  display: grid;
  grid-template-columns: minmax(130px, .42fr) 1fr;
  gap: 28px;
  align-items: baseline;
  padding: 24px 0 26px;
  border-bottom: 1px solid var(--line);
}
.service-evidence dt { font-size: clamp(20px, 2vw, 28px); letter-spacing: -.03em; font-weight: 590; }
.service-evidence dd { margin: 0; color: var(--muted); font-size: 16px; }

.web-structure { border-top: 1px solid var(--line); }
.web-structure > .evidence-label { padding-top: 22px; }
.web-structure > div {
  display: grid;
  grid-template-columns: 45px minmax(150px, .55fr) 1fr;
  gap: 22px;
  align-items: baseline;
  padding: 25px 0 28px;
  border-bottom: 1px solid var(--line);
}
.web-structure > div > span { color: var(--blue); font-size: 12px; font-weight: 650; }
.web-structure strong { font-size: clamp(22px, 2.4vw, 32px); letter-spacing: -.035em; font-weight: 590; }
.web-structure > div > p { margin: 0; color: var(--muted); font-size: 16px; }

.service-feature--continuity .continuity-lines { border-color: #404045; }
.service-feature--continuity .continuity-lines a { border-color: #404045; }
.service-feature--continuity .continuity-lines small { color: #99999f; }

/* Las páginas internas usan superficies planas y contenido real, no pantallas falsas. */
.service-object { padding: 0; background: var(--surface); }
.service-object-inner { background: transparent; border-radius: 0; padding: 0; }
.object-display {
  min-height: 470px;
  padding: 110px 0 76px;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  overflow: visible;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.object-display::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 92px;
  transform: translateY(-50%);
  background: var(--blue);
}
.object-topline { inset: 25px 0 auto; color: var(--muted); }
.object-display > strong { max-width: 1080px; padding-left: clamp(34px, 5vw, 72px); font-size: clamp(42px, 5.4vw, 74px); }
.object-signal { display: none; }

/* Índice de servicios: una pieza continua, sin mosaico de tarjetas. */
.service-gallery { padding: 0 0 110px; }
.service-gallery-grid { display: block; border-top: 1px solid var(--line); }
.service-panel,
.service-panel--light,
.service-panel--dark,
.service-panel--blue {
  min-height: 0;
  border-radius: 0;
  padding: 39px 0 42px;
  background: var(--white);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 74px 1fr 28px;
  gap: 20px;
  align-items: center;
  transform: none;
}
.service-panel::after { content: "↗"; color: var(--blue); font-size: 18px; }
.service-panel:hover { transform: none; }
.service-panel:hover h2 { color: var(--blue); }
.service-panel > span { align-self: start; padding-top: 7px; color: var(--blue); opacity: 1; }
.service-panel > div { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(300px, 1.15fr) auto; gap: 42px; align-items: center; }
.service-panel h2 { margin: 0; font-size: clamp(31px, 3.5vw, 48px); transition: color .2s ease; }
.service-panel p { margin: 0; max-width: 580px; color: var(--muted); opacity: 1; }
.service-panel b { color: var(--blue); white-space: nowrap; }

.continuity-section { width: 100%; margin: 0; border-radius: 0; }
.about-stage-inner,
.promo-stage-inner { border-radius: 0; }
.contact-form { border-radius: 14px; }

/* WhatsApp usa el SVG oficial; Diego ocupa el control flotante. */
.whatsapp-float { display: none !important; }
.whatsapp-action { display: inline-flex; align-items: center; gap: 9px; }
.whatsapp-action > .whatsapp-icon { flex: 0 0 auto; width: 20px; height: 20px; object-fit: contain; }
.nav-cta.whatsapp-action > .whatsapp-icon { width: 17px; height: 17px; }
.text-button.whatsapp-action > .whatsapp-icon { width: 19px; height: 19px; }
.mobile-contact.whatsapp-action { display: flex; justify-content: center; }

.diego-launch {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 320;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 62px;
  padding: 8px 16px 8px 9px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 19px;
  background: rgba(255,255,255,.97);
  color: var(--ink);
  box-shadow: 0 14px 44px rgba(0,0,0,.16);
  cursor: pointer;
  text-align: left;
  transition: transform .2s ease, box-shadow .2s ease;
}
.diego-launch:hover { transform: translateY(-2px); box-shadow: 0 18px 52px rgba(0,0,0,.2); }
.diego-launch-avatar,
.diego-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--blue);
  color: var(--white);
  font-size: 17px;
  font-weight: 680;
  letter-spacing: -.03em;
}
.diego-launch-copy { display: grid; line-height: 1.16; }
.diego-launch-copy small { color: var(--muted); font-size: 10px; font-weight: 560; }
.diego-launch-copy strong { margin-top: 3px; font-size: 13px; font-weight: 620; white-space: nowrap; }

.diego-panel {
  position: fixed;
  right: 20px;
  bottom: 96px;
  z-index: 330;
  width: min(400px, calc(100vw - 28px));
  height: min(650px, calc(100dvh - 118px));
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 24px 80px rgba(0,0,0,.24);
  transform-origin: bottom right;
}
.diego-panel[hidden] { display: none; }
.diego-panel.is-opening { animation: diego-open .28s var(--ease) both; }
@keyframes diego-open { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: none; } }
.diego-header { display: flex; align-items: center; gap: 11px; padding: 15px 16px; border-bottom: 1px solid #e7e7ea; }
.diego-avatar { width: 40px; height: 40px; border-radius: 12px; font-size: 15px; }
.diego-identity { display: grid; min-width: 0; line-height: 1.2; }
.diego-identity strong { font-size: 15px; font-weight: 640; }
.diego-identity span { display: inline-flex; align-items: center; gap: 6px; margin-top: 3px; color: var(--muted); font-size: 11px; }
.diego-identity span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #23a55a; }
.diego-close { margin-left: auto; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--surface); color: var(--ink); cursor: pointer; font-size: 20px; }
.diego-messages { overflow-y: auto; padding: 18px 16px 10px; scroll-behavior: smooth; }
.diego-message { width: fit-content; max-width: 88%; margin: 0 0 11px; padding: 11px 13px; border-radius: 15px; font-size: 14px; line-height: 1.42; }
.diego-message p { margin: 0; }
.diego-message p + p { margin-top: 8px; }
.diego-message--assistant { background: var(--surface); border-top-left-radius: 5px; }
.diego-message--user { margin-left: auto; background: var(--blue); color: var(--white); border-top-right-radius: 5px; }
.diego-message--typing { display: flex; gap: 4px; padding-block: 15px; }
.diego-message--typing i { width: 5px; height: 5px; border-radius: 50%; background: #85858a; animation: diego-dot 1s infinite alternate; }
.diego-message--typing i:nth-child(2) { animation-delay: .18s; }
.diego-message--typing i:nth-child(3) { animation-delay: .36s; }
@keyframes diego-dot { to { opacity: .28; transform: translateY(-2px); } }
.diego-transfer { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: #11633c; font-weight: 620; }
.diego-transfer img { width: 21px; height: 21px; }
.diego-quick { display: flex; gap: 7px; overflow-x: auto; padding: 8px 16px 12px; scrollbar-width: none; }
.diego-quick::-webkit-scrollbar { display: none; }
.diego-quick button { flex: 0 0 auto; border: 1px solid #cfcfd4; border-radius: 999px; background: var(--white); color: #3a3a3c; padding: 8px 11px; cursor: pointer; font-size: 12px; }
.diego-quick button:hover { border-color: var(--blue); color: var(--blue); }
.diego-form { display: grid; grid-template-columns: 1fr 42px; gap: 8px; padding: 10px 12px 8px; border-top: 1px solid #e7e7ea; background: var(--white); }
.diego-form textarea { min-height: 42px; max-height: 112px; resize: none; border: 1px solid #d1d1d6; border-radius: 14px; outline: 0; padding: 10px 12px; line-height: 1.35; font-size: 14px; }
.diego-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(6,103,215,.12); }
.diego-send { width: 42px; height: 42px; border: 0; border-radius: 13px; background: var(--blue); color: var(--white); cursor: pointer; font-size: 18px; }
.diego-disclaimer { grid-column: 1 / -1; margin: 0; color: #85858a; text-align: center; font-size: 9px; }

@media (max-width: 1020px) {
  .decision-grid,
  .service-feature-grid,
  .service-feature-grid--reverse,
  .continuity-story-grid { grid-template-columns: 1fr; }
  .decision-copy { max-width: 780px; }
  .service-feature-grid--reverse .web-structure { order: 2; }
  .service-feature-grid--reverse .story-copy { order: 1; }
  .service-panel > div { grid-template-columns: 1fr; gap: 12px; }
  .service-panel b { margin-top: 6px; }
}

@media (max-width: 680px) {
  .hero { padding: 80px 0 88px; }
  .decision-section,
  .service-feature { padding: 100px 0; }
  .decision-grid,
  .service-feature-grid,
  .continuity-story-grid { gap: 62px; }
  .decision-copy h2 { font-size: 48px; }
  .decision-copy > p:last-child { font-size: 17px; }
  .service-evidence dl > div { grid-template-columns: 1fr; gap: 7px; padding: 21px 0; }
  .web-structure > div { grid-template-columns: 35px 1fr; gap: 8px 14px; }
  .web-structure > div > p { grid-column: 2; }
  .object-display { min-height: 420px; padding: 92px 0 62px; }
  .object-display::before { height: 70px; }
  .object-display > strong { padding-left: 25px; font-size: 40px; }
  .object-topline { inset: 22px 0 auto; }
  .service-gallery { padding-bottom: 78px; }
  .service-gallery-grid { width: min(calc(100% - 32px), var(--shell)); }
  .service-panel,
  .service-panel--light,
  .service-panel--dark,
  .service-panel--blue { grid-template-columns: 38px 1fr 20px; gap: 10px; padding: 29px 0 32px; }
  .service-panel h2 { font-size: 31px; }
  .service-panel p { font-size: 15px; }
  .service-panel b { font-size: 13px; }
  .about-stage-inner,
  .promo-stage-inner { width: calc(100% - 24px); }
  .diego-launch { right: 12px; bottom: 12px; min-height: 56px; padding: 7px 12px 7px 7px; border-radius: 17px; }
  .diego-launch-avatar { width: 42px; height: 42px; }
  .diego-launch-copy strong { font-size: 12px; }
  .diego-panel { right: 0; bottom: 0; width: 100%; height: min(78dvh, 700px); border-width: 1px 0 0; border-radius: 24px 24px 0 0; transform-origin: bottom center; }
}

@media (max-width: 390px) {
  .diego-launch-copy small { display: none; }
  .diego-launch-copy strong { max-width: 126px; white-space: normal; }
}
