.demo-page { --demo-bg: #f6f3e9; --demo-ink: #243d2f; --demo-accent: #dce3c5; background: var(--demo-bg); color: var(--demo-ink); }
.demo-container { width: min(1160px,calc(100% - 80px)); margin-inline: auto; }
.demo-bar { position: sticky; top: 0; z-index: 50; background: #08152e; color: #f5f9ff; display: flex; align-items: center; justify-content: space-between; padding: 12px 28px; gap: 20px; font-size: 14px; }
.demo-bar > span { font-size: 12px; letter-spacing: .08em; color: #c3d7f2; }
.demo-bar a:last-child { color: #71ddff; }
.demo-bar a:hover { text-decoration: underline; }
.demo-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 28px; }
.demo-logo { font: 35px/1 Georgia,serif; letter-spacing: -.04em; }
.demo-logo > span { display: block; font: 7px var(--font); letter-spacing: .23em; margin-top: 10px; }
.demo-header nav { display: flex; gap: 35px; font-size: 16px; }
.demo-header nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
.demo-hero { position: relative; min-height: 560px; }
.demo-hero-photo { position: absolute; inset: 0; }
.demo-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.demo-hero-copy { position: relative; z-index: 2; max-width: 1240px; padding: 95px 40px 100px; margin: auto; }
.demo-kicker { font-size: 13px; font-weight: 500; letter-spacing: .14em; }
.demo-hero h1 { font: 400 clamp(50px,6.5vw,92px)/.99 Georgia,serif; letter-spacing: -.045em; margin: 24px 0; }
.demo-lead { max-width: 345px; font-size: 18px; line-height: 1.9; margin-bottom: 30px; }
.demo-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; border: 1px solid transparent; padding: 14px 20px; min-height: 49px; background: var(--demo-ink); color: var(--demo-bg); font-size: 15px; font-weight: 500; cursor: pointer; transition: transform .2s; }
.demo-button:hover { transform: translateY(-2px); }
.demo-button > span { font-size: 17px; }
.demo-hero-label { position: absolute; bottom: 24px; right: 40px; font-size: 11px; letter-spacing: .17em; z-index: 3; }
.theme-cabin .demo-hero, .theme-tour .demo-hero { color: #fff; }
.theme-cabin .demo-hero-photo:after, .theme-tour .demo-hero-photo:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#0b211fde, #0b211d19 85%); }
.theme-cabin .demo-hero .demo-button,.theme-tour .demo-hero .demo-button { color: var(--demo-ink); background: var(--demo-accent); }
.demo-feature-strip { display: flex; justify-content: space-around; align-items: center; gap: 20px; padding-block: 27px; border-bottom: 1px solid #1c2b2530; font-size: 15px; }
.demo-feature-strip > span:nth-child(even) { font-size: 23px; }
.demo-section { padding-block: 90px; }
.demo-section-heading { max-width: 650px; margin-bottom: 40px; }
.demo-section-heading h2 { font: 400 45px/1.1 Georgia,serif; letter-spacing: -.04em; margin: 17px 0; }
.demo-section-heading > p:last-child { font-size: 17px; opacity: .8; max-width: 550px; }
.demo-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; }
.demo-card { background: #ffffff70; border: 1px solid #1c2b251c; }
.demo-card-image { height: 240px; position: relative; }
.demo-card-image img { width: 100%; height: 100%; object-fit: cover; }
.demo-card-image > span { position: absolute; bottom: 15px; left: 15px; padding: 6px 9px; font-size: 13px; background: var(--demo-bg); }
.demo-card-body { padding: 24px; }
.demo-card-body .demo-kicker { font-size: 11px; }
.demo-card h3 { font: 28px Georgia,serif; margin: 14px 0; }
.demo-card p { font-size: 16px; line-height: 1.8; opacity: .8; min-height: 44px; }
.demo-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 25px; padding-top: 18px; border-top: 1px solid #1c2b2529; font-size: 15px; }
.demo-card-bottom button { border: 1px solid #1c2b253a; background: transparent; color: inherit; padding: 8px 12px; font-size: 14px; }
.demo-card-bottom button:hover { background: var(--demo-accent); }
.demo-price-note { font-size: 13px; opacity: .7; margin-top: 23px; }
.selection-status { font-size: 16px; min-height: 20px; margin-top: 10px; }
.demo-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.demo-contact h2 { font: 45px/1.1 Georgia,serif; letter-spacing: -.04em; margin: 17px 0; }
.demo-contact > div > p:not(.demo-kicker) { font-size: 17px; line-height: 1.8; }
.demo-contact .simulation-note { padding-top: 24px; margin-top: 25px; border-top: 1px solid #1c2b2530; font-size: 14px !important; }
.demo-form { padding: 30px; border: 1px solid #1c2b2530; background: #ffffff55; }
.demo-form label { display: block; font-size: 15px; margin-bottom: 22px; }
.demo-form input,.demo-form select { display: block; width: 100%; min-width: 0; margin-top: 8px; padding: 12px 10px; color: var(--demo-ink); background: var(--demo-bg); border: 1px solid #1c2b253c; font-size: 18px; border-radius: 0; }
.demo-form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.demo-form > .demo-button { width: 100%; }
.demo-result { margin-top: 20px; padding: 18px; background: var(--demo-accent); font-size: 16px; line-height: 1.8; }
.demo-result p { margin-top: 8px; }
.demo-result a { display: inline-block; text-decoration: underline; margin-top: 12px; }
.demo-final { background: #08152e; color: #f5f9ff; padding-block: 55px; }
.demo-final > div { display: flex; justify-content: space-between; gap: 35px; align-items: center; }
.demo-final h2 { font-size: 30px; margin-top: 12px; }
.demo-final .demo-kicker { color: #c3d7f2; font-size: 12px; }
.demo-footer { display: flex; justify-content: space-between; gap: 30px; padding-block: 27px; font-size: 14px; }
.theme-food { --demo-bg: #eee8da; --demo-ink: #66362a; --demo-accent: #e1ccb3; }
.theme-food .demo-logo { letter-spacing: .02em; font-size: 27px; }
.theme-food .demo-hero { display: grid; grid-template-columns: 1fr 1fr; max-width: 1240px; margin: 10px auto 45px; padding-inline: 40px; gap: 60px; }
.theme-food .demo-hero-photo { position: relative; grid-column: 2; grid-row: 1; border-radius: 48% 48% 0 0; overflow: hidden; }
.theme-food .demo-hero-copy { grid-column: 1; grid-row: 1; padding: 70px 0; margin-block: auto; }
.theme-food .demo-hero h1 { font-size: clamp(50px,6vw,84px); }
.theme-food .demo-hero-label { bottom: 12px; right: 60px; color: white; }
.menu-filters { display: flex; gap: 10px; margin-bottom: 35px; }
.menu-filters button { background: transparent; border: 1px solid #66362a55; padding: 10px 20px; color: inherit; font-size: 16px; border-radius: 30px; }
.menu-filters button[aria-pressed=true] { background: var(--demo-ink); color: var(--demo-bg); }
.menu-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 45px; }
.menu-item { display: flex; align-items: start; gap: 20px; padding: 25px 0; border-bottom: 1px solid #66362a40; }
.menu-item-number { opacity: .6; font-size: 14px; padding-top: 5px; }
.menu-item > div { flex: 1; }
.menu-item h3 { font: 23px Georgia,serif; margin-bottom: 9px; }
.menu-item p { font-size: 16px; opacity: .8; }
.menu-price { font: 21px Georgia,serif; }
.theme-tour { --demo-bg: #f1f2e6; --demo-ink: #253b26; --demo-accent: #dbe891; }
.theme-tour .demo-logo { font: 800 37px var(--heading); }
.theme-tour .demo-hero h1 { font-family: var(--heading); font-weight: 700; font-size: clamp(50px,6.5vw,88px); letter-spacing: -.07em; }
.theme-tour .demo-hero-photo:after { background: linear-gradient(90deg,#142319cc,#1423191f); }
.theme-tour .demo-card h3 { font-family: var(--heading); font-size: 22px; }
.theme-shop { --demo-bg: #f3eee6; --demo-ink: #55422e; --demo-accent: #e2d6c4; }
.theme-shop .demo-hero, .theme-pro .demo-hero { display: grid; grid-template-columns: 1fr 1fr; }
.theme-shop .demo-hero-copy, .theme-pro .demo-hero-copy { grid-column: 1; padding: 80px max(40px,calc((100vw - 1160px)/2)); padding-right: 40px; width: 100%; }
.theme-shop .demo-hero-photo,.theme-pro .demo-hero-photo { left: 50%; }
.theme-shop .demo-hero h1 { font-size: clamp(45px,5.4vw,74px); }
.theme-shop .demo-hero-label,.theme-pro .demo-hero-label { color: white; text-shadow: 0 1px 4px black; }
.theme-shop .demo-card-image { height: 290px; }
.cart-summary { margin-bottom: 25px; }.cart-summary h3 { font: 25px Georgia,serif; }.cart-summary ul { list-style: none; padding: 0; font-size: 16px; }.cart-summary li { display: flex; gap: 10px; align-items: center; justify-content: space-between; border-bottom: 1px solid #55422e33; padding: 10px 0; }.cart-summary button { background: transparent; border: 1px solid #55422e55; padding: 4px 10px; color: inherit; }.cart-total { display: flex; justify-content: space-between; font-size: 16px; }
.theme-pro { --demo-bg: #edf0ef; --demo-ink: #1f3b40; --demo-accent: #d7e2df; }
.theme-pro .demo-logo { font: 700 40px var(--heading); letter-spacing: -.07em; }
.theme-pro .demo-hero { background: #e0e8e5; }
.theme-pro .demo-hero h1 { font-family: var(--heading); font-size: clamp(42px,5vw,68px); font-weight: 500; letter-spacing: -.06em; }
.theme-pro .demo-card { padding-top: 30px; }
.consulting-icon { display: grid; place-items: center; margin-left: 24px; height: 58px; width: 58px; border: 1px solid #1f3b4066; font-size: 29px; border-radius: 50%; }
.theme-pro .demo-card h3 { font-family: var(--heading); font-size: 22px; }
@media(max-width:900px) {
  .demo-container { width: calc(100% - 48px); }.demo-card-grid { gap: 15px; }.demo-card-image { height: 190px; }.demo-card-body { padding: 18px; }.demo-card h3 { font-size: 24px; }.demo-card-bottom { align-items: start; flex-direction: column; gap: 10px; }.demo-card p { min-height: 65px; }.demo-contact { gap: 40px; }.demo-story > div { gap: 25px; }.demo-story h2 { font-size: 30px; }.demo-form { padding: 22px; }.theme-food .demo-hero { padding-inline: 24px; gap: 30px; }.theme-food .demo-hero h1 { font-size: 63px; }.theme-shop .demo-hero-copy,.theme-pro .demo-hero-copy { padding-left: 24px; padding-right: 24px; }.theme-shop .demo-hero h1 { font-size: 53px; }.theme-pro .demo-hero h1 { font-size: 50px; }.demo-lead { font-size: 17px; }
}
@media(max-width:620px) {
  .demo-container { width: calc(100% - 40px); }.demo-bar { padding: 12px 15px; font-size: 14px; }.demo-bar > span { display: none; }.demo-header { padding-block: 24px; }.demo-logo { font-size: 29px; }.demo-logo > span { font-size: 10px; }.demo-header nav { gap: 18px; font-size: 14px; }.demo-header nav a:first-child { display: none; }
  .demo-hero { min-height: 540px; }.demo-hero-copy { padding: 95px 25px 70px; }.demo-hero h1 { font-size: 61px; }.demo-hero-label { right: 25px; font-size: 10px; }.demo-kicker { font-size: 12px; }.demo-feature-strip { gap: 12px; font-size: 13px; padding-block: 20px; }.demo-feature-strip > span:last-child,.demo-feature-strip > span:nth-child(4) { display: none; }.demo-section { padding-block: 60px; }.demo-section-heading h2 { font-size: 37px; }.demo-section-heading > p:last-child { font-size: 16px; }.demo-card-grid { grid-template-columns: 1fr; gap: 23px; }.demo-card-image { height: 250px; }.demo-card-body { padding: 23px; }.demo-card h3 { font-size: 30px; }.demo-card p { min-height: 0; }.demo-card-bottom { flex-direction: row; align-items: center; }.demo-story { padding-block: 42px; }.demo-story > div { grid-template-columns: 1fr; gap: 20px; }.demo-story > div > span { font-size: 45px; }.demo-story h2 { font-size: 35px; }.demo-story p { font-size: 16px; }.demo-contact { grid-template-columns: 1fr; gap: 30px; }.demo-contact h2 { font-size: 39px; }.demo-form { padding: 22px 18px; }.demo-form input,.demo-form select { font-size: 16px; }.demo-form-row { grid-template-columns: 1fr; gap: 0; }.demo-final > div { flex-direction: column; align-items: start; gap: 25px; }.demo-final h2 { font-size: 30px; }.demo-final { padding-block: 40px; }.demo-footer { flex-direction: column; gap: 10px; font-size: 13px; }
  .theme-food .demo-hero { grid-template-columns: 1fr; padding-inline: 20px; gap: 15px; }.theme-food .demo-hero-copy { padding: 35px 0 20px; }.theme-food .demo-hero h1 { font-size: 64px; }.theme-food .demo-hero-photo { grid-column: 1; grid-row: 2; height: 370px; }.theme-food .demo-hero-label { right: 40px; bottom: 15px; }.menu-grid { grid-template-columns: 1fr; }.menu-filters { gap: 7px; flex-wrap: wrap; }.menu-filters button { font-size: 14px; padding: 10px 15px; }.menu-item { gap: 12px; }.menu-item h3 { font-size: 23px; }.menu-item p { font-size: 15px; }
  .theme-tour .demo-hero h1 { font-size: 54px; }.theme-shop .demo-hero,.theme-pro .demo-hero { grid-template-columns: 1fr; }.theme-shop .demo-hero-copy,.theme-pro .demo-hero-copy { padding: 45px 24px; }.theme-shop .demo-hero-photo,.theme-pro .demo-hero-photo { position: relative; left: 0; grid-row: 2; height: 380px; }.theme-shop .demo-hero h1 { font-size: 55px; }.theme-pro .demo-hero h1 { font-size: clamp(40px,11.5vw,49px); }
}

/* Lectura cómoda y controles de mayor tamaño, también dentro de las demos. */
.demo-bar { min-height: 58px; gap: 20px; }
.demo-bar a { font-size: 14px; padding-block: 5px; }
.demo-bar > span { font-size: 11px; }
.demo-header nav { font-size: 16px; }
.demo-logo > span { font-size: 10px; }
.demo-lead { max-width: 420px; font-size: 17px; }
.demo-button { min-height: 54px; font-size: 16px; }
.demo-button > span { font-size: 24px; }
.demo-card-bottom { flex-wrap: wrap; }
.demo-card-bottom button { min-height: 44px; font-size: 14px; }
.demo-form label { font-size: 14px; }
.demo-form input,.demo-form select { font-size: 16px; }
.demo-card p { min-height: 75px; }
.demo-footer { flex-wrap: wrap; font-size: 13px; }
.demo-final { background: radial-gradient(ellipse at right,#153e83,transparent 70%),#08152e; }
@media(max-width:900px) {
  .demo-bar > span { display: none; }
  .demo-card-grid { grid-template-columns: 1fr; }
  .demo-card p { min-height: 0; }
  .demo-card-bottom { flex-direction: row; }
  .demo-story > div { grid-template-columns: 1fr 2fr; }
  .demo-story p { grid-column: 2; }
  .demo-contact { grid-template-columns: 1fr; }
  .demo-final > div { flex-wrap: wrap; }
}
@media(max-width:620px) {
  .demo-bar { padding: 10px 14px; gap: 12px; }
  .demo-bar a { font-size: 12px; }
  .demo-header nav { font-size: 14px; }
  .demo-logo > span { font-size: 9px; }
  .demo-lead { font-size: 16px; }
  .demo-hero-label { max-width: calc(100% - 50px); font-size: 10px; }
  .demo-feature-strip { font-size: 13px; }
  .demo-section-heading > p:last-child { font-size: 16px; }
  .demo-story > div { grid-template-columns: 1fr; }
  .demo-story p { grid-column: auto; }
  .demo-form > .demo-button { font-size: 15px; gap: 12px; padding-inline: 13px; }
  .demo-final h2 { font-size: 30px; }
}

.demo-bar > span { display: block; font-weight: 700; }
@media(max-width:620px) {
  .demo-bar { flex-wrap: wrap; }
  .demo-bar > span { order: -1; flex: 0 0 100%; text-align: center; font-size: 10px; }
  .theme-pro .demo-hero-label { position: static; grid-column: 1; grid-row: 3; color: var(--demo-ink); text-shadow: none; padding: 12px 24px 20px; max-width: none; }
}
