/* Editorial branding for Curcuma promo / offer pages */

:root {
  --paper: #f6eedf;
  --butter: #ead9b9;
  --gold: #d7a33d;
  --spice: #c97a52;
  --espresso: #2d241f;

  --bg: #3d2e27;
  --bg2: #4d3a31;
  --bg3: #6a4b3a;
  --bg-white: #fffaf4;
  --bg-alt: var(--paper);
  --text: var(--espresso);
  --muted: #66584d;
  --light: #9a826d;
  --border: #e3d1b8;

  --or: var(--gold);
  --or1: var(--gold);
  --or2: var(--spice);
  --or3: #f0cf92;
  --or4: rgba(215, 163, 61, 0.13);
  --or5: rgba(201, 122, 82, 0.08);

  --wh: #fff7ef;
  --wh2: rgba(255, 247, 239, 0.72);
  --wh3: rgba(255, 247, 239, 0.46);
  --wh4: rgba(255, 247, 239, 0.1);
  --wh5: rgba(255, 247, 239, 0.05);
  --bd: rgba(255, 247, 239, 0.1);
  --bd2: rgba(199, 119, 67, 0.28);

  --cream: var(--paper);
  --cream2: var(--butter);
  --dk: var(--espresso);
  --dk2: #4d3a31;
  --sec: #66584d;
  --sand: #e3d1b8;
  --white: #fffaf4;

  --font-b: "Fraunces", Georgia, serif;
  --font-d: "Manrope", "DM Sans", sans-serif;
  --mono: "Manrope", "DM Sans", sans-serif;
  --sans: "Manrope", "DM Sans", sans-serif;
  --head: "Fraunces", Georgia, serif;
}

body {
  font-family: var(--font-d);
  background:
    radial-gradient(circle at top left, rgba(234, 217, 185, 0.16), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(201, 122, 82, 0.08), transparent 18%),
    linear-gradient(180deg, #49362d 0%, var(--espresso) 100%);
  color: var(--wh);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 36%),
    repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255, 247, 239, 0.03) 40px, rgba(255, 247, 239, 0.03) 41px),
    repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255, 247, 239, 0.03) 40px, rgba(255, 247, 239, 0.03) 41px);
  pointer-events: none;
  z-index: -1;
}

h1,
h2,
h3,
h4,
.nav__logo,
.logo,
.hero__title,
.dolor__title,
.sh__title,
.ctaf__title,
.foot__title,
.pr__num,
.num-card__stat,
.precio__value,
.hero-title,
.sec-title {
  font-family: var(--font-b);
  text-transform: none;
  letter-spacing: 0;
  line-height: 0.94;
}

.nav,
.promo-nav {
  background: rgba(58, 36, 29, 0.76);
  border-bottom: 1px solid rgba(255, 247, 239, 0.08);
  backdrop-filter: blur(18px);
}

.nav__pill,
.hero__badge,
.sh__tag,
.dolor__label,
.trust__item,
.hero__cta-note,
.sf__tag,
.di__tag,
.faq__tag,
.eyebrow,
.kicker {
  font-family: var(--font-d);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav__pill,
.hero__badge,
.sh__tag,
.dolor__label,
.kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 247, 239, 0.12);
  background: rgba(255, 247, 239, 0.08);
  color: #f7dec1;
}

.btn,
.btn-or,
.btn-gl,
.btn-dark,
.btn-lg,
button,
input[type="submit"] {
  font-family: var(--font-d);
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 30px rgba(19, 10, 8, 0.18);
}

.btn-or,
.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--spice) 100%);
  border-color: rgba(201, 122, 82, 0.55);
  color: #fffaf4;
}

.btn-gl,
.btn-dark {
  background: rgba(255, 247, 239, 0.08);
  border-color: rgba(255, 247, 239, 0.16);
  color: var(--wh);
}

.hero,
.sec,
.dolor,
.sistema,
.escenarios,
.nums,
.filtro,
.precio,
.faq,
.final,
.cta-final,
.servicios {
  position: relative;
}

.hero,
.servicios,
.precio,
.final,
.cta-final {
  background:
    radial-gradient(circle at 16% 14%, rgba(234, 217, 185, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(255, 247, 239, 0.04), rgba(255, 247, 239, 0));
}

.fbox,
.num-card,
.precio__card,
.faq__item,
.pr-card,
.sf,
.di,
.offer-card,
.demo-shell,
.form-card,
.servicio-card {
  border-radius: 28px;
  border: 1px solid rgba(255, 247, 239, 0.1);
  background: linear-gradient(180deg, rgba(255, 247, 239, 0.07), rgba(255, 247, 239, 0.03));
  box-shadow: 0 28px 54px rgba(11, 6, 5, 0.22);
}

.term-body,
.hero__terminal,
.chat-shell,
.sc-card,
.screen-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 247, 239, 0.1);
  background: linear-gradient(180deg, rgba(28, 17, 14, 0.9), rgba(53, 33, 27, 0.94));
  box-shadow: 0 30px 56px rgba(9, 5, 4, 0.3);
}

.trust {
  border-block: 1px solid rgba(255, 247, 239, 0.08);
  background: rgba(255, 247, 239, 0.04);
}

.trust__item,
.hero__cta-note,
.term-bar-title,
.term-line,
.sf__tag,
.di__tag,
.faq__item summary,
.foot p,
.muted,
.dim {
  font-family: var(--font-d);
}

.accent,
.hero__title span,
.sh__title span,
.dolor__title span,
.num-card__stat,
.pr__num,
.precio__value,
.price,
.highlight {
  color: var(--or3);
}

.sec--white,
.sec--alt,
.servicios,
.precio.reveal,
.final.reveal {
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(246, 238, 223, 0.92));
  color: var(--text);
}

.sec--white h1,
.sec--white h2,
.sec--white h3,
.sec--white p,
.sec--alt h1,
.sec--alt h2,
.sec--alt h3,
.sec--alt p,
.servicios h1,
.servicios h2,
.servicios h3,
.servicios p,
.precio.reveal h1,
.precio.reveal h2,
.precio.reveal h3,
.precio.reveal p,
.final.reveal h1,
.final.reveal h2,
.final.reveal h3,
.final.reveal p {
  color: inherit;
}

.sec--white .btn-gl,
.sec--alt .btn-gl,
.servicios .btn-gl,
.precio.reveal .btn-gl,
.final.reveal .btn-gl {
  background: rgba(58, 36, 29, 0.06);
  border-color: rgba(58, 36, 29, 0.12);
  color: var(--text);
}

.offer-strip,
.ctaf,
.faq,
.foot {
  background:
    radial-gradient(circle at top right, rgba(201, 122, 82, 0.18), transparent 22%),
    linear-gradient(180deg, #4d3a31 0%, var(--espresso) 100%);
}

.benefits-img,
.screen-card,
.demo-shell,
.servicio-card,
.hero__visual img,
.benefits-visual img {
  position: relative;
  overflow: hidden;
}

.benefits-img img,
.screen-card img,
.demo-shell img,
.servicio-card img,
.hero__visual img,
.benefits-visual img {
  filter: sepia(0.12) saturate(0.92) brightness(1.03) contrast(0.96);
}

.form-wrap,
.form-fields {
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.94), rgba(246, 238, 223, 0.94));
  border: 1px solid rgba(45, 36, 31, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 48px rgba(45, 36, 31, 0.08);
}

.form-wrap label,
.form-fields label {
  font-family: var(--font-d);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(45, 36, 31, 0.62);
}

@media (max-width: 768px) {
  .fbox,
  .num-card,
  .precio__card,
  .faq__item,
  .pr-card,
  .sf,
  .di,
  .offer-card,
  .demo-shell,
  .form-card,
  .servicio-card,
  .term-body,
  .hero__terminal,
  .chat-shell,
  .sc-card,
  .screen-card {
    border-radius: 22px;
  }
}

/* Form refresh puntual
   Corrige contraste y jerarquia sin tocar el copy ni la estructura. */
.form-wrap {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: stretch;
  padding: 22px;
  background:
    radial-gradient(circle at top right, rgba(215, 163, 61, 0.14), transparent 24%),
    linear-gradient(180deg, #3b2d26 0%, #2d241f 100%);
  border: 1px solid rgba(255, 247, 239, 0.1);
  border-radius: 32px;
  box-shadow: 0 28px 58px rgba(16, 10, 8, 0.22);
}

.form-wrap::before {
  top: -48px;
  right: -48px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(240, 207, 146, 0.22), transparent 66%);
}

.form-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  padding: 26px 26px 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 163, 61, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.03));
  border: 1px solid rgba(255, 247, 239, 0.08);
}

.form-copy .sh {
  margin-bottom: 0;
}

.form-copy .sh__tag {
  color: #f0cf92;
}

.form-copy .sh__title {
  color: #fffaf4 !important;
  font-size: clamp(40px, 4.4vw, 66px);
  line-height: 0.96;
  max-width: 7ch;
  margin-bottom: 0;
}

.form-fields {
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.98), rgba(246, 238, 223, 0.95));
  border: 1px solid rgba(45, 36, 31, 0.08);
  box-shadow: 0 18px 38px rgba(45, 36, 31, 0.09);
}

.form-group {
  gap: 8px;
  margin-bottom: 16px;
}

.form-group label {
  color: rgba(45, 36, 31, 0.58);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.form-group input,
.form-group select {
  min-height: 58px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid rgba(45, 36, 31, 0.12);
  color: var(--text);
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.form-group input::placeholder {
  color: rgba(45, 36, 31, 0.34);
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(215, 163, 61, 0.12);
}

.form-group select {
  background-color: rgba(255, 255, 255, 0.92);
}

.form-wrap .btn.btn--or,
.form-wrap .btn-or {
  width: 100%;
  min-height: 56px;
  margin-top: 4px;
  justify-content: center;
}

.form-submit-note {
  margin-top: 12px;
  color: rgba(45, 36, 31, 0.5);
  text-align: center;
}

@media (max-width: 1024px) {
  .form-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .form-copy {
    padding: 22px 22px 10px;
  }

  .form-copy .sh__title {
    max-width: 10ch;
  }
}

@media (max-width: 768px) {
  .form-wrap {
    padding: 16px;
    border-radius: 24px;
  }

  .form-copy,
  .form-fields {
    padding: 20px;
    border-radius: 20px;
  }

  .form-copy .sh__title {
    font-size: clamp(34px, 10vw, 52px);
    max-width: 100%;
  }

  .form-group input,
  .form-group select {
    min-height: 54px;
    font-size: 15px;
  }
}

/* Promo refresh de sistema
   Endereza tipografias, contraste y ritmo visual sin tocar estructura ni copy. */
:root {
  --bg: #faf7f2;
  --bg-white: #fffaf7;
  --bg-alt: #f3ece2;
  --text: #2d241f;
  --muted: #6f6458;
  --light: #9c9084;
  --border: #e6dacb;
  --or: #d4890c;
  --or-low: rgba(212, 137, 12, 0.1);
  --or-mid: rgba(212, 137, 12, 0.05);
  --or-border: rgba(212, 137, 12, 0.18);
  --dk: #2d241f;
  --dk-soft: #3d2f28;
  --wh: #fffaf4;
  --font-d: "Fraunces", Georgia, serif;
  --font-b: "Manrope", "DM Sans", sans-serif;
}

body {
  font-family: var(--font-b);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(234, 217, 185, 0.2), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(201, 122, 82, 0.07), transparent 18%),
    linear-gradient(180deg, #fcf8f1 0%, #f6efe6 100%);
}

body::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 38%),
    repeating-linear-gradient(0deg, transparent, transparent 44px, rgba(45, 36, 31, 0.018) 44px, rgba(45, 36, 31, 0.018) 45px),
    repeating-linear-gradient(90deg, transparent, transparent 44px, rgba(212, 137, 12, 0.02) 44px, rgba(212, 137, 12, 0.02) 45px);
  opacity: 0.65;
}

h1,
h2,
h3,
h4,
.hero__h1,
.hero__title,
.subhero-bridge__title,
.sh__title,
.risk-main,
.offer-strip__title,
.cta-final__title,
.popup-headline,
.site-footer__brand-text {
  font-family: var(--font-d);
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.btn,
.btn-or,
.btn-gl,
.btn-dark,
.btn-lg,
.btn--dark,
button,
input[type="submit"],
.site-header__logo,
.site-header__nav-link,
.site-header__promo {
  font-family: var(--font-b);
}

.site-header {
  background: rgba(250, 247, 242, 0.92);
  border-bottom: 1px solid rgba(45, 36, 31, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 24px rgba(45, 36, 31, 0.04);
}

.site-header.is-scrolled {
  background: rgba(250, 247, 242, 0.96);
  border-color: rgba(45, 36, 31, 0.1);
  box-shadow: 0 14px 34px rgba(45, 36, 31, 0.08);
}

.site-header__logo {
  color: var(--text);
  font-size: 34px;
  letter-spacing: -0.04em;
  gap: 10px;
  text-transform: none;
  font-weight: 800;
}

.site-header__logo img {
  background: transparent;
  object-fit: contain;
}

.site-header__nav-link {
  color: rgba(45, 36, 31, 0.72);
  font-weight: 700;
}

.site-header__nav-link:hover,
.site-header__nav-link:focus-visible {
  color: var(--text);
}

.site-header__promo {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(45, 36, 31, 0.12);
  color: var(--text);
}

.site-header__promo:hover,
.site-header__promo:focus-visible,
.site-header__promo.is-active {
  background: rgba(212, 137, 12, 0.12);
  border-color: rgba(212, 137, 12, 0.22);
  color: var(--text);
}

.site-header__cta {
  box-shadow: 0 16px 28px rgba(212, 137, 12, 0.16);
}

.hero,
.sec,
.cta-final {
  color: var(--text);
}

.hero {
  background:
    radial-gradient(circle at 12% 14%, rgba(212, 137, 12, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(255, 250, 247, 0.72), rgba(243, 236, 226, 0.44));
}

.hero__h1 {
  color: var(--text);
}

.hero__h1 .line-now,
.hero__h1 em,
.hero__title em,
.sh__title em,
.risk-main em,
.offer-strip__title em,
.popup-headline em {
  color: var(--or);
  font-style: normal;
}

.hero__sub,
.subhero-bridge__text,
.sh__sub,
.step-card__text,
.demo-card__desc,
.risk-sub,
.offer-strip__sub,
.faq-a,
.site-footer__brand-copy,
.site-footer__bottom {
  color: var(--muted);
}

.sh__tag,
.tag,
.subhero-bridge__pill,
.hero__micro-pill,
.hero__check,
.risk-badge {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(45, 36, 31, 0.08);
  box-shadow: 0 10px 24px rgba(45, 36, 31, 0.05);
}

.sh__tag,
.tag {
  color: var(--or);
}

.hero__micro-pill,
.hero__check,
.subhero-bridge__pill,
.risk-badge {
  color: var(--text);
}

.hero__check::before,
.offer-feat::before,
.popup-feat::before {
  color: transparent;
  background: var(--or);
}

.sec--white,
.sec--alt {
  color: var(--text);
}

.sec--white {
  background: linear-gradient(180deg, rgba(255, 250, 247, 0.94), rgba(255, 250, 247, 0.88));
}

.sec--alt {
  background: linear-gradient(180deg, rgba(243, 236, 226, 0.95), rgba(250, 247, 242, 0.9));
}

.step-card,
.demo-card,
.benefit-item,
.risk-box,
.risk-num,
.faq-item,
.cta-final__inner,
.form-fields {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(45, 36, 31, 0.08);
  box-shadow: 0 18px 40px rgba(45, 36, 31, 0.07);
}

.step-card__n,
.benefit-item__check,
.faq-q__ico {
  background: var(--or-low);
  border-color: var(--or-border);
  color: var(--or);
}

.step-card__ico {
  background: rgba(45, 36, 31, 0.04);
  border-color: rgba(45, 36, 31, 0.08);
}

.step-card__ico svg,
.benefit-item__check svg {
  stroke: var(--or);
}

.demo-card__badge {
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid rgba(45, 36, 31, 0.08);
  color: var(--text);
}

.demo-card__thumb-cta {
  background: rgba(45, 36, 31, 0.9);
  color: var(--wh);
}

.demo-card__point {
  background: rgba(45, 36, 31, 0.04);
  border: 1px solid rgba(45, 36, 31, 0.08);
  color: var(--text);
}

.demo-card__arrow {
  color: var(--or);
}

.risk-main,
.risk-num__val,
.cta-final__title {
  color: var(--text);
}

.offer-strip,
.popup-box,
.site-footer {
  background:
    radial-gradient(circle at top right, rgba(212, 137, 12, 0.18), transparent 22%),
    linear-gradient(180deg, #4a3930 0%, #2d241f 100%);
}

.offer-strip,
.offer-strip h2,
.offer-strip p,
.offer-strip .offer-price-old,
.offer-strip .offer-price-note,
.offer-strip .offer-feat,
.popup-box,
.popup-box .popup-brand,
.popup-box .popup-exclusive,
.popup-box .popup-sub,
.popup-box .popup-price-old,
.popup-box .popup-price-note,
.popup-box .popup-feat,
.site-footer,
.site-footer__brand-text,
.site-footer__title {
  color: var(--wh);
}

.offer-strip__eyebrow,
.offer-price-old,
.offer-price-note,
.popup-brand,
.popup-exclusive,
.popup-sub,
.popup-price-old,
.popup-price-note,
.site-footer__brand-copy,
.site-footer__bottom,
.site-footer__links a {
  color: rgba(255, 247, 239, 0.72);
}

.offer-price-card,
.offer-features,
.popup-price-card,
.popup-features {
  background: rgba(255, 247, 239, 0.08);
  border: 1px solid rgba(255, 247, 239, 0.1);
}

.cta-final__inner {
  background: linear-gradient(180deg, rgba(255, 250, 247, 0.95), rgba(243, 236, 226, 0.92));
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible,
.site-footer__links a.is-active {
  color: var(--wh);
}

@media (max-width: 768px) {
  .site-header__logo {
    font-size: 28px;
  }

  .hero__h1,
  .subhero-bridge__title,
  .sh__title,
  .risk-main,
  .offer-strip__title,
  .cta-final__title {
    max-width: 100%;
  }
}

/* Promo showcase recovery
   Devuelve el mockup notebook + iPhone y el scroll interno del demo.
   No toca copy ni estructura; solo reactiva la capa visual que faltaba. */
.macbook {
  width: min(100%, 690px);
  position: relative;
  filter: drop-shadow(0 32px 48px rgba(0, 0, 0, 0.22));
}

.macbook::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: -14px;
  height: 22px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 72%);
  filter: blur(10px);
  z-index: -1;
}

.macbook__lid {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 14%),
    linear-gradient(180deg, #4a4a50 0%, #232329 38%, #17171c 100%);
  border-radius: 18px 18px 0 0;
  padding: 10px 10px 0;
  position: relative;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 24px 64px rgba(0, 0, 0, 0.28),
    0 4px 16px rgba(0, 0, 0, 0.18);
}

.macbook__lid::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 9px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.macbook__cam {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #58606d 0%, #17181c 72%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
  margin: 0 auto 6px;
}

.macbook__screen {
  background: #fff;
  border-radius: 10px 10px 2px 2px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  position: relative;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 0 10px #0d0e12,
    inset 0 0 0 11px rgba(255, 255, 255, 0.03);
}

.macbook__screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 18%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 28%);
  mix-blend-mode: screen;
  opacity: 0.72;
  pointer-events: none;
  z-index: 3;
}

.macbook__hinge {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #3b3c42, #23242a);
  height: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.macbook__base {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 12%, rgba(255, 255, 255, 0) 18%),
    linear-gradient(180deg, #d6d8dc 0%, #bcc0c6 52%, #a2a6ad 100%);
  height: 18px;
  border-radius: 0 0 12px 12px;
  position: relative;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.macbook__base::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 3px;
  transform: translateX(-50%);
  width: 116px;
  height: 9px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, rgba(145, 148, 154, 0.72), rgba(195, 198, 203, 0.28));
}

.macbook__base::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  background: rgba(128, 132, 139, 0.85);
  border-radius: 0 0 6px 6px;
}

.iphone {
  position: absolute;
  right: 18px;
  bottom: 12px;
  width: 156px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 18%),
    linear-gradient(180deg, #2b2c31 0%, #0d0e12 100%);
  border-radius: 30px;
  padding: 8px 5px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 20px 56px rgba(0, 0, 0, 0.35);
  overflow: visible;
}

.iphone::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 74px;
  width: 3px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, #6f7278 0%, #1d1e22 100%);
  box-shadow:
    0 44px 0 0 rgba(95, 99, 106, 0.95),
    134px 18px 0 -1px rgba(95, 99, 106, 0.95);
  opacity: 0.9;
}

.iphone::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -12px;
  height: 14px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 70%);
  filter: blur(8px);
  z-index: -1;
}

.iphone__notch {
  width: 54px;
  height: 11px;
  background: linear-gradient(180deg, #0d0e12 0%, #212328 100%);
  border-radius: 999px;
  margin: 1px auto 7px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.35);
}

.iphone__screen {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 9 / 19;
  position: relative;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 0 0 2px rgba(18, 19, 24, 0.72);
}

.iphone__screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 22%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 24%);
  pointer-events: none;
  z-index: 3;
}

.dmk-topbar {
  background: #1a1b1e;
  padding: 6px 10px;
  font-size: 9px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.68);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dmk-topbar strong {
  color: var(--showcase-accent, var(--or));
  font-weight: 700;
}

.dmk-scroll {
  transform: translateY(var(--showcase-scroll-desktop, 0px));
  will-change: transform;
}

.dmk-hero {
  position: relative;
  padding: 18px 18px 22px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(30, 30, 36, 0.94) 100%),
    var(--showcase-bg-desktop, none);
  background-size: cover;
  background-position: center;
}

.dmk-stars {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 12px;
}

.dmk-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--showcase-accent, var(--or));
  margin: 0 0 10px;
}

.dmk-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(36px, 5vw, 54px);
  line-height: 0.92;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
  color: #fff;
}

.dmk-name em,
.diph-name em {
  font-style: normal;
  color: var(--showcase-accent, var(--or));
}

.dmk-addr {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.74);
  margin: 0 0 16px;
}

.dmk-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.dmk-btn-wa,
.dmk-btn-sv {
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dmk-btn-wa {
  background: var(--showcase-cta, #25D366);
  color: #fff;
}

.dmk-btn-sv {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.dmk-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  border-top: 1px solid rgba(28, 27, 24, 0.08);
}

.dmk-stat {
  padding: 15px 10px 14px;
  border-right: 1px solid rgba(28, 27, 24, 0.08);
  text-align: center;
}

.dmk-stat:last-child {
  border-right: none;
}

.dmk-stat-val {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #2d241f;
  line-height: 1;
  margin-bottom: 5px;
}

.dmk-stat-lbl {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f877b;
}

.dmk-section {
  background: #fff;
  padding: 18px 18px 20px;
  border-top: 1px solid rgba(28, 27, 24, 0.08);
}

.dmk-section__eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--or);
  margin: 0 0 10px;
}

.dmk-section__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  line-height: 0.96;
  color: #2d241f;
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}

.dmk-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dmk-section__item {
  border: 1px solid rgba(28, 27, 24, 0.08);
  border-radius: 14px;
  padding: 12px 10px;
  background: #faf8f4;
}

.dmk-section__item strong {
  display: block;
  font-size: 12px;
  color: #2d241f;
  margin-bottom: 4px;
}

.dmk-section__item span {
  display: block;
  font-size: 10px;
  color: #8f877b;
  line-height: 1.4;
}

.diph-scroll {
  transform: translateY(var(--showcase-scroll-mobile, 0px));
  will-change: transform;
}

.diph-hero {
  padding: 16px 12px 18px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(30, 30, 36, 0.94) 100%),
    var(--showcase-bg-mobile, none);
  background-size: cover;
  background-position: center;
}

.diph-stars {
  font-size: 8px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
}

.diph-cat {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--showcase-accent, var(--or));
  margin-bottom: 8px;
}

.diph-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 31px;
  line-height: 0.9;
  margin: 0 0 10px;
  color: #fff;
}

.diph-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  background: var(--showcase-cta, #25D366);
  color: #fff;
}

.diph-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
  border-top: 1px solid rgba(28, 27, 24, 0.08);
}

.diph-stat {
  padding: 10px 6px;
  text-align: center;
  border-right: 1px solid rgba(28, 27, 24, 0.08);
}

.diph-stat:last-child {
  border-right: none;
}

.diph-stat-val {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  color: #2d241f;
  line-height: 1;
  margin-bottom: 3px;
}

.diph-stat-lbl {
  display: block;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f877b;
}

.diph-section {
  padding: 12px 10px 14px;
  background: #fff;
  border-top: 1px solid rgba(28, 27, 24, 0.08);
}

.diph-section__eyebrow {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 8px;
}

.diph-section__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.diph-section__pill {
  padding: 6px 8px;
  border-radius: 999px;
  background: #faf8f4;
  border: 1px solid rgba(28, 27, 24, 0.08);
  color: #2d241f;
  font-size: 8px;
  font-weight: 700;
}
