/* v25: a shorter, mobile-first front door; the existing product identities remain. */
.commercial-page { --shell: min(1180px, calc(100% - 48px)); color: #f4f1e9; font-size: 16px; }
.commercial-page *, .commercial-page *::before, .commercial-page *::after { box-sizing: border-box; }
.commercial-page main, .commercial-page section, .commercial-page article, .commercial-page figure, .commercial-page nav { min-width: 0; }
.commercial-page img, .commercial-page video { max-width: 100%; }
.commercial-page [hidden] { display: none !important; }
.commercial-page .reveal { opacity: 1; transform: none; }
.commercial-page .site-header { gap: 24px; padding-block: 12px; min-height: 80px; border-bottom: 1px solid #d5e4ef14; background: #080b12f2; }
.commercial-page .site-header .brand img { width: 260px; max-width: 100%; }
.commercial-page .main-nav { gap: 20px; }
.commercial-page .main-nav > a { font-size: 14px; white-space: nowrap; }
.commercial-page .main-nav [aria-current="page"] { color: #80e4d6; }
.commercial-page .nav-cta { color: #fff; }
.commercial-page .menu-toggle { flex-shrink: 0; }
.commercial-page :is(h1, h2, h3, p, a, li, label, small) { overflow-wrap: break-word; }
.commercial-page h1, .commercial-page h2 { text-wrap: balance; }
.commercial-page h1 em, .commercial-page h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-style: normal; color: #aee9df; }
.commercial-page .eyebrow { font-size: 13px; line-height: 1.5; letter-spacing: .09em; }
.commercial-page .button { min-height: 48px; font-size: 15px; padding: 13px 20px; border-radius: 6px; }
.commercial-page :is(section, div, h2)[id] { scroll-margin-top: 100px; }
.home-section { padding-block: 66px; border-top: 1px solid #d5e4ef1a; }
.home-section .section-heading { margin-bottom: 28px; max-width: 790px; }
.home-section .section-heading h2, .home-section > h2, .home-demo h2 { font-size: clamp(2.3rem, 4vw, 3.65rem); line-height: 1.04; letter-spacing: -.045em; }
.home-section .section-heading > p:last-child { margin-bottom: 0; font-size: 16px; line-height: 1.6; }
.home-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(28px, 5vw, 76px); padding-block: 44px 60px; }
.home-hero-copy h1 { margin: 20px 0; font-size: clamp(3.2rem, 5.8vw, 5.5rem); line-height: .99; letter-spacing: -.058em; }
.home-lead { max-width: 500px; font-size: 18px; line-height: 1.65; color: #b9c2cc; }
.home-starting-price { display: flex; gap: 7px; flex-wrap: wrap; align-items: baseline; margin: 24px 0 18px; font-size: 16px; }
.home-starting-price strong { font-size: 28px; letter-spacing: -.04em; }
.home-starting-price span { color: #a5afb9; font-size: 14px; }
.home-hero .hero-actions { gap: 10px; margin: 0; flex-wrap: wrap; }
.home-reassurance { font-size: 14px; color: #a5afb9; margin: 17px 0 0; }
.home-hero-photo { position: relative; margin: 0; isolation: isolate; border-radius: 12px; overflow: hidden; border: 1px solid #e0eee429; aspect-ratio: 4 / 5; max-height: 565px; background: #101720; }
.home-hero-photo::after { content: ''; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, #05090eee); z-index: 1; pointer-events: none; }
.home-hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: center 37%; }
.home-hero-photo figcaption { position: absolute; z-index: 2; bottom: 28px; left: 28px; right: 22px; }
.home-hero-photo figcaption > span { font-size: 12px; font-weight: 700; letter-spacing: .12em; color: #ceede7; }
.home-hero-photo figcaption > strong { display: block; font-size: clamp(1.35rem, 2.25vw, 2rem); line-height: 1.15; margin: 10px 0; letter-spacing: -.035em; }
.home-hero-photo figcaption a { display: inline-flex; align-items: center; gap: 22px; min-height: 44px; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: 15px; font-weight: 700; color: #aee9df; margin-top: 15px; text-decoration: underline; text-underline-offset: 5px; }
.home-demo { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.home-demo h2 { margin: 16px 0; }
.home-demo p:not(.eyebrow) { max-width: 500px; color: #b9c2cc; line-height: 1.7; }
.demo-screen-link { position: relative; display: block; border: 1px solid #ffffff29; border-radius: 10px; overflow: hidden; height: 280px; background: #101720; }
.demo-screen-link img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .2s; }
.demo-screen-link:hover img { transform: scale(1.025); }
.demo-screen-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 800; letter-spacing: .08em; background: #080b12ed; }
.demo-screen-label b { font-size: 22px; color: #aee9df; }
.group-price-control { margin: 0 0 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.people-control { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 16px; font-weight: 600; }
.people-control input { width: 84px; max-width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #d5e4ef40; border-radius: 6px; background: #111821; color: #fff; font: inherit; }
.input-error { font-size: 14px; color: #ffb4b4; }
.compact-prices { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 16px; }
.compact-prices .price-card { display: flex; flex-direction: column; padding: 26px; box-shadow: none; transform: none; border-radius: 9px; }
.compact-prices .plan-esencial { border-top: 2px solid #d2b56b; }
.compact-prices .plan-juego { border-top: 2px solid #7bded4; background: linear-gradient(155deg, #14232b, #0b111a); }
.compact-prices .plan-universo { border-top: 2px solid #a593f3; }
.compact-prices .price-label { min-height: 0; font-size: 13px; text-transform: uppercase; margin-bottom: 13px; }
.compact-prices .plan-esencial .price-label { color: #dec78e; }
.compact-prices .plan-universo .price-label { color: #c4b8f6; }
.compact-prices h3 { font-size: 24px; line-height: 1.18; letter-spacing: -.04em; margin: 0; }
.compact-prices .price { display: block; margin: 24px 0 9px; }
.compact-prices .price strong { font-size: 48px; }
.compact-prices .price span { margin: 9px 0 0; font-size: 13px; line-height: 1.5; color: #c4cbd5; font-weight: 400; white-space: normal; }
.compact-prices .price-card > .per-person-line { min-height: 0; font-size: 14px; line-height: 1.55; margin: 0 0 13px; color: #bac6d0; }
.per-person-line b { color: #ecf9f6; }
.compact-prices .price-card > .plan-description { min-height: 0; color: #b9c2cc; font-size: 15px; line-height: 1.6; margin: 0; }
.compact-prices ul { min-height: 0; margin: 19px 0 24px; padding: 0; flex: 1; }
.compact-prices li { font-size: 14px; line-height: 1.6; padding-block: 9px; }
.compact-prices .button { font-size: 14px; padding-inline: 12px; }
.price-footnote { max-width: 900px; margin: 18px 0 0; color: #a5afb9; font-size: 14px; line-height: 1.65; }
.home-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); list-style: none; padding: 0; gap: 24px; }
.home-steps li { padding-top: 18px; border-top: 1px solid #d5e4ef35; }
.home-steps b { color: #81cfc4; font-size: 14px; }
.home-steps h3 { margin: 12px 0 8px; font-size: 22px; letter-spacing: -.03em; }
.home-steps p { color: #acb8c4; font-size: 15px; line-height: 1.65; margin: 0; }
.home-inclusions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 40px; }
.home-inclusions article { position: relative; padding-left: 36px; }
.home-inclusions article > span { position: absolute; left: 0; top: 3px; color: #84d7ca; font-size: 13px; }
.home-inclusions h3 { font-size: 21px; margin: 0 0 9px; letter-spacing: -.03em; }
.home-inclusions p { font-size: 15px; line-height: 1.7; color: #acb8c4; margin: 0; }
.home-faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 12px 60px; }
.home-faq .faq-grid { grid-template-columns: 1fr; gap: 10px; }
.commercial-page .faq-grid details { border-radius: 8px; }
.commercial-page .faq-grid summary { font-size: 16px; line-height: 1.6; padding-right: 20px; }
.commercial-page .faq-grid details p { font-size: 15px; line-height: 1.75; }
.home-faq > .text-link { grid-column: 2; margin-top: 0; }
.home-close { text-align: center; padding-block: 64px 76px; }
.home-close > .eyebrow { justify-content: center; }
.home-close > p:not(.eyebrow) { color: #acb8c4; }
.home-close .button { margin-top: 15px; }
.home-close small { display: block; margin-top: 18px; color: #a5afb9; font-size: 14px; }
.page-intro { padding-block: 40px 24px; }
.breadcrumb { font-size: 14px; color: #aebac6; display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.page-intro h1 { margin: 22px 0 20px; font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: 1.04; letter-spacing: -.055em; }
.page-intro > p { max-width: 720px; font-size: 17px; color: #aebac6; line-height: 1.75; }
.page-section, .site-detail :is(.product-ladder, .features, .styles-section, .case-study, .real-life-section, .process, .faq) { padding-block: 48px; }
.site-detail .section-heading { margin-bottom: 28px; }
.site-detail .section-heading h2, .site-detail .real-life-heading h2, .site-detail .case-heading h2 { font-size: clamp(2.15rem, 4vw, 3.75rem); line-height: 1.05; }
.section-jumps { width: var(--shell); margin-inline: auto; display: flex; gap: 8px; flex-wrap: wrap; padding-block: 10px; }
.section-jumps a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 15px; font-size: 14px; border: 1px solid #d5e4ef28; border-radius: 5px; }
.section-jumps a:hover { border-color: #84d7ca; }
.site-detail .comparison { margin-top: 0; }
.site-detail .comparison-scroll { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.site-detail .comparison th, .site-detail .comparison td { font-size: 14px; }
.site-detail .product-identity-card { min-width: 0; }
.site-detail .contact-section { padding-block: 48px 64px; }
.site-detail .contact-copy h2 { font-size: clamp(2.15rem, 4vw, 3.75rem); line-height: 1.08; }
.site-detail .contact-wrap { gap: 40px; }
.site-detail .style-picker button { min-width: 0; }
.site-detail .style-picker b { font-size: 15px; }
.site-detail .style-picker small { font-size: 13px; }
.style-preview-action { display: inline-block; margin-top: 16px; padding: 12px 18px; border: 1px solid currentColor; border-radius: 5px; font-size: 13px; font-weight: 700; }
.site-detail .product-demo-access a { overflow-wrap: anywhere; }
.budget-calculator { border: 1px solid #d5e4ef30; border-radius: 12px; background: #0e151f; padding: clamp(20px, 4vw, 36px); }
.budget-plans { border: 0; padding: 0; margin: 0; }
.budget-plans legend { font-size: 16px; margin-bottom: 12px; font-weight: 700; }
.budget-plans .segmented { gap: 7px; }
.budget-plans button { font-size: 16px; }
.budget-plans button span { display: block; font-size: 14px; font-weight: 500; margin-top: 6px; }
.budget-plans button.active { background: #aee9df; color: #071514; }
.budget-summary { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; padding-block: 25px; }
.budget-summary .people-control { max-width: 290px; }
.budget-summary .people-control input { width: 94px; }
.budget-amount { border-left: 1px solid #d5e4ef29; padding-left: 30px; }
.budget-amount > span { display: block; color: #b9c5cf; font-size: 14px; }
.budget-amount > strong { display: block; font-size: 48px; letter-spacing: -.055em; margin: 8px 0; }
.budget-amount > p { margin-bottom: 0; font-size: 16px; }
.budget-amount b { color: #aee9df; }
.budget-scope { color: #c4cfd8; font-size: 15px; padding: 14px 0 20px; border-bottom: 1px solid #d5e4ef25; }
.budget-extras { padding-block: 15px; }
.budget-extras summary { cursor: pointer; min-height: 44px; font-size: 16px; font-weight: 650; }
.budget-extras > p { color: #b9c5cf; font-size: 15px; line-height: 1.65; }
.budget-extras .calc-extras input { position: static; opacity: 1; accent-color: #aee9df; width: 19px; height: 19px; flex-shrink: 0; }
.budget-extras .calc-extras label { display: flex; align-items: center; gap: 10px; }
.budget-extras .calc-extras span { font-size: 14px; flex: 1; }
.budget-extras .calc-extras legend { font-size: 13px; }
.budget-extras .calc-grid label span { font-size: 14px; }
.budget-extras .calc-grid select { max-width: 100%; min-width: 0; font-size: 16px; }
.estimate-disclaimer { font-size: 14px; color: #aebac6; line-height: 1.75; margin: 12px 0 22px; }
.commercial-page .lead-form :is(input, select, textarea) { font-size: 16px; }
.commercial-page .lead-form label > span { font-size: 14px; }
.commercial-page .privacy-first-layer span { font-size: 13px; }
.commercial-page .lead-form .consent span { font-size: 14px; }
.commercial-page .submit-frame { display: none; }
.commercial-page .site-footer { padding-block: 40px 24px; }
.commercial-page .footer-grid { gap: 32px; }
.commercial-page .footer-grid > div > a { display: block; padding-block: 6px; font-size: 14px; line-height: 1.5; }
.commercial-page .footer-grid > div > span, .commercial-page .footer-grid p { font-size: 14px; color: #aebac6; line-height: 1.65; }
.commercial-page .footer-bottom { font-size: 12px; }
.mobile-actions { display: none; }
@media (max-width: 980px) {
  .commercial-page .site-header { display: flex; flex-wrap: wrap; }
  .commercial-page .main-nav { position: static; display: flex; width: 100%; flex-wrap: wrap; align-items: center; padding: 6px 0; background: none; box-shadow: none; border: 0; }
  .commercial-page.nav-ready .main-nav { display: none; position: absolute; left: 16px; right: 16px; width: auto; top: calc(100% + 6px); flex-direction: column; align-items: stretch; background: #0d141f; padding: 15px; border: 1px solid #d5e4ef33; border-radius: 10px; box-shadow: 0 24px 50px #0008; gap: 3px; }
  .commercial-page.nav-ready .main-nav.open { display: flex; }
  .commercial-page.nav-ready .menu-toggle { display: block; }
  .commercial-page .main-nav > a { min-height: 44px; display: flex; align-items: center; padding: 10px 13px; }
  .commercial-page .main-nav .nav-cta { justify-content: center; }
  .home-hero { gap: 32px; }
  .home-hero-copy h1 { font-size: clamp(2.7rem, 6.4vw, 4.7rem); }
  .home-demo { gap: 35px; }
  .compact-prices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .compact-prices .price-card { padding: 22px 18px; }
  .compact-prices h3 { font-size: 21px; }
  .home-steps { gap: 15px; }
  .home-faq { gap: 12px 30px; }
}
@media (max-width: 760px) {
  .commercial-page { --shell: calc(100% - 36px); padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .commercial-page .site-header { min-height: 70px; gap: 10px; padding-inline: 18px; }
  .commercial-page .site-header .brand { max-width: calc(100% - 64px); }
  .commercial-page .site-header .brand img { width: 220px; }
  .commercial-page .menu-toggle { display: none; }
  .home-section { padding-block: 40px; }
  .home-section .section-heading h2, .home-section > h2, .home-demo h2 { font-size: clamp(2.15rem, 8.6vw, 3rem); }
  .home-hero { grid-template-columns: 1fr; padding-block: 30px 36px; gap: 25px; }
  .home-hero-copy h1 { font-size: clamp(2.75rem, 11.7vw, 4.5rem); margin-block: 15px 18px; }
  .home-lead { font-size: 16px; line-height: 1.7; margin-block: 0 16px; }
  .home-starting-price { margin-block: 12px 16px; }
  .home-hero .hero-actions { display: flex; }
  .home-hero .hero-actions .button { width: auto; flex: 1 1 auto; padding-inline: 14px; }
  .home-hero-photo { aspect-ratio: auto; height: 240px; }
  .home-hero-photo > img { object-position: center 37%; }
  .home-hero-photo figcaption { bottom: 12px; left: 19px; }
  .home-hero-photo figcaption > strong { font-size: 23px; max-width: 340px; }
  .home-hero-photo figcaption > span { font-size: 12px; }
  .home-demo { grid-template-columns: 1fr; gap: 22px; }
  .demo-screen-link { height: 200px; }
  .home-demo h2 { margin-block: 12px; }
  .home-demo .text-link { margin-top: 0; }
  .compact-prices { grid-template-columns: 1fr; gap: 14px; }
  .compact-prices .price-card { padding: 23px; }
  .compact-prices h3 { font-size: 25px; }
  .compact-prices .price { margin-block: 18px 8px; }
  .compact-prices .price strong { font-size: 43px; }
  .compact-prices ul { margin-block: 12px 19px; }
  .site-home .compact-prices .plan-description { display: none; }
  .home-steps { grid-template-columns: 1fr; gap: 0; margin-bottom: 0; }
  .home-steps li { display: grid; grid-template-columns: 34px 1fr; column-gap: 14px; padding-block: 13px; }
  .home-steps b { grid-row: 1 / 3; padding-top: 3px; }
  .home-steps h3 { font-size: 20px; margin: 0 0 5px; }
  .home-steps p { font-size: 15px; }
  .home-inclusions { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
  .home-inclusions article { padding-left: 0; }
  .home-inclusions article > span { position: static; display: block; margin-bottom: 8px; }
  .home-inclusions h3 { font-size: 19px; }
  .home-inclusions p { font-size: 14px; line-height: 1.65; }
  .home-faq { grid-template-columns: 1fr; gap: 0; }
  .home-faq > .text-link { grid-column: auto; margin-top: 12px; }
  .home-faq .section-heading { margin-bottom: 20px; }
  .home-close { padding-block: 45px; }
  .home-close .button { width: 100%; }
  .page-intro { padding-block: 24px 12px; }
  .page-intro h1 { font-size: clamp(2.3rem, 10vw, 3.9rem); margin-block: 15px; }
  .page-intro > p { font-size: 16px; }
  .page-section, .site-detail :is(.product-ladder, .features, .styles-section, .case-study, .real-life-section, .process, .faq) { padding-block: 30px; }
  .site-detail .section-heading h2, .site-detail .real-life-heading h2, .site-detail .case-heading h2 { font-size: clamp(2rem, 8.5vw, 3rem); }
  .site-detail .contact-section { padding-block: 32px; }
  .site-detail .contact-copy h2 { font-size: 2.35rem; }
  .site-detail .contact-points { gap: 10px; }
  .site-detail .contact-wrap { gap: 26px; }
  .site-detail .process-list li { grid-template-columns: 36px 1fr; gap: 14px; }
  .site-detail .process-list > li > span { font-size: 20px; }
  .site-detail .process-list h3 { font-size: 22px; }
  .budget-summary { grid-template-columns: 1fr; gap: 20px; }
  .budget-summary .people-control { max-width: none; }
  .budget-amount { border-left: 0; border-top: 1px solid #d5e4ef29; padding: 22px 0 0; }
  .budget-plans .segmented { padding: 4px; gap: 3px; }
  .budget-plans button { font-size: 14px; padding: 12px 6px; min-width: 0; }
  .budget-calculator > .button { width: 100%; }
  .commercial-page .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .commercial-page .footer-grid > div:first-child { grid-column: 1 / -1; }
  .commercial-page .footer-grid > div:last-child { grid-column: 1 / -1; }
  .commercial-page .footer-grid > div > a { padding-block: 9px; }
  .mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: #080b12f5; border-top: 1px solid #d5e4ef28; backdrop-filter: blur(16px); }
  .mobile-actions a { display: flex; justify-content: center; align-items: center; gap: 12px; min-height: 46px; font-size: 14px; font-weight: 700; padding: 8px; border: 1px solid #d5e4ef38; border-radius: 6px; }
  .mobile-actions a:last-child { background: #aee9df; border-color: #aee9df; color: #071514; }
  .commercial-page .toast { bottom: calc(85px + env(safe-area-inset-bottom)); }
}
@media (max-width: 360px) {
  .commercial-page { --shell: calc(100% - 28px); }
  .home-hero .hero-actions .button { flex-basis: 100%; }
  .budget-plans .segmented { grid-template-columns: 1fr; }
  .budget-plans button { display: flex; justify-content: space-between; align-items: center; padding-inline: 14px; }
  .budget-plans button span { margin: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .commercial-page *, .commercial-page *::before, .commercial-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
