:root {
  --navy-950: #071f2b;
  --navy-900: #0b3044;
  --navy-850: #0f405a;
  --navy-800: #133f57;
  --navy-700: #215874;
  --cyan-500: #2db8ff;
  --cyan-400: #53c8ff;
  --cyan-300: #9adfff;
  --cyan-200: #d7f3ff;
  --surface: #f5f8fb;
  --surface-2: #ecf4fa;
  --text: #173343;
  --muted: #617989;
  --white: #ffffff;
  --coral: #ff6f59;
  --coral-strong: #ff5b4a;
  --border: #dce8ef;
  --shadow: 0 18px 40px rgba(10, 47, 68, .10);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.section { padding: 88px 0; }
.skip-link {
  position: absolute; left: -9999px; top: 0;
}
.skip-link:focus {
  left: 12px; top: 12px; z-index: 2000; padding: 10px 14px;
  background: var(--white); border-radius: 8px;
}

.topline {
  background: linear-gradient(90deg, #23b4ea, #2eb8ff);
  color: var(--white);
  font-size: 12px; font-weight: 700;
}
.topline__inner {
  min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.topline a { opacity: .95; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.93); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(17, 66, 90, .07);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 30px rgba(9, 40, 57, .08); }
.header__inner {
  min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand img { width: 110px; }
.main-nav {
  display: flex; align-items: center; gap: 28px; margin-left: auto; margin-right: 16px;
}
.main-nav a {
  font-size: 14px; font-weight: 700; color: #24475d; position: relative;
}
.main-nav a::after {
  content: ''; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px;
  background: var(--cyan-500); transform: scaleX(0); transform-origin: left; transition: transform .2s ease;
}
.main-nav a:hover::after { transform: scaleX(1); }
.menu-toggle {
  display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 0; cursor: pointer;
}
.menu-toggle span {
  display: block; width: 24px; height: 2px; background: var(--navy-900); margin: 5px auto; border-radius: 999px;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 22px; border-radius: 14px; font-weight: 800; font-size: 14px;
  border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--header {
  min-height: 46px; background: var(--navy-900); color: var(--white); box-shadow: 0 10px 20px rgba(13, 49, 69, .12);
}
.btn--primary {
  background: linear-gradient(135deg, var(--cyan-500), #40ccff);
  color: var(--white);
  box-shadow: 0 14px 26px rgba(45, 184, 255, .25);
}
.btn--outline {
  background: var(--white); color: var(--navy-900); border-color: #b8d4e2;
}
.btn--ghost-light {
  background: transparent; color: var(--white); border-color: rgba(255,255,255,.35);
}
.btn--glass {
  background: rgba(255,255,255,.11); color: var(--white); border-color: rgba(255,255,255,.18); backdrop-filter: blur(8px);
}
.btn--full { width: 100%; }

.section-dark {
  position: relative;
  background: radial-gradient(circle at 78% 18%, rgba(45,184,255,.18), transparent 18%),
              radial-gradient(circle at 88% 50%, rgba(45,184,255,.08), transparent 22%),
              linear-gradient(120deg, var(--navy-950), var(--navy-900) 45%, #08283b 100%);
  color: var(--white);
  padding: 34px 0 64px;
  overflow: hidden;
}
.hero__mesh {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 34px 34px; opacity: .25; pointer-events: none;
}
.hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center;
  padding: 48px 0 34px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--cyan-500); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
}
.eyebrow span {
  width: 26px; height: 2px; background: currentColor; border-radius: 999px;
}
.eyebrow--light { color: var(--cyan-300); }
.hero__copy h1,
.section-heading h2,
.showcase__intro h2,
.banner-cta h2,
.contact__copy h2,
.faq__intro h2 { margin: 14px 0 0; line-height: .98; letter-spacing: -.045em; }
.hero__copy h1 { font-size: clamp(42px, 5vw, 74px); max-width: 740px; }
.hero__copy h1 strong,
.section-heading h2 strong,
.showcase__intro h2 strong,
.banner-cta h2 strong,
.contact__copy h2 strong,
.faq__intro h2 strong { color: var(--cyan-500); }
.hero__lead {
  margin: 22px 0 0; max-width: 620px; color: #d0e0e8; font-size: 18px;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero__bullets {
  display: flex; flex-wrap: wrap; gap: 14px 18px; margin-top: 24px; color: #d9e8ef; font-size: 14px; font-weight: 700;
}
.hero__bullets span::before { content: '•'; color: var(--cyan-400); margin-right: 8px; }
.brand-row {
  display: flex; flex-wrap: wrap; gap: 16px 22px; margin-top: 28px; color: rgba(255,255,255,.76); font-weight: 700; font-size: 14px;
}
.hero__visual { position: relative; }
.hero-photo-wrap {
  position: relative; border-radius: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 30px 60px rgba(5, 22, 31, .38);
}
.hero-photo-wrap img { width: 100%; aspect-ratio: 1.1 / 1; object-fit: cover; }
.floating-card {
  position: absolute; background: rgba(255,255,255,.92); color: var(--navy-900); box-shadow: var(--shadow); border-radius: 18px;
  padding: 16px 18px; backdrop-filter: blur(10px);
}
.floating-card--top { left: -16px; bottom: 96px; max-width: 275px; }
.floating-card--top strong { display: block; font-size: 18px; }
.floating-card--top span { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; }
.floating-card--bottom { right: 18px; bottom: 18px; display: flex; gap: 20px; }
.mini-stat strong { display: block; font-size: 24px; color: var(--navy-900); }
.mini-stat span { color: var(--muted); font-size: 12px; font-weight: 700; }
.hero-strip {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  background: var(--white); color: var(--text); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden;
}
.hero-strip article {
  display: flex; gap: 14px; align-items: flex-start; padding: 22px 20px; border-right: 1px solid #edf2f5;
}
.hero-strip article:last-child { border-right: 0; }
.hero-strip strong { display: block; font-size: 15px; }
.hero-strip small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.icon-box {
  width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center;
  background: #eaf7ff; color: var(--navy-800); font-size: 16px; flex: 0 0 auto;
}

.section-heading {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px;
}
.section-heading--center {
  text-align: center; display: block; max-width: 860px; margin: 0 auto 34px;
}
.section-heading h2,
.showcase__intro h2,
.banner-cta h2,
.contact__copy h2,
.faq__intro h2 { font-size: clamp(34px, 4.1vw, 56px); }
.section-heading p,
.showcase__intro p,
.banner-cta p,
.contact__copy p,
.faq__intro p { color: var(--muted); font-size: 17px; }
.section-heading--center p { margin: 14px auto 0; max-width: 760px; }

.services { background: var(--white); }
.service-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.service-grid--five { grid-template-columns: repeat(5, 1fr); }
.service-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 22px 20px; box-shadow: 0 8px 22px rgba(17,63,87,.05);
  display: flex; flex-direction: column; min-height: 280px;
}
.service-card__top { display: flex; align-items: center; justify-content: space-between; }
.service-icon {
  width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: #eaf7ff; color: var(--navy-800); font-size: 18px;
}
.service-card h3 { font-size: 21px; line-height: 1.1; letter-spacing: -.03em; margin: 18px 0 10px; }
.service-card p { margin: 0; font-size: 14px; color: var(--muted); }
.service-card ul { list-style: none; padding: 0; margin: 18px 0 18px; color: #476272; font-size: 13px; }
.service-card li + li { margin-top: 7px; }
.service-card li::before { content: '✓'; color: var(--cyan-500); font-weight: 900; margin-right: 8px; }
.service-card a { margin-top: auto; color: var(--navy-800); font-weight: 800; font-size: 13px; }

.showcase {
  background: linear-gradient(180deg, #f8fbfd, #f2f8fb);
  border-top: 1px solid #eef4f7;
}
.showcase__grid {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start;
}
.showcase__intro { position: sticky; top: 110px; }
.example-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.example-card {
  position: relative; border-radius: 18px; overflow: hidden; min-height: 320px; background: var(--white);
  box-shadow: 0 16px 30px rgba(17,63,87,.08); border: 1px solid rgba(25,80,109,.08);
}
.example-card--lg,
.example-card--wide { min-height: 300px; }
.example-card--lg { grid-column: span 1; }
.example-card--wide { grid-column: span 1; }
.example-card .browser-dots { height: 32px; display: flex; align-items: center; gap: 4px; padding: 0 12px; background: var(--navy-950); color: rgba(255,255,255,.6); font-size: 10px; position: relative; z-index: 2; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-400); }
.browser-dots i:nth-child(2) { background: #ffcc5d; }
.browser-dots i:nth-child(3) { background: var(--coral); }
.browser-dots span { margin-left: 5px; }
.example-card__media { position: absolute; inset: 32px 0 0; }
.example-card__media img { width: 100%; height: 100%; object-fit: cover; }
.example-card__media::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,28,40,.12), rgba(6,28,40,.75));
}
.example-card__overlay {
  position: relative; z-index: 2; padding: 22px 20px; color: var(--white); display: flex; flex-direction: column; justify-content: flex-end; min-height: 288px;
}
.example-card__overlay small {
  font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #cfe8f3;
}
.example-card__overlay h3 {
  margin: 10px 0 8px; font-size: 30px; line-height: .98; letter-spacing: -.04em;
}
.example-card__overlay p { margin: 0; color: #dbe7ee; font-size: 14px; }
.pill {
  display: inline-flex; align-self: flex-start; margin-top: 14px; min-height: 34px; padding: 0 12px; border-radius: 999px; background: rgba(255,111,89,.95); color: var(--white); font-weight: 800; font-size: 12px; align-items: center;
}

.banner-cta {
  position: relative; color: var(--white);
  background: linear-gradient(90deg, rgba(7,31,43,.92), rgba(7,31,43,.72)), url('../img/banner-team.jpg') center/cover no-repeat;
  min-height: 470px; display: flex; align-items: center;
}
.banner-cta__inner {
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.banner-cta__copy p { color: #d9e7ee; max-width: 620px; }
.banner-cta__checks {
  display: grid; gap: 12px; min-width: 270px;
}
.banner-cta__checks span {
  padding: 15px 18px 15px 46px; border-radius: 16px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.08); position: relative; font-weight: 700;
}
.banner-cta__checks span::before {
  content: '✓'; position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  width: 20px; height: 20px; border-radius: 50%; background: rgba(45,184,255,.18); color: var(--cyan-300); display: grid; place-items: center; font-size: 12px;
}

.process { background: var(--white); }
.process-line {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; margin-top: 16px;
}
.process-line::before {
  content: ''; position: absolute; left: 12%; right: 12%; top: 28px; border-top: 2px dashed #a6d8ed;
}
.process-line article { position: relative; z-index: 2; padding: 0 22px; text-align: center; }
.step {
  margin: 0 auto 24px; width: 58px; height: 58px; border-radius: 50%; background: var(--white); color: var(--navy-900); display: grid; place-items: center;
  font-size: 22px; font-weight: 800; border: 2px solid #9cd6ef; box-shadow: 0 10px 20px rgba(32, 98, 128, .08);
}
.step--accent { background: rgba(255,111,89,.1); border-color: #ffc1b8; }
.process-line h3 { margin: 0 0 8px; font-size: 17px; letter-spacing: -.02em; }
.process-line p { margin: 0; color: var(--muted); font-size: 13px; }

.pricing { background: #fafcfd; }
.pricing-grid {
  max-width: 1020px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.price-card {
  position: relative; border: 1px solid #cad9df; border-radius: 22px; padding: 30px 26px; display: flex; flex-direction: column; background: var(--white); box-shadow: 0 10px 24px rgba(17,63,87,.04);
}
.price-card__tag { color: var(--navy-800); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.price-card__ribbon {
  position: absolute; right: 16px; top: 14px; background: var(--cyan-500); color: var(--white); padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 800;
}
.price-card h3 { font-size: 30px; margin: 12px 0 8px; letter-spacing: -.04em; }
.price-card > p { color: var(--muted); font-size: 14px; min-height: 62px; }
.price-card ul { list-style: none; padding: 0; margin: 10px 0 18px; color: #476272; font-size: 13px; }
.price-card li + li { margin-top: 7px; }
.price-card li::before { content: '✓'; color: var(--cyan-500); font-weight: 900; margin-right: 8px; }
.price { margin: 4px 0 18px; color: var(--muted); font-size: 13px; }
.price strong { display: block; color: var(--navy-900); font-size: 36px; line-height: 1.1; }
.price-card--featured {
  background: linear-gradient(180deg, #0a3152, #0d2436); color: var(--white); transform: translateY(-6px); box-shadow: 0 22px 40px rgba(7,31,43,.18);
}
.price-card--featured .price-card__tag,
.price-card--featured .price,
.price-card--featured > p,
.price-card--featured ul,
.price-card--featured .price strong { color: var(--white); }
.price-card--featured li::before { color: #7ed7ff; }
.pricing-foot {
  display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 22px; color: var(--muted); font-size: 13px; font-weight: 700;
}
.pricing-foot span::before { content: '◉'; color: var(--cyan-500); margin-right: 8px; font-size: 10px; }

.benefits-band {
  padding: 28px 0; background: linear-gradient(90deg, #08283b, #0e3952); color: var(--white);
}
.benefits-band__grid {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center;
}
.benefits-band__copy h2 { margin: 10px 0 0; font-size: clamp(30px, 3.2vw, 46px); line-height: 1.02; letter-spacing: -.04em; }
.benefit-list {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.benefit-list article {
  border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.06); border-radius: 16px; padding: 16px;
}
.benefit-list span {
  display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: rgba(45,184,255,.14); color: var(--cyan-300);
}
.benefit-list strong { display: block; margin-top: 14px; font-size: 15px; }
.benefit-list p { margin: 5px 0 0; color: #ccdde6; font-size: 12px; }

.faq { background: var(--white); }
.faq__grid {
  display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: start;
}
.accordion { display: grid; gap: 12px; }
.faq-item {
  border: 1px solid var(--border); border-radius: 16px; overflow: hidden; background: var(--white); box-shadow: 0 8px 18px rgba(17,63,87,.04);
}
.faq-item button {
  width: 100%; border: 0; background: transparent; display: flex; justify-content: space-between; gap: 16px; text-align: left; padding: 18px 18px;
  font-weight: 800; color: var(--navy-900); cursor: pointer;
}
.faq-item button i { font-style: normal; color: var(--cyan-500); font-size: 22px; line-height: 1; }
.faq-answer { display: none; padding: 0 18px 18px; color: var(--muted); font-size: 14px; }
.faq-item.is-open .faq-answer { display: block; }

.contact {
  background: linear-gradient(115deg, #08283b, #0c344c 45%, #0e4464 100%); color: var(--white); padding: 68px 0;
}
.contact__grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 24px; align-items: start; }
.contact__logo { width: 110px; margin-bottom: 18px; }
.contact__copy p { color: #d0e1e8; max-width: 530px; }
.contact__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.contact__chips span {
  min-height: 36px; padding: 0 14px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); display: inline-flex; align-items: center; font-weight: 700; color: #e5f0f5; font-size: 13px;
}
.quote-form {
  background: var(--white); color: var(--text); border-radius: 22px; box-shadow: 0 20px 40px rgba(3, 18, 24, .2); padding: 24px;
}
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-row + .form-row,
.quote-form > label,
.quote-form > .form-row--full { margin-top: 14px; }
.quote-form label { display: block; font-size: 13px; font-weight: 700; color: #24485f; }
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%; margin-top: 7px; border: 1px solid #cddce3; border-radius: 12px; padding: 13px 14px; background: #fbfdff; color: var(--text);
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 2px solid rgba(45,184,255,.18); border-color: var(--cyan-500);
}
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.form-note.is-error { color: #c5372a; font-weight: 700; }

.footer {
  background: #071b26; color: #d1dee5; padding: 42px 0 18px;
}
.footer__grid {
  display: grid; grid-template-columns: 1.35fr repeat(3, .75fr); gap: 26px;
}
.footer__brand img { width: 110px; }
.footer__brand p { max-width: 400px; color: #b9ccd7; font-size: 14px; }
.footer strong { display: block; margin-bottom: 14px; color: var(--white); }
.footer a, .footer span { display: block; color: #c8d9e2; margin-bottom: 10px; font-size: 14px; }
.footer__bottom {
  display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: #abc2cf;
}

.reveal {
  opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-sm { transition-delay: .08s; }
.reveal--delay-md { transition-delay: .16s; }
.reveal--delay-lg { transition-delay: .24s; }
.reveal--delay-xl { transition-delay: .3s; }

@media (max-width: 1160px) {
  .service-grid--five { grid-template-columns: repeat(3, 1fr); }
  .showcase__grid,
  .benefits-band__grid,
  .faq__grid,
  .contact__grid,
  .banner-cta__inner { grid-template-columns: 1fr; }
  .showcase__intro { position: static; }
  .benefit-list { grid-template-columns: repeat(2, 1fr); }
  .banner-cta__checks { min-width: 0; max-width: 560px; }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute; top: calc(100% + 8px); left: 16px; right: 16px; margin: 0; padding: 18px;
    background: rgba(255,255,255,.98); border: 1px solid rgba(17,66,90,.08); border-radius: 18px; box-shadow: var(--shadow);
    display: none; flex-direction: column; align-items: flex-start; gap: 14px;
  }
  .main-nav.is-open { display: flex; }
  .btn--header { display: none; }
  .hero__grid,
  .pricing-grid,
  .service-grid,
  .service-grid--five,
  .process-line,
  .footer__grid { grid-template-columns: 1fr; }
  .hero-strip { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 72px 0; }
  .hero__copy h1 { max-width: 100%; }
  .floating-card--top { left: 14px; bottom: 100px; max-width: 240px; }
}

@media (max-width: 760px) {
  .topline__inner,
  .header__inner,
  .section-heading,
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .topline__inner { justify-content: center; text-align: center; padding: 8px 0; }
  .header__inner { min-height: 76px; }
  .hero-strip,
  .benefit-list,
  .form-row,
  .example-grid { grid-template-columns: 1fr; }
  .hero__lead,
  .section-heading p,
  .showcase__intro p,
  .banner-cta p,
  .contact__copy p,
  .faq__intro p { font-size: 16px; }
  .hero__copy h1,
  .section-heading h2,
  .showcase__intro h2,
  .banner-cta h2,
  .contact__copy h2,
  .faq__intro h2 { font-size: 36px; }
  .hero__actions { width: 100%; }
  .hero__actions .btn { width: 100%; }
  .hero-strip article { border-right: 0; border-bottom: 1px solid #edf2f5; }
  .hero-strip article:last-child { border-bottom: 0; }
  .floating-card--bottom { left: 14px; right: 14px; justify-content: space-between; }
  .banner-cta { min-height: auto; padding: 68px 0; }
  .pricing-foot { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section-dark { padding-top: 20px; }
  .hero__grid { padding-top: 34px; }
  .hero__bullets,
  .brand-row { gap: 10px 14px; font-size: 13px; }
  .floating-card--top { position: static; margin: 12px; }
  .floating-card--bottom { position: static; margin: 0 12px 12px; }
  .example-card__overlay h3 { font-size: 24px; }
  .quote-form { padding: 18px; }
}

/* ===== V4.1 Header hero refresh ===== */
.topline {
  background: linear-gradient(90deg, #041d2b, #0a3650);
  color: #a8d9ef;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.topline a { color: #e7fbff; }

.site-header {
  background: rgba(5, 18, 29, .78);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header.is-scrolled {
  background: rgba(5, 18, 29, .92);
  box-shadow: 0 14px 32px rgba(3, 14, 23, .28);
}
.brand img { filter: drop-shadow(0 0 20px rgba(69, 201, 255, .14)); }
.main-nav a { color: rgba(255,255,255,.9); }
.main-nav a:hover { color: #ffffff; }
.menu-toggle span { background: var(--white); }
.btn--header {
  background: linear-gradient(135deg, #2db8ff, #55d2ff);
  color: #062132;
  box-shadow: 0 14px 28px rgba(45, 184, 255, .22);
}

.section-dark {
  background:
    radial-gradient(circle at 80% 18%, rgba(45,184,255,.15), transparent 18%),
    radial-gradient(circle at 74% 78%, rgba(45,184,255,.12), transparent 20%),
    linear-gradient(120deg, #03131f 0%, #051b2a 38%, #08253b 100%);
  padding: 44px 0 70px;
}
.hero__mesh {
  opacity: .18;
  background-size: 40px 40px;
}
.hero__grid {
  grid-template-columns: .95fr 1.05fr;
  gap: 44px;
  padding: 52px 0 34px;
  align-items: center;
}
.hero__copy h1 {
  font-size: clamp(48px, 5.2vw, 82px);
  max-width: 650px;
}
.hero__lead {
  max-width: 610px;
  color: #d0e0ea;
  font-size: 19px;
}
.hero__actions { margin-top: 34px; }
.hero__actions .btn--primary {
  background: linear-gradient(135deg, #23b4ea, #2db8ff);
  box-shadow: 0 18px 32px rgba(45, 184, 255, .22);
}
.hero__actions .btn--ghost-light {
  background: rgba(255,255,255,.03);
  border-color: rgba(85, 210, 255, .26);
  color: var(--white);
}
.hero__bullets {
  gap: 12px 18px;
  color: #dcedf5;
  margin-top: 24px;
}
.hero__bullets span::before {
  content: '◉';
  color: var(--cyan-400);
  font-size: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.brand-row {
  margin-top: 26px;
  color: rgba(255,255,255,.55);
  letter-spacing: .02em;
}
.hero__visual { position: relative; }
.hero-photo-wrap--tech {
  border-radius: 34px;
  overflow: visible;
  border: 1px solid rgba(84, 205, 255, .12);
  background: linear-gradient(180deg, rgba(8,30,44,.55), rgba(8,30,44,.2));
  box-shadow: 0 36px 60px rgba(0, 0, 0, .35), 0 0 0 1px rgba(78, 191, 255, .05);
}
.hero-photo-wrap--tech::before {
  content: '';
  position: absolute;
  inset: auto 6% -6% 18%;
  height: 22px;
  background: radial-gradient(circle, rgba(45,184,255,.42), transparent 64%);
  filter: blur(24px);
  z-index: 0;
}
.hero-photo-wrap--tech img {
  width: 100%;
  aspect-ratio: 1.11 / 1;
  object-fit: cover;
  border-radius: 32px;
  position: relative;
  z-index: 1;
}
.floating-card { display: none; }
.hero-strip {
  margin-top: 14px;
  background: rgba(9, 31, 45, .75);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 26px 44px rgba(0,0,0,.18);
}
.hero-strip article { border-right: 1px solid rgba(255,255,255,.08); }
.hero-strip strong { color: var(--white); }
.hero-strip small { color: #bdd5e2; }
.icon-box {
  background: rgba(45,184,255,.1);
  color: #84dfff;
}

@media (max-width: 980px) {
  .main-nav {
    background: rgba(6, 18, 28, .98);
    border-color: rgba(255,255,255,.08);
  }
  .main-nav a { color: #ffffff; }
  .section-dark { padding-top: 24px; }
  .hero__grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 760px) {
  .hero__copy h1 { font-size: 42px; }
  .hero__lead { font-size: 17px; }
  .hero-photo-wrap--tech img { aspect-ratio: 1 / 1.02; }
}


/* ===== V4.2 Hero integrado ===== */
body {
  background: #03131f;
}

.topline {
  background: #051726;
  color: #bfe8fa;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.topline__inner {
  min-height: 24px;
  font-size: 11px;
}
.topline a { color: #effcff; }

.site-header {
  background: rgba(3, 19, 31, .82);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.site-header.is-scrolled {
  background: rgba(3, 19, 31, .94);
}
.header__inner { min-height: 66px; }
.brand img { width: 118px; }

.section-dark {
  padding-top: 24px;
  padding-bottom: 58px;
  background:
    radial-gradient(circle at 70% 18%, rgba(45,184,255,.16), transparent 16%),
    radial-gradient(circle at 78% 72%, rgba(45,184,255,.1), transparent 20%),
    linear-gradient(100deg, #02131f 0%, #04192a 36%, #07243a 100%);
}
.hero__grid {
  grid-template-columns: .88fr 1.12fr;
  gap: 24px;
  padding: 42px 0 26px;
  align-items: center;
}
.hero__copy { position: relative; z-index: 3; }
.hero__copy h1 {
  max-width: 580px;
  font-size: clamp(48px, 5.3vw, 86px);
}
.hero__lead {
  max-width: 560px;
  color: #d4e6ef;
}
.hero__actions { gap: 16px; }
.hero__actions .btn--ghost-light {
  background: rgba(4, 17, 27, .34);
  border-color: rgba(76, 205, 255, .28);
}
.brand-row { margin-top: 22px; }

.hero__visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-height: 620px;
}
.hero__visual::before {
  content: '';
  position: absolute;
  inset: 7% 4% 12% 18%;
  background: radial-gradient(circle at 45% 50%, rgba(45,184,255,.15), transparent 42%);
  filter: blur(20px);
  z-index: 0;
}
.hero-photo-wrap--tech {
  position: absolute;
  right: -3%;
  top: -2%;
  width: min(57vw, 980px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.hero-photo-wrap--tech::before { display: none; }
.hero-photo-wrap--tech img {
  width: 100%;
  max-width: none;
  aspect-ratio: auto;
  border-radius: 0;
  background: transparent;
  mix-blend-mode: screen;
  opacity: .96;
  filter: drop-shadow(0 24px 44px rgba(0,0,0,.35));
}

.hero-strip {
  margin-top: -10px;
  background: rgba(8, 30, 44, .58);
  border-color: rgba(255,255,255,.08);
}

@media (max-width: 1200px) {
  .hero-photo-wrap--tech {
    right: -4%;
    width: min(60vw, 920px);
  }
}

@media (max-width: 980px) {
  .topline__inner { text-align: center; }
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 28px;
  }
  .hero__visual {
    min-height: auto;
    justify-content: center;
    margin-top: 8px;
  }
  .hero-photo-wrap--tech {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 760px;
  }
  .hero-photo-wrap--tech img {
    mix-blend-mode: normal;
    border-radius: 26px;
  }
  .hero-strip { margin-top: 24px; }
}

@media (max-width: 760px) {
  .header__inner { min-height: 72px; }
  .hero__copy h1 { font-size: 42px; }
  .hero__lead { font-size: 17px; }
}

/* ===== V4.2 Hero integrado estilo mockup ===== */
.topline {
  background: #0e6ea2;
  color: #ffffff;
  border-bottom: 0;
}
.topline__inner {
  min-height: 24px;
  justify-content: space-between;
  font-size: 11px;
}
.topline a { color: #ffffff; }

.site-header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(16, 62, 88, .08);
  backdrop-filter: blur(12px);
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.98);
  box-shadow: 0 10px 28px rgba(14, 51, 72, .08);
}
.main-nav a { color: #203d51; }
.main-nav a:hover { color: #0b71a6; }
.menu-toggle span { background: #17384d; }
.btn--header {
  background: linear-gradient(135deg, #21a6f6, #39c2ff);
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(33, 166, 246, .22);
}

.hero--integrated {
  position: relative;
  overflow: hidden;
  padding: 42px 0 64px;
  color: #123247;
  background:
    radial-gradient(circle at 78% 28%, rgba(50, 133, 255, .09), transparent 24%),
    radial-gradient(circle at 92% 18%, rgba(79, 172, 255, .12), transparent 18%),
    linear-gradient(90deg, #fcfcfd 0%, #f7f9fc 52%, #ecf2fb 100%);
}
.hero--integrated .hero__mesh {
  inset: 0;
  background-image: radial-gradient(circle at 76% 32%, rgba(78, 177, 255, .09) 0, rgba(78,177,255,0) 18%);
  opacity: 1;
}
.hero--integrated .hero__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: .88fr 1.12fr;
  gap: 20px;
  align-items: center;
  padding: 34px 0 26px;
}
.hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  border: 1px solid #e4edf5;
  color: #35536a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}
.hero-chip::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2ca8ff;
  margin-right: 10px;
  box-shadow: 0 0 0 6px rgba(44,168,255,.08);
}
.hero--integrated .hero__copy h1 {
  margin-top: 22px;
  max-width: 640px;
  font-size: clamp(54px, 5.8vw, 88px);
  line-height: .95;
  letter-spacing: -.055em;
  color: #13365b;
}
.hero--integrated .hero__copy h1 strong {
  color: #28aefc;
}
.hero--integrated .hero__lead {
  max-width: 590px;
  margin-top: 24px;
  color: #526b7e;
  font-size: 18px;
}
.hero--integrated .hero__actions { margin-top: 28px; }
.hero--integrated .btn--primary {
  background: linear-gradient(135deg, #1da5f6, #33bcff);
  color: #ffffff;
}
.hero--integrated .btn--outline {
  background: rgba(255,255,255,.92);
  border-color: #d5e2ea;
  color: #17384d;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.hero-proof__avatars {
  display: flex;
  align-items: center;
}
.hero-proof__avatars span {
  width: 38px;
  height: 38px;
  margin-left: -8px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 6px 16px rgba(20, 60, 88, .12);
}
.hero-proof__avatars span:first-child { margin-left: 0; background: linear-gradient(135deg, #ff8c6c, #ff5d6c); }
.hero-proof__avatars span:nth-child(2) { background: linear-gradient(135deg, #2ca8ff, #006eff); }
.hero-proof__avatars span:nth-child(3) { background: linear-gradient(135deg, #ffcc61, #ff9a3c); }
.hero-proof__avatars span:nth-child(4) { background: linear-gradient(135deg, #28d0b3, #00a67f); }
.hero-proof__avatars span:nth-child(5) { background: linear-gradient(135deg, #6c7cff, #7a49f5); }
.hero-proof__meta strong {
  display: block;
  color: #17384d;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.03em;
}
.hero-proof__meta span {
  display: block;
  margin-top: 4px;
  color: #607a8d;
  font-size: 15px;
  font-weight: 700;
}
.hero--integrated .hero__visual {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-art {
  position: relative;
  width: min(100%, 920px);
  padding: 10px 0 20px;
}
.hero-art::before {
  content: '';
  position: absolute;
  inset: 8% -2% 12% 12%;
  background: radial-gradient(circle at center, rgba(63, 164, 255, .24), rgba(63,164,255,0) 68%);
  filter: blur(12px);
  z-index: 0;
}
.hero-art::after {
  content: '';
  position: absolute;
  left: 8%;
  right: 10%;
  bottom: 0;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(60, 157, 255, .22), rgba(60,157,255,0) 70%);
  filter: blur(16px);
  z-index: 0;
}
.hero-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 34px 28px rgba(44, 99, 150, .10));
}
.hero--integrated .hero-strip {
  position: relative;
  z-index: 2;
  margin-top: 6px;
  background: linear-gradient(135deg, rgba(38, 67, 107, .92), rgba(18, 44, 76, .96));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 32px rgba(12, 35, 59, .16);
}
.hero--integrated .hero-strip strong { color: #ffffff; }
.hero--integrated .hero-strip small { color: #c7d7e5; }
.hero--integrated .hero-strip article { border-right: 1px solid rgba(255,255,255,.08); }
.hero--integrated .icon-box {
  background: rgba(255,255,255,.10);
  color: #e8f7ff;
}

@media (max-width: 1180px) {
  .hero--integrated .hero__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hero--integrated .hero__visual {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .topline__inner {
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
  .hero--integrated {
    padding-top: 28px;
  }
  .hero--integrated .hero__copy h1 {
    font-size: 42px;
  }
  .hero-proof {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ===== V4.3 Integración real del visual en hero ===== */
.hero--integrated {
  background:
    radial-gradient(circle at 84% 30%, rgba(69, 170, 255, .14), transparent 24%),
    radial-gradient(circle at 95% 22%, rgba(133, 201, 255, .16), transparent 18%),
    linear-gradient(90deg, #ffffff 0%, #f9fbfe 54%, #edf3fb 100%);
}
.hero--integrated .hero__mesh {
  display: none;
}
.hero--integrated .hero__grid {
  grid-template-columns: .84fr 1.16fr;
  gap: 4px;
  align-items: center;
}
.hero--integrated .hero__copy {
  position: relative;
  z-index: 3;
}
.hero--integrated .hero__copy h1 {
  max-width: 610px;
}
.hero--integrated .hero__lead {
  max-width: 560px;
}
.hero--integrated .hero__visual {
  min-height: 560px;
  justify-content: flex-end;
  overflow: visible;
}
.hero-art {
  position: relative;
  width: min(70vw, 900px);
  margin-right: -36px;
  transform: translateX(18px);
}
.hero-art::before {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 8%;
  height: 22%;
  background: radial-gradient(circle, rgba(63, 164, 255, .18), rgba(63, 164, 255, 0) 72%);
  filter: blur(22px);
  z-index: 0;
}
.hero-art img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 30px rgba(44, 99, 150, .12));
  -webkit-mask-image: radial-gradient(ellipse at center, #000 68%, rgba(0,0,0,.98) 74%, rgba(0,0,0,.85) 82%, rgba(0,0,0,.45) 92%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 68%, rgba(0,0,0,.98) 74%, rgba(0,0,0,.85) 82%, rgba(0,0,0,.45) 92%, transparent 100%);
}
.hero-art::after {
  content: '';
  position: absolute;
  inset: -4% -4% -3% -4%;
  background:
    linear-gradient(to right, #ffffff 0%, rgba(255,255,255,0) 12%),
    linear-gradient(to top, #f9fbfe 0%, rgba(249,251,254,0) 12%),
    linear-gradient(to left, #eef4fb 0%, rgba(238,244,251,0) 12%),
    linear-gradient(to bottom, #f9fbfe 0%, rgba(249,251,254,0) 14%);
  mix-blend-mode: lighten;
  pointer-events: none;
  z-index: 2;
}
.hero-proof { margin-top: 26px; }
.hero--integrated .hero-strip {
  margin-top: -6px;
  border-radius: 24px;
}
@media (max-width: 1180px) {
  .hero--integrated .hero__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero--integrated .hero__visual {
    min-height: 0;
    justify-content: center;
  }
  .hero-art {
    width: 100%;
    max-width: 860px;
    margin-right: 0;
    transform: none;
  }
}
@media (max-width: 760px) {
  .hero-art img {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-art::after,
  .hero-art::before {
    display: none;
  }
}

/* ===== V4.4 Hero visual integrado al fondo ===== */
.hero--integrated {
  background:
    radial-gradient(circle at 86% 26%, rgba(69, 170, 255, .10), transparent 22%),
    linear-gradient(90deg, #ffffff 0%, #fafcff 53%, #eef4fb 100%);
}
.hero--integrated .hero__grid {
  grid-template-columns: .84fr 1.16fr;
  gap: 8px;
}
.hero--integrated .hero__visual {
  position: relative;
  min-height: 560px;
  display: block;
  background-image: url('../img/hero-integrated-visual.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: min(100%, 980px) auto;
}
.hero-art,
.hero-art::before,
.hero-art::after,
.hero-art img {
  display: none !important;
}
.hero-proof { margin-top: 24px; }
.hero--integrated .hero-strip {
  margin-top: 4px;
  border-radius: 22px;
}
@media (max-width: 1180px) {
  .hero--integrated .hero__grid {
    grid-template-columns: 1fr;
  }
  .hero--integrated .hero__visual {
    min-height: 430px;
    background-position: center center;
    background-size: contain;
  }
}
@media (max-width: 760px) {
  .hero--integrated .hero__visual {
    min-height: 260px;
    margin-top: 8px;
  }
}

/* ===== V4.5 Hero Fusion Profesional =====
   El visual deja de comportarse como una pieza independiente: ocupa el lado
   derecho del hero, llega hasta el borde de la pantalla y continúa por detrás
   de la banda de beneficios. La transición es plana y limpia, sin desenfoque. */
.hero--integrated {
  isolation: isolate;
  padding: 30px 0 68px;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 43%, #f8faff 61%, #edf3fc 100%);
}
.hero--integrated::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0 0 0 48%;
  background:
    radial-gradient(circle at 76% 32%, rgba(54, 165, 255, .18), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,0) 22%, rgba(224,236,251,.68) 100%);
  pointer-events: none;
}
.hero--integrated .hero__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 0;
  min-height: 630px;
  padding: 22px 0 72px;
  align-items: center;
}
.hero--integrated .hero__copy {
  position: relative;
  z-index: 4;
  padding-right: 22px;
}
.hero--integrated .hero__copy h1 {
  max-width: 620px;
  font-size: clamp(52px, 5.35vw, 84px);
}
.hero--integrated .hero__visual {
  position: absolute;
  z-index: 1;
  top: -52px;
  bottom: -92px;
  left: 41%;
  right: calc((100vw - min(var(--container), calc(100vw - 32px))) / -2);
  display: block;
  min-height: 0;
  overflow: hidden;
  background: transparent;
}
.hero--integrated .hero__visual::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 6% 0 0 19%;
  background: radial-gradient(circle at 64% 56%, rgba(46, 155, 255, .18), transparent 61%);
  pointer-events: none;
}
.hero--integrated .hero__visual::after {
  content: '';
  position: absolute;
  z-index: 3;
  inset: 0;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,.96) 5%, rgba(255,255,255,.58) 11%, rgba(255,255,255,0) 20%),
    linear-gradient(180deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,0) 12%);
  pointer-events: none;
}
.hero--integrated .hero-art {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block !important;
  width: auto;
  margin: 0;
  padding: 0;
  transform: none;
}
.hero--integrated .hero-art::before,
.hero--integrated .hero-art::after {
  display: none !important;
}
.hero--integrated .hero-art img {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.hero--integrated .hero-strip {
  position: relative;
  z-index: 5;
  margin-top: -54px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(40, 69, 108, .94), rgba(17, 43, 75, .97));
  box-shadow: 0 22px 44px rgba(12, 35, 59, .20);
  backdrop-filter: blur(12px);
}

@media (max-width: 1180px) {
  .hero--integrated {
    padding-top: 26px;
  }
  .hero--integrated .hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 8px;
    padding-bottom: 28px;
  }
  .hero--integrated .hero__copy {
    padding-right: 0;
  }
  .hero--integrated .hero__visual {
    position: relative;
    inset: auto;
    width: calc(100% + 32px);
    min-height: 0;
    margin: -10px -16px -26px;
    overflow: visible;
  }
  .hero--integrated .hero-art {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
  }
  .hero--integrated .hero-art img {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
    background: transparent;
  }
  .hero--integrated .hero__visual::after {
    background:
      linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,.84) 4%, rgba(255,255,255,0) 13%, rgba(255,255,255,0) 88%, rgba(238,244,252,.5) 100%),
      linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 10%);
  }
  .hero--integrated .hero-strip {
    margin-top: 12px;
  }
}

@media (max-width: 760px) {
  .hero--integrated {
    padding: 24px 0 48px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 57%, #edf3fb 100%);
  }
  .hero--integrated::before {
    inset: 48% 0 0;
  }
  .hero--integrated .hero__grid {
    padding: 12px 0 22px;
  }
  .hero--integrated .hero__copy h1 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: .98;
  }
  .hero--integrated .hero__visual {
    width: calc(100% + 20px);
    margin: 2px -10px -12px;
  }
  .hero--integrated .hero__visual::after {
    background:
      linear-gradient(90deg, rgba(255,255,255,.42), rgba(255,255,255,0) 12%),
      linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0) 12%);
  }
  .hero--integrated .hero-strip {
    margin-top: 10px;
    border-radius: 18px;
  }
}

/* ===== V4.5.1 Fondo unico sin borde de imagen =====
   La composicion pasa a comportarse como parte del fondo del hero: ocupa toda
   su altura, comienza en el borde superior y termina detras de la banda. */
.hero--integrated {
  background: #ffffff;
}
.hero--integrated::before,
.hero--integrated .hero__visual::before {
  display: none;
}
.hero--integrated .hero-strip {
  backdrop-filter: none;
}

@media (min-width: 1181px) {
  .hero--integrated {
    padding: 30px 0 68px;
  }
  .hero--integrated .hero__grid {
    min-height: 610px;
    padding: 18px 0 68px;
  }
  .hero--integrated .hero__visual {
    top: -30px;
    bottom: -78px;
    left: 40%;
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffff 70%,
      #f6f9fc 84%,
      #e6edfc 100%
    );
  }
  .hero--integrated .hero__visual::after {
    display: none;
  }
  .hero--integrated .hero-art img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% center;
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0,0,0,.08) 2%,
      rgba(0,0,0,.34) 5%,
      rgba(0,0,0,.72) 9%,
      #000 15%
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0,0,0,.08) 2%,
      rgba(0,0,0,.34) 5%,
      rgba(0,0,0,.72) 9%,
      #000 15%
    );
  }
  .hero--integrated .hero-strip {
    margin-top: -50px;
  }
}

@media (max-width: 1180px) {
  .hero--integrated {
    background: #ffffff;
  }
  .hero--integrated .hero__visual {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: calc(100% + 32px);
    aspect-ratio: 1032 / 668;
    margin: -8px -16px -24px;
    overflow: hidden;
    background: #ffffff;
  }
  .hero--integrated .hero-art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .hero--integrated .hero-art img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
  }
  .hero--integrated .hero__visual::after {
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(255,255,255,.66) 5%,
      rgba(255,255,255,0) 13%
    );
  }
}

@media (max-width: 760px) {
  .hero--integrated {
    background: #ffffff;
  }
  .hero--integrated .hero__visual {
    left: 50%;
    width: 100vw;
    aspect-ratio: 1.42 / 1;
    margin: 0 0 -10px;
    transform: translateX(-50%);
  }
  .hero--integrated .hero-art img {
    object-position: 60% center;
  }
}

/* ===== V4.6 Hero panoramico azul uniforme =====
   El color del visual se extiende por todo el encabezado. La imagen conserva
   nitidez y profundidad, pero sus blancos se mezclan con la misma superficie
   azul del hero para evitar la lectura de dos bloques independientes. */
.site-header:not(.is-scrolled) {
  background: linear-gradient(
    108deg,
    rgba(241,249,255,.98) 0%,
    rgba(226,244,255,.98) 48%,
    rgba(193,231,255,.98) 100%
  );
  border-bottom-color: rgba(28, 116, 172, .10);
  box-shadow: none;
}

.hero--integrated {
  background:
    radial-gradient(ellipse at 15% 22%, rgba(255,255,255,.42) 0%, rgba(255,255,255,0) 40%),
    linear-gradient(180deg, rgba(255,255,255,0) 76%, rgba(255,255,255,.26) 100%),
    linear-gradient(
      108deg,
      #edf8ff 0%,
      #e0f3ff 32%,
      #c4e9ff 56%,
      #91d3fa 78%,
      #55b8ed 100%
    );
}

.hero--integrated::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 78% 76%, rgba(0, 116, 207, .13), transparent 30%),
    linear-gradient(120deg, rgba(255,255,255,.16), transparent 42%);
  pointer-events: none;
}

.hero--integrated .hero__mesh {
  display: block;
  opacity: .22;
  background-image:
    linear-gradient(rgba(30, 139, 204, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 139, 204, .08) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.28) 44%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.28) 44%, #000 100%);
}

.hero--integrated .hero-chip {
  background: rgba(255,255,255,.56);
  border-color: rgba(78, 154, 202, .20);
  box-shadow: 0 10px 26px rgba(39, 122, 177, .08);
}

.hero--integrated .btn--outline {
  background: rgba(255,255,255,.58);
  border-color: rgba(63, 134, 180, .24);
}

.hero--integrated .hero__visual {
  background: transparent;
}

.hero--integrated .hero__visual::after {
  display: none;
}

.hero--integrated .hero-art img {
  opacity: .98;
  mix-blend-mode: multiply;
}

.hero--integrated .hero-strip {
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(135deg, rgba(34, 77, 122, .96), rgba(12, 49, 84, .98));
  box-shadow: 0 22px 44px rgba(12, 66, 105, .22);
}

@media (min-width: 1181px) {
  .hero--integrated .hero__visual {
    background: transparent;
  }

  .hero--integrated .hero-art img {
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0,0,0,.2) 3%,
      rgba(0,0,0,.65) 7%,
      #000 12%
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0,0,0,.2) 3%,
      rgba(0,0,0,.65) 7%,
      #000 12%
    );
  }
}

@media (max-width: 1180px) {
  .hero--integrated {
    background:
      radial-gradient(ellipse at 20% 16%, rgba(255,255,255,.4), transparent 38%),
      linear-gradient(150deg, #edf8ff 0%, #d8efff 48%, #8fd2f8 100%);
  }

  .hero--integrated .hero__visual {
    background: transparent;
  }

  .hero--integrated .hero-art img {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@media (max-width: 980px) {
  .main-nav {
    background: rgba(239, 249, 255, .98);
    border-color: rgba(37, 117, 166, .12);
  }

  .main-nav a {
    color: #17384d;
  }
}

@media (max-width: 760px) {
  .site-header:not(.is-scrolled) {
    background: rgba(234, 247, 255, .97);
  }

  .hero--integrated {
    background:
      radial-gradient(ellipse at 28% 12%, rgba(255,255,255,.4), transparent 34%),
      linear-gradient(180deg, #edf8ff 0%, #dff2ff 44%, #9bd8fa 100%);
  }

  .hero--integrated .hero__mesh {
    opacity: .14;
    background-size: 54px 54px;
  }
}

/* ===== V4.7 Ecosistema responsive =====
   La escena tecnologica ocupa todo el hero como fondo real. Los tres
   dispositivos muestran una misma interfaz adaptada y el texto se apoya sobre
   una capa celeste translucida, sin dividir la composicion en dos mitades. */
.site-header:not(.is-scrolled) {
  background: rgba(213, 239, 253, .94);
  border-bottom-color: rgba(35, 132, 190, .12);
}

.hero--integrated {
  isolation: isolate;
  background: #bfe8ff;
}

.hero--integrated::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(230,246,255,.95) 0%,
      rgba(230,246,255,.86) 24%,
      rgba(230,246,255,.58) 39%,
      rgba(230,246,255,.12) 54%,
      rgba(230,246,255,0) 66%
    ),
    linear-gradient(180deg, rgba(222,243,255,.12) 0%, transparent 70%, rgba(174,222,249,.18) 100%);
  pointer-events: none;
}

.hero--integrated .hero__mesh {
  display: none;
}

.hero--integrated .hero__visual.hero__visual--background {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  transform: none;
  aspect-ratio: auto;
  background: #bfe8ff;
  pointer-events: none;
}

.hero--integrated .hero__visual--background::before,
.hero--integrated .hero__visual--background::after {
  display: none;
}

.hero--integrated .hero__visual--background .hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.hero--integrated .hero__visual--background .hero-art img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero--integrated .hero__grid {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.hero--integrated .hero__copy {
  max-width: 610px;
}

.hero--integrated .hero-chip {
  background: rgba(242,250,255,.72);
  border-color: rgba(41, 133, 188, .18);
}

.hero--integrated .btn--outline {
  background: rgba(241,250,255,.72);
  border-color: rgba(44, 126, 177, .24);
}

.hero--integrated .hero-strip {
  position: relative;
  z-index: 3;
}

@media (max-width: 1180px) {
  .hero--integrated::before {
    background: linear-gradient(
      90deg,
      rgba(230,246,255,.96) 0%,
      rgba(230,246,255,.88) 38%,
      rgba(230,246,255,.46) 62%,
      rgba(230,246,255,.08) 82%
    );
  }

  .hero--integrated .hero__visual.hero__visual--background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transform: none;
    aspect-ratio: auto;
    overflow: hidden;
    background: #bfe8ff;
  }

  .hero--integrated .hero__visual--background .hero-art,
  .hero--integrated .hero__visual--background .hero-art img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero--integrated .hero__visual--background .hero-art img {
    object-fit: cover;
    object-position: 64% center;
  }
}

@media (max-width: 760px) {
  .site-header:not(.is-scrolled) {
    background: rgba(222, 243, 255, .96);
  }

  .hero--integrated::before {
    background: linear-gradient(
      180deg,
      rgba(231,247,255,.97) 0%,
      rgba(231,247,255,.93) 48%,
      rgba(231,247,255,.68) 66%,
      rgba(231,247,255,.16) 88%,
      rgba(231,247,255,0) 100%
    );
  }

  .hero--integrated .hero__visual--background .hero-art img {
    object-position: 69% center;
  }

  .hero--integrated .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero--integrated .hero__copy {
    max-width: 100%;
  }
}

/* ===== V4.8 Ecosistema digital oscuro =====
   Azul marino continuo, trazos de datos en cian y más aire alrededor de los
   dispositivos. Header, contenido y visual comparten una sola atmósfera. */
.topline {
  background: #061d2e;
  border-bottom: 1px solid rgba(72, 204, 255, .14);
}

.site-header,
.site-header:not(.is-scrolled),
.site-header.is-scrolled {
  background: rgba(4, 23, 37, .92);
  border-bottom-color: rgba(80, 202, 255, .16);
  box-shadow: 0 12px 30px rgba(0, 8, 16, .12);
  backdrop-filter: blur(16px) saturate(130%);
}

.main-nav a,
.site-header:not(.is-scrolled) .main-nav a,
.site-header.is-scrolled .main-nav a {
  color: rgba(235, 248, 255, .88);
}

.main-nav a:hover,
.site-header:not(.is-scrolled) .main-nav a:hover,
.site-header.is-scrolled .main-nav a:hover {
  color: #ffffff;
}

.menu-toggle span,
.site-header:not(.is-scrolled) .menu-toggle span,
.site-header.is-scrolled .menu-toggle span {
  background: #eaf8ff;
}

.btn--header {
  background: linear-gradient(135deg, #159fe9, #3bc9ff);
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(28, 179, 244, .28);
}

.hero--integrated {
  color: #ffffff;
  background: #041725;
}

.hero--integrated::before {
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(3, 18, 30, .98) 0%,
      rgba(3, 20, 33, .94) 25%,
      rgba(4, 24, 39, .80) 40%,
      rgba(4, 24, 39, .34) 55%,
      rgba(4, 24, 39, .08) 72%,
      rgba(4, 23, 37, .02) 100%
    ),
    linear-gradient(180deg, rgba(3,17,29,.16) 0%, transparent 58%, rgba(1,13,23,.20) 100%);
}

.hero--integrated::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background:
    radial-gradient(circle, rgba(80, 216, 255, .82) 0 1.2px, transparent 1.8px) 18px 13px / 170px 118px,
    linear-gradient(90deg, rgba(62, 195, 245, .16) 1px, transparent 1px) 0 0 / 170px 100%,
    linear-gradient(rgba(62, 195, 245, .11) 1px, transparent 1px) 0 0 / 100% 118px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.68) 48%, rgba(0,0,0,.18) 90%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.68) 48%, rgba(0,0,0,.18) 90%);
}

.hero--integrated .hero__visual.hero__visual--background,
.hero--integrated .hero__visual--background .hero-art {
  background: #041725;
}

.hero--integrated .hero__visual--background .hero-art img {
  object-position: center center;
  filter: saturate(1.04) contrast(1.02);
}

.hero--integrated .hero__grid {
  z-index: 2;
}

.hero--integrated .hero__copy {
  max-width: 590px;
}

.hero--integrated .hero-chip {
  color: #aeeaff;
  background: rgba(6, 41, 63, .62);
  border-color: rgba(83, 208, 255, .28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  backdrop-filter: blur(10px);
}

.hero--integrated .hero-chip::before {
  background: #44d0ff;
  box-shadow: 0 0 0 6px rgba(68, 208, 255, .10), 0 0 18px rgba(68, 208, 255, .72);
}

.hero--integrated .hero__copy h1 {
  color: #f5fbff;
  text-shadow: 0 10px 34px rgba(0, 10, 20, .22);
}

.hero--integrated .hero__copy h1 strong {
  color: #39c2ff;
}

.hero--integrated .hero__lead {
  color: #bdd6e4;
}

.hero--integrated .btn--outline {
  color: #f3fbff;
  background: rgba(6, 37, 57, .54);
  border-color: rgba(170, 229, 252, .30);
  backdrop-filter: blur(10px);
}

.hero-proof__avatars span {
  border-color: #09283e;
  box-shadow: 0 7px 18px rgba(0, 10, 20, .30);
}

.hero--integrated .hero-proof__meta strong {
  color: #ffffff;
}

.hero--integrated .hero-proof__meta span {
  color: #b9d4e2;
}

.hero--integrated .hero-strip {
  z-index: 3;
  background: linear-gradient(135deg, rgba(11, 45, 68, .94), rgba(4, 27, 44, .96));
  border-color: rgba(90, 211, 255, .22);
  box-shadow: 0 22px 48px rgba(0, 11, 22, .36), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
}

.hero--integrated .hero-strip article {
  border-right-color: rgba(117, 217, 255, .12);
}

.hero--integrated .hero-strip small {
  color: #bad2df;
}

.hero--integrated .icon-box {
  color: #bceeff;
  background: rgba(51, 189, 242, .12);
  border: 1px solid rgba(95, 215, 255, .14);
}

@media (max-width: 1180px) {
  .hero--integrated::before {
    background: linear-gradient(
      90deg,
      rgba(3, 18, 30, .98) 0%,
      rgba(3, 20, 33, .93) 38%,
      rgba(4, 24, 39, .64) 58%,
      rgba(4, 24, 39, .18) 82%,
      rgba(4, 23, 37, .04) 100%
    );
  }

  .hero--integrated .hero__visual.hero__visual--background {
    background: #041725;
  }

  .hero--integrated .hero__visual--background .hero-art img {
    object-position: 62% center;
  }
}

@media (max-width: 980px) {
  .main-nav {
    background: rgba(4, 25, 40, .98);
    border-color: rgba(92, 209, 255, .18);
    box-shadow: 0 20px 38px rgba(0, 9, 18, .30);
  }

  .main-nav a {
    color: #eaf8ff;
  }
}

@media (max-width: 760px) {
  .site-header:not(.is-scrolled) {
    background: rgba(4, 23, 37, .96);
  }

  .hero--integrated::before {
    background: linear-gradient(
      180deg,
      rgba(3, 18, 30, .98) 0%,
      rgba(3, 20, 33, .96) 48%,
      rgba(4, 24, 39, .74) 66%,
      rgba(4, 24, 39, .26) 86%,
      rgba(4, 23, 37, .08) 100%
    );
  }

  .hero--integrated::after {
    opacity: .24;
    background-size: 138px 106px, 138px 100%, 100% 106px;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.72) 58%, rgba(0,0,0,.16) 100%);
    mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.72) 58%, rgba(0,0,0,.16) 100%);
  }

  .hero--integrated .hero__visual--background .hero-art img {
    object-position: 68% center;
  }
}

/* ===== V4.9 Hero digital interactivo =====
   Fondo azul limpio sin dispositivos. Una red de partículas blancas se mueve
   suavemente y reacciona al cursor sin interferir con el contenido. */
.topline {
  background: #05264d;
  border-bottom-color: rgba(255, 255, 255, .12);
}

.site-header,
.site-header:not(.is-scrolled),
.site-header.is-scrolled {
  background: rgba(5, 42, 78, .93);
  border-bottom-color: rgba(255, 255, 255, .14);
  box-shadow: 0 12px 30px rgba(2, 24, 50, .14);
}

.hero--interactive {
  isolation: isolate;
  min-height: 680px;
  padding: 0 0 62px;
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 18%, rgba(90, 204, 255, .26), transparent 28%),
    radial-gradient(circle at 84% 26%, rgba(46, 160, 238, .30), transparent 30%),
    radial-gradient(circle at 52% 110%, rgba(1, 26, 64, .44), transparent 44%),
    linear-gradient(135deg, #052c5f 0%, #086ba8 48%, #06457f 72%, #042b5a 100%);
}

.hero--interactive::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255,255,255,.035), transparent 34%),
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.06), transparent 38%);
}

.hero--interactive::after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: .11;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 84px 84px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0,0,0,.62) 48%, transparent 86%);
  mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0,0,0,.62) 48%, transparent 86%);
}

.hero--interactive .hero__visual {
  display: none;
}

.hero-particles {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero--interactive .hero__mesh {
  display: block;
  z-index: 0;
  opacity: .16;
  background:
    radial-gradient(circle at 26% 34%, rgba(255,255,255,.16) 0 1px, transparent 1.8px) 0 0 / 110px 110px,
    radial-gradient(circle at 76% 62%, rgba(255,255,255,.11), transparent 26%);
}

.hero--interactive .hero__grid {
  position: relative;
  z-index: 2;
  display: block;
  padding: 78px 0 58px;
}

.hero--interactive .hero__copy {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.hero--interactive .hero-chip {
  color: #ffffff;
  background: rgba(255, 255, 255, .10);
  border-color: rgba(255, 255, 255, .24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.hero--interactive .hero-chip::before {
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(255,255,255,.10), 0 0 20px rgba(255,255,255,.48);
}

.hero--interactive .hero__copy h1 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: clamp(56px, 6vw, 88px);
  text-shadow: 0 14px 40px rgba(0, 24, 56, .22);
}

.hero--interactive .hero__copy h1 strong {
  color: #7edcff;
}

.hero--interactive .hero__lead {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(235, 248, 255, .84);
}

.hero--interactive .hero__actions,
.hero--interactive .hero-proof {
  justify-content: center;
}

.hero--interactive .btn--outline {
  color: #ffffff;
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.30);
}

.hero--interactive .hero-proof__avatars span {
  border-color: #09669e;
}

.hero--interactive .hero-proof__meta strong {
  color: #ffffff;
}

.hero--interactive .hero-proof__meta span {
  color: rgba(234, 247, 255, .80);
}

.hero--interactive .hero-strip {
  position: relative;
  z-index: 3;
  margin-top: 0;
  background: linear-gradient(135deg, rgba(5, 45, 84, .82), rgba(3, 31, 67, .88));
  border-color: rgba(255,255,255,.20);
  box-shadow: 0 24px 52px rgba(1, 23, 51, .30), inset 0 1px 0 rgba(255,255,255,.06);
}

.hero--interactive .hero-strip article {
  border-right-color: rgba(255,255,255,.12);
}

.hero--interactive .hero-strip small {
  color: rgba(232, 246, 255, .76);
}

.hero--interactive .icon-box {
  color: #ffffff;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.14);
}

@media (max-width: 980px) {
  .main-nav {
    background: rgba(5, 42, 78, .98);
    border-color: rgba(255,255,255,.16);
  }

  .hero--interactive {
    min-height: 0;
  }

  .hero--interactive .hero__grid {
    padding: 66px 0 50px;
  }
}

@media (max-width: 760px) {
  .site-header:not(.is-scrolled) {
    background: rgba(5, 42, 78, .97);
  }

  .hero--interactive {
    padding-bottom: 42px;
    background:
      radial-gradient(circle at 20% 12%, rgba(90, 204, 255, .24), transparent 28%),
      linear-gradient(155deg, #052c5f 0%, #08689f 50%, #043267 100%);
  }

  .hero--interactive .hero__grid {
    padding: 48px 0 42px;
  }

  .hero--interactive .hero__copy h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .hero--interactive .hero-proof {
    align-items: center;
  }

  .hero--interactive::after {
    background-size: 64px 64px;
    opacity: .08;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-particles {
    opacity: .68;
  }
}

/* ===== V4.14 CRM + traspaso limpio de OO ===== */
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.quote-form__ai-summary {
  margin-bottom: 18px;
  padding: 17px 18px;
  border: 1px solid #bfe7f9;
  border-radius: 15px;
  background: linear-gradient(135deg, #f1faff, #fbfdff);
  box-shadow: inset 3px 0 #2db8ff;
}
.quote-form__ai-summary[hidden] { display: none; }
.quote-ai__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.quote-ai__head > span {
  color: #149eda;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}
.quote-ai__head button {
  border: 0;
  background: transparent;
  color: #627f8e;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.quote-form__ai-summary > strong {
  display: block;
  color: #123c54;
  font-size: 15px;
  line-height: 1.35;
}
.quote-ai__features {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}
.quote-ai__features span {
  padding: 6px 9px;
  border: 1px solid #d6eaf3;
  border-radius: 999px;
  background: #fff;
  color: #527180;
  font-size: 10px;
  font-weight: 700;
}
.quote-form .form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #587482;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}
.quote-form .form-consent input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #2db8ff;
}
.quote-form .btn.is-loading { position: relative; color: transparent; }
.quote-form .btn.is-loading::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,.48);
  border-top-color: #fff;
  border-radius: 50%;
  animation: quoteSpin .7s linear infinite;
}
.form-note--success {
  padding: 13px 14px;
  border: 1px solid #bfe9d8;
  border-radius: 12px;
  background: #effbf6;
  color: #206e54;
  line-height: 1.5;
}
.form-note--success strong { color: #0d6749; }
.whatsapp-consent-copy{display:block;margin-top:10px;color:#688391;font-size:10px;line-height:1.5}
.form-note--success .privacy-link{display:inline-block;margin:6px 0 0;padding:0;background:none;box-shadow:none;color:#247999;font-size:10px;text-decoration:underline}
.form-note--success a {
  display: inline-flex;
  margin: 8px 0 0 8px;
  color: #0b8bbf;
  font-weight: 900;
  text-decoration: none;
}
@keyframes quoteSpin { to { transform: rotate(360deg); } }
@media (max-width: 560px) {
  .quote-ai__head { align-items: flex-start; }
  .quote-ai__features { display: grid; }
  .form-note--success a { display: flex; justify-content: center; margin-left: 0; }
}

/* ===== V4.9.2 Logo integrado sin cápsula ===== */
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand img {
  display: block;
  width: 146px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(1, 22, 48, .2));
}

.contact__logo,
.footer__brand img {
  display: block;
  width: 158px;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 8px 18px rgba(0, 14, 31, .22));
}

.contact__logo {
  margin-bottom: 22px;
}

@media (max-width: 760px) {
  .brand {
    padding: 0;
    border-radius: 0;
  }

  .brand img {
    width: 128px;
  }

  .contact__logo,
  .footer__brand img {
    width: 146px;
  }
}

/* ===== V4.10 Servicios digitales en movimiento ===== */
.services--digital {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 108px 0 116px;
  background:
    radial-gradient(circle at 12% 4%, rgba(45, 184, 255, .16), transparent 25%),
    radial-gradient(circle at 91% 22%, rgba(28, 136, 222, .11), transparent 24%),
    linear-gradient(180deg, #eaf7ff 0%, #f6fbff 24%, #ffffff 76%);
}

.services--digital::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: min(1100px, 92vw);
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(45,184,255,.72) 24%, rgba(255,255,255,.9) 50%, rgba(45,184,255,.72) 76%, transparent);
  box-shadow: 0 0 30px rgba(45,184,255,.48);
}

.services__ambient {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.services__ambient::before {
  content: '';
  position: absolute;
  inset: -60px;
  opacity: .34;
  background-image:
    linear-gradient(rgba(29, 137, 205, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 137, 205, .08) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.58) 44%, transparent 86%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.58) 44%, transparent 86%);
  animation: servicesGridDrift 20s linear infinite;
}

.services__ambient span {
  position: absolute;
  border-radius: 50%;
  background: rgba(45, 184, 255, .22);
  filter: blur(1px);
  box-shadow: 0 0 38px rgba(45, 184, 255, .30);
  animation: servicesNodeFloat 7s ease-in-out infinite;
}

.services__ambient span:nth-child(1) { width: 7px; height: 7px; left: 9%; top: 20%; }
.services__ambient span:nth-child(2) { width: 10px; height: 10px; right: 11%; top: 34%; animation-delay: -2.4s; }
.services__ambient span:nth-child(3) { width: 6px; height: 6px; left: 51%; top: 8%; animation-delay: -4.8s; }

.services--digital .section-heading--center {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin-bottom: 52px;
}

.services__eyebrow {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(28, 143, 213, .18);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 8px 24px rgba(19, 94, 137, .06);
  backdrop-filter: blur(10px);
}

.services--digital .section-heading h2 {
  color: #102f42;
  max-width: 900px;
  margin: 18px auto 0;
}

.services--digital .section-heading h2 strong {
  color: transparent;
  background: linear-gradient(135deg, #159fe9, #35c4ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.services--digital .section-heading p {
  max-width: 730px;
  color: #60798a;
}

.services--digital .service-grid--five {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.services--digital .service-card {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  isolation: isolate;
  grid-column: span 2;
  min-width: 0;
  min-height: 378px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(25, 112, 160, .16);
  border-radius: 26px;
  background: rgba(255, 255, 255, .86);
  box-shadow:
    0 22px 54px rgba(12, 71, 105, .08),
    inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  transition:
    transform .38s cubic-bezier(.2,.8,.2,1),
    border-color .38s ease,
    box-shadow .38s ease,
    background .38s ease,
    opacity .65s ease;
}

.services--digital .service-card:nth-child(n+4) {
  grid-column: span 3;
  min-height: 350px;
}

.services--digital .service-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 30px;
  right: 30px;
  height: 2px;
  opacity: .55;
  background: linear-gradient(90deg, transparent, #38c8ff, transparent);
  transition: left .38s ease, right .38s ease, opacity .38s ease;
}

.services--digital .service-card::after {
  content: '';
  position: absolute;
  z-index: -2;
  width: 190px;
  height: 190px;
  right: -92px;
  bottom: -108px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45,184,255,.13), transparent 68%);
  transition: transform .45s ease, opacity .45s ease;
}

.services--digital .service-card__glow {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(260px circle at var(--pointer-x) var(--pointer-y), rgba(48, 191, 255, .16), transparent 66%);
  transition: opacity .3s ease;
}

.services--digital .service-card:hover {
  transform: translateY(-9px);
  border-color: rgba(45, 184, 255, .46);
  background: rgba(255,255,255,.96);
  box-shadow:
    0 30px 70px rgba(7, 72, 112, .15),
    0 0 0 1px rgba(45,184,255,.06),
    inset 0 1px 0 rgba(255,255,255,1);
}

.services--digital .service-card:hover::before { left: 12px; right: 12px; opacity: 1; }
.services--digital .service-card:hover::after { transform: translate(-22px, -20px) scale(1.25); }
.services--digital .service-card:hover .service-card__glow { opacity: 1; }

.services--digital .service-card--primary {
  color: #ffffff;
  border-color: rgba(99, 211, 255, .30);
  background:
    radial-gradient(circle at 88% 10%, rgba(84, 210, 255, .24), transparent 34%),
    linear-gradient(145deg, #052c5f 0%, #075b92 58%, #063f72 100%);
  box-shadow: 0 26px 62px rgba(4, 54, 100, .24), inset 0 1px 0 rgba(255,255,255,.10);
}

.services--digital .service-card--primary:hover {
  border-color: rgba(133, 225, 255, .58);
  background:
    radial-gradient(circle at 82% 13%, rgba(95, 218, 255, .32), transparent 36%),
    linear-gradient(145deg, #052c5f 0%, #07659d 58%, #06477d 100%);
  box-shadow: 0 32px 74px rgba(3, 49, 91, .32), inset 0 1px 0 rgba(255,255,255,.14);
}

.services--digital .service-card--primary::after {
  background: radial-gradient(circle, rgba(127, 224, 255, .22), transparent 68%);
}

.services--digital .service-card--primary .service-card__glow {
  background: radial-gradient(280px circle at var(--pointer-x) var(--pointer-y), rgba(255,255,255,.15), transparent 68%);
}

.services--digital .service-card__top {
  position: relative;
  z-index: 1;
}

.services--digital .service-icon {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(32, 164, 226, .18);
  border-radius: 22px;
  color: #0b75ad;
  background: linear-gradient(145deg, #e4f6ff, #f4fbff);
  box-shadow: 0 14px 28px rgba(22, 116, 165, .10), inset 0 1px 0 #ffffff;
  transition: transform .38s cubic-bezier(.2,.8,.2,1), box-shadow .38s ease, color .38s ease;
}

.services--digital .service-icon svg {
  width: 34px;
  height: 34px;
  animation: serviceIconFloat 4.8s ease-in-out infinite;
}

.services--digital .service-card:nth-child(2) .service-icon svg { animation-delay: -.8s; }
.services--digital .service-card:nth-child(3) .service-icon svg { animation-delay: -1.6s; }
.services--digital .service-card:nth-child(4) .service-icon svg { animation-delay: -2.4s; }
.services--digital .service-card:nth-child(5) .service-icon svg { animation-delay: -3.2s; }

.services--digital .service-card--primary .service-icon {
  color: #ffffff;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.12);
  box-shadow: 0 16px 30px rgba(0, 25, 58, .22), inset 0 1px 0 rgba(255,255,255,.15);
}

.services--digital .service-card:hover .service-icon {
  color: #0787c9;
  transform: translateY(-3px) rotate(-3deg) scale(1.06);
  box-shadow: 0 18px 34px rgba(20, 135, 190, .18), 0 0 28px rgba(45,184,255,.12);
}

.services--digital .service-card--primary:hover .service-icon { color: #ffffff; }

.services--digital .service-card__number {
  color: rgba(14, 87, 126, .34);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}

.services--digital .service-card--primary .service-card__number { color: rgba(255,255,255,.54); }

.services--digital .service-card h3 {
  position: relative;
  z-index: 1;
  margin: 26px 0 12px;
  color: #12364b;
  font-size: 25px;
  line-height: 1.08;
}

.services--digital .service-card--primary h3 { color: #ffffff; }

.services--digital .service-card p {
  position: relative;
  z-index: 1;
  color: #667f90;
  font-size: 14.5px;
  line-height: 1.65;
}

.services--digital .service-card--primary p { color: rgba(233, 247, 255, .78); }

.services--digital .service-card ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 24px;
  color: #486779;
  font-size: 12px;
}

.services--digital .service-card li {
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(25, 116, 164, .11);
  border-radius: 999px;
  background: rgba(236, 248, 255, .70);
}

.services--digital .service-card li + li { margin-top: 0; }
.services--digital .service-card li::before { margin-right: 6px; }

.services--digital .service-card--primary li {
  color: rgba(244,251,255,.88);
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.08);
}

.services--digital .service-card--primary li::before { color: #7ee0ff; }

.services--digital .service-card > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding-top: 15px;
  border-top: 1px solid rgba(30, 107, 148, .11);
  color: #0b597f;
  font-size: 13px;
}

.services--digital .service-card--primary > a {
  color: #ffffff;
  border-top-color: rgba(255,255,255,.12);
}

.services--digital .service-card__arrow {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #0a75ad;
  background: #e8f7ff;
  transition: transform .3s ease, color .3s ease, background .3s ease;
}

.services--digital .service-card--primary .service-card__arrow {
  color: #ffffff;
  background: rgba(255,255,255,.12);
}

.services--digital .service-card:hover .service-card__arrow {
  transform: rotate(45deg) scale(1.08);
  color: #ffffff;
  background: #1eafea;
}

@keyframes servicesGridDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(68px, 68px, 0); }
}

@keyframes servicesNodeFloat {
  0%, 100% { transform: translateY(0) scale(1); opacity: .5; }
  50% { transform: translateY(-22px) scale(1.35); opacity: 1; }
}

@keyframes serviceIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@media (max-width: 980px) {
  .services--digital { padding: 90px 0 96px; }
  .services--digital .service-grid--five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services--digital .service-card,
  .services--digital .service-card:nth-child(n+4) { grid-column: auto; min-height: 360px; }
  .services--digital .service-card:last-child { grid-column: 1 / -1; min-height: 330px; }
}

@media (max-width: 760px) {
  .services--digital { padding: 76px 0 82px; }
  .services--digital .section-heading--center { margin-bottom: 36px; }
  .services--digital .service-grid--five { grid-template-columns: 1fr; gap: 16px; }
  .services--digital .service-card,
  .services--digital .service-card:nth-child(n+4),
  .services--digital .service-card:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 24px;
    border-radius: 22px;
  }
  .services--digital .service-icon { width: 62px; height: 62px; border-radius: 19px; }
  .services--digital .service-icon svg { width: 30px; height: 30px; }
  .services--digital .service-card h3 { margin-top: 22px; font-size: 23px; }
  .services--digital .service-card:hover { transform: translateY(-4px); }
}

@media (prefers-reduced-motion: reduce) {
  .services__ambient::before,
  .services__ambient span,
  .services--digital .service-icon svg { animation: none; }
  .services--digital .service-card,
  .services--digital .service-icon,
  .services--digital .service-card__arrow { transition-duration: .01ms; }
  .services--digital .service-card:hover { transform: none; }
}

/* =========================================================
   V4.11 · PORTAFOLIO DIGITAL — 9 EXPERIENCIAS
   ========================================================= */
.showcase--digital {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 112px 0 120px;
  border-top: 1px solid rgba(23, 120, 171, .10);
  background:
    radial-gradient(circle at 86% 13%, rgba(45, 184, 255, .16), transparent 27%),
    radial-gradient(circle at 8% 82%, rgba(4, 91, 139, .08), transparent 31%),
    linear-gradient(145deg, #f8fcff 0%, #edf8ff 48%, #f9fdff 100%);
}

.showcase__ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.showcase__ambient::before {
  content: "";
  position: absolute;
  inset: -80px;
  opacity: .38;
  background-image:
    linear-gradient(rgba(21, 128, 181, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 128, 181, .055) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 78%, transparent);
  animation: servicesGridDrift 19s linear infinite;
}

.showcase__ambient span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2db8ff;
  box-shadow: 0 0 0 8px rgba(45, 184, 255, .07), 0 0 34px rgba(45, 184, 255, .45);
  animation: servicesNodeFloat 5.8s ease-in-out infinite;
}

.showcase__ambient span:nth-child(1) { top: 20%; left: 6%; }
.showcase__ambient span:nth-child(2) { top: 46%; right: 5%; animation-delay: -1.9s; }
.showcase__ambient span:nth-child(3) { bottom: 11%; left: 49%; animation-delay: -3.7s; }

.showcase--digital .showcase__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: end;
  margin-bottom: 48px;
}

.showcase--digital .showcase__intro {
  position: static;
  max-width: 760px;
}

.showcase--digital .showcase__eyebrow {
  display: inline-flex;
  width: auto;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 14px;
  border: 1px solid rgba(23, 147, 207, .14);
  border-radius: 999px;
  color: #0d8ac9;
  background: rgba(235, 248, 255, .78);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}

.showcase--digital .showcase__eyebrow span {
  width: 24px;
  background: linear-gradient(90deg, #168dca, #48c5ff);
}

.showcase--digital .showcase__intro h2 {
  margin: 0;
  color: #12364b;
  font-size: clamp(43px, 5.1vw, 66px);
  line-height: .98;
  letter-spacing: -.052em;
}

.showcase--digital .showcase__intro h2 strong {
  display: inline;
  color: #21aef1;
  background: linear-gradient(105deg, #078dd2, #35baff 72%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.showcase__summary {
  padding-bottom: 4px;
}

.showcase__summary > p {
  max-width: 520px;
  margin: 0 0 24px;
  color: #607d8e;
  font-size: 17px;
  line-height: 1.72;
}

.showcase__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.showcase__stats span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid rgba(24, 119, 166, .12);
  border-radius: 999px;
  color: #527186;
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 #fff;
  font-size: 12px;
  font-weight: 700;
}

.showcase__stats strong {
  color: #0b8dce;
  font-size: 15px;
}

.showcase__summary .btn {
  min-height: 48px;
  padding: 13px 18px;
  border-color: rgba(15, 123, 180, .22);
  color: #0b587e;
  background: rgba(255,255,255,.64);
  backdrop-filter: blur(10px);
}

.showcase__summary .btn:hover {
  color: #fff;
  border-color: #169edc;
  background: #169edc;
  box-shadow: 0 14px 30px rgba(20, 146, 204, .20);
}

.showcase--digital .example-grid--nine {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.showcase--digital .example-card {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  display: block;
  min-width: 0;
  height: 408px;
  overflow: hidden;
  border: 1px solid rgba(125, 210, 248, .24);
  border-radius: 27px;
  color: #fff;
  background: #062735;
  box-shadow: 0 20px 48px rgba(8, 55, 80, .13), inset 0 1px 0 rgba(255,255,255,.12);
  transform-origin: center;
  transition: transform .46s cubic-bezier(.2,.8,.2,1), border-color .35s ease, box-shadow .46s ease, opacity .65s ease;
}

.showcase--digital .example-card:focus-visible {
  outline: 3px solid rgba(45,184,255,.62);
  outline-offset: 5px;
}

.showcase--digital .browser-dots {
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 17px;
  color: rgba(226, 244, 252, .70);
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: rgba(3, 34, 47, .82);
  backdrop-filter: blur(14px);
  font-size: 11px;
}

.showcase--digital .browser-dots i {
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: #54c8f9;
  box-shadow: 0 0 11px rgba(84,200,249,.42);
}

.showcase--digital .browser-dots i:nth-child(2) { background: #ffbe52; }
.showcase--digital .browser-dots i:nth-child(3) { margin-right: 11px; background: #ff6b59; }

.showcase--digital .browser-dots b {
  margin-left: auto;
  color: rgba(215, 239, 249, .38);
  font-size: 10px;
  letter-spacing: .15em;
}

.showcase--digital .example-card__media {
  position: absolute;
  inset: 44px 0 0;
  z-index: 0;
  overflow: hidden;
}

.showcase--digital .example-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,25,36,.07) 18%, rgba(3,31,43,.30) 47%, rgba(2,25,36,.97) 100%),
    linear-gradient(90deg, rgba(2,25,36,.28), transparent 60%);
}

.showcase--digital .example-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .55s ease;
}

.portfolio-card__glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(330px circle at var(--pointer-x) var(--pointer-y), rgba(75, 204, 255, .22), transparent 66%);
  transition: opacity .4s ease;
}

.showcase--digital .example-card__overlay {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 76px 26px 25px;
}

.showcase--digital .example-card__overlay small {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 11px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: #bfeaff;
  background: rgba(6, 48, 66, .52);
  backdrop-filter: blur(10px);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.showcase--digital .example-card__overlay h3 {
  max-width: 330px;
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(25px, 2.2vw, 31px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.showcase--digital .example-card__overlay p {
  margin: 0 0 18px;
  color: rgba(230, 244, 250, .76);
  font-size: 13.5px;
}

.portfolio-card__action {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 7px 8px 7px 14px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 800;
  transition: background .35s ease, border-color .35s ease, transform .35s ease;
}

.portfolio-card__action b {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #097eb5;
  background: #fff;
  transition: transform .35s ease;
}

.showcase--digital .example-card:hover {
  border-color: rgba(73, 195, 246, .72);
  box-shadow: 0 30px 65px rgba(6, 63, 91, .22), 0 0 0 1px rgba(69, 197, 249, .14);
  transform: translateY(-10px);
}

.showcase--digital .example-card:hover .example-card__media img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.075);
}

.showcase--digital .example-card:hover .portfolio-card__glow { opacity: 1; }

.showcase--digital .example-card:hover .portfolio-card__action {
  border-color: #24aee9;
  background: #159fdc;
  transform: translateY(-2px);
}

.showcase--digital .example-card:hover .portfolio-card__action b {
  transform: rotate(45deg);
}

@media (max-width: 1080px) {
  .showcase--digital .showcase__header {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .68fr);
    gap: 36px;
  }

  .showcase--digital .example-grid--nine { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .showcase--digital .example-card:last-child { grid-column: 1 / -1; height: 360px; }
}

@media (max-width: 760px) {
  .showcase--digital { padding: 78px 0 84px; }
  .showcase--digital .showcase__header { grid-template-columns: 1fr; gap: 24px; margin-bottom: 34px; }
  .showcase--digital .showcase__intro h2 { font-size: clamp(38px, 12vw, 52px); }
  .showcase__summary > p { margin-bottom: 18px; font-size: 15.5px; }
  .showcase__stats { margin-bottom: 20px; }
  .showcase--digital .example-grid--nine { grid-template-columns: 1fr; gap: 17px; }
  .showcase--digital .example-card,
  .showcase--digital .example-card:last-child { grid-column: auto; height: 370px; border-radius: 23px; }
  .showcase--digital .example-card__overlay { padding: 72px 22px 22px; }
  .showcase--digital .example-card__overlay h3 { font-size: 27px; }
  .showcase--digital .example-card:hover { transform: translateY(-5px); }
}

@media (prefers-reduced-motion: reduce) {
  .showcase__ambient::before,
  .showcase__ambient span { animation: none; }
  .showcase--digital .example-card,
  .showcase--digital .example-card__media img,
  .portfolio-card__glow,
  .portfolio-card__action,
  .portfolio-card__action b { transition-duration: .01ms; }
  .showcase--digital .example-card:hover { transform: none; }
}

/* =========================================================
   V4.13 · OO — CONSULTOR DE IDEAS CON IA
   ========================================================= */
.idea-lab {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 118px 0 124px;
  color: #eaf8ff;
  background:
    radial-gradient(circle at 14% 18%, rgba(22, 153, 218, .24), transparent 29%),
    radial-gradient(circle at 88% 82%, rgba(255, 103, 84, .11), transparent 25%),
    linear-gradient(145deg, #031824 0%, #052b3c 48%, #041d2b 100%);
}

.idea-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .21;
  background-image:
    linear-gradient(rgba(94, 207, 255, .10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 207, 255, .10) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent 2%, #000 18%, #000 82%, transparent 100%);
  animation: ideaGridDrift 24s linear infinite;
}

.idea-lab__ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.idea-lab__ambient::before,
.idea-lab__ambient::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(91, 203, 250, .12);
  border-radius: 50%;
}

.idea-lab__ambient::before { top: -250px; right: -120px; box-shadow: 0 0 0 74px rgba(77, 191, 243, .018), 0 0 0 150px rgba(77, 191, 243, .014); }
.idea-lab__ambient::after { bottom: -330px; left: -170px; box-shadow: 0 0 0 76px rgba(255, 105, 87, .018); }

.idea-lab__ambient span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #51caff;
  box-shadow: 0 0 0 7px rgba(81, 202, 255, .08), 0 0 30px rgba(81, 202, 255, .52);
  animation: ideaNodeFloat 6s ease-in-out infinite;
}

.idea-lab__ambient span:nth-child(1) { top: 20%; left: 7%; }
.idea-lab__ambient span:nth-child(2) { top: 47%; right: 7%; animation-delay: -2s; }
.idea-lab__ambient span:nth-child(3) { bottom: 13%; left: 53%; animation-delay: -4s; }

.idea-lab__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, .72fr);
  column-gap: clamp(42px, 7vw, 100px);
  align-items: end;
  margin-bottom: 50px;
}

.idea-lab__eyebrow {
  grid-column: 1 / -1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(107, 212, 255, .18);
  border-radius: 999px;
  color: #74d6ff;
  background: rgba(8, 53, 72, .68);
  backdrop-filter: blur(12px);
}

.idea-lab__eyebrow span { background: linear-gradient(90deg, #48c6ff, #ff6f5c); }

.idea-lab__heading h2 {
  margin: 0;
  color: #f6fcff;
  font-size: clamp(44px, 5.35vw, 70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.idea-lab__heading h2 strong {
  color: #43c2fb;
  background: linear-gradient(100deg, #28b5f6 10%, #80dcff 66%, #ff8a74 112%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.idea-lab__heading > p {
  max-width: 510px;
  margin: 0 0 3px;
  color: rgba(215, 239, 250, .70);
  font-size: 16.5px;
  line-height: 1.75;
}

.idea-lab__workspace {
  display: grid;
  grid-template-columns: minmax(310px, .78fr) minmax(0, 1.42fr);
  gap: 22px;
  align-items: stretch;
}

.oo-console,
.idea-builder {
  border: 1px solid rgba(127, 215, 252, .16);
  border-radius: 32px;
  box-shadow: 0 34px 85px rgba(0, 11, 18, .28), inset 0 1px 0 rgba(255,255,255,.08);
}

.oo-console {
  position: relative;
  display: flex;
  min-height: 656px;
  overflow: hidden;
  flex-direction: column;
  padding: 20px;
  background:
    radial-gradient(circle at 50% 35%, rgba(59, 190, 247, .14), transparent 38%),
    linear-gradient(160deg, rgba(13, 66, 87, .94), rgba(5, 36, 50, .96));
}

.oo-console::after {
  content: "";
  position: absolute;
  inset: auto -18% -20% 38%;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 101, 82, .08);
  filter: blur(50px);
  pointer-events: none;
}

.oo-console__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 0 4px;
  color: rgba(224, 245, 253, .66);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}

.oo-console__identity,
.oo-console__status { display: inline-flex; align-items: center; }

.oo-console__identity i {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #4ed0ff;
  box-shadow: 0 0 0 5px rgba(78,208,255,.08), 0 0 15px rgba(78,208,255,.48);
}

.oo-console__status {
  min-height: 26px;
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
}

.oo-stage {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 380px);
  min-height: 330px;
  place-items: center;
  margin: 22px auto 10px;
}

.oo-orbit {
  position: absolute;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(89, 204, 250, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(61, 187, 242, .025), 0 0 0 68px rgba(61, 187, 242, .016);
}

.oo-orbit::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 2px solid transparent;
  border-top-color: #4ac8fb;
  border-right-color: rgba(255, 112, 93, .75);
  border-radius: 50%;
  opacity: 0;
}

.oo-mascot {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 360px);
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 38px;
  object-fit: cover;
  background: #f7f8fa;
  box-shadow: 0 25px 70px rgba(0, 12, 19, .28), 0 0 55px rgba(55, 193, 248, .11);
  animation: ooFloat 5.4s ease-in-out infinite;
  transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease, filter .4s ease;
}

.oo-state-icon {
  position: absolute;
  right: 8px;
  bottom: 28px;
  z-index: 3;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.30);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #159edc, #056b9d);
  box-shadow: 0 13px 30px rgba(2, 31, 43, .32);
  font-size: 17px;
  font-weight: 800;
  transition: transform .35s ease, background .35s ease;
}

.oo-state-icon::before { content: "OO"; font-size: 11px; letter-spacing: -.05em; }
.oo-console[data-state="listening"] .oo-state-icon::before { content: "•••"; letter-spacing: .08em; animation: ooDots 1s steps(4, end) infinite; }
.oo-console[data-state="thinking"] .oo-state-icon::before { content: "✦"; font-size: 20px; animation: ooSpark 1.1s ease-in-out infinite; }
.oo-console[data-state="success"] .oo-state-icon::before { content: "✓"; font-size: 22px; }
.oo-console[data-state="stopped"] .oo-state-icon::before { content: "↺"; font-size: 21px; }

.oo-console[data-state="listening"] .oo-mascot { box-shadow: 0 25px 70px rgba(0,12,19,.28), 0 0 0 5px rgba(71,198,250,.09), 0 0 60px rgba(71,198,250,.18); }
.oo-console[data-state="thinking"] .oo-orbit::before { opacity: 1; animation: ooOrbit 1.25s linear infinite; }
.oo-console[data-state="thinking"] .oo-mascot { animation: none; transform: translateY(-4px) scale(.98); filter: saturate(.92); }
.oo-console[data-state="success"] .oo-mascot { animation: none; transform: translateY(-7px) scale(1.02); box-shadow: 0 26px 75px rgba(0,12,19,.30), 0 0 70px rgba(255,107,88,.15); }
.oo-console[data-state="success"] .oo-state-icon { background: linear-gradient(145deg, #ff795f, #e75341); transform: scale(1.08); }
.oo-console[data-state="stopped"] .oo-state-icon { background: linear-gradient(145deg, #698595, #3f6173); }

.oo-speech {
  position: relative;
  z-index: 2;
  min-height: 76px;
  margin: 2px 0 16px;
  padding: 18px 19px;
  border: 1px solid rgba(126, 215, 252, .14);
  border-radius: 18px 18px 18px 4px;
  color: #eaf8ff;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055);
  font-size: 14px;
  line-height: 1.6;
}

.oo-console__trust {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
  margin-top: auto;
  padding: 0 4px 4px;
}

.oo-console__trust span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(217, 240, 249, .65);
  font-size: 11px;
  font-weight: 700;
}

.oo-console__trust span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #43c7fb;
  box-shadow: 0 0 11px rgba(67,199,251,.42);
}

.idea-builder {
  display: grid;
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  color: #17384a;
  background: rgba(249, 253, 255, .96);
  grid-template-rows: auto 1fr;
}

.idea-form__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.idea-form__label label { color: #12364a; font-size: 14px; font-weight: 800; }
.idea-form__label span { color: #78909c; font-size: 10.5px; font-weight: 700; }

.idea-form__field {
  overflow: hidden;
  border: 1px solid rgba(22, 123, 174, .18);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 13px 35px rgba(21, 91, 125, .06), inset 0 1px 0 #fff;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.idea-form__field:focus-within {
  border-color: rgba(21, 165, 224, .66);
  box-shadow: 0 0 0 4px rgba(36, 177, 237, .09), 0 17px 42px rgba(21, 91, 125, .09);
}

.idea-form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  padding: 20px 21px 12px;
  border: 0;
  outline: 0;
  color: #15394c;
  background: transparent;
  font: inherit;
  font-size: 15px;
  line-height: 1.65;
}

.idea-form textarea::placeholder { color: #91a6b1; }

.idea-form__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 20px 14px;
  color: #8299a5;
  font-size: 10px;
  font-weight: 700;
}

#idea-counter.is-near-limit { color: #e25b48; }

.idea-suggestions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 14px 0 17px;
}

.idea-suggestions > span {
  margin-right: 2px;
  color: #78909c;
  font-size: 10.5px;
  font-weight: 700;
}

.idea-suggestions button {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(25, 132, 184, .13);
  border-radius: 999px;
  color: #33718f;
  background: #eef9fe;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}

.idea-suggestions button:hover,
.idea-suggestions button:focus-visible {
  border-color: #21aae5;
  color: #fff;
  background: #169edc;
  transform: translateY(-2px);
}

.idea-form__submit {
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  color: #fff;
  background: linear-gradient(100deg, #078dca, #19afe9 70%, #35c1f4);
  box-shadow: 0 16px 34px rgba(9, 147, 205, .20);
}

.idea-form__submit svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease; }
.idea-form__submit:hover svg { transform: translateX(4px); }
.idea-form__submit:disabled { cursor: wait; opacity: .68; transform: none; }

.idea-form__error {
  min-height: 18px;
  margin: 7px 3px 0;
  color: #c84b3b;
  font-size: 11px;
  font-weight: 700;
}

.idea-output {
  min-height: 190px;
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid rgba(21, 103, 145, .10);
}

.idea-output__badge,
.idea-proposal__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 9px;
  border: 1px solid rgba(22, 144, 199, .12);
  border-radius: 999px;
  color: #1189c0;
  background: #edf9fe;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.idea-output__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 13px;
}

.idea-output__steps > div {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(17, 114, 160, .09);
  border-radius: 15px;
  background: rgba(236, 248, 253, .68);
}

.idea-output__steps b { color: #23a8df; font-size: 10px; }
.idea-output__steps span { display: grid; gap: 2px; }
.idea-output__steps strong { color: #244a5e; font-size: 11px; }
.idea-output__steps small { color: #78909c; font-size: 9px; line-height: 1.35; }

.idea-thinking {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 15px;
  align-items: center;
  min-height: 118px;
  padding: 19px;
  border: 1px solid rgba(20, 145, 201, .13);
  border-radius: 19px;
  background: linear-gradient(145deg, #edf9fe, #f8fcfe);
}

.idea-thinking__spinner {
  position: relative;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(27, 168, 225, .15);
  border-top-color: #16a6df;
  border-radius: 50%;
  animation: ooOrbit 1s linear infinite;
}

.idea-thinking__copy { display: grid; gap: 5px; }
.idea-thinking__copy strong { color: #173e52; font-size: 13px; }
.idea-thinking__copy span { color: #6c8795; font-size: 11px; line-height: 1.45; }

.idea-thinking__stop,
.idea-proposal__secondary {
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(28, 112, 151, .16);
  border-radius: 999px;
  color: #52778a;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
}

.idea-progress {
  grid-column: 2 / -1;
  overflow: hidden;
  height: 4px;
  border-radius: 99px;
  background: rgba(22, 137, 190, .10);
}

.idea-progress span {
  display: block;
  width: var(--idea-progress, 20%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #169fda, #44c7f7, #ff7962);
  transition: width .55s cubic-bezier(.2,.8,.2,1);
}

.idea-proposal { animation: ideaResultIn .52s cubic-bezier(.2,.8,.2,1) both; }
.idea-proposal__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.idea-proposal__source { color: #7b929e; font-size: 9px; font-weight: 700; }
.idea-proposal h3 { margin: 12px 0 8px; color: #12384b; font-size: clamp(23px, 2.5vw, 31px); line-height: 1.08; letter-spacing: -.035em; }
.idea-proposal__summary { margin: 0; color: #617e8d; font-size: 12.5px; line-height: 1.65; }

.idea-proposal__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 15px 0;
}

.idea-proposal__features span {
  position: relative;
  min-height: 67px;
  padding: 12px 12px 12px 30px;
  border: 1px solid rgba(22, 117, 165, .10);
  border-radius: 14px;
  color: #31596d;
  background: #f1f9fc;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.idea-proposal__features span::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 11px;
  color: #17a6df;
  font-weight: 900;
}

.idea-proposal__conversion {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: start;
  padding: 13px 15px;
  border-left: 3px solid #ff725d;
  border-radius: 0 13px 13px 0;
  color: #5e7886;
  background: #fff7f4;
  font-size: 10.5px;
  line-height: 1.5;
}

.idea-proposal__conversion strong { color: #d95544; white-space: nowrap; }
.idea-proposal__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 15px; }
.idea-proposal__quote { min-height: 43px; padding: 10px 16px; border: 0; border-radius: 999px; color: #fff; background: #139ed9; cursor: pointer; font: inherit; font-size: 11px; font-weight: 800; box-shadow: 0 12px 26px rgba(15, 148, 204, .18); }
.idea-proposal__secondary { min-height: 43px; padding: 10px 15px; }
.idea-proposal button { transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.idea-proposal button:hover { transform: translateY(-2px); }

.idea-stopped {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(18, 123, 173, .12);
  border-radius: 18px;
  background: #f2f9fc;
}

.idea-stopped b { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #178fc5; background: #def3fc; }
.idea-stopped span { display: grid; gap: 4px; }
.idea-stopped strong { color: #234a5e; font-size: 12px; }
.idea-stopped small { color: #738c99; font-size: 10.5px; line-height: 1.45; }

@keyframes ideaGridDrift { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(72px, 72px, 0); } }
@keyframes ideaNodeFloat { 0%, 100% { transform: translateY(0) scale(1); opacity: .45; } 50% { transform: translateY(-20px) scale(1.25); opacity: 1; } }
@keyframes ooFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes ooOrbit { to { transform: rotate(360deg); } }
@keyframes ooSpark { 0%, 100% { transform: scale(.85) rotate(0); opacity: .65; } 50% { transform: scale(1.12) rotate(20deg); opacity: 1; } }
@keyframes ooDots { 0% { opacity: .35; } 50% { opacity: 1; } 100% { opacity: .35; } }
@keyframes ideaResultIn { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1040px) {
  .idea-lab__workspace { grid-template-columns: minmax(280px, .67fr) minmax(0, 1.33fr); }
  .oo-console { min-height: 620px; }
  .oo-stage { min-height: 290px; }
  .oo-orbit { width: 260px; height: 260px; }
  .oo-mascot { border-radius: 32px; }
  .idea-output__steps { grid-template-columns: 1fr; }
  .idea-output__steps > div { min-height: 57px; }
  .idea-proposal__features { grid-template-columns: 1fr; }
  .idea-proposal__features span { min-height: 0; }
}

@media (max-width: 820px) {
  .idea-lab { padding: 84px 0 90px; }
  .idea-lab__heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .idea-lab__heading h2 { font-size: clamp(40px, 11.5vw, 58px); }
  .idea-lab__heading > p { font-size: 15px; }
  .idea-lab__workspace { grid-template-columns: 1fr; }
  .oo-console { min-height: 0; }
  .oo-stage { width: min(100%, 420px); min-height: 305px; }
  .oo-console__trust { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 4px; }
  .oo-console__trust span { align-items: flex-start; }
}

@media (max-width: 560px) {
  .idea-lab { padding: 72px 0 76px; }
  .idea-lab__heading h2 { font-size: 39px; }
  .oo-console,
  .idea-builder { border-radius: 24px; }
  .oo-console { padding: 15px; }
  .oo-console__top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .oo-stage { min-height: 255px; margin-top: 8px; }
  .oo-orbit { width: 220px; height: 220px; }
  .oo-mascot { width: min(100%, 320px); border-radius: 27px; }
  .oo-state-icon { right: 2px; bottom: 10px; width: 44px; height: 44px; }
  .oo-console__trust { grid-template-columns: 1fr; }
  .idea-builder { padding: 20px 17px; }
  .idea-form__label { align-items: flex-start; flex-direction: column; gap: 3px; }
  .idea-form textarea { min-height: 170px; padding: 17px 17px 10px; }
  .idea-form__meta { align-items: flex-end; padding: 0 17px 13px; }
  .idea-form__hint { max-width: 195px; }
  .idea-output__steps { grid-template-columns: 1fr; }
  .idea-thinking { grid-template-columns: auto 1fr; }
  .idea-thinking__stop { grid-column: 1 / -1; }
  .idea-progress { grid-column: 1 / -1; }
  .idea-proposal__top { align-items: flex-start; flex-direction: column; gap: 6px; }
  .idea-proposal__conversion { grid-template-columns: 1fr; gap: 5px; }
  .idea-proposal__actions { flex-direction: column; }
  .idea-proposal__quote,
  .idea-proposal__secondary { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .idea-lab::before,
  .idea-lab__ambient span,
  .oo-mascot,
  .oo-console[data-state="thinking"] .oo-orbit::before,
  .oo-console[data-state="listening"] .oo-state-icon::before,
  .oo-console[data-state="thinking"] .oo-state-icon::before,
  .idea-thinking__spinner,
  .idea-proposal { animation: none; }
  .idea-suggestions button,
  .idea-form__submit svg,
  .idea-progress span,
  .idea-proposal button,
  .oo-mascot,
  .oo-state-icon { transition-duration: .01ms; }
  .idea-suggestions button:hover,
  .idea-proposal button:hover { transform: none; }
}
