/* Home-specific composition, extending the shared visual-system.css. */
.home-page .home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: calc(-1 * var(--header-height) - 14px);
    padding: calc(var(--header-height) + 90px) 0 36px;
    background: radial-gradient(ellipse at 82% 42%, #146e704d, transparent 52%), linear-gradient(125deg, #06192e 5%, #082e53 60%, #094553);
}
.hero-atmosphere { position: absolute; z-index: -1; inset: 0; pointer-events: none; overflow: hidden; }
.hero-atmosphere::before {
    content: ""; position: absolute; inset: 0;
    background-image: linear-gradient(#ffffff08 1px, transparent 1px), linear-gradient(90deg, #ffffff08 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, transparent 25%, #000);
}
.hero-glow {
    position: absolute; width: 780px; height: 780px; right: -200px; top: -280px;
    border-radius: 50%; background: radial-gradient(circle, #51d9b823, #3e9fe40d 42%, transparent 68%);
}
.home-page .home-hero-grid { grid-template-columns: .88fr 1.12fr; gap: 52px; }
.home-page .home-hero-copy { position: relative; z-index: 2; }
.home-page .home-hero .eyebrow { color: #b7dedf; display: flex; align-items: center; gap: 10px; font-size: .68rem; letter-spacing: .12em; }
.home-page .home-hero .eyebrow::before { content: ""; width: 22px; height: 2px; background: #71d9cb; flex-shrink: 0; }
.home-page h1 { font-size: clamp(2.7rem, 5.6vw, 4.3rem); line-height: 1.05; letter-spacing: -.055em; }
.home-page h1 span { color: #86e7d6; }
.home-page .home-hero .lead { color: #cfdeea; max-width: 440px; line-height: 1.8; }
.home-page .hero-actions .button-primary { background: #88e4d2; color: #072f3b; box-shadow: 0 8px 26px #12a7a024; }
.home-page .hero-actions .button-primary:hover { background: #b0f1e3; }
.home-page .hero-actions .button-secondary { color: #fff; border-color: #ffffff4d; background: #ffffff0a; }
.home-page .hero-actions .button-secondary:hover { background: #ffffff1f; }
.home-page .starting-price { color: #b7cbdd; font-size: .82rem; }

.product-stage { position: relative; min-width: 0; padding: 14px 0 28px; perspective: 1400px; }
.stage-surface { position: relative; transform: rotateY(-4deg) rotateX(2deg); transform-style: preserve-3d; }
.stage-surface::before {
    content: ""; position: absolute; z-index: -1; inset: 16px -12px -16px 16px; border-radius: 20px;
    transform: rotate(3deg); border: 1px solid #ffffff24; background: #e4fffb09;
}
.stage-frame {
    padding: 12px; border: 1px solid #e1f7ff55; border-radius: 18px;
    background: #d6ebfa14; box-shadow: 0 32px 80px #020d2840, inset 0 1px #ffffff24;
}
@supports (backdrop-filter: blur(16px)) {
    .stage-frame { backdrop-filter: blur(16px); }
}
.stage-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 3px 3px 13px; font-size: .72rem; color: #daecf5; }
.stage-toolbar strong { color: #fff; letter-spacing: -.02em; font-size: .84rem; }
.stage-toolbar span { display: flex; align-items: center; gap: 7px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #80e4c6; box-shadow: 0 0 0 3px #80e4c615; }
.home-page .product-preview { padding: 0; border: 1px solid #ffffff80; border-radius: 10px; box-shadow: 0 12px 32px #04152f24; }
.home-page #stageCaption { color: var(--color-ink); font-weight: 600; }
.home-page .product-preview img { aspect-ratio: 16 / 9; object-fit: contain; }
.home-page .product-preview figcaption { background: #f8fbfe; }
.home-page .preview-hint { background: #092e49e8; border: 1px solid #ffffff3d; }
.stage-tabs { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 6px; margin-top: 12px; }
.stage-tabs[hidden] { display: none; }
.stage-tabs button {
    min-height: 44px; padding: 8px; border: 1px solid transparent; border-radius: 7px;
    background: transparent; color: #d2e4f2; font-size: .8rem; font-weight: 600;
    transition: background-color 180ms ease, border-color 180ms ease;
}
.stage-tabs button:hover { background: #ffffff12; }
.stage-tabs button[aria-pressed="true"] { background: #ffffff1a; border-color: #bdeee846; color: #fff; box-shadow: 0 3px 10px #0313251a; }
.stage-note {
    position: absolute; z-index: 2; bottom: 0; right: 24px; display: flex; align-items: center; gap: 10px;
    padding: 10px 16px; border: 1px solid #ffffff78; border-radius: 10px;
    background: #eaf8f8; color: #123949; box-shadow: 0 12px 30px #03172b26;
    font-size: .76rem; font-weight: 600;
}
@supports (backdrop-filter: blur(16px)) {
    .stage-note { background: #eaf8f8e0; backdrop-filter: blur(14px); }
}
.stage-note .status-dot { background: #168875; box-shadow: 0 0 0 4px #16887518; }
.stage-status { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.hero-connect { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 68px; padding-top: 25px; border-top: 1px solid #d0e9f226; }
.hero-connect p { max-width: 265px; color: #b7cbdc; font-size: .78rem; line-height: 1.6; }
.hero-connect-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 14px 28px; }
.hero-connect a { min-height: 44px; display: inline-flex; align-items: center; color: #f0f7fc; font-weight: 600; font-size: .98rem; letter-spacing: -.025em; }
.hero-connect a:hover { color: #86e7d6; }

.home-page #producto { background: radial-gradient(ellipse at 50% 100%, #b8e4dd4d, transparent 70%); }
.home-page .benefit-grid { gap: 20px; }
.home-page .benefit-grid .feature-card {
    position: relative; overflow: hidden; padding: 26px;
    background: linear-gradient(145deg, #ffffffdb, #ffffff8c); border-color: #fff; border-radius: 14px;
    box-shadow: 0 10px 40px #24436109;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.home-page .benefit-grid .feature-card::before { content: ""; position: absolute; top: 0; left: 26px; width: 36px; height: 3px; background: #168f86; border-radius: 0 0 3px 3px; }
.home-page .feature-number { color: #3c687d; margin: 6px 0 26px; font-weight: 500; }
.home-page .benefit-grid .feature-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px #24436112; border-color: #a9d4cd; }
.home-page .benefit-grid h3 { font-size: 1.2rem; }
.home-page .benefit-grid .text-link { margin-top: 16px; }
.home-page .home-pricing { padding-top: 6px; }

@media (max-width: 960px) {
    .home-page .home-hero-grid { gap: 30px; }
    .home-page .home-hero { padding-top: calc(var(--header-height) + 68px); }
    .stage-surface { transform: none; }
    .stage-surface::before { inset: 16px -5px -12px 8px; transform: rotate(2deg); }
    .hero-connect { margin-top: 44px; }
    .hero-connect-links { gap: 4px 22px; }
}
@media (max-width: 760px) {
    .home-page .home-hero-grid { grid-template-columns: 1fr; gap: 32px; }
    .home-page .home-hero-copy { max-width: 560px; }
    .home-page .home-hero .lead { max-width: 530px; }
    .product-stage { width: 100%; max-width: 600px; margin-inline: auto; }
    .hero-connect { align-items: flex-start; }
    .hero-connect-links { max-width: 380px; }
}
@media (max-width: 640px) {
    .home-page .home-hero { margin-top: calc(-1 * var(--header-height) - 10px); padding: calc(var(--header-height) + 48px) 0 24px; }
    .home-page .home-hero .eyebrow { font-size: .62rem; letter-spacing: .08em; gap: 8px; }
    .home-page .home-hero .eyebrow::before { width: 16px; }
    .home-page h1 { font-size: clamp(2.65rem, 10.5vw, 3.45rem); }
    .home-page .home-hero .lead { line-height: 1.7; }
    .home-page .starting-price { font-size: .78rem; }
    .home-page .home-hero-grid { gap: 28px; }
    .product-stage { padding: 0 4px 18px; }
    .stage-frame { padding: 8px; border-radius: 13px; }
    .stage-toolbar { padding: 3px 2px 10px; font-size: .65rem; }
    .stage-toolbar strong { font-size: .78rem; }
    .stage-surface::before { inset: 12px -2px -10px 8px; border-radius: 13px; }
    .stage-tabs { margin-top: 8px; gap: 4px; }
    .stage-tabs button { font-size: .75rem; padding-inline: 4px; }
    .stage-note { right: 16px; bottom: -2px; padding: 8px 12px; font-size: .68rem; }
    .home-page .product-preview figcaption { font-size: .7rem; padding: 9px; }
    .hero-connect { margin-top: 30px; padding-top: 20px; display: block; }
    .hero-connect p { max-width: none; font-size: .73rem; }
    .hero-connect-links { justify-content: space-between; max-width: none; gap: 4px 12px; margin-top: 8px; }
    .hero-connect a { font-size: .83rem; }
    .home-page .benefit-grid { gap: 14px; }
    .home-page .benefit-grid .feature-card { padding: 22px; }
    .home-page .feature-number { margin-bottom: 14px; }
    .home-page .benefit-grid .text-link { margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) {
    .stage-surface { transform: none !important; }
}
