/* Reference composition, scoped exclusively to the landing header and hero. */
body.home-page .tandas-header {
  position: fixed;
  top: 20px;
  left: 3.5%;
  width: 93%;
  height: 86px;
  padding: 0 2.2%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  background: rgba(5, 7, 5, .78);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 21px;
  box-shadow: none;
  backdrop-filter: blur(12px);
}
body.home-page .tandas-header .logo-img { height: 55px; }
body.home-page .tandas-header .logo-title { color: #fff; font-size: 29px; }
body.home-page .tandas-header .logo-subtitle { color: #dedede; font-size: 9px; font-weight: 500; letter-spacing: .19em; }
body.home-page .tandas-header .nav-menu { position: static; transform: none; gap: clamp(10px, 1.5vw, 28px); }
body.home-page .tandas-header .nav-menu a { color: #ededed; font-size: 14px; font-weight: 500; padding: 8px 4px; }
body.home-page .tandas-header .nav-menu a:hover { color: #fdca3a; background: transparent; }
body.home-page .tandas-header .nav-actions { justify-self: end; gap: 20px; }
body.home-page .tandas-header .btn-outline { background: transparent; color: #fff; border-color: transparent; }
body.home-page .tandas-header .btn-primary,
body.home-page .tandas-hero .btn-primary { background: linear-gradient(105deg, #f86502 0%, #fdca3a 64%, #fef177 92%, #d9fa87 100%); color: #080a05; box-shadow: 0 7px 28px #f8650215; }
body.home-page .tandas-header .btn-primary { min-height: 54px; padding: 12px 26px; gap: 24px; }
body.home-page .tandas-header .btn-primary span,
body.home-page .tandas-hero-actions .btn-primary span { font-size: 28px; font-weight: 400; line-height: 1; }
body.home-page .tandas-header .btn-hamburger { color: #fff; }
.tandas-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #030503 url('assets/landing/hero-background.png') center center / cover no-repeat;
  color: #f8f8f8;
  padding: 182px 5.45% 76px;
  min-height: min(900px, 100svh);
}
.tandas-hero-inner { max-width: 1500px; margin: auto; display: grid; grid-template-columns: 46% 54%; align-items: center; min-height: 570px; }
.tandas-hero-copy { position: relative; z-index: 2; }
body.home-page .tandas-hero h1 { color: #fafafa; font-size: clamp(46px, 5.25vw, 88px); font-weight: 700; line-height: 1.02; letter-spacing: -.045em; margin: 18px 0 26px; white-space: normal; }
.tandas-hero-eyebrow { display: inline-block; color: #fdca3a; font-size: 13px; font-weight: 700; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.tandas-hero h1 span { color: #fdca3a; background: linear-gradient(100deg, #f86502 0%, #fdca3a 52%, #fef177 77%, #77fe87 110%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.tandas-hero-description { color: #aaa; max-width: 520px; font-size: clamp(17px, 1.42vw, 24px); line-height: 1.48; margin: 30px 0 34px; }
.tandas-hero-actions { display: flex; gap: 18px; align-items: center; }
body.home-page .tandas-hero-actions .btn { min-height: 62px; padding: 15px 27px; font-size: clamp(14px, 1.15vw, 19px); white-space: nowrap; gap: 20px; }
body.home-page .tandas-hero-actions .btn-outline { background: rgba(0,0,0,.4); border: 1px solid #666; color: #f5f5f5; gap: 14px; }
body.home-page .tandas-hero-actions .btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.tandas-hero-benefits { padding: 0; margin: 46px 0 0; display: flex; gap: clamp(18px, 2.6vw, 44px); list-style: none; }
.tandas-hero-benefits li { display: flex; align-items: center; gap: 16px; font-size: 13px; line-height: 1.5; color: #e3e3e3; }
.tandas-hero-benefits svg { width: 29px; height: 32px; flex-shrink: 0; color: #fdca3a; }
.tandas-hero-benefits li:first-child svg { color: #f86502; }
.tandas-hero-visual { position: relative; align-self: stretch; display: flex; align-items: center; margin-left: -10px; margin-right: -42px; padding-top: 65px; }
.tandas-hero-visual img { display: block; width: 109%; max-width: none; height: auto; filter: drop-shadow(0 25px 25px #0008); }
body.home-page .tandas-hero h1 { margin-top: 18px; }
body.home-page .tandas-header :focus-visible,
.tandas-hero :focus-visible { outline: 2px solid #fef177; outline-offset: 5px; }
@media (max-width: 1200px) {
  body.home-page .tandas-header { grid-template-columns: auto 1fr auto; gap: 12px; padding-inline: 20px; }
  body.home-page .tandas-header .logo-subtitle { display: none; }
  body.home-page .tandas-header .nav-menu { justify-self: center; gap: 10px; }
  body.home-page .tandas-header .nav-actions { gap: 8px; }
  .tandas-hero { padding-top: 160px; padding-bottom: 60px; }
  .tandas-hero-inner { min-height: 490px; }
  body.home-page .tandas-hero-actions .btn { padding-inline: 18px; gap: 12px; min-height: 54px; }
  .tandas-hero-actions { gap: 10px; }
  .tandas-hero-benefits li { gap: 9px; font-size: 11px; }
}
@media (max-width: 1000px) {
  body.home-page .tandas-header { display: flex; height: 72px; top: 14px; justify-content: space-between; }
  body.home-page .tandas-header .desktop-only { display: none !important; }
  body.home-page .tandas-header .mobile-nav-header-actions { display: flex; }
  body.home-page .tandas-header .logo-img { height: 43px; }
  .tandas-hero { padding-top: 138px; background-position: 65% center; }
  .tandas-hero-inner { grid-template-columns: 1fr; min-height: 0; }
  .tandas-hero-copy { max-width: 660px; }
  body.home-page .tandas-hero h1 { font-size: clamp(46px, 7.8vw, 76px); }
  .tandas-hero-description { max-width: 530px; font-size: 20px; }
  .tandas-hero-visual { margin: 20px -10px 0 auto; padding: 0; width: 85%; }
  .tandas-hero-visual img { width: 100%; }
  .tandas-hero-benefits li { font-size: 13px; }
}
@media (max-width: 600px) {
  body.home-page .tandas-header { left: 4%; width: 92%; padding-inline: 14px; border-radius: 16px; height: 65px; }
  body.home-page .tandas-header .logo-img { height: 36px; }
  body.home-page .tandas-header .logo-title { font-size: 24px; }
  .tandas-hero { padding: 120px 6% 35px; background-position: 64% bottom; }
  .tandas-hero-eyebrow { font-size: 10px; letter-spacing: .1em; }
  body.home-page .tandas-hero h1 { font-size: clamp(34px, 8.4vw, 50px); margin-top: 16px; letter-spacing: -.045em; }
  .tandas-hero-description { font-size: 17px; margin: 22px 0 26px; }
  .tandas-hero-actions { flex-wrap: wrap; gap: 12px; }
  body.home-page .tandas-hero-actions .btn { min-height: 52px; width: 100%; font-size: 16px; }
  .tandas-hero-benefits { gap: 12px; justify-content: space-between; margin-top: 30px; }
  .tandas-hero-benefits li { flex-direction: column; align-items: flex-start; gap: 8px; font-size: 11px; }
  .tandas-hero-benefits svg { width: 24px; height: 26px; }
  .tandas-hero-visual { width: 112%; margin: 26px -6% 0; }
}
@media (prefers-reduced-motion: reduce) {
  body.home-page .tandas-header .btn, body.home-page .tandas-hero .btn { transition: none; }
}
/* Keep the supplied notebook's perspective without letting its intrinsic size set the grid height. */
body.home-page .tandas-header .btn,
body.home-page .tandas-hero .btn { border-radius: 999px !important; }
@media (min-width: 1001px) {
  .tandas-hero-copy { align-self: start; }
  .tandas-hero-visual img { position: absolute; width: 100%; left: 0; top: 45px; }
}

.tandas-integrations-strip {
  position: relative;
  overflow: hidden;
  color: #f5f5f2;
  background: linear-gradient(90deg, rgba(4, 6, 5, .97), rgba(7, 9, 7, .79)), url('assets/landing/hero-background.png') center 73% / cover no-repeat;
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
body.home-page #integraciones {
  background: linear-gradient(90deg, rgba(4, 6, 5, .97), rgba(7, 9, 7, .79)), url('assets/landing/hero-background.png') center 73% / cover no-repeat !important;
}
.tandas-integrations-inner {
  width: min(1320px, 100%);
  min-height: 126px;
  margin: 0 auto;
  padding: 24px 5.45%;
  display: flex;
  align-items: center;
  gap: clamp(28px, 5vw, 78px);
}
.tandas-integrations-label {
  flex: 0 0 195px;
  margin: 0;
  color: #989b95;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tandas-integrations-logos {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
}
.tandas-integration-logo,
.tandas-integrations-more {
  min-height: 42px;
  padding: 0 clamp(12px, 1.9vw, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255,255,255,.2);
}
.tandas-integration-logo img { display: block; width: 150px; height: 42px; object-fit: cover; object-position: center; }
.tandas-integration-logo:nth-child(2) img { width: 70px; height: 42px; object-position: center 57%; }
.tandas-integration-logo:nth-child(4) img { object-position: center; }
.tandas-integration-logo img.tandas-tiendanube-logo { width: 150px; object-fit: contain; filter: brightness(0) invert(1); }
.tandas-uber-logo { color: #f5f5f2; font-size: 18px; font-weight: 600; letter-spacing: -.04em; white-space: nowrap; }
.tandas-uber-logo small { font-size: 11px; font-weight: 400; letter-spacing: 0; }
.tandas-integrations-more { color: #9b9e98; font-size: 10px; letter-spacing: .08em; white-space: nowrap; }
@media (max-width: 800px) {
  .tandas-integrations-inner { min-height: 0; padding: 22px 6%; display: block; }
  .tandas-integrations-label { margin-bottom: 18px; }
  .tandas-integrations-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .tandas-integration-logo, .tandas-integrations-more { min-height: 48px; padding-inline: 12px; }
  .tandas-integration-logo:nth-child(odd), .tandas-integrations-more { border-left: 0; }
  .tandas-integrations-more { justify-content: flex-start; }
}

body.home-page .tandas-problem-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(74px, 8vw, 124px) 5.45% clamp(54px, 6vw, 82px);
  color: #f7f7f4;
  background: #030504 url('assets/landing/problem-background.png') center / cover no-repeat;
}
body.home-page .tandas-problem-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(2, 4, 3, .34), rgba(2, 4, 3, .76));
}
.tandas-problem-heading { width: min(950px, 100%); margin: 0 auto clamp(38px, 4vw, 60px); text-align: center; }
.tandas-problem-eyebrow { display: inline-block; color: #f86502; font-size: 14px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
body.home-page .tandas-problem-heading h2 { margin: 18px 0 18px; color: #f7f7f7; font-size: clamp(40px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.tandas-problem-heading h2 span { background: linear-gradient(100deg, #f86502, #fdca3a 65%, #fef177); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.tandas-problem-heading p { max-width: 840px; margin: 0 auto; color: #c5c6c3; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.48; }
.tandas-problem-grid { width: min(1510px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr); align-items: center; gap: clamp(12px, 2.2vw, 40px); }
.tandas-problem-card { position: relative; min-height: 500px; overflow: hidden; padding: clamp(27px, 3vw, 38px); border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(4, 7, 7, .78); }
.tandas-problem-card-accent { border-color: #f86502; box-shadow: 0 0 28px rgba(248,101,2,.16), inset 0 0 34px rgba(248,101,2,.04); }
.tandas-problem-card-copy { position: relative; z-index: 2; width: 46%; min-width: 0; }
.tandas-problem-label { display: inline-block; padding: 8px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; color: #b8bbb7; font-size: 13px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.tandas-problem-card-accent .tandas-problem-label { border-color: #f86502; color: #ff8c1f; }
body.home-page .tandas-problem-card h3 { margin: 19px 0 26px; color: #f7f7f5; font-size: clamp(26px, 2.15vw, 36px); line-height: 1.03; letter-spacing: -.045em; }
.tandas-problem-card-accent h3 span { background: linear-gradient(100deg, #f86502, #fdca3a 65%, #fef177); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.tandas-problem-card ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.tandas-problem-card li { display: flex; align-items: flex-start; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.09); color: #d5d7d4; font-size: clamp(14px, 1.1vw, 17px); line-height: 1.25; }
.tandas-problem-card li:last-child { border-bottom: 0; }
.tandas-problem-card li svg { width: 25px; height: 25px; flex: 0 0 25px; color: #d8dad7; stroke-width: 1.7; }
.tandas-problem-card-accent li svg { color: #f86502; }
.tandas-problem-visual { position: absolute; z-index: 1; pointer-events: none; user-select: none; }
.tandas-problem-visual-chaos, .tandas-problem-visual-control { left: 48%; right: auto; bottom: 3%; width: 52%; opacity: .88; }
.tandas-problem-arrow { color: #f86502; font-size: 52px; font-weight: 300; text-align: center; filter: drop-shadow(0 0 8px rgba(248,101,2,.42)); }
.tandas-problem-footer { display: flex; align-items: center; justify-content: center; gap: 28px; margin: 45px 0 0; color: #9fa19c; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.tandas-problem-footer span { width: 115px; height: 1px; background: rgba(255,255,255,.26); }
@media (max-width: 900px) {
  .tandas-problem-grid { grid-template-columns: 1fr; gap: 20px; }
  .tandas-problem-arrow { transform: rotate(90deg); line-height: .75; }
  .tandas-problem-card { min-height: 470px; }
  .tandas-problem-card-copy { width: 50%; }
  .tandas-problem-visual-chaos, .tandas-problem-visual-control { left: 50%; width: 50%; }
}
@media (max-width: 600px) {
  body.home-page .tandas-problem-section { padding: 68px 6% 52px; }
  .tandas-problem-eyebrow { font-size: 11px; }
  body.home-page .tandas-problem-heading h2 { margin: 14px 0 16px; font-size: clamp(34px, 10vw, 48px); }
  .tandas-problem-heading p { font-size: 15px; }
  .tandas-problem-card { min-height: 560px; padding: 24px 20px; border-radius: 20px; }
  .tandas-problem-card-copy { width: 100%; min-width: 0; }
  body.home-page .tandas-problem-card h3 { margin: 16px 0 22px; font-size: 28px; }
  .tandas-problem-card li { gap: 10px; padding: 11px 0; font-size: 13px; }
  .tandas-problem-card li svg { width: 21px; height: 21px; flex-basis: 21px; }
  .tandas-problem-visual-chaos, .tandas-problem-visual-control { left: auto; right: -16%; bottom: -1%; width: 62%; opacity: .57; }
  .tandas-problem-footer { gap: 12px; margin-top: 34px; font-size: 9px; letter-spacing: .13em; text-align: center; }
  .tandas-problem-footer span { width: 35px; }
}
