/* Portada de producto. Se mantiene aislada bajo .home-page para no alterar las vistas internas. */
#vista_principal > .home-page {
  width: 100vw;
  max-width: none;
  margin: -1.25rem calc(50% - 50vw) -2rem;
  color: var(--app-text);
  overflow: hidden;
}

.home-page {
  --home-ink: #f6fbfc;
  --home-muted: #9db1bd;
  --home-line: rgba(157, 190, 202, .15);
  --home-panel: rgba(14, 40, 61, .76);
  --home-panel-solid: #0e293e;
  --home-mint: #55e7c1;
  --home-mint-strong: #1bc89c;
  --home-coral: #ff765c;
  --home-blue: #62aef0;
  --home-radius: 28px;
  background: #071725;
}

.home-page .container { width: min(100% - 2.5rem, 1180px); }
.home-page h1,
.home-page h2,
.home-page h3 { text-wrap: balance; }
.home-page p { text-wrap: pretty; }

.home-hero {
  position: relative;
  min-height: 720px;
  padding: clamp(5rem, 9vw, 8.5rem) 0 clamp(5rem, 8vw, 7.5rem);
  background:
    linear-gradient(90deg, rgba(7, 23, 37, .98) 0%, rgba(7, 23, 37, .94) 46%, rgba(7, 23, 37, .68) 100%),
    radial-gradient(circle at 78% 38%, rgba(25, 190, 154, .17), transparent 26rem),
    linear-gradient(145deg, #071725, #0b2234 62%, #071725);
  isolation: isolate;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .28;
  background-image:
    linear-gradient(rgba(107, 229, 201, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 229, 201, .07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000 100%);
}

.home-hero::after {
  content: "";
  position: absolute;
  right: -12rem;
  top: -16rem;
  z-index: -1;
  width: 52rem;
  height: 52rem;
  border: 1px solid rgba(85, 231, 193, .07);
  border-radius: 50%;
  box-shadow: 0 0 0 7rem rgba(85, 231, 193, .018), 0 0 0 14rem rgba(85, 231, 193, .012);
}

.home-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.home-orb-one { top: 12%; left: -5rem; width: 15rem; height: 15rem; background: rgba(74, 154, 225, .07); }
.home-orb-two { right: 10%; bottom: 4%; width: 9rem; height: 9rem; background: rgba(255, 118, 92, .055); }

.home-hero-copy { position: relative; z-index: 2; }
.home-kicker,
.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--home-mint);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.home-kicker {
  padding: .55rem .8rem;
  border: 1px solid rgba(85, 231, 193, .2);
  border-radius: 999px;
  background: rgba(85, 231, 193, .07);
}
.home-kicker-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--home-mint); box-shadow: 0 0 0 5px rgba(85, 231, 193, .1); }
.home-hero h1 { margin: 1.5rem 0; max-width: 700px; font-size: clamp(3rem, 6.2vw, 5.65rem); font-weight: 860; line-height: .98; letter-spacing: -.065em; }
.home-hero h1 span { color: transparent; background: linear-gradient(100deg, var(--home-mint) 5%, #a1f1d9 55%, #82bdf0); background-clip: text; -webkit-background-clip: text; }
.home-hero-lead { max-width: 610px; margin-bottom: 2rem; color: #b6c7d0; font-size: clamp(1.08rem, 1.8vw, 1.25rem); line-height: 1.7; }
.home-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.home-page .home-btn-primary,
.home-page .home-btn-light,
.home-page .home-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 52px;
  padding: .8rem 1.2rem;
  border-radius: 14px;
  font-size: .95rem;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.home-page .home-btn-primary { color: #06241e; border: 1px solid var(--home-mint); background: linear-gradient(135deg, #6de9ca, #28cba3); box-shadow: 0 12px 35px rgba(39, 203, 162, .2); }
.home-page .home-btn-primary:hover { color: #031713; transform: translateY(-2px); box-shadow: 0 16px 42px rgba(39, 203, 162, .3); }
.home-page .home-btn-ghost { color: var(--home-ink); border: 1px solid rgba(196, 218, 227, .25); background: rgba(255, 255, 255, .025); }
.home-page .home-btn-ghost:hover { color: #fff; border-color: rgba(85, 231, 193, .45); background: rgba(85, 231, 193, .06); transform: translateY(-2px); }
.home-page .home-btn-light { color: #082033; border: 0; background: #f4fafb; box-shadow: 0 12px 32px rgba(0, 0, 0, .18); }
.home-page .home-btn-light:hover { color: #071725; background: #fff; transform: translateY(-2px); }
.home-proof { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.45rem; color: #8299a7; font-size: .79rem; font-weight: 650; }
.home-proof i { margin-right: .3rem; color: var(--home-mint); }

.home-product-wrap { position: relative; width: min(100%, 560px); margin: 0 auto; perspective: 1200px; animation: home-float 7s ease-in-out infinite; }
.home-product {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(145, 202, 207, .2);
  border-radius: 27px;
  background: rgba(9, 29, 45, .88);
  box-shadow: 0 40px 100px rgba(0, 7, 15, .55), 0 0 80px rgba(44, 211, 176, .07), inset 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(16px);
  transform: rotateY(-3deg) rotateX(1deg);
}
.home-product-bar { display: flex; align-items: center; justify-content: space-between; padding: .8rem 1rem; border-bottom: 1px solid var(--home-line); background: rgba(4, 17, 29, .62); }
.home-product-logo { display: flex; align-items: center; gap: .5rem; color: #e7f5f3; font-size: .75rem; font-weight: 800; }
.home-product-logo img { width: 25px; height: 25px; object-fit: contain; border-radius: 8px; }
.home-product-avatar { display: grid; place-items: center; width: 29px; height: 29px; color: #95a9b4; border: 1px solid var(--home-line); border-radius: 10px; background: rgba(255, 255, 255, .035); }
.home-product-body { padding: 1.5rem; }
.home-product-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.15rem; }
.home-product-head div { display: flex; flex-direction: column; }
.home-product-head small { color: #7f96a3; font-size: .67rem; }
.home-product-head strong { font-size: 1rem; }
.home-product-head > span { padding: .35rem .55rem; color: #7f96a3; border: 1px solid var(--home-line); border-radius: 8px; font-size: .62rem; }
.home-metric-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: .75rem; }
.home-metric { display: flex; min-height: 165px; flex-direction: column; padding: 1rem; border: 1px solid var(--home-line); border-radius: 18px; background: rgba(18, 52, 76, .53); }
.home-metric small { color: #8da1ad; font-size: .65rem; }
.home-metric strong { margin-top: .25rem; color: #f5fbfa; font-size: 2.1rem; line-height: 1; }
.home-metric strong span { color: #93aaa9; font-size: 1rem; }
.home-metric em { margin-top: auto; color: var(--home-mint); font-size: .62rem; font-style: normal; }
.home-metric-icon { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 1rem; color: #ffd276; border-radius: 11px; background: rgba(255, 194, 71, .09); }
.home-chart { display: flex; height: 58px; align-items: end; gap: 7px; margin-top: auto; }
.home-chart span { width: 100%; height: var(--h); border-radius: 4px 4px 2px 2px; background: #234d62; animation: home-bars 1s both ease-out; }
.home-chart span.is-today { background: linear-gradient(180deg, var(--home-mint), #169a7b); box-shadow: 0 0 14px rgba(85, 231, 193, .23); }
.home-next-test { display: flex; align-items: center; gap: .75rem; margin-top: .8rem; padding: .8rem; border: 1px solid rgba(85, 231, 193, .18); border-radius: 15px; background: rgba(85, 231, 193, .05); }
.home-next-icon, .home-next-arrow { display: grid; flex: none; place-items: center; width: 38px; height: 38px; color: var(--home-mint); border-radius: 11px; background: rgba(85, 231, 193, .1); }
.home-next-test div { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.home-next-test small, .home-next-test em { color: #8197a4; font-size: .57rem; font-style: normal; }
.home-next-test strong { overflow: hidden; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.home-next-arrow { width: 30px; height: 30px; color: #9fb0ba; background: transparent; }
.home-topic-row { display: flex; justify-content: space-between; margin: 1.15rem 0 .55rem; color: #8096a2; font-size: .62rem; }
.home-topic-row i { color: var(--home-mint); }
.home-topic-row strong { color: #d8e6e8; }
.home-progress { height: 6px; overflow: hidden; border-radius: 99px; background: #16384d; }
.home-progress span { display: block; width: 70%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--home-mint-strong), var(--home-mint)); animation: home-progress 1.2s both ease-out; }
.home-float-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: .65rem; padding: .75rem .9rem; border: 1px solid rgba(176, 209, 214, .2); border-radius: 14px; background: rgba(12, 36, 54, .93); box-shadow: 0 15px 35px rgba(0, 7, 15, .35); backdrop-filter: blur(12px); }
.home-float-chip > i { color: #ffbc53; font-size: 1.2rem; }
.home-float-chip span { display: flex; flex-direction: column; color: #91a6b2; font-size: .61rem; }
.home-float-chip strong { color: #eff9f8; font-size: .7rem; }
.home-float-chip-top { top: 15%; right: -8%; }
.home-float-chip-bottom { bottom: 8%; left: -8%; animation: home-chip 5s .7s ease-in-out infinite; }
.home-float-check { display: grid !important; width: 28px; height: 28px; place-items: center; color: #06291f !important; border-radius: 9px; background: var(--home-mint); }

.home-strip { border-block: 1px solid rgba(144, 182, 194, .1); background: #091c2c; }
.home-strip .container { display: flex; min-height: 90px; align-items: center; justify-content: space-between; gap: 2rem; }
.home-strip p { margin: 0; color: #708995; font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.home-strip-items { display: flex; flex-wrap: wrap; justify-content: end; gap: clamp(1rem, 3vw, 2.5rem); color: #a9bbc3; font-size: .78rem; font-weight: 650; }
.home-strip-items i { margin-right: .38rem; color: var(--home-mint); }

.home-section { padding: clamp(5rem, 9vw, 8rem) 0; }
.home-section-heading { max-width: 720px; margin: 0 auto 3.3rem; text-align: center; }
.home-section-heading h2, .home-resource-intro h2, .home-community h2, .home-faq-section h2, .home-final h2, .home-ai-card h2 { margin: .8rem 0 1rem; font-size: clamp(2.2rem, 4.5vw, 3.65rem); font-weight: 840; line-height: 1.08; letter-spacing: -.05em; }
.home-section-heading p, .home-resource-intro > p, .home-community-copy > p, .home-faq-section .col-lg-4 > p, .home-final p, .home-ai-card > p { color: var(--home-muted); font-size: 1.02rem; line-height: 1.75; }

.home-bento { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.home-card { position: relative; min-width: 0; overflow: hidden; padding: clamp(1.5rem, 3vw, 2.2rem); border: 1px solid var(--home-line); border-radius: var(--home-radius); background: linear-gradient(145deg, rgba(17, 47, 69, .85), rgba(10, 32, 49, .92)); box-shadow: 0 18px 55px rgba(0, 5, 12, .16); }
.home-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.035), transparent 35%); }
.home-card-wide { grid-column: 1 / -1; display: grid; min-height: 400px; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.home-card-icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 1.2rem; color: var(--home-mint); border: 1px solid rgba(85,231,193,.18); border-radius: 14px; background: rgba(85,231,193,.07); font-size: 1.2rem; }
.home-card-label { color: var(--home-mint); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-card h3 { margin: .55rem 0 .8rem; font-size: clamp(1.45rem, 2.4vw, 2.1rem); font-weight: 800; }
.home-card p { color: var(--home-muted); line-height: 1.65; }
.home-text-link { display: inline-flex; align-items: center; gap: .45rem; padding: 0; color: var(--home-mint); border: 0; background: none; font-size: .85rem; font-weight: 800; text-decoration: none; }
.home-text-link i { transition: transform .2s ease; }
.home-text-link:hover { color: #91efd8; }
.home-text-link:hover i { transform: translateX(4px); }
.home-config-demo { padding: 1.3rem; border: 1px solid rgba(156, 195, 205, .15); border-radius: 22px; background: rgba(6, 24, 38, .64); box-shadow: 0 22px 60px rgba(0, 5, 12, .25); }
.home-demo-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: .8rem; color: #d9e8e9; font-size: .72rem; font-weight: 750; }
.home-demo-label small { padding: .25rem .45rem; color: var(--home-mint); border-radius: 6px; background: rgba(85,231,193,.08); font-size: .54rem; }
.home-demo-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.home-demo-options span { display: flex; min-height: 70px; flex-direction: column; align-items: center; justify-content: center; gap: .4rem; color: #8399a6; border: 1px solid var(--home-line); border-radius: 13px; background: rgba(255,255,255,.018); font-size: .61rem; }
.home-demo-options span i { font-size: 1rem; }
.home-demo-options .active { color: var(--home-mint); border-color: rgba(85,231,193,.45); background: rgba(85,231,193,.08); }
.home-demo-mode { display: flex; align-items: center; justify-content: space-between; margin-top: 1rem; }
.home-demo-mode > div { display: flex; gap: .25rem; padding: .25rem; border-radius: 9px; background: #071b2b; }
.home-demo-mode span { padding: .4rem .65rem; color: #77909d; border-radius: 7px; font-size: .58rem; }
.home-demo-mode span.active { color: #06251e; background: var(--home-mint); font-weight: 800; }
.home-demo-mode > strong { color: #eef9f8; font-size: 1.5rem; }
.home-demo-mode small { color: #7f95a1; font-size: .55rem; font-weight: 500; }
.home-ring-demo { display: flex; align-items: center; gap: 1.4rem; margin: 1.6rem 0; }
.home-ring { display: grid; width: 126px; height: 126px; flex: none; place-items: center; border-radius: 50%; background: conic-gradient(var(--home-mint) 0 74%, #183a4e 74% 100%); box-shadow: 0 0 30px rgba(85,231,193,.08); }
.home-ring::before { content: ""; position: absolute; width: 94px; height: 94px; border-radius: 50%; background: #0d2a3f; }
.home-ring span { z-index: 1; display: flex; flex-direction: column; align-items: center; }
.home-ring strong { font-size: 1.35rem; }
.home-ring small { color: #77909d; font-size: .55rem; }
.home-ring-demo ul { flex: 1; margin: 0; padding: 0; list-style: none; }
.home-ring-demo li { display: flex; align-items: center; gap: .45rem; padding: .35rem 0; color: #8399a6; font-size: .68rem; }
.home-ring-demo li i { width: 7px; height: 7px; border-radius: 50%; }
.home-ring-demo li strong { margin-left: auto; color: #dce9e9; }
.home-ring-demo .is-green { background: var(--home-mint); }.home-ring-demo .is-coral { background: var(--home-coral); }.home-ring-demo .is-blue { background: var(--home-blue); }
.home-card-review { background: linear-gradient(145deg, rgba(47, 33, 48, .72), rgba(14, 35, 51, .92)); }
.home-answer-demo { display: grid; gap: .55rem; margin-top: 1.55rem; }
.home-answer-demo div { display: flex; align-items: center; gap: .65rem; padding: .75rem; border: 1px solid var(--home-line); border-radius: 12px; color: #9aaeb8; font-size: .72rem; }
.home-answer-demo i { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; }
.home-answer-demo .wrong i { color: #ff9d8c; background: rgba(255,118,92,.1); }.home-answer-demo .right { border-color: rgba(85,231,193,.23); }.home-answer-demo .right i { color: var(--home-mint); background: rgba(85,231,193,.1); }
.home-mode-list { display: grid; gap: .75rem; margin-top: 1.5rem; }
.home-mode-list > div { display: flex; gap: .8rem; padding: 1rem; border: 1px solid var(--home-line); border-radius: 15px; background: rgba(6,22,35,.34); }
.home-mode-list > div > i { display: grid; width: 39px; height: 39px; flex: none; place-items: center; color: var(--home-mint); border-radius: 11px; background: rgba(85,231,193,.08); }
.home-mode-list span { display: flex; flex-direction: column; }.home-mode-list strong { font-size: .8rem; }.home-mode-list small { margin-top: .18rem; color: #8096a2; font-size: .66rem; }

.home-ai-section { padding-top: 1rem; }
.home-ai-card { position: relative; overflow: hidden; padding: clamp(2rem, 5vw, 4.5rem); border: 1px solid rgba(85, 231, 193, .18); border-radius: 34px; background: linear-gradient(135deg, #11354a 0%, #0b273c 50%, #14384b 100%); box-shadow: 0 28px 80px rgba(0, 6, 14, .3); }
.home-ai-card::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(rgba(132,237,214,.5) .7px, transparent .7px); background-size: 20px 20px; mask-image: linear-gradient(90deg, transparent 25%, #000); }
.home-ai-glow { position: absolute; right: -12%; top: -50%; width: 42rem; height: 42rem; border-radius: 50%; background: rgba(36,204,163,.12); filter: blur(60px); }
.home-ai-badge { display: inline-flex; align-items: center; gap: .5rem; padding: .48rem .7rem; color: #06261e; border-radius: 9px; background: var(--home-mint); font-size: .68rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.home-ai-card h2 { max-width: 630px; }
.home-ai-card p { color: #a9bec7; line-height: 1.75; }
.home-check-list { display: grid; gap: .65rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; color: #c2d1d5; font-size: .86rem; }
.home-check-list i { display: inline-grid; width: 23px; height: 23px; margin-right: .5rem; place-items: center; color: var(--home-mint); border-radius: 50%; background: rgba(85,231,193,.1); }
.home-ai-flow { padding: 1.2rem; border: 1px solid rgba(183, 221, 224, .16); border-radius: 24px; background: rgba(5, 22, 35, .58); backdrop-filter: blur(14px); }
.home-ai-file { display: flex; align-items: center; gap: .8rem; padding: 1rem; border: 1px solid var(--home-line); border-radius: 15px; background: rgba(255,255,255,.025); }
.home-ai-file > span { display: grid; width: 44px; height: 44px; flex: none; place-items: center; color: #ff9b84; border-radius: 12px; background: rgba(255,118,92,.1); font-size: 1.2rem; }
.home-ai-file div { display: flex; min-width: 0; flex: 1; flex-direction: column; }.home-ai-file strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }.home-ai-file small { color: #8097a3; font-size: .6rem; }.home-ai-file > i { color: var(--home-mint); }
.home-ai-line { display: flex; align-items: center; justify-content: center; gap: .6rem; height: 64px; }
.home-ai-line span { width: 27%; height: 1px; background: linear-gradient(90deg, transparent, rgba(85,231,193,.45)); }.home-ai-line span:last-child { transform: rotate(180deg); }.home-ai-line em { display: grid; width: 32px; height: 32px; place-items: center; color: var(--home-mint); border: 1px solid rgba(85,231,193,.2); border-radius: 50%; background: rgba(85,231,193,.08); font-style: normal; animation: home-pulse 2.6s ease-in-out infinite; }
.home-ai-result { padding: 1.1rem; border: 1px solid rgba(85,231,193,.24); border-radius: 17px; background: rgba(85,231,193,.045); }.home-ai-result > div:first-child { display: flex; flex-direction: column; }.home-ai-result span { color: #8299a4; font-size: .6rem; }.home-ai-result strong { margin-top: .15rem; font-size: .92rem; }
.home-ai-result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem; margin: .9rem 0; }.home-ai-result-grid span { display: flex; flex-direction: column; padding: .65rem; border-radius: 10px; background: rgba(4,18,29,.45); }.home-ai-result-grid strong { color: #f2fbfa; font-size: 1.1rem; }
.home-ai-status { padding-top: .75rem; color: var(--home-mint); border-top: 1px solid var(--home-line); font-size: .65rem; }

.home-flow-section { background: #091c2b; }
.home-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 1rem; }
.home-step { position: relative; min-height: 265px; padding: 1.7rem; overflow: hidden; border: 1px solid var(--home-line); border-radius: 22px; background: rgba(16, 46, 67, .58); }
.home-step-number { position: absolute; right: 1.2rem; top: .7rem; color: rgba(255,255,255,.035); font-size: 4.8rem; font-weight: 900; letter-spacing: -.08em; }
.home-step > i { display: grid; width: 49px; height: 49px; place-items: center; color: var(--home-mint); border-radius: 14px; background: rgba(85,231,193,.09); font-size: 1.25rem; }
.home-step h3 { margin: 2.6rem 0 .6rem; font-size: 1.35rem; font-weight: 800; }.home-step p { margin: 0; color: var(--home-muted); font-size: .84rem; line-height: 1.65; }
.home-step-arrow { color: #3f6675; }

.home-resources-section { background: linear-gradient(180deg, #071725, #081a29); }
.home-resource-intro { display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-right: clamp(0rem, 4vw, 3rem); }
.home-guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.home-guide { display: flex; min-height: 190px; flex-direction: column; justify-content: space-between; padding: 1.25rem; color: #dce9e9; border: 1px solid var(--home-line); border-radius: 20px; background: rgba(15,43,63,.65); text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.home-guide:hover { color: #fff; border-color: rgba(85,231,193,.3); background: rgba(18,52,75,.85); transform: translateY(-4px); }
.home-guide > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--home-mint); border-radius: 12px; background: rgba(85,231,193,.08); }
.home-guide small { color: var(--home-mint); font-size: .6rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }.home-guide h3 { margin: .35rem 0 .8rem; font-size: 1rem; line-height: 1.35; }.home-guide em { color: #8299a5; font-size: .68rem; font-style: normal; }

.home-community-section { padding-top: 1rem; }
.home-community { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--home-line); border-radius: 32px; background: linear-gradient(135deg, rgba(20,50,69,.9), rgba(12,34,51,.9)); }
.home-community h2 { max-width: 610px; }.home-about-link { display: inline-flex; align-items: center; gap: .45rem; color: #bcd0d5; font-size: .78rem; font-weight: 700; text-decoration: none; }.home-about-link:hover { color: var(--home-mint); }
.home-social-cards { display: grid; gap: .8rem; }
.home-social { display: flex; align-items: center; gap: 1rem; min-height: 130px; padding: 1.2rem; overflow: hidden; color: #f6fbfc; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; text-decoration: none; transition: transform .2s ease, filter .2s ease; }.home-social:hover { color: #fff; filter: brightness(1.08); transform: translateX(5px); }
.home-social-patreon { background: linear-gradient(135deg, rgba(255,86,56,.2), rgba(43,34,49,.52)); }.home-social-instagram { background: linear-gradient(135deg, rgba(213,51,115,.2), rgba(55,37,77,.55)); }
.home-social-icon { display: grid; width: 54px; height: 54px; flex: none; place-items: center; border-radius: 16px; background: rgba(255,255,255,.1); font-size: 1.5rem; }.home-social div { display: flex; min-width: 0; flex-direction: column; }.home-social small { color: rgba(255,255,255,.62); font-size: .6rem; }.home-social strong { font-size: 1.25rem; }.home-social em { margin-top: .35rem; color: rgba(255,255,255,.78); font-size: .65rem; font-style: normal; }

.home-faq-section { background: #091c2b; }
.home-faq-section .col-lg-4 > h2 { margin-bottom: 1rem; }.home-faq .accordion-item { color: var(--home-ink); border: 0; border-bottom: 1px solid var(--home-line); background: transparent; }.home-faq .accordion-button { padding: 1.25rem .15rem; color: #e8f2f2; border: 0; background: transparent; box-shadow: none; font-size: .95rem; font-weight: 750; }.home-faq .accordion-button:not(.collapsed) { color: var(--home-mint); }.home-faq .accordion-button::after { filter: invert(1) opacity(.6); }.home-faq .accordion-body { padding: 0 .15rem 1.3rem; color: var(--home-muted); font-size: .86rem; line-height: 1.7; }

.home-final-section { padding: clamp(4rem, 8vw, 7rem) 0; background: linear-gradient(180deg, #071725, #092033); }
.home-final { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 2rem; overflow: hidden; padding: clamp(2rem, 5vw, 4rem); border-radius: 30px; background: linear-gradient(120deg, #18ad8a, #187c79 58%, #1b5770); box-shadow: 0 26px 70px rgba(6,89,79,.22); }
.home-final::after { content: ""; position: absolute; right: -8rem; top: -13rem; width: 30rem; height: 30rem; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(255,255,255,.03), 0 0 0 8rem rgba(255,255,255,.02); }.home-final > * { position: relative; z-index: 1; }.home-final .home-eyebrow { color: #d4fff5; }.home-final h2 { margin-bottom: .6rem; }.home-final p { margin: 0; color: rgba(240,255,252,.76); }.home-final-actions { display: flex; flex: none; flex-direction: column; align-items: center; gap: .8rem; }.home-final-actions > a { color: #e0fbf5; font-size: .75rem; font-weight: 750; text-decoration: none; }

.site-footer-social { display: flex; gap: .55rem; }.site-footer-social a { display: grid; width: 36px; height: 36px; place-items: center; color: var(--app-text) !important; border: 1px solid var(--app-outline-soft); border-radius: 11px; background: rgba(255,255,255,.025); }.site-footer-social a:hover { color: var(--app-teal) !important; border-color: rgba(85,231,193,.35); }

.home-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.home-reveal.is-visible { opacity: 1; transform: none; }

@keyframes home-float { 50% { transform: translateY(-8px); } }
@keyframes home-chip { 50% { transform: translateY(6px); } }
@keyframes home-bars { from { height: 0; } }
@keyframes home-progress { from { width: 0; } }
@keyframes home-pulse { 50% { box-shadow: 0 0 0 8px rgba(85,231,193,.06), 0 0 24px rgba(85,231,193,.16); } }

@media (max-width: 991.98px) {
  .home-hero { min-height: auto; padding-top: 5.5rem; }
  .home-hero-copy { text-align: center; }
  .home-hero h1, .home-hero-lead { margin-inline: auto; }
  .home-actions, .home-proof { justify-content: center; }
  .home-product-wrap { margin-top: 1.5rem; }
  .home-strip .container { flex-direction: column; padding-block: 1.4rem; text-align: center; }
  .home-strip-items { justify-content: center; }
  .home-card-wide, .home-community { grid-template-columns: 1fr; }
  .home-steps { grid-template-columns: 1fr; }
  .home-step { min-height: 220px; }
  .home-step-arrow { display: none; }
  .home-resource-intro { margin-bottom: 1.5rem; padding-right: 0; }
}

@media (max-width: 767.98px) {
  #vista_principal > .home-page { margin-top: -.75rem; }
  .home-page .container { width: min(100% - 2rem, 1180px); }
  .home-hero { padding: 4.2rem 0 4.5rem; }
  .home-hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .home-product { transform: none; }
  .home-float-chip-top { right: -.5rem; top: 11%; }
  .home-float-chip-bottom { left: -.5rem; bottom: 5%; }
  .home-bento, .home-guide-grid { grid-template-columns: 1fr; }
  .home-card-wide { grid-column: auto; }
  .home-card { border-radius: 22px; }
  .home-final { align-items: flex-start; flex-direction: column; }
  .home-final-actions { width: 100%; align-items: stretch; }.home-final-actions > a { text-align: center; }
}

@media (max-width: 575.98px) {
  .home-actions { flex-direction: column; }
  .home-actions .btn { width: 100%; }
  .home-proof { align-items: center; flex-direction: column; gap: .55rem; }
  .home-strip-items { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
  .home-product-body { padding: 1rem; }
  .home-float-chip { padding: .55rem .65rem; transform: scale(.88); }
  .home-float-chip-top { transform-origin: right; }.home-float-chip-bottom { transform-origin: left; }
  .home-metric-grid { grid-template-columns: 1.3fr 1fr; }.home-metric { min-height: 145px; padding: .8rem; }.home-metric strong { font-size: 1.7rem; }.home-chart { gap: 4px; }
  .home-card-wide { gap: 1.5rem; }.home-demo-options span { min-height: 60px; }
  .home-ring-demo { align-items: flex-start; flex-direction: column; }.home-ring-demo ul { width: 100%; }
  .home-ai-card, .home-community, .home-final { border-radius: 24px; }
  .home-ai-result-grid { gap: .3rem; }.home-ai-result-grid span { padding: .5rem; }
  .home-social { min-height: 110px; }
}

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