/* Canonical editorial branding for Curcuma public site */

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

  --a-bg: var(--paper);
  --a-accent: var(--gold);
  --a-text: var(--espresso);
  --a-secondary: #66584d;
  --a-border: #e3d1b8;

  --b-bg: var(--espresso);
  --b-accent: var(--gold);
  --b-text: #fbf4ec;
  --b-secondary: rgba(251, 244, 236, 0.74);
  --b-border: rgba(251, 244, 236, 0.12);

  --c-bg: var(--butter);
  --c-text: var(--espresso);
  --c-alt: #fffaf4;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", "DM Sans", sans-serif;

  --or: var(--gold);
  --or-low: rgba(215, 163, 61, 0.14);
  --or-mid: rgba(215, 163, 61, 0.08);
  --dk: var(--espresso);
  --cr: var(--paper);
  --cr-border: var(--a-border);
  --muted: var(--a-secondary);
  --light: #9a826d;
  --sp: 96px;
  --gap: 24px;
  --cr10: 24px;
}

html {
  scroll-padding-top: 88px;
}

body {
  font-family: var(--font-body);
  color: var(--a-text);
  background:
    radial-gradient(circle at top left, rgba(234, 217, 185, 0.22), transparent 24%),
    linear-gradient(180deg, #fcf7ef 0%, var(--paper) 56%, #f7efe4 100%);
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 42%),
    repeating-linear-gradient(0deg, transparent, transparent 44px, rgba(45, 36, 31, 0.018) 44px, rgba(45, 36, 31, 0.018) 45px);
  pointer-events: none;
  opacity: 0.5;
  z-index: -1;
}

h1,
h2,
.hero__title,
.hero__title em,
.page-hero__title,
.section__header h2,
.sh__title,
.ref__title,
.promo__h,
.ctaf__h,
.story__title,
.svc-detail__title,
.rd-hero__title {
  font-family: var(--font-display);
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.02;
  font-weight: 500;
}

h3,
h4,
.header__logo-text,
.footer__title,
.blog-card__title,
.caso-card__title,
.caso-card__metric-value,
.stat__number,
.sbar__num,
.team-stat__num,
.paso__n,
.dolor__n,
.caso__stat,
.rw__price-val,
.cmp__val,
.srv__name,
.dolor__h,
.paso__h,
.rw__name,
.val__name,
.area__name,
.info-card__title,
.cap__col-title,
.faq__question,
.faq-s__q {
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.12;
  font-weight: 700;
}

p,
li,
a,
label,
input,
textarea,
select,
button,
.hero__sub,
.page-hero__sub,
.section__header p,
.sh__sub,
.story__text,
.svc-detail__desc,
.svc-detail__list li,
.rd-hero__sub,
.hiw__p,
.faq-s__a,
.faq-item__answer,
.footer__brand p,
.footer__links a {
  font-family: var(--font-body);
}

.container {
  max-width: 1280px;
  padding: 0 32px;
}

.tex::before,
.brand-pattern-light::before,
.brand-surface--light::before {
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 42px, rgba(215, 163, 61, 0.04) 42px, rgba(215, 163, 61, 0.04) 43px),
    repeating-linear-gradient(90deg, transparent, transparent 42px, rgba(201, 122, 82, 0.035) 42px, rgba(201, 122, 82, 0.035) 43px);
}

.promo-bar {
  background: linear-gradient(135deg, var(--paper) 0%, var(--butter) 100%);
  color: var(--a-text);
  border-bottom: 1px solid rgba(58, 36, 29, 0.08);
  font-size: 13px;
  font-weight: 600;
}

.promo-bar strong,
.promo-bar a {
  color: var(--a-text);
}

.header {
  background: rgba(246, 238, 223, 0.86);
  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);
}

.header__inner {
  max-width: min(1500px, calc(100vw - 64px));
  padding-inline: 24px;
  gap: clamp(16px, 2vw, 32px);
}

.header__logo {
  gap: 12px;
  flex: 0 0 auto;
  margin-right: clamp(8px, 1vw, 16px);
}

.header__logo-text {
  font-family: var(--font-body);
  font-size: clamp(30px, 2.1vw, 38px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-transform: none;
  color: var(--a-text);
  font-weight: 800;
}

.header__logo-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.header__nav {
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(16px, 1.8vw, 28px);
  min-width: 0;
}

.header__nav a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(58, 36, 29, 0.68);
  white-space: nowrap;
}

.header__nav a:hover,
.header__nav a.active {
  color: var(--a-text);
}

.header__nav a::after {
  background: var(--or);
}

.header__promo {
  margin-left: clamp(6px, 0.8vw, 12px);
}

.header__cta {
  margin-left: clamp(2px, 0.4vw, 8px);
}

.header__promo,
.header__cta {
  min-height: 46px;
  padding-inline: 18px;
}

.header__nav .header__promo,
.header__nav .header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--a-text);
  line-height: 1;
  letter-spacing: 0.04em;
}

.header__nav .header__promo::after,
.header__nav .header__cta::after {
  display: none;
}

.header__nav .header__cta {
  background: var(--gold);
  border: 1px solid rgba(45, 36, 31, 0.08);
}

.header__nav .header__cta:hover {
  color: var(--a-text);
  background: #c99430;
}

.header__nav .header__promo:hover {
  color: var(--a-text);
}

.header__toggle span {
  background: var(--a-text);
}

.btn,
.btn-or,
.btn-dk,
.btn-ol,
.btn-wa,
.form__submit,
.promo__cta {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  border-radius: 18px;
  min-height: 50px;
  padding: 14px 24px;
  box-shadow: 0 16px 30px rgba(79, 52, 42, 0.08);
}

.btn--primary,
.btn-or,
.form__submit,
.promo__cta {
  background: var(--gold);
  color: var(--a-text);
  border-color: rgba(45, 36, 31, 0.08);
}

.btn--primary:hover,
.btn-or:hover,
.form__submit:hover,
.promo__cta:hover {
  background: #c99430;
  transform: translateY(-2px);
}

.btn--secondary,
.btn-dk {
  background: transparent;
  color: var(--a-text);
  border-color: rgba(45, 36, 31, 0.16);
}

.btn--secondary:hover,
.btn-dk:hover {
  background: rgba(45, 36, 31, 0.06);
  color: var(--a-text);
}

.btn-ol {
  background: rgba(255, 249, 241, 0.06);
  color: var(--b-text);
  border-color: rgba(255, 237, 219, 0.18);
}

.btn-ol:hover {
  background: rgba(255, 249, 241, 0.1);
  border-color: rgba(255, 237, 219, 0.36);
}

.btn-wa {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
}

.btn-wa:hover {
  background: #1fb659;
}

.hero__badge,
.hero__tag,
.section__tag,
.sh__tag,
.story__tag,
.svc-detail__tag,
.rd-hero__live,
.blog-card__tag,
.caso-card__tag,
.rw__badge,
.promo__badge,
.promo__eye,
.ctaf__tag,
.ref__live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(215, 163, 61, 0.18);
  background: rgba(255, 250, 244, 0.84);
  box-shadow: 0 10px 22px rgba(79, 52, 42, 0.05);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--or);
}

.section__tag,
.sh__tag,
.story__tag,
.svc-detail__tag,
.blog-card__tag,
.caso-card__tag {
  margin-bottom: 16px;
}

.section--b .section__tag,
.ref__live,
.promo__eye,
.rd-hero__live {
  background: rgba(255, 249, 241, 0.08);
  border-color: rgba(255, 249, 241, 0.12);
  color: #f7dec1;
}

.hero,
.page-hero {
  background:
    radial-gradient(circle at 12% 12%, rgba(234, 217, 185, 0.32), transparent 22%),
    radial-gradient(circle at 86% 24%, rgba(201, 122, 82, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.82), rgba(246, 238, 223, 0.98));
}

.hero::after {
  opacity: 0.08;
  filter: sepia(0.45);
}

.page-hero__title,
.hero__title,
.sh__title,
.story__title,
.svc-detail__title,
.rd-hero__title,
.promo__h,
.ctaf__h {
  font-weight: 500;
  color: var(--a-text);
}

.page-hero__title em,
.hero__title em,
.rd-hero__title em,
.promo__h em {
  color: var(--or);
  font-style: italic;
}

.hero__subtitle,
.page-hero__sub,
.section__header p,
.sh__sub,
.story__text,
.svc-detail__desc,
.svc-detail__list li,
.dolor__p,
.paso__p,
.caso__q,
.rd-hero__sub,
.hiw__p,
.faq-item__answer,
.faq-s__a,
.blog-card__excerpt,
.caso-card__desc,
.contact__card-desc,
.info-card__text,
.val__desc,
.area__desc,
.cmp__note,
.rw__desc,
.rw__list li,
.footer__brand p,
.footer__links a,
.footer__bottom {
  color: var(--muted);
}

.section,
.blog,
.story,
.team,
.contact,
.demos,
.faq-s,
.svc-section--white,
.svc-section--cream {
  background: transparent;
}

.section--c,
.sbar {
  background: linear-gradient(135deg, #f0debc 0%, var(--butter) 100%);
  color: var(--c-text);
}

.section--b,
.ref,
.values,
.faq-section,
.cap,
.footer {
  background:
    radial-gradient(circle at top right, rgba(201, 122, 82, 0.12), transparent 22%),
    linear-gradient(180deg, #3a2d28 0%, var(--espresso) 100%);
  color: var(--b-text);
}

.promo,
.ctaf {
  background:
    radial-gradient(circle at center top, rgba(234, 217, 185, 0.28), transparent 28%),
    linear-gradient(180deg, #fff9f2 0%, var(--paper) 100%);
}

.hero__micro span,
.hero__feature,
.dolor,
.srv,
.rw,
.cmp,
.promo__card,
.paso,
.caso,
.ctaf__in,
.card,
.blog-card,
.caso-card,
.val,
.area,
.team-stats,
.info-card,
.faq-item,
.faq-s__item,
.hiw__step,
.cap__col,
.contact__card,
.contact-info__card,
.svc-detail__img,
.story__img,
.demos__stage,
.chat {
  border-radius: 24px;
  border: 1px solid rgba(45, 36, 31, 0.08);
  box-shadow: 0 18px 42px rgba(45, 36, 31, 0.08);
}

.hero__micro span,
.hero__feature,
.dolor,
.srv,
.paso,
.caso,
.ctaf__in,
.card,
.blog-card,
.caso-card,
.area,
.info-card,
.faq-item,
.faq-s__item,
.hiw__step,
.contact__card,
.contact-info__card,
.svc-detail__img,
.story__img,
.demos__stage,
.chat {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.95), rgba(249, 241, 232, 0.92));
}

.srv:hover,
.rw:hover,
.caso:hover,
.dolor:hover,
.paso:hover,
.blog-card:hover,
.caso-card:hover,
.area:hover,
.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 52px rgba(79, 52, 42, 0.1);
}

.hero__feature::before,
.svc-detail__list li::before,
.service-detail__list li::before,
.rw__list li::before,
.cap__items li::before,
.caso-card__services li::before {
  color: var(--or);
}

.hero__feature::before {
  box-shadow: 0 0 0 7px rgba(215, 163, 61, 0.14);
}

.sbar__num,
.stat__number,
.team-stat__num,
.caso__stat,
.promo__price,
.svc-detail__price,
.rw__price-val,
.cmp__val,
.caso-card__metric-value {
  color: var(--or);
}

.sbar__label,
.stat__label,
.team-stat__label,
.svc-detail__price span,
.rw__price-label,
.rw__price-val span,
.cmp__label,
.promo__desde,
.promo__currency,
.promo__cupos,
.caso-card__metric-label,
.blog-card__tag,
.caso-card__tag {
  color: var(--light);
}

.svc-detail__img,
.story__img,
.area__img,
.blog-card__image,
.caso-card__image {
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.svc-detail__img::before,
.story__img::before,
.area__img::before,
.blog-card__image::before,
.caso-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.04), rgba(45, 36, 31, 0.16)),
    linear-gradient(135deg, rgba(215, 163, 61, 0.14), rgba(201, 122, 82, 0.1));
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}

.svc-detail__img::before {
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.02), rgba(45, 36, 31, 0.08)),
    linear-gradient(135deg, rgba(215, 163, 61, 0.08), rgba(201, 122, 82, 0.05));
}

.svc-detail__img img,
.story__img img,
.area__img img,
.blog-card__image img,
.caso-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.12) saturate(0.92) brightness(1.03) contrast(0.96);
  transform: scale(1.01);
  transition: transform 0.6s ease, filter 0.35s ease;
}

.svc-detail__img img {
  filter: saturate(0.98) brightness(1.02) contrast(0.99);
  transform: scale(1.005);
}

.svc-detail__img:hover img,
.story__img:hover img,
.area__img:hover img,
.blog-card:hover .blog-card__image img,
.caso-card:hover .caso-card__image img {
  transform: scale(1.05);
  filter: sepia(0.09) saturate(0.96) brightness(1.04) contrast(0.98);
}

.svc-detail__img:hover img {
  transform: scale(1.025);
  filter: saturate(1) brightness(1.03) contrast(1);
}

.svc-detail__img::after {
  width: 44px;
  height: 44px;
  right: 18px;
  bottom: 18px;
  border-radius: 0;
  background: url("../assets/brand-generated/isotipo-2-gold.png") center/contain no-repeat;
  box-shadow: none;
  opacity: 0.76;
  filter: drop-shadow(0 6px 18px rgba(45, 36, 31, 0.28));
}

.values .sh__title,
.faq-section .sh__title,
.ref .sh__title,
.cap .sh__title,
.ref__title,
.footer__title {
  color: var(--b-text);
}

.values .sh__sub,
.faq-section .sh__sub,
.ref .sh__sub,
.cap .sh__sub,
.rw__desc,
.rw__list li,
.cmp__note,
.cmp__label,
.faq-item__answer,
.faq-s__a,
.footer__brand p,
.footer__links a,
.footer__bottom {
  color: rgba(246, 239, 228, 0.74);
}

.values .val,
.ref .rw,
.ref .cmp,
.cap .cap__col,
.faq-section .faq-item {
  background: linear-gradient(180deg, rgba(255, 249, 241, 0.07), rgba(255, 249, 241, 0.03));
  border-color: rgba(255, 237, 219, 0.1);
  box-shadow: 0 28px 54px rgba(11, 6, 5, 0.22);
}

.val__name,
.area__name,
.info-card__title,
.svc-detail__title,
.hiw__h,
.cap__col-title,
.rw__name,
.blog-card__title,
.caso-card__title {
  color: var(--a-text);
}

.values .val__name,
.cap .cap__col-title,
.ref .rw__name {
  color: var(--b-text);
}

.values .val__desc,
.cap .cap__items li,
.cap .cap__note,
.ref .rw__desc,
.ref .rw__list li {
  color: rgba(246, 239, 228, 0.74);
}

.val__ico,
.srv__ico,
.info-card__ico {
  background: rgba(199, 119, 67, 0.1);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hiw__n,
.paso__n,
.dolor__n {
  color: rgba(246, 239, 228, 0.9);
}

.faq__question,
.faq-s__q {
  color: currentColor;
}

.faq__question::after,
.faq-s__q::after {
  color: var(--or);
}

.faq-item,
.faq-s__item {
  padding: 24px 28px;
}

.faq-section .faq-item,
.faq-s {
  color: var(--b-text);
}

.faq-section .faq__question {
  color: var(--b-text);
}

.faq-s__q {
  color: var(--a-text);
}

.rd-hero .btn-row,
.ref .btn-row,
.ctaf .btn-row {
  align-items: center;
}

.ref .btn-row,
.ctaf .btn-row {
  justify-content: center;
}

.demos__tabs {
  margin: 0 auto 24px;
}

.rd-hero__sub,
.sh__sub--light,
.rw__status,
.rw__price-label,
.rw__price-val span,
.chat__biz-sub,
.cap__col-tag,
.cap__note {
  color: rgba(246, 239, 228, 0.76);
}

.ref .rw__desc,
.ref .rw__list li,
.cap .cap__items li,
.cap .cap__col--highlight .cap__items li {
  color: rgba(246, 239, 228, 0.84);
}

.cap__note strong {
  color: rgba(246, 239, 228, 0.94);
}

.faq-s__q,
.faq-s__a,
.demos__tab,
.chat__msg,
.chat__biz,
.chat__biz-sub {
  overflow-wrap: anywhere;
}

.rd-hero .btn-or,
.rd-hero .btn-ol,
.ref .btn-or,
.ref .btn-ol,
.ctaf .btn-or,
.ctaf .btn-dk {
  white-space: normal;
  text-align: center;
  line-height: 1.35;
}

.contact .form__input,
.contact .form__textarea,
.contact .form__select,
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255, 250, 244, 0.94);
  border-color: rgba(45, 36, 31, 0.1);
  border-radius: 18px;
  color: var(--a-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.contact .form__input:focus,
.contact .form__textarea:focus,
.contact .form__select:focus,
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--or);
  box-shadow: 0 0 0 4px rgba(215, 163, 61, 0.12);
}

.form,
.form-wrap {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(247, 237, 224, 0.94));
  border: 1px solid rgba(45, 36, 31, 0.08);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 24px 48px rgba(45, 36, 31, 0.08);
}

.form__group,
.form-group {
  margin-bottom: 18px;
}

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

.form__input::placeholder,
.form__textarea::placeholder,
.form__select,
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #9a826d;
}

.form-submit-note,
.form-status {
  color: var(--muted);
}

.rd-hero {
  background:
    radial-gradient(circle at 18% 16%, rgba(231, 191, 129, 0.2), transparent 22%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.84), rgba(246, 239, 228, 0.94));
  text-align: center;
}

.rd-hero::before {
  opacity: 0.58;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(45, 36, 31, 0.025) 39px, rgba(45, 36, 31, 0.025) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(45, 36, 31, 0.025) 39px, rgba(45, 36, 31, 0.025) 40px);
}

.rd-hero::after {
  background:
    radial-gradient(circle at 50% 50%, rgba(196, 130, 12, 0.12) 0%, rgba(196, 130, 12, 0.04) 38%, rgba(196, 130, 12, 0) 72%);
  opacity: 0.46;
}

.rd-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rd-hero .rd-hero__live {
  color: var(--or);
  background: rgba(255, 250, 244, 0.9);
  border-color: rgba(215, 163, 61, 0.2);
}

.rd-hero .rd-hero__title {
  max-width: min(1060px, 100%);
  margin-inline: auto;
  text-align: center;
}

.rd-hero .rd-hero__sub {
  color: rgba(45, 36, 31, 0.68);
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}

.rd-hero .btn-row {
  justify-content: center;
}

.rd-hero .btn-or {
  background: linear-gradient(135deg, var(--gold), var(--spice));
  color: var(--a-text);
  border: 1px solid rgba(45, 36, 31, 0.08);
  box-shadow: 0 18px 34px rgba(196, 130, 12, 0.18);
}

.rd-hero .btn-or:hover {
  background: linear-gradient(135deg, #d8a341, #c77743);
  color: var(--a-text);
}

.rd-hero .btn-ol {
  background: rgba(45, 36, 31, 0.04);
  color: var(--a-text);
  border-color: rgba(45, 36, 31, 0.16);
  box-shadow: none;
}

.rd-hero .btn-ol:hover {
  background: rgba(45, 36, 31, 0.08);
  color: var(--a-text);
  border-color: rgba(45, 36, 31, 0.28);
}

.hiw {
  background: transparent;
}

.demos__tab {
  border-radius: 999px;
  border: 1px solid rgba(87, 56, 44, 0.1);
  background: rgba(255, 252, 247, 0.82);
  color: var(--muted);
}

.demos__tab.active {
  background: linear-gradient(135deg, var(--gold) 0%, var(--spice) 100%);
  color: #fffaf4;
  box-shadow: 0 16px 28px rgba(79, 52, 42, 0.16);
}

.chat__header {
  border-bottom: 1px solid rgba(87, 56, 44, 0.08);
}

.chat__msg--bot > div:first-child,
.chat__biz-badge {
  color: var(--or);
}

.blog-card__content,
.caso-card__body {
  background: transparent;
}

.caso-card__metric {
  background: rgba(215, 163, 61, 0.08);
  border: 1px solid rgba(215, 163, 61, 0.12);
  border-radius: 20px;
}

.promo__card,
.cmp,
.ref .rw,
.cap .cap__col--highlight {
  background:
    linear-gradient(135deg, rgba(45, 36, 31, 0.96), rgba(78, 58, 46, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  border-color: rgba(255, 237, 219, 0.12);
  box-shadow: 0 36px 72px rgba(66, 34, 24, 0.2);
}

.promo__h,
.promo__sub,
.promo__list li,
.promo__price,
.promo__currency,
.promo__cupos,
.cmp__val,
.cmp__note {
  color: #fff7ef;
}

.promo__list li::before {
  color: #f7dec1;
}

.footer {
  position: relative;
  overflow: hidden;
}

.footer::after {
  filter: brightness(2.6) sepia(0.3);
}

.footer__social a {
  background: rgba(255, 249, 241, 0.06);
  border: 1px solid rgba(255, 237, 219, 0.1);
}

.footer__social a:hover,
.footer__links a:hover {
  color: #f7dec1;
}

.footer__logo-icon {
  filter: saturate(0.92) sepia(0.08);
}

.whatsapp-float {
  background: #3f8f5c;
  box-shadow: 0 22px 40px rgba(63, 143, 92, 0.24);
}

@media (max-width: 768px) {
  :root {
    --sp: 86px;
  }

  .hero,
  .page-hero,
  .rd-hero {
    padding-top: calc(var(--header-height) + 42px);
  }

  .hero__micro span,
  .hero__feature,
  .dolor,
  .srv,
  .rw,
  .cmp,
  .promo__card,
  .paso,
  .caso,
  .ctaf__in,
  .card,
  .blog-card,
  .caso-card,
  .val,
  .area,
  .team-stats,
  .info-card,
  .faq-item,
  .faq-s__item,
  .hiw__step,
  .cap__col,
  .contact__card,
  .contact-info__card,
  .svc-detail__img,
  .story__img,
  .demos__stage,
  .chat {
    border-radius: 22px;
  }
}

/* Sitewide mini design system */

.section,
.blog,
.story,
.team,
.contact,
.demos,
.faq-s,
.svc-section--white,
.svc-section--cream,
.values,
.faq-section,
.cap {
  padding-block: var(--sp);
}

.section__header,
.sh {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 56px;
}

.section__header {
  align-items: center;
  text-align: center;
  max-width: 980px;
  margin-inline: auto;
}

.sh--center {
  align-items: center;
  text-align: center;
}

.section__header p,
.sh__sub,
.page-hero__sub,
.hero__sub,
.rd-hero__sub,
.story__text,
.svc-detail__desc,
.faq-item__answer,
.faq-s__a,
.blog-card__excerpt,
.caso-card__desc,
.contact__card-desc,
.info-card__text,
.val__desc,
.area__desc,
.cmp__note,
.rw__desc,
.rw__list li {
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.72;
}

.page-hero__title,
.sh__title,
.story__title,
.svc-detail__title,
.rd-hero__title,
.promo__h,
.ctaf__h,
.section__header h2 {
  max-width: none;
}

.page-hero__title,
.page-hero__sub,
.rd-hero__title,
.rd-hero__sub,
.ctaf__h,
.ctaf__p,
.section__header h2,
.section__header p,
.sh--center .sh__title,
.sh--center .sh__sub {
  margin-inline: auto;
}

.page-hero__sub,
.hero__sub,
.rd-hero__sub,
.ctaf__p,
.section__header p,
.sh__sub {
  max-width: 64ch;
}

.btn,
.btn-or,
.btn-dk,
.btn-ol,
.btn-wa,
.form__submit,
.promo__cta {
  align-items: center;
  justify-content: center;
}

.hero__micro span,
.hero__feature,
.dolor,
.srv,
.rw,
.cmp,
.promo__card,
.paso,
.caso,
.ctaf__in,
.card,
.blog-card,
.caso-card,
.val,
.area,
.team-stats,
.info-card,
.faq-item,
.faq-s__item,
.hiw__step,
.cap__col,
.contact__card,
.contact-info__card,
.svc-detail__img,
.story__img,
.demos__stage,
.chat,
.form,
.form-wrap {
  background-clip: padding-box;
}

.form,
.form-wrap {
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 18px 42px rgba(45, 36, 31, 0.08);
}

/* Sitewide QA fixes */

.values__grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
}

.values__grid > * {
  min-width: 0;
}

.val {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.faq-list,
.faq-s__list {
  display: grid;
  gap: 16px;
}

.faq-section .faq-item,
.faq-s__item {
  border: 1px solid rgba(87, 56, 44, 0.12);
  border-radius: 18px;
  overflow: hidden;
}

.faq-section .faq-item {
  padding: 0 24px;
}

.faq-s__item {
  padding: 0 24px;
  background: rgba(255, 252, 247, 0.98);
  border-color: rgba(87, 56, 44, 0.14);
  box-shadow: 0 18px 36px rgba(45, 36, 31, 0.08);
}

.faq__question,
.faq-s__q {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .01em;
}

.faq-item__answer,
.faq-s__a {
  font-size: 15px;
  line-height: 1.78;
}

.faq-item__answer {
  color: rgba(246, 239, 228, 0.84);
}

.faq-s__a {
  color: #433a32;
}

.footer__grid {
  grid-template-columns: minmax(0, 1.7fr) repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.footer__grid > * {
  min-width: 0;
}

.footer__brand .header__logo-text {
  color: var(--b-text);
  line-height: .95;
}

.footer__brand p {
  color: rgba(246, 239, 228, 0.82);
  max-width: 34ch;
  font-size: 15px;
  line-height: 1.7;
}

.footer__title {
  margin-bottom: 18px;
}

.footer__links {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer__links a {
  color: rgba(246, 239, 228, 0.82);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.footer__bottom {
  color: rgba(246, 239, 228, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.contact .form__input,
.contact .form__textarea,
.contact .form__select,
.form-group input,
.form-group select,
.form-group textarea {
  min-height: 56px;
  padding: 16px 18px;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.5;
}

.contact .form__textarea,
.form-group textarea {
  min-height: 152px;
}

.form__label,
.form-group label {
  font-size: 12px;
  letter-spacing: 0.06em;
}

.faq-item,
.faq-s__item {
  padding: 24px;
}

.blog-card__content,
.caso-card__body,
.contact__card,
.info-card,
.val,
.area {
  padding: 24px;
}

.promo-bar {
  font-size: 12px;
}

@media (max-width: 768px) {
  .container {
    padding-inline: 24px;
  }

  .section,
  .blog,
  .story,
  .team,
  .contact,
  .demos,
  .faq-s,
  .svc-section--white,
  .svc-section--cream,
  .values,
  .faq-section,
  .cap {
    padding-block: 72px;
  }

  .section__header,
  .sh {
    margin-bottom: 40px;
  }

  .page-hero__title,
  .hero__title,
  .sh__title,
  .story__title,
  .svc-detail__title,
  .rd-hero__title,
  .promo__h,
  .ctaf__h {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .container {
    padding-inline: 16px;
  }

  .btn,
  .btn-or,
  .btn-dk,
  .btn-ol,
  .btn-wa,
  .form__submit,
  .promo__cta {
    width: 100%;
  }
}

/* Home UX/UI refinement
   Focus: rhythm, hierarchy, spacing system, calmer color use, editorial clarity */

:root {
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-24: 24px;
  --space-32: 32px;
  --space-48: 48px;
  --space-64: 64px;
  --space-96: 96px;

  --home-section-pad: var(--space-96);
  --home-card-radius: 30px;
  --home-card-shadow: 0 24px 54px rgba(45, 36, 31, 0.08);
  --home-card-shadow-hover: 0 32px 68px rgba(45, 36, 31, 0.12);
}

body {
  font-size: 16px;
  line-height: 1.65;
}

.hero > .container,
.sbar .container,
.dolores .container,
.sistema .container,
.ref .container,
.promo .container,
.proceso .container,
.prueba .container,
.ctaf .container {
  max-width: 1280px;
  padding-inline: 32px;
}

.hero > .container {
  max-width: min(1720px, calc(100vw - 16px));
  padding-inline: 16px;
}

.hero,
.dolores,
.sistema,
.ref,
.promo,
.proceso,
.prueba,
.ctaf {
  padding-block: var(--home-section-pad);
}

.sbar {
  padding-block: var(--space-32);
}

.sh {
  margin-bottom: var(--space-64);
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.sh--sm {
  margin-bottom: var(--space-48);
}

.sh__tag {
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.sh__title,
.ref__title {
  font-size: clamp(40px, 4vw, 60px);
  line-height: 1.04;
  max-width: min(16ch, 100%);
  text-wrap: balance;
  margin: 0;
}

.promo__h,
.ctaf__h {
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.02;
  max-width: min(11.5ch, 100%);
  text-wrap: balance;
  margin: 0;
}

.sh--center .sh__title,
.ctaf__h {
  margin-inline: auto;
}

.section__header h2 {
  max-width: min(20ch, 100%);
  text-wrap: balance;
}

.sh--center .sh__title {
  max-width: min(20ch, 100%);
}

.sh__sub,
.hero__sub,
.ref__sub,
.promo__sub,
.ctaf__p,
.dolor__p,
.srv__desc,
.rw__desc,
.rw__list li,
.paso__p,
.caso__q {
  font-size: 15px;
  line-height: 1.72;
}

.sh__sub {
  max-width: 58ch;
}

.hero__grid {
  grid-template-columns: minmax(0, 1.56fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.hero__copy {
  max-width: 980px;
  width: 100%;
}

@media (max-width: 1280px) {
  .header__inner {
    max-width: min(1420px, calc(100vw - 48px));
    padding-inline: 20px;
    gap: 18px;
  }

  .header__nav {
    gap: 18px;
  }

  .header__promo,
  .header__cta {
    padding-inline: 16px;
  }
}

@media (max-width: 1120px) {
  .header__logo-text {
    font-size: 32px;
  }

  .header__nav {
    gap: 14px;
  }

  .header__nav a {
    font-size: 10.5px;
    letter-spacing: 0.08em;
  }
}

.hero__badge {
  margin-bottom: var(--space-24);
  padding: 8px 16px;
}

.hero__title {
  font-size: clamp(52px, 6vw, 82px);
  line-height: 0.95;
  max-width: 14.2ch;
  margin-bottom: var(--space-24);
}

.hero__sub {
  max-width: 60ch;
  margin-bottom: var(--space-32);
}

.hero__micro {
  gap: var(--space-12);
  margin-bottom: var(--space-24);
}

.hero__micro span {
  padding: 12px 16px;
  font-size: 13px;
  box-shadow: 0 12px 28px rgba(45, 36, 31, 0.06);
}

.hero__feature-grid {
  gap: var(--space-16);
  margin-bottom: var(--space-32);
}

.hero__feature {
  min-height: 60px;
  padding: 16px 18px;
  align-items: center;
  font-size: 14px;
  line-height: 1.45;
  background: rgba(255, 252, 247, 0.76);
}

.btn-row {
  gap: var(--space-16);
  align-items: center;
}

.btn-row .btn-or,
.btn-row .btn-dk,
.btn-row .btn-ol {
  min-height: 52px;
  padding-inline: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero__note {
  margin-top: var(--space-24);
  font-size: 14px;
}

.hero__visual {
  min-height: 600px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.home-showcase {
  width: min(100%, 980px);
  padding-top: 0;
  margin-top: -24px;
  margin-left: -28px;
  margin-right: 0;
  --showcase-tone-start: #3a2d28;
  --showcase-tone-end: #241c19;
  --showcase-accent: var(--gold);
  --showcase-accent-soft: rgba(215, 163, 61, 0.16);
}

.home-showcase__eyebrow {
  display: none;
}

.home-showcase__promo {
  display: none;
}

.home-showcase__stage {
  min-height: 560px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}

.home-showcase__stage::before {
  display: none;
}

.home-showcase__stage::after {
  display: none;
}

.home-showcase__label {
  display: none;
}

.home-showcase__note,
.home-showcase__note-kicker,
.home-showcase__note-title,
.home-showcase__note-copy {
  display: none !important;
}

.home-showcase__note {
  top: 68px;
  right: 34px;
  width: 220px;
  padding: 68px 24px 20px 28px;
  transform: rotate(5deg);
}

.home-showcase__note-title {
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.home-showcase__note-copy {
  font-family: var(--font-body);
  font-weight: 700;
}

.home-showcase__hud {
  top: 8px;
  left: 22px;
  gap: 10px;
  max-width: 258px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(45, 36, 31, 0.1);
  background: rgba(246, 238, 223, 0.96);
  box-shadow: 0 16px 30px rgba(45, 36, 31, 0.12);
}

.home-showcase__hud-label {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--or);
}

.home-showcase__hud-title {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--a-text);
  font-weight: 800;
}

.home-showcase__clock {
  width: 58px;
  height: 58px;
  background: conic-gradient(var(--or) var(--progress), rgba(215, 163, 61, 0.14) 0);
  box-shadow: inset 0 0 0 1px rgba(215, 163, 61, 0.12);
}

.home-showcase__clock::before {
  inset: 5px;
  background: var(--paper);
}

.home-showcase__countdown {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 800;
  color: var(--a-text);
}

.home-showcase__clock-core small {
  color: rgba(45, 36, 31, 0.52);
}

.macbook {
  width: min(100%, 820px);
  margin-top: 52px;
  margin-left: 0;
  transform: none;
}

.iphone {
  width: 144px;
  right: 24px;
  bottom: -4px;
  transform: none;
}

@media (min-width: 1600px) {
  .hero > .container {
    max-width: 80vw;
    padding-inline: 0;
  }
}

.sbar__marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.sbar__grid {
  display: flex;
  align-items: stretch;
  gap: var(--space-24);
  width: max-content;
  animation: sbarTicker 30s linear infinite reverse;
}

.sbar__grid > div {
  flex: 0 0 292px;
  padding: 20px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 237, 219, 0.12);
  background: rgba(255, 249, 241, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-align: center;
}

.sbar__num {
  margin-bottom: var(--space-8);
}

.sbar__label {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@keyframes sbarTicker {
  from {
    transform: translateX(calc(-50% - (var(--space-24) / 2)));
  }
  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sbar__marquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .sbar__grid {
    animation: none;
  }
}

.dolores {
  background: transparent;
}

.dolores__grid,
.srv-grid,
.ref__grid,
.proceso__grid,
.prueba__grid {
  gap: var(--space-24);
}

.dolores__grid {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.dolor,
.srv,
.rw,
.cmp,
.paso,
.caso,
.ctaf__in {
  border-radius: var(--home-card-radius);
  box-shadow: var(--home-card-shadow);
}

.dolor,
.srv,
.paso,
.caso {
  padding: 32px;
}

.dolor {
  min-height: 0;
  gap: var(--space-16);
}

.dolor__n,
.paso__n {
  margin: 0;
}

.dolor__h,
.srv__name,
.paso__h {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.06;
  margin: 0;
}

.dolor__p,
.srv__desc,
.paso__p,
.caso__q {
  margin: 0;
}

.dolor__cta {
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.srv {
  min-height: 320px;
  padding: 32px;
}

.srv__ico {
  width: 48px;
  height: 48px;
  margin: 0 0 var(--space-24);
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(215, 163, 61, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.srv__price {
  margin-top: var(--space-24);
}

.ref__title {
  max-width: 12ch;
}

.ref__sub {
  max-width: 58ch;
  margin-bottom: var(--space-64);
}

.rw {
  padding: 32px;
}

.rw__badge {
  border-radius: 999px;
  padding: 6px 10px;
}

.rw__name {
  font-size: 32px;
  line-height: 1.02;
}

.rw__list {
  gap: var(--space-12);
}

.rw__price {
  padding-top: var(--space-24);
}

.rw__price-val {
  font-size: 38px;
}

.cmp {
  padding: 32px;
  gap: 32px;
  margin-bottom: var(--space-32);
  background: linear-gradient(180deg, rgba(255, 249, 241, 0.08), rgba(255, 249, 241, 0.03));
}

.promo {
  background:
    radial-gradient(circle at center top, rgba(234, 217, 185, 0.24), transparent 26%),
    linear-gradient(180deg, #fffaf4 0%, var(--paper) 100%);
}

.promo__card {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  border-radius: 32px;
  overflow: hidden;
}

.promo__left {
  padding: 56px;
  gap: var(--space-32);
}

.promo__right {
  padding: 48px 40px;
  background: linear-gradient(180deg, #f2e3c1 0%, #ead6aa 100%);
  text-align: center;
}

.promo__right::before {
  color: rgba(45, 36, 31, 0.08);
}

.promo__badge {
  background: rgba(45, 36, 31, 0.06);
  border: 1px solid rgba(45, 36, 31, 0.08);
  color: rgba(45, 36, 31, 0.62);
}

.promo__desde,
.promo__currency,
.promo__cupos {
  color: rgba(45, 36, 31, 0.58);
}

.promo__price {
  color: var(--a-text);
}

.promo__cta {
  min-height: 52px;
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(79, 52, 42, 0.16);
}

.proceso__grid {
  align-items: stretch;
}

.proceso__grid::before {
  display: none;
}

.paso {
  min-height: 100%;
  align-items: flex-start;
  text-align: left;
  gap: var(--space-16);
}

.paso__n {
  margin-bottom: var(--space-8);
  background: rgba(215, 163, 61, 0.12);
  color: var(--or);
  box-shadow: none;
}

.prueba {
  background: linear-gradient(180deg, #f9f1e6 0%, #f4e9d8 100%);
}

.caso {
  gap: var(--space-12);
}

.caso__stat {
  margin-bottom: 0;
}

.caso__stat-label {
  margin: 0;
  font-size: 15px;
}

.caso__q {
  margin-top: var(--space-24);
  padding-top: var(--space-24);
  border-top: 1px solid rgba(45, 36, 31, 0.1);
  color: rgba(45, 36, 31, 0.7);
}

.caso__author {
  margin-top: var(--space-16);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.ctaf__in {
  max-width: 920px;
  margin-inline: auto;
  padding: 56px 64px;
}

.ctaf__p {
  max-width: 56ch;
  margin-inline: auto;
  margin-bottom: var(--space-32);
}

.btn-row--c .btn-or,
.btn-row--c .btn-dk {
  min-width: 240px;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.btn-or:focus-visible,
.btn-dk:focus-visible,
.btn-ol:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(215, 163, 61, 0.22);
}

@media (max-width: 1024px) {
  :root {
    --home-section-pad: var(--space-64);
  }

  .footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer__brand {
    grid-column: 1 / -1;
  }

  .hero > .container,
  .sbar .container,
  .dolores .container,
  .sistema .container,
  .ref .container,
  .promo .container,
  .proceso .container,
  .prueba .container,
  .ctaf .container {
    padding-inline: 24px;
  }

  .hero > .container {
    max-width: 1280px;
    padding-inline: 24px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: var(--space-48);
    align-items: normal;
  }

  .hero__copy,
  .hero__sub {
    max-width: 100%;
  }

  .hero__visual {
    min-height: 540px;
    justify-content: center;
  }

  .home-showcase {
    width: 100%;
    margin-top: -8px;
    margin-left: 0;
    margin-right: 0;
  }

  .home-showcase__stage {
    min-height: 500px;
    padding: 0;
  }

  .home-showcase__hud {
    top: 6px;
    left: 16px;
    max-width: 238px;
    padding: 9px 11px;
  }

  .macbook {
    width: min(100%, 720px);
    margin-top: 48px;
    margin-left: 0;
  }

  .iphone {
    width: 124px;
    right: 10px;
    bottom: 6px;
  }

  .srv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ref__grid,
  .prueba__grid,
  .proceso__grid,
  .promo__card {
    grid-template-columns: 1fr;
  }

  .promo__left,
  .promo__right,
  .ctaf__in {
    padding: 40px 32px;
  }
}

@media (max-width: 768px) {
  .hero__title,
  .sh__title,
  .ref__title,
  .promo__h,
  .ctaf__h {
    max-width: none;
  }

  .rd-hero .btn-row,
  .ref .btn-row,
  .ctaf .btn-row {
    justify-content: center;
  }

  .rd-hero .btn-row > *,
  .ref .btn-row > *,
  .ctaf .btn-row > * {
    flex: 1 1 280px;
  }

  .hero__micro {
    gap: var(--space-8);
  }

  .hero__feature-grid,
  .srv-grid {
    grid-template-columns: 1fr;
  }

  .home-showcase__stage {
    min-height: 400px;
    padding: 0;
  }

  .home-showcase__hud {
    top: 0;
    left: 8px;
    max-width: 214px;
    padding: 8px 10px;
  }

  .home-showcase__hud-title {
    font-size: 13px;
  }

  .sbar__grid {
    gap: var(--space-16);
    animation-duration: 24s;
  }

  .sbar__grid > div {
    flex-basis: 240px;
  }

  .sbar__marquee {
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  }

  .dolor,
  .srv,
  .rw,
  .cmp,
  .paso,
  .caso,
  .ctaf__in {
    padding: 24px;
  }

  .dolores__grid,
  .ref__grid,
  .proceso__grid,
  .prueba__grid {
    grid-template-columns: 1fr;
  }

  .cmp {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cmp__vs {
    display: none;
  }
}

@media (max-width: 480px) {
  .faq-section .faq-item,
  .faq-s__item {
    padding-inline: 18px;
    border-radius: 16px;
  }

  .footer__brand p,
  .footer__links a,
  .footer__bottom {
    font-size: 14px;
  }

  .hero > .container,
  .sbar .container,
  .dolores .container,
  .sistema .container,
  .ref .container,
  .promo .container,
  .proceso .container,
  .prueba .container,
  .ctaf .container {
    padding-inline: 16px;
  }

  .hero__title {
    font-size: clamp(40px, 14vw, 56px);
  }

  .btn-row .btn-or,
  .btn-row .btn-dk,
  .btn-row .btn-ol,
  .btn-row--c .btn-or,
  .btn-row--c .btn-dk {
    width: 100%;
    min-width: 0;
  }

  .sbar__grid {
    gap: var(--space-16);
    animation-duration: 22s;
  }

  .sbar__grid > div {
    flex-basis: 220px;
  }

  .home-showcase__stage {
    min-height: 360px;
    padding: 0;
  }

  .macbook {
    width: min(100%, 100%);
    margin-top: 44px;
  }

  .iphone {
    width: 92px;
    right: 2px;
    bottom: 2px;
  }
}
