:root {
  --black: #050711;
  --orange: #ff6a00;
  --orange-2: #f25200;
  --green: #18bd57;
  --blue: #ff6a00;
  --text: #071027;
  --muted: #536071;
  --soft: #f6f7f9;
  --line: #dfe5ee;
  --white: #fff;
  --shadow: 0 18px 52px rgba(17, 24, 39, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: "DM Sans", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.hero .container { width: min(1360px, calc(100% - 56px)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  background: rgba(5, 7, 17, .96);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.brand { justify-self: start; display: inline-flex; align-items: center; }
.brand img { width: 150px; height: auto; }
.main-nav { display: flex; gap: 38px; color: #fff; font-size: 14px; font-weight: 500; }
.main-nav a { opacity: .9; transition: .2s; }
.main-nav a:hover { color: var(--orange); opacity: 1; }
.menu-toggle { display: none; }

.btn-whats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-weight: 600;
  transition: .2s ease;
}
.btn-whats img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.btn-whats:hover { background: #20ca61; transform: translateY(-1px); }
.btn-small { justify-self: end; min-height: 36px; padding: 0 16px; font-size: 13px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 26px;
  color: #fff;
  background: var(--black);
}
.hero-light,
.hero::before,
.hero::after { position: absolute; inset: 0; content: ""; pointer-events: none; }
.hero-light {
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 106, 0, .28), transparent 24%),
    radial-gradient(circle at 84% 30%, rgba(255, 106, 0, .18), transparent 26%),
    radial-gradient(circle at 62% 70%, rgba(28, 35, 54, .55), transparent 30%),
    linear-gradient(110deg, #050711 0%, #070913 52%, #111018 100%);
}
.hero::before {
  opacity: .32;
  background:
    linear-gradient(135deg, transparent 0 34%, rgba(255, 106, 0, .38) 34.1%, transparent 34.38%),
    linear-gradient(150deg, transparent 0 61%, rgba(255, 106, 0, .16) 61.1%, transparent 61.42%),
    repeating-radial-gradient(ellipse at 8% 28%, rgba(255, 106, 0, .18) 0 1px, transparent 2px 11px),
    repeating-radial-gradient(ellipse at 88% 35%, rgba(255, 106, 0, .09) 0 1px, transparent 2px 12px);
}
.hero::after { background: linear-gradient(90deg, rgba(5,7,17,.2), rgba(5,7,17,.58) 52%, transparent); }
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(560px, 640px) minmax(560px, 1fr);
  align-items: center;
  gap: 0;
}
.hero-copy { max-width: 640px; margin-left: 86px; }
.hero h1 {
  max-width: 640px;
  margin: 0 0 18px;
  font-size: clamp(40px, 4.35vw, 60px);
  font-weight: 800;
  line-height: .97;
  letter-spacing: -.04em;
}
.hero h1 span { color: var(--orange); }
.hero-copy p { max-width: 620px; margin: 0 0 7px; color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.45; }
.hero-sub { font-weight: 600; }
.hero-price-label { margin-top: 32px; color: rgba(255,255,255,.7); font-size: 14px; }
.hero-price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 4px 0 26px;
  color: var(--orange);
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 800;
  line-height: .86;
  letter-spacing: -.05em;
}
.hero-price small { color: #fff; font-size: .44em; transform: translateY(-7px); letter-spacing: 0; }
.hero-price span { color: #fff; font-size: 20px; font-weight: 600; transform: translateY(-8px); letter-spacing: 0; }
.hero-actions { display: flex; align-items: center; gap: 14px; width: min(100%, 620px); }
.btn-hero { width: min(100%, 336px); min-height: 52px; font-size: 16px; }
.btn-models {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: .2s ease;
}
.btn-models:hover { background: var(--orange-2); transform: translateY(-1px); }
.under-btn { display: block; width: min(100%, 620px); margin-top: 10px; color: rgba(255,255,255,.65); text-align: left; }
.hero-media { position: relative; z-index: 2; }
.hero-media img { width: min(112%, 700px); max-width: none; margin-left: -44px; transform: translateY(4px); filter: drop-shadow(0 30px 52px rgba(0,0,0,.44)); }
.hero-features {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 18px;
  padding: 22px 28px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(13, 16, 28, .9);
}
.hero-features div { display: flex; align-items: center; gap: 10px; }
.hero-features img { width: 32px; height: 32px; object-fit: contain; filter: brightness(0) saturate(100%) invert(52%) sepia(99%) saturate(2720%) hue-rotate(360deg) brightness(101%) contrast(105%); }
.hero-features div:first-child img { filter: brightness(0) saturate(100%) invert(52%) sepia(99%) saturate(2720%) hue-rotate(360deg) brightness(101%) contrast(105%); }
.hero-features div:last-child img { filter: none; }
.hero-features span { color: rgba(255,255,255,.9); font-size: 13px; font-weight: 600; line-height: 1.2; }

i[data-icon] { display: inline-grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; color: currentColor; }
i[data-icon]::before {
  width: 100%;
  height: 100%;
  content: "";
  background: currentColor;
  mask: var(--icon) center / contain no-repeat;
  -webkit-mask: var(--icon) center / contain no-repeat;
}
[data-icon] { color: var(--orange); }
[data-icon="whats"] { color: var(--green); }
[data-icon="layout"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'%3E%3Crect x='5' y='8' width='22' height='17' rx='2'/%3E%3Cpath d='M5 13h22M11 8v5'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="clock"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='16' cy='16' r='11'/%3E%3Cpath d='M16 9v8l5 3'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="responsive"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'%3E%3Crect x='5' y='7' width='15' height='16' rx='2'/%3E%3Crect x='22' y='12' width='6' height='11' rx='1'/%3E%3Cpath d='M10 26h8M14 23v3'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="hosting"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12h20v14H6zM10 12V8h12v4M11 17h2M16 17h2M21 17h2M11 22h2M16 22h2M21 22h2'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="ssl"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='14' width='16' height='11' rx='2'/%3E%3Cpath d='M12 14v-3a4 4 0 0 1 8 0v3M16 18v3'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="whats"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 26l2-5a10 10 0 1 1 4 3z'/%3E%3Cpath d='M13 12c1 4 3 6 7 7'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="briefcase"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'%3E%3Crect x='6' y='10' width='20' height='15' rx='2'/%3E%3Cpath d='M12 10V7h8v3M6 15h20M14 15v3h4v-3'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="food"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M10 5v22M6 5v7a4 4 0 0 0 8 0V5M22 5v22M20 5h4v10h-4'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="heart"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linejoin='round' d='M16 27S5 20 5 12a6 6 0 0 1 11-3 6 6 0 0 1 11 3c0 8-11 15-11 15z'/%3E%3C/svg%3E"); }
[data-icon="home"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'%3E%3Cpath d='M5 15L16 6l11 9'/%3E%3Cpath d='M8 14v12h16V14M13 26v-8h6v8'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="paw"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='black'%3E%3Ccircle cx='10' cy='11' r='3'/%3E%3Ccircle cx='16' cy='8' r='3'/%3E%3Ccircle cx='22' cy='11' r='3'/%3E%3Ccircle cx='12' cy='18' r='3'/%3E%3Ccircle cx='20' cy='18' r='3'/%3E%3Cpath d='M16 16c5 0 9 7 5 10-2 1-4-1-5-1s-3 2-5 1c-4-3 0-10 5-10z'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="palette"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M16 5a11 11 0 0 0 0 22h2a3 3 0 0 0 0-6h-1a2 2 0 0 1 0-4h4a6 6 0 0 0 0-12z'/%3E%3Ccircle cx='11' cy='12' r='1'/%3E%3Ccircle cx='15' cy='10' r='1'/%3E%3Ccircle cx='9' cy='17' r='1'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="coin"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='16' cy='16' r='10'/%3E%3Cpath d='M20 12c-4-2-8 0-8 4s4 6 8 4M11 16h10'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="checklist"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='5' width='17' height='22' rx='2'/%3E%3Cpath d='M12 13l2 2 4-5M12 21l2 2 5-6'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="refresh"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 10a9 9 0 0 0-15-1l-2 2M8 22a9 9 0 0 0 15 1l2-2M7 6v5h5M25 26v-5h-5'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="support"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M8 18a8 8 0 1 1 16 0v4a4 4 0 0 1-4 4h-2'/%3E%3Cpath d='M8 18H5v-3h3M24 18h3v-3h-3M15 26h3'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="diamond"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linejoin='round' d='M8 6h16l5 7-13 14L3 13zM3 13h26M11 6l-3 7 8 14 8-14-3-7'/%3E%3C/svg%3E"); }
[data-icon="target"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='16' cy='16' r='11'/%3E%3Ccircle cx='16' cy='16' r='6'/%3E%3Ccircle cx='16' cy='16' r='2'/%3E%3C/g%3E%3C/svg%3E"); }

.plans, .models, .why, .faq { padding: 68px 0; }
.plans { background: #f4f5f7; }
.section-title { margin-bottom: 38px; text-align: center; }
.section-title span {
  display: inline-flex;
  padding: 5px 18px;
  border-radius: 999px;
  background: rgba(255, 106, 0, .12);
  border: 1px solid rgba(255, 106, 0, .25);
  color: var(--orange);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.section-title h2 {
  margin: 10px 0 6px;
  color: var(--text);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.035em;
}
.section-title p { margin: 0; color: var(--muted); font-size: 18px; }
.section-title.light h2, .section-title.light p { color: #fff; }

.plans-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 34px;
  max-width: 1220px;
  margin: 0 auto;
}
.plan-combo {
  position: relative;
  display: grid;
  grid-template-columns: 1.18fr .9fr;
  overflow: visible;
  border: 1px solid #e3e8f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}
.plan, .included { min-height: 485px; padding: 44px 42px; background: #fff; border: 0; box-shadow: none; }
.plan { position: relative; border-radius: 14px 0 0 14px; }
.included { position: relative; align-self: stretch; min-height: auto; padding: 44px 30px; border-left: 0; border-radius: 0 14px 14px 0; }
.included::before {
  position: absolute;
  left: 0;
  top: 54px;
  bottom: 54px;
  width: 1px;
  background: #e3e8f0;
  content: "";
}
.plan-essential { margin-left: 0; color: var(--orange); }
.plan-basic { color: #101828; }
.plan-basic h3 { color: var(--orange); }
.plan h3 { margin: 0 0 14px; color: currentColor; font-size: 37px; font-weight: 800; }
.plan p { margin: 0 0 32px; color: #536071; font-size: 16px; line-height: 1.45; }
.price-list { display: grid; gap: 7px; }
.price-list strong { color: #071027; font-size: 22px; font-weight: 800; }
.price-list strong.big { margin-top: 4px; color: currentColor; font-size: 45px; letter-spacing: -.035em; }
.price-list small { color: #071027; font-size: 15px; font-weight: 800; letter-spacing: 0; }
.price-list span { margin-bottom: 12px; color: #586477; font-size: 14px; line-height: 1.35; }
.plan-btn { display: flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 26px; border-radius: 7px; color: #fff; font-size: 16px; font-weight: 600; transition: .2s ease; }
.plan-btn:hover { filter: brightness(1.05); transform: translateY(-1px); }
.plan-btn.blue { background: #101828; }
.plan-btn.orange { background: var(--orange-2); }
.badge { position: absolute; z-index: 2; top: -24px; right: -1px; padding: 14px 24px; border-radius: 10px 10px 0 10px; background: var(--orange); color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.included h4 { margin: 0 0 24px; color: #071027; font-size: 17px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.included ul { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.included li { position: relative; padding-left: 28px; color: #182134; font-size: 16px; line-height: 1.35; }
.included li::before { position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 999px; background: var(--orange); color: #fff; content: "✓"; font-size: 12px; font-weight: 800; }
.more li::before { background: var(--orange); }

.payments { max-width: 1180px; margin: 46px auto 0; padding-top: 26px; border-top: 1px solid #d7dde7; text-align: center; }
.payments h3 { margin: 0 0 20px; color: #263248; font-size: 22px; font-weight: 800; text-transform: uppercase; }
.payment-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.payment-logos img {
  width: auto;
  max-width: 118px;
  height: 34px;
  object-fit: contain;
}
.payment-logos img[alt="Pix"] { height: 40px; }
.payment-logos img[alt="Mercado Pago"] { max-width: 150px; height: 42px; }
.payment-logos img[alt="Hipercard"] { max-width: 118px; height: 34px; }
.payments p { margin: 0; color: #566276; font-size: 14px; }

.models { background: #fff; }
.model-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.model-grid article,
.model-grid a { min-height: 245px; padding: 30px 18px; border: 1px solid #dfe5ee; border-radius: 10px; background: #fff; text-align: center; box-shadow: 0 18px 48px rgba(17, 24, 39, .08); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.model-grid a:hover { border-color: rgba(255, 106, 0, .42); box-shadow: 0 22px 54px rgba(17, 24, 39, .12); transform: translateY(-4px); }
.model-grid a:hover img { transform: translateY(-3px) scale(1.05); }
.model-grid img { width: 64px; height: 64px; margin: 0 auto 18px; object-fit: contain; transition: transform .25s ease; }
.model-grid h3 { margin: 0 0 14px; color: #071027; font-size: 20px; font-weight: 800; line-height: 1.08; }
.model-grid p { margin: 0; color: #354158; font-size: 15px; line-height: 1.45; }
.outline-btn { display: flex; justify-content: center; align-items: center; width: max-content; min-height: 48px; margin: 42px auto 0; padding: 0 34px; border: 1px solid #d8e0eb; border-radius: 8px; background: #fff; color: #071027; font-size: 16px; font-weight: 700; }

.process { padding: 82px 0 88px; color: #fff; background: linear-gradient(110deg, #050711 0%, #090b15 48%, #151018 100%); }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.steps article { position: relative; text-align: center; }
.steps article:not(:last-child)::after { position: absolute; top: 33px; left: calc(50% + 43px); width: calc(100% - 60px); height: 1px; background: rgba(255,255,255,.28); content: ""; }
.steps b { display: inline-grid; place-items: center; width: 66px; height: 66px; margin-bottom: 25px; border-radius: 999px; background: linear-gradient(135deg, #ff8a25, #ff4d00); font-size: 31px; font-weight: 800; }
.steps h3 { margin: 0 0 10px; font-size: 18px; font-weight: 800; }
.steps p { margin: 0; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.45; }

.why { background: #f7f9fc; }
.why-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; text-align: center; }
.why-grid div { display: grid; justify-items: center; gap: 15px; }
.why-grid i { width: 68px; height: 68px; padding: 0; border: 0; border-radius: 0; color: #ff6a00; background: transparent; }
.why-grid img { width: 76px; height: 76px; object-fit: contain; }
.why-grid span { color: #071027; font-size: 16px; font-weight: 800; line-height: 1.15; }

.faq { padding-top: 54px; background: #eef3f8; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); align-items: start; gap: 18px 28px; max-width: 1150px; margin: 0 auto; }
details { align-self: start; border: 1px solid #dfe5ee; border-radius: 10px; background: #fff; box-shadow: 0 14px 34px rgba(17,24,39,.06); overflow: hidden; }
summary { position: relative; padding: 20px 58px 20px 24px; cursor: pointer; color: #071027; font-size: 18px; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; right: 24px; color: var(--orange); content: "+"; font-size: 28px; line-height: 1; }
details[open] { border-color: rgba(255,106,0,.35); }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 24px 22px; color: var(--muted); font-size: 16px; line-height: 1.55; }

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  color: #fff;
  background: linear-gradient(110deg, #050711 0%, #090b15 48%, #151018 100%);
}
.final-grid { position: relative; z-index: 1; }
.final-grid { display: grid; grid-template-columns: 1fr minmax(360px, 520px); align-items: center; gap: 32px; text-align: center; }
.final-grid h2 { max-width: 720px; margin: 0 0 14px; font-size: clamp(38px, 4.6vw, 66px); font-weight: 800; line-height: 1.04; letter-spacing: -.035em; }
.final-grid p { margin: 0; color: rgba(255,255,255,.86); font-size: 22px; }
.btn-final { width: 100%; min-height: 64px; background: var(--green); font-size: 20px; }
.final-action small { display: block; margin-top: 16px; color: rgba(255,255,255,.78); text-align: center; }
.footer { padding: 22px; text-align: center; color: #071027; }
.footer img { width: 120px; height: auto; margin: 0 auto 8px; filter: brightness(0); }
.footer p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: transparent; color: #fff; font-size: 22px; }
  .main-nav { position: absolute; top: 72px; right: 24px; display: none; width: min(280px, calc(100vw - 48px)); padding: 20px; border-radius: 14px; background: #080d18; }
  .main-nav.is-open { display: grid; gap: 16px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; margin-left: 0; }
  .hero-media img { width: min(100%, 680px); max-width: 100%; margin: 0 auto; }
  .hero-features, .model-grid, .why-grid { grid-template-columns: repeat(3, 1fr); }
  .plans-row { grid-template-columns: 1fr 1fr; gap: 22px; max-width: 760px; }
  .plan-combo { grid-template-columns: 1fr; }
  .included { border-top: 0; border-radius: 0 0 14px 14px; }
  .included::before { top: 0; bottom: auto; width: auto; height: 1px; right: 30px; left: 30px; }
  .plan { border-radius: 14px 14px 0 0; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .steps article::after { display: none; }
}

@media (max-width: 720px) {
  .container, .hero .container { width: min(100% - 30px, 1240px); }
  .site-header { min-height: 66px; padding: 0 15px; }
  .brand { font-size: 24px; }
  .btn-small { display: none; }
  .main-nav { top: 66px; right: 15px; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: 43px; }
  .hero-copy p { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn-hero, .btn-models { width: 100%; }
  .hero-features, .model-grid, .why-grid, .faq-grid, .steps, .plans-row, .final-grid { grid-template-columns: 1fr; }
  .hero-features { padding: 20px; }
  .payments p { font-size: 13px; }
  .plan, .included { min-height: auto; padding: 30px; }
  .section-title h2 { font-size: 36px; }
  .final-grid h2 { font-size: 39px; }
}

/* Ajustes solicitados apos revisao visual */
.included::before {
  top: 62px;
  bottom: 62px;
}

.why .section-title span {
  background: rgba(255, 106, 0, .14);
  border-color: rgba(255, 106, 0, .42);
  color: #d94f00;
}

.why-grid i {
  width: 76px;
  height: 76px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ff6a00;
}

.why-grid i::before {
  width: 76px;
  height: 76px;
}

.payment-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 0 auto 10px;
}

.payment-logos img {
  display: block;
  width: auto;
  max-width: 94px;
  height: 28px;
  object-fit: contain;
}

.payment-logos img[alt="Pix"] {
  height: 32px;
  max-width: 88px;
}

.payment-logos img[alt="Mercado Pago"] {
  height: 34px;
  max-width: 118px;
}

.payment-logos img[alt="Mastercard"] {
  height: 30px;
  max-width: 92px;
}

.payment-logos img[alt="Hipercard"] {
  height: 28px;
  max-width: 96px;
}

.payments p {
  font-size: 12px;
  line-height: 1.4;
}

.final-cta {
  padding: 40px 0;
  background: linear-gradient(110deg, #050711 0%, #090b15 48%, #151018 100%);
}

.final-cta::before,
.final-cta::after {
  display: none;
  content: none;
}

.final-grid {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.final-grid h2 {
  max-width: 980px;
  margin: 0;
}

.final-grid p {
  margin: 0;
  font-size: 22px;
}

.final-action {
  width: min(100%, 360px);
}

.btn-final {
  min-height: 56px;
}

@media (max-width: 1100px) {
  .included::before {
    left: 30px;
    right: 30px;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }
}

/* Ajustes finais solicitados */
[data-icon="coin"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='16' r='10'/%3E%3Cpath d='M12 10v12M12 10h5a3 3 0 0 1 0 6h-5M17 16l4 6'/%3E%3C/g%3E%3C/svg%3E"); }
[data-icon="target"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='14' cy='18' r='9'/%3E%3Ccircle cx='14' cy='18' r='5'/%3E%3Cpath d='M14 18 25 7M21 7h4v4M20 12h4v4'/%3E%3C/g%3E%3C/svg%3E"); }

.models .section-title,
.faq .section-title,
.why .section-title {
  text-align: center;
}

.models .section-title span,
.faq .section-title span,
.why .section-title span {
  background: rgba(255, 106, 0, .09);
  border: 1px solid rgba(255, 106, 0, .48);
  color: #e65c00;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 22px;
}

.models .section-title h2,
.faq .section-title h2,
.why .section-title h2 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  color: #071027;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.06;
}

.models .section-title p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.hero-features img,
.hero-features div:last-child img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(99%) saturate(2720%) hue-rotate(360deg) brightness(101%) contrast(105%);
}

.final-grid h2 {
  width: auto;
  max-width: none;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 18px;
  border-top: 1px solid #e6e9ef;
}

.footer img {
  width: 44px;
  margin: 0;
}

.footer p {
  margin: 0;
  font-size: 12px;
  line-height: 1;
}

.footer strong {
  color: #071027;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.footer > img {
  display: none;
}

.main-nav .is-active {
  color: var(--orange);
}

.models-page {
  padding: 70px 0 82px;
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 36%, #f7f9fc 100%);
}

.models-page .section-title {
  max-width: 760px;
  margin: 0 auto 42px;
}

.models-page .section-title h1 {
  width: auto;
  margin: 10px 0 8px;
  color: #071027;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.05;
}

.models-page .section-title p {
  max-width: 650px;
  margin: 0 auto;
  color: #536071;
  font-size: 18px;
  line-height: 1.5;
}

.models-catalog {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.models-catalog article {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 410px;
  padding: 24px 18px 18px;
  border: 1px solid #dfe5ee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 24, 39, .08);
  text-align: center;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.models-catalog article:hover {
  border-color: rgba(255, 106, 0, .36);
  box-shadow: 0 20px 48px rgba(17, 24, 39, .12);
  transform: translateY(-3px);
}

.models-catalog h2 {
  margin: 0 0 10px;
  color: #071027;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.08;
}

.models-catalog p {
  margin: 0 0 18px;
  color: #344055;
  font-size: 15px;
  line-height: 1.45;
}

.models-catalog img {
  width: 100%;
  height: 160px;
  margin-top: auto;
  border-radius: 7px;
  object-fit: cover;
  object-position: top center;
}

.models-catalog a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 14px;
  border: 1px solid #d9e0ea;
  border-radius: 7px;
  background: #f8fafc;
  color: #071027;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.models-catalog a:hover {
  background: var(--orange-2);
  border-color: var(--orange-2);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .models-catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .models-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .models-catalog {
    grid-template-columns: 1fr;
  }
}

/* Ajustes pagina de modelos */
.models-page {
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 36%, #f7f9fc 100%);
  color: #071027;
}

.models-page .section-title h1,
.models-page .section-title p {
  color: #071027;
}

.models-catalog article {
  border-color: #dfe5ee;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 24, 39, .08);
}

.models-catalog article:hover {
  border-color: #dfe5ee;
  box-shadow: 0 16px 42px rgba(17, 24, 39, .08);
  transform: none;
}

.models-catalog article:has(a:hover) {
  border-color: rgba(255, 106, 0, .5);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
  transform: translateY(-3px);
}

.models-catalog h2 {
  color: #071027;
}

.models-catalog p {
  color: #344055;
}

.models-catalog a {
  border-color: #0f111a;
  background: #0f111a;
  color: #fff;
}

.models-catalog a:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}

/* Animacoes */
.hero-copy h1,
.hero-copy .hero-sub,
.hero-copy p:not(.hero-sub),
.hero-price-label,
.hero-price,
.hero-actions,
.under-btn,
.hero-media,
.hero-features {
  opacity: 0;
  animation-duration: .78s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.18, .84, .32, 1);
}

.hero-copy h1 { animation-name: enter-left; animation-delay: .08s; }
.hero-copy .hero-sub { animation-name: enter-left; animation-delay: .22s; }
.hero-copy p:not(.hero-sub) { animation-name: enter-left; animation-delay: .32s; }
.hero-price-label { animation-name: enter-left; animation-delay: .44s; }
.hero-price { animation-name: enter-left, price-pop; animation-delay: .48s, 1.35s; animation-duration: .78s, .55s; }
.hero-actions { animation-name: enter-left; animation-delay: .62s; }
.under-btn { animation-name: enter-left; animation-delay: .7s; }
.hero-media { animation-name: enter-right; animation-delay: .22s; }
.hero-features { animation-name: fade-soft; animation-delay: .38s; }

.hero-media img {
  transition: transform .35s ease, filter .35s ease;
}

@keyframes enter-left {
  from { opacity: 0; transform: translateX(-34px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes enter-right {
  from { opacity: 0; transform: translateX(42px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fade-soft {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes price-pop {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.055); }
}

.reveal {
  opacity: 0;
  transition: opacity .72s ease, transform .72s cubic-bezier(.18, .84, .32, 1);
}

.reveal-up { transform: translateY(34px); }
.reveal-left { transform: translateX(-34px); }
.reveal-right { transform: translateX(34px); }
.reveal-zoom { transform: scale(.97); }
.reveal.is-visible { opacity: 1; transform: none; }

.plans {
  animation: plans-soft-in .75s cubic-bezier(.18, .84, .32, 1) .55s both;
}

@keyframes plans-soft-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.plan-combo {
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.plan-combo:has(.plan-btn:hover) {
  border-color: rgba(255, 106, 0, .45);
  box-shadow: 0 24px 60px rgba(17, 24, 39, .16);
  transform: translateY(-3px);
}

.steps b {
  position: relative;
  transition: transform .22s ease;
}

.steps b::after {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(255, 106, 0, .62);
  border-radius: 999px;
  opacity: 0;
  transform: scale(.86);
  transition: opacity .22s ease, transform .22s ease;
  content: "";
}

.steps article:hover b {
  transform: scale(1.06);
}

.steps article:hover b::after {
  opacity: 1;
  transform: scale(1);
}

.outline-btn,
.models-catalog a {
  position: relative;
  overflow: hidden;
}

.outline-btn {
  transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.outline-btn:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  transform: translateY(-2px);
}

.outline-btn::after,
.models-catalog a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  content: "";
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.outline-btn:hover::after,
.models-catalog a:hover::after {
  transform: translateX(120%);
}

.faq details p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height .34s ease, opacity .24s ease, padding .34s ease;
}

.faq details[open] p {
  max-height: 220px;
  opacity: 1;
  padding-bottom: 22px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal,
  .hero-copy h1,
  .hero-copy .hero-sub,
  .hero-copy p:not(.hero-sub),
  .hero-price-label,
  .hero-price,
  .hero-actions,
  .under-btn,
  .hero-media,
  .hero-features {
    opacity: 1;
    transform: none;
  }
}
