:root {
  --navy: #101826;
  --navy-2: #17324d;
  --red: #f04432;
  --red-dark: #cf2f20;
  --cream: #f3efe4;
  --paper: #fbfaf6;
  --white: #fff;
  --lime: #d7ff45;
  --ink: #101826;
  --muted: #667080;
  --line: #d8dce2;
  --soft: #eef1f4;
  --green: #15945b;
  --shadow: 0 24px 70px rgba(16, 24, 38, .12);
  --radius: 18px;
  --max: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.site-header, .checkout-header, .admin-header {
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px max(28px, calc((100vw - var(--max)) / 2));
  background: rgba(251, 250, 246, .94);
  border-bottom: 1px solid rgba(16, 24, 38, .1);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header nav { display: flex; align-items: center; gap: 34px; }
.site-header nav a {
  font-size: 14px;
  font-weight: 700;
  color: #354152;
}
.site-header nav a:hover { color: var(--red); }

.brand {
  width: 154px;
  display: grid;
  grid-template-columns: auto 25px;
  grid-template-rows: 1fr 1fr;
  line-height: .82;
  letter-spacing: -1.8px;
  font-weight: 900;
}
.brand span { grid-column: 1; grid-row: 1; color: var(--navy); font-size: 21px; }
.brand strong { grid-column: 1; grid-row: 2; color: var(--red); font-size: 29px; }
.brand i {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  color: var(--red);
  font-size: 16px;
  font-style: normal;
  letter-spacing: -4px;
  transform: rotate(-8deg);
}
.brand--small { width: 132px; }
.brand--small span { font-size: 18px; }
.brand--small strong { font-size: 25px; }
.brand--footer span, .brand--footer strong { color: white; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.button--primary { color: white; background: var(--red); box-shadow: 0 10px 30px rgba(240, 68, 50, .2); }
.button--primary:hover { background: var(--red-dark); box-shadow: 0 13px 34px rgba(240, 68, 50, .3); }
.button--large { min-height: 58px; padding-inline: 28px; font-size: 15px; }
.button--wide { width: 100%; }
.button--outline { color: white; border-color: rgba(255,255,255,.45); background: transparent; }
.button--outline-dark { color: var(--navy); border-color: var(--navy); background: transparent; }
.button--outline-dark:hover { color: white; background: var(--navy); }
.button--light { color: var(--navy); background: white; }
.button--lime { color: var(--navy); background: var(--lime); }
.button--ghost { color: var(--navy); border-color: var(--line); background: white; box-shadow: none; }
.text-link {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

.hero {
  max-width: var(--max);
  min-height: 680px;
  margin: 0 auto;
  padding: 74px 28px 86px;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: 50px;
  overflow: hidden;
}
.eyebrow {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 3px; display: inline-block; background: currentColor; }
.eyebrow--light { color: var(--lime); }
.hero h1 {
  max-width: 610px;
  margin: 0;
  font-size: clamp(52px, 5.1vw, 80px);
  line-height: .94;
  letter-spacing: -4.8px;
  font-weight: 900;
}
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lead {
  max-width: 585px;
  margin: 28px 0;
  color: #4c5868;
  font-size: 20px;
  line-height: 1.55;
}
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-trust {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: #586373;
  font-size: 12px;
  font-weight: 700;
}
.hero-product {
  min-height: 500px;
  position: relative;
  isolation: isolate;
}
.hero-product::before {
  content: "";
  width: 640px;
  height: 480px;
  position: absolute;
  right: -35px;
  top: 4px;
  z-index: -2;
  background: var(--cream);
  transform: rotate(-2deg);
}
.hero-product::after {
  content: "";
  width: 280px;
  height: 280px;
  position: absolute;
  top: -34px;
  right: -65px;
  z-index: -1;
  background: repeating-linear-gradient(0deg, transparent 0 19px, rgba(16,24,38,.09) 20px), repeating-linear-gradient(90deg, transparent 0 19px, rgba(16,24,38,.09) 20px);
}
.editorial-note {
  position: absolute;
  top: 3px;
  left: 40px;
  transform: rotate(-5deg);
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
}
.desktop-frame {
  width: min(620px, 93%);
  height: 390px;
  position: absolute;
  top: 63px;
  right: 0;
  overflow: hidden;
  background: #d8d8d8;
  border: 10px solid var(--navy);
  border-radius: 13px;
  box-shadow: 0 28px 60px rgba(16,24,38,.24);
  transform: perspective(1000px) rotateY(-4deg) rotateZ(1deg);
}
.browser-bar { height: 27px; display: flex; align-items: center; gap: 6px; padding: 0 9px; background: white; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #c8ccd0; }
.browser-bar span { margin-left: 12px; color: #7a8390; font-size: 8px; }
.candidate-screen { height: calc(100% - 27px); position: relative; overflow: hidden; color: white; background: #da3026; }
.candidate-screen::before { content:""; width: 320px; height: 420px; position: absolute; right: 30px; bottom: -160px; border-radius: 50%; background: #f8ccbd; box-shadow: -40px -80px 0 #182741; }
.screen-nav { height: 47px; display:flex; align-items:center; justify-content:space-between; padding:0 25px; position:relative; z-index:2; border-bottom:1px solid rgba(255,255,255,.28); font-size:8px; }
.screen-nav b { font-size: 13px; }
.screen-copy { width: 60%; position:absolute; z-index:2; top:90px; left:40px; }
.screen-copy small { font-size:8px; letter-spacing:1.6px; }
.screen-copy strong { display:block; margin:13px 0 19px; font-size:35px; line-height:.93; letter-spacing:-2px; }
.screen-copy button, .phone-screen button { border:0; padding:10px 14px; color:var(--navy); background:var(--lime); font-size:7px; font-weight:900; }
.candidate-shape { position:absolute; z-index:2; right:42px; bottom:25px; width:175px; height:245px; border-radius:80px 80px 25px 25px; background:linear-gradient(#d5a17f 0 30%, #f9f1e3 31%); box-shadow:inset 0 -50px 0 #17324d; }
.candidate-shape span { position:absolute; right:-23px; top:20px; color:var(--lime); font-size:64px; font-weight:900; }
.phone-frame {
  width: 182px;
  height: 350px;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 2px;
  padding: 8px;
  border-radius: 27px;
  background: var(--navy);
  box-shadow: 0 22px 50px rgba(16,24,38,.3);
  transform: rotate(-4deg);
}
.phone-speaker { width: 55px; height: 10px; position:absolute; z-index:2; left:50%; top:7px; transform:translateX(-50%); border-radius:0 0 8px 8px; background:var(--navy); }
.phone-screen { height:100%; overflow:hidden; border-radius:20px; padding:22px 15px 12px; color:white; background:#23385e; }
.phone-screen b { font-size:11px; }
.portrait-block { width:135px; height:145px; margin:15px 0; border-radius:80px 80px 12px 12px; background:linear-gradient(145deg,#f5c6a5 0 48%,#f04432 49%); }
.phone-screen strong { display:block; margin-bottom:13px; font-size:21px; line-height:.94; letter-spacing:-1px; }
.proof-card {
  min-width: 155px;
  position: absolute;
  z-index: 7;
  right: 20px;
  bottom: -8px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  color: var(--navy);
  background: var(--lime);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}
.proof-card strong { font-size: 30px; }
.proof-card span { font-size: 10px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }

.statement {
  padding: 82px 28px 92px;
  text-align: center;
  color: white;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.statement::after { content:")))"; position:absolute; right:-25px; bottom:-110px; color:rgba(240,68,50,.17); font-size:270px; letter-spacing:-80px; transform:rotate(-12deg); }
.statement p { margin:0 0 18px; color:var(--lime); font-size:12px; font-weight:900; letter-spacing:2px; }
.statement h2 { margin:0; font-size:clamp(38px,4.5vw,68px); line-height:.98; letter-spacing:-3.5px; }
.lime-pill { display:inline-block; margin-top:30px; padding:9px 13px; color:var(--navy); background:var(--lime); font-size:10px; font-weight:900; transform:rotate(-2deg); }

.feature-section, .process-section, .pricing-section, .faq-section { max-width:var(--max); margin:0 auto; padding:110px 28px; }
.section-heading { max-width:700px; margin-bottom:48px; }
.section-heading h2 { margin:0 0 18px; font-size:clamp(42px,4.3vw,64px); line-height:.96; letter-spacing:-3.4px; }
.section-heading > p:last-child { margin:0; color:var(--muted); font-size:18px; line-height:1.55; }
.section-heading--center { margin:0 auto 48px; text-align:center; }
.section-heading--center .eyebrow { justify-content:center; }
.feature-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:18px; }
.feature {
  min-height:330px;
  position:relative;
  overflow:hidden;
  padding:30px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:white;
}
.feature--wide { grid-column:1/-1; min-height:290px; display:grid; grid-template-columns:56px .8fr 1.2fr; gap:25px; align-items:center; background:var(--cream); }
.feature--dark { color:white; background:var(--navy); border-color:var(--navy); }
.feature-number { color:var(--red); font-size:12px; font-weight:900; letter-spacing:1px; }
.feature h3 { max-width:500px; margin:18px 0 12px; font-size:30px; line-height:1; letter-spacing:-1.5px; }
.feature p { max-width:520px; margin:0; color:var(--muted); line-height:1.55; }
.feature--dark p { color:#cbd2da; }
.proposal-ui { padding:23px; background:white; border-radius:11px; box-shadow:0 16px 40px rgba(16,24,38,.1); transform:rotate(-1deg); }
.proposal-ui small { color:var(--red); font-size:9px; font-weight:900; }
.proposal-ui strong { display:block; margin:9px 0 18px; font-size:20px; }
.proposal-ui button { margin-right:7px; padding:8px 11px; color:var(--navy); border:1px solid var(--line); background:var(--paper); font-size:9px; font-weight:800; }
.mini-list { display:grid; grid-template-columns:42px 1fr; gap:9px 12px; align-items:center; margin-top:35px; }
.mini-list i { width:42px; height:42px; border-radius:50%; background:var(--cream); }
.mini-list span { height:11px; border-radius:5px; background:#e8ebee; }
.mobile-score { width:180px; height:180px; margin:28px auto 0; border:15px solid var(--lime); border-radius:50%; display:flex; align-items:center; justify-content:center; gap:8px; }
.mobile-score b { font-size:49px; }
.mobile-score span { font-size:9px; font-weight:900; line-height:1.2; }
.phase-line { margin-top:58px; display:flex; align-items:center; gap:16px; }
.phase-line span { padding:12px 17px; border:1px solid var(--line); font-size:11px; font-weight:900; }
.phase-line span:last-child { color:white; background:var(--red); border-color:var(--red); }
.phase-line i { font-style:normal; }

.models-section { min-height:650px; padding:90px max(28px,calc((100vw - var(--max))/2)); display:grid; grid-template-columns:.82fr 1.18fr; align-items:center; gap:55px; overflow:hidden; color:white; background:var(--navy); }
.models-copy h2 { margin:0 0 25px; font-size:clamp(44px,4.7vw,68px); line-height:.95; letter-spacing:-3.5px; }
.models-copy > p:not(.eyebrow) { max-width:530px; margin:0 0 30px; color:#c8ced6; font-size:17px; line-height:1.65; }
.model-stack { min-height:480px; position:relative; }
.model-card { width:305px; height:420px; position:absolute; top:30px; left:50%; padding:28px; box-shadow:0 30px 60px rgba(0,0,0,.35); overflow:hidden; }
.model-card::after { content:""; width:190px; height:235px; position:absolute; right:-35px; bottom:-20px; border-radius:100px 100px 15px 15px; background:rgba(255,255,255,.4); }
.model-card small { font-size:9px; font-weight:900; letter-spacing:1px; }
.model-card strong { display:block; margin-top:45px; font-size:38px; line-height:.9; letter-spacing:-2px; }
.model-card span { position:absolute; left:25px; bottom:20px; font-size:62px; font-weight:900; }
.model-card--red { z-index:3; background:#e13b2c; transform:translateX(-50%) rotate(-1deg); }
.model-card--green { z-index:2; background:#2a653f; transform:translateX(2%) rotate(7deg); }
.model-card--purple { z-index:1; background:#793b86; transform:translateX(-102%) rotate(-8deg); }

.process-list { list-style:none; padding:0; margin:0; border-top:1px solid var(--line); }
.process-list li { display:grid; grid-template-columns:80px 1fr; gap:20px; padding:28px 0; border-bottom:1px solid var(--line); }
.process-list li > span { color:var(--red); font-size:13px; font-weight:900; }
.process-list h3 { margin:0 0 8px; font-size:26px; letter-spacing:-1px; }
.process-list p { margin:0; color:var(--muted); line-height:1.5; }

.pricing-section { max-width:none; background:var(--cream); }
.pricing-section > * { max-width:1100px; margin-left:auto; margin-right:auto; }
.pricing-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; align-items:stretch; }
.price-card { position:relative; padding:35px; border:1px solid #d1cdc4; border-radius:var(--radius); background:var(--paper); }
.price-card--featured { border:2px solid var(--navy); box-shadow:var(--shadow); }
.popular-tag { position:absolute; top:-13px; right:25px; padding:7px 12px; color:var(--navy); background:var(--lime); font-size:9px; font-weight:900; letter-spacing:1px; }
.price-head > p { margin:0 0 11px; color:var(--red); font-size:11px; font-weight:900; letter-spacing:1.5px; }
.price-head h3 { min-height:58px; margin:0; font-size:26px; line-height:1.1; }
.price { margin:25px 0; display:flex; align-items:flex-start; gap:6px; }
.price span { margin-top:9px; font-weight:900; }
.price strong { font-size:58px; letter-spacing:-3px; }
.price small { align-self:flex-end; margin-bottom:9px; color:var(--muted); }
.price-card ul { min-height:264px; margin:0 0 27px; padding:25px 0 0; border-top:1px solid var(--line); list-style:none; }
.price-card li { position:relative; padding:8px 0 8px 24px; color:#3f4a58; }
.price-card li::before { content:"✓"; position:absolute; left:0; color:var(--green); font-weight:900; }
.volume-strip { margin-top:20px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:22px 26px; color:white; background:var(--navy); border-radius:12px; }
.volume-strip span { color:#cdd3da; font-size:13px; }
.volume-strip a { color:var(--lime); font-weight:800; }

.faq-section { display:grid; grid-template-columns:.75fr 1.25fr; gap:75px; }
.faq-title h2 { margin:0; font-size:58px; line-height:.94; letter-spacing:-3px; }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { padding:24px 40px 24px 0; position:relative; cursor:pointer; list-style:none; font-size:18px; font-weight:800; }
.faq-list summary::after { content:"＋"; position:absolute; right:8px; top:22px; color:var(--red); font-size:24px; }
.faq-list details[open] summary::after { content:"−"; }
.faq-list p { margin:0 0 26px; color:var(--muted); line-height:1.65; }

.final-cta { padding:100px 28px; text-align:center; color:white; background:var(--red); }
.final-cta p { margin:0 0 18px; font-size:12px; font-weight:900; letter-spacing:2px; }
.final-cta h2 { margin:0 0 34px; font-size:clamp(48px,5vw,72px); line-height:.95; letter-spacing:-4px; }
.site-footer { padding:55px max(28px,calc((100vw - var(--max))/2)); display:grid; grid-template-columns:1fr 1.4fr 1fr; align-items:center; gap:25px; color:#d0d5dc; background:#0a111d; }
.site-footer p { margin:0; font-size:13px; line-height:1.5; }
.site-footer div:not(.brand) { display:flex; justify-content:flex-end; gap:18px; font-size:12px; }
.site-footer small { grid-column:1/-1; padding-top:22px; border-top:1px solid rgba(255,255,255,.12); color:#7e8793; }
.whatsapp-float { position:fixed; z-index:40; right:20px; bottom:20px; min-height:52px; display:flex; align-items:center; gap:9px; padding:0 17px; border-radius:28px; color:white; background:#25d366; box-shadow:0 14px 36px rgba(0,0,0,.22); }
.whatsapp-float span { font-size:22px; }
.whatsapp-float b { font-size:12px; }
.cookie-banner { max-width:850px; position:fixed; z-index:80; left:50%; bottom:18px; transform:translateX(-50%); display:flex; align-items:center; gap:22px; padding:17px 20px; border:1px solid var(--line); border-radius:12px; background:white; box-shadow:var(--shadow); }
.cookie-banner p { margin:0; color:#4e5967; font-size:12px; line-height:1.45; }
.cookie-banner p a { text-decoration:underline; }
.cookie-banner > div { display:flex; flex:none; gap:8px; }
.cookie-banner .button { min-height:40px; padding-inline:14px; font-size:11px; }

/* Checkout */
.checkout-page { min-height:100vh; background:#edf1f4; }
.checkout-header { position:relative; min-height:72px; background:white; }
.checkout-safe { color:var(--muted); font-size:12px; font-weight:700; }
.checkout-safe span { color:var(--green); }
.checkout-layout { max-width:1420px; margin:0 auto; padding:32px 28px 60px; display:grid; grid-template-columns:minmax(0,1fr) 350px; align-items:start; gap:28px; }
.checkout-main { min-width:0; padding:38px 50px 48px; border:1px solid #d9dee4; border-radius:18px; background:white; box-shadow:0 16px 50px rgba(16,24,38,.07); }
.checkout-progress { list-style:none; margin:0 0 46px; padding:0; display:grid; grid-template-columns:repeat(4,1fr); }
.checkout-progress li { position:relative; display:flex; align-items:center; gap:9px; color:#929aa4; font-size:11px; }
.checkout-progress li::after { content:""; height:1px; position:absolute; z-index:0; left:34px; right:10px; top:14px; background:#d9dde2; }
.checkout-progress li:last-child::after { display:none; }
.checkout-progress span { width:28px; height:28px; position:relative; z-index:1; display:grid; place-items:center; border:1px solid #cbd1d8; border-radius:50%; background:white; font-size:10px; font-weight:900; }
.checkout-progress b { position:relative; z-index:1; padding-right:8px; background:white; }
.checkout-progress .is-active { color:var(--navy); }
.checkout-progress .is-active span { color:white; border-color:var(--red); background:var(--red); }
.checkout-progress .is-done { color:var(--green); }
.checkout-progress .is-done span { color:white; border-color:var(--green); background:var(--green); }
.checkout-progress .is-done span { font-size:0; }
.checkout-progress .is-done span::after { content:"✓"; font-size:11px; }
.checkout-step { display:none; }
.checkout-step.is-active { display:block; animation:stepIn .25s ease both; }
@keyframes stepIn { from { opacity:0; transform:translateY(8px); } }
.step-kicker { margin-bottom:17px; color:var(--red); font-size:11px; font-weight:900; letter-spacing:1.8px; }
.checkout-step > h1, .install-head h1, .return-shell h1, .admin-login-card h1 { margin:0; font-size:clamp(36px,4vw,52px); line-height:.98; letter-spacing:-2.6px; }
.step-intro { margin:13px 0 32px; color:var(--muted); font-size:17px; line-height:1.5; }
.plan-options { display:grid; gap:12px; }
.plan-option { position:relative; min-height:126px; display:grid; grid-template-columns:22px 1fr auto; align-items:center; gap:18px; padding:22px; border:1px solid var(--line); border-radius:12px; cursor:pointer; transition:border .18s,background .18s,box-shadow .18s; }
.plan-option:hover { border-color:#a9b1bb; }
.plan-option:has(input:checked) { border:2px solid var(--red); padding:21px; background:#fff9f7; box-shadow:0 10px 30px rgba(240,68,50,.08); }
.plan-option input { position:absolute; opacity:0; }
.radio-mark { width:20px; height:20px; border:1px solid #b6bec8; border-radius:50%; box-shadow:inset 0 0 0 5px white; background:white; }
.plan-option:has(input:checked) .radio-mark { border-color:var(--red); background:var(--red); }
.plan-option-copy { display:flex; flex-direction:column; gap:6px; }
.plan-option-copy small { color:var(--red); font-size:9px; font-weight:900; letter-spacing:1px; }
.plan-option-copy strong { font-size:19px; }
.plan-option-copy em { color:var(--muted); font-size:12px; font-style:normal; line-height:1.45; }
.plan-option-price { display:flex; flex-direction:column; align-items:flex-end; gap:3px; }
.plan-option-price b { font-size:24px; }
.plan-option-price small { color:var(--muted); font-size:10px; }
.quantity-block { margin-top:20px; display:flex; align-items:center; justify-content:space-between; gap:25px; padding:22px; border:1px solid var(--line); border-radius:12px; }
.quantity-block label { display:block; margin:0 0 5px; font-size:15px; font-weight:800; }
.quantity-block p { margin:0; color:var(--muted); font-size:12px; }
.quantity-control { display:flex; align-items:center; border:1px solid var(--line); border-radius:8px; overflow:hidden; }
.quantity-control button { width:43px; height:43px; border:0; background:#f5f6f7; cursor:pointer; font-size:20px; }
.quantity-control input { width:55px; height:43px; padding:0; border:0; border-inline:1px solid var(--line); text-align:center; font-weight:900; -moz-appearance:textfield; }
.quantity-control input::-webkit-inner-spin-button { -webkit-appearance:none; }
.volume-notice { margin-top:12px; display:flex; justify-content:space-between; gap:15px; padding:13px 16px; color:#1d523e; border:1px solid #a4ddc2; border-radius:8px; background:#edfaf4; font-size:12px; }
.step-actions { margin-top:32px; padding-top:24px; border-top:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; gap:15px; }
.step-actions--end { justify-content:flex-end; }

.form-card, .brief-section { padding:24px; border:1px solid var(--line); border-radius:12px; background:#fcfcfb; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-grid--3 { grid-template-columns:repeat(3,1fr); }
.form-grid + .form-grid, .form-grid + label, label + .form-grid { margin-top:18px; }
label { display:block; color:#243042; font-size:12px; font-weight:800; }
label input, label select, label textarea {
  width:100%;
  min-height:48px;
  display:block;
  margin-top:8px;
  padding:12px 13px;
  color:var(--navy);
  border:1px solid #cbd2da;
  border-radius:7px;
  outline:none;
  background:white;
  font-size:14px;
  font-weight:400;
  transition:border .15s,box-shadow .15s;
}
label textarea { resize:vertical; line-height:1.5; }
label input:focus, label select:focus, label textarea:focus { border-color:var(--navy); box-shadow:0 0 0 3px rgba(16,24,38,.08); }
label input[aria-invalid="true"], label select[aria-invalid="true"], label textarea[aria-invalid="true"] { border-color:var(--red); box-shadow:0 0 0 3px rgba(240,68,50,.08); }
.required { margin-left:4px; color:var(--red); font-size:8px; letter-spacing:.5px; text-transform:uppercase; }
.optional { color:#8b94a0; font-size:8px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; }
.field-help { display:block; margin-top:6px; color:#7a8491; font-size:10px; font-weight:400; line-height:1.4; }
.field-error { min-height:0; display:block; margin-top:5px; color:var(--red); font-size:10px; font-weight:700; }
.field-error:empty { display:none; }

.campaign-position { margin-bottom:14px; display:flex; align-items:center; justify-content:space-between; padding:13px 16px; color:white; border-radius:8px; background:var(--navy); font-size:10px; font-weight:900; letter-spacing:1.2px; }
.campaign-dots { display:flex; gap:6px; }
.campaign-dots i { width:7px; height:7px; border-radius:50%; background:rgba(255,255,255,.3); }
.campaign-dots i.is-active { background:var(--lime); }
.campaign-dots i.is-done { background:white; }
.brief-section-head { margin-bottom:24px; padding-bottom:20px; border-bottom:1px solid var(--line); }
.brief-section-head h2 { margin:8px 0 4px; font-size:25px; letter-spacing:-1px; }
.brief-section-head p { margin:0; color:var(--muted); font-size:12px; }
.essential-tag { display:inline-block; padding:5px 7px; color:white; border-radius:4px; background:var(--red); font-size:8px; font-weight:900; letter-spacing:.8px; }
.brief-section > label { margin-top:18px; }
.upload-field { min-height:80px; display:grid; grid-template-columns:40px 1fr auto; align-items:center; gap:13px; margin-top:18px; padding:14px; border:1px dashed #aeb7c1; border-radius:9px; background:white; cursor:pointer; }
.upload-field--required { border:1px dashed var(--red); background:#fff9f7; }
.upload-field input { position:absolute; width:1px; height:1px; opacity:0; overflow:hidden; }
.upload-icon { width:38px; height:38px; display:grid; place-items:center; color:var(--red); border-radius:50%; background:#fff0ed; font-size:21px; }
.upload-field > span:nth-of-type(2) { display:flex; flex-direction:column; gap:4px; }
.upload-field strong { font-size:12px; }
.upload-field em { color:var(--muted); font-size:9px; font-style:normal; font-weight:400; }
.upload-field > b { max-width:190px; overflow:hidden; color:var(--red); font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.upload-field .field-error { grid-column:2/-1; }
.check-line { display:flex; align-items:flex-start; gap:11px; margin-top:18px; cursor:pointer; }
.check-line input { width:20px; min-height:20px; flex:0 0 20px; margin:1px 0 0; accent-color:var(--red); }
.check-line span { color:#596473; font-size:11px; font-weight:400; line-height:1.5; }
.check-line a { color:var(--navy); font-weight:800; text-decoration:underline; }
.check-line b { color:var(--red); font-size:9px; text-transform:uppercase; }
.check-line--compact { padding:12px; border-radius:7px; background:#f2f4f6; }
.optional-brief { margin-top:16px; border:1px solid var(--line); border-radius:12px; background:white; }
.optional-brief summary { min-height:78px; display:flex; align-items:center; justify-content:space-between; padding:18px 22px; cursor:pointer; list-style:none; }
.optional-brief summary span { display:flex; flex-direction:column; gap:5px; }
.optional-brief summary b { font-size:15px; }
.optional-brief summary small { color:var(--muted); font-size:10px; font-weight:400; }
.optional-brief summary i { color:var(--red); font-size:22px; font-style:normal; }
.optional-brief[open] summary i { transform:rotate(45deg); }
.optional-body { padding:22px; border-top:1px solid var(--line); }
.optional-note { margin-bottom:20px; padding:12px 14px; color:#5d6673; border-left:3px solid var(--lime); background:#f5f7ee; font-size:11px; line-height:1.5; }
.optional-body > label { margin-top:18px; }
.optional-uploads { display:grid; grid-template-columns:1fr 1fr; gap:14px; }

.review-content { display:grid; gap:14px; margin-bottom:18px; }
.review-card { display:grid; grid-template-columns:46px 1fr auto; align-items:center; gap:15px; padding:18px; border:1px solid var(--line); border-radius:10px; background:white; }
.review-card > span { color:var(--red); font-size:12px; font-weight:900; }
.review-card small { color:var(--red); font-size:8px; font-weight:900; letter-spacing:.8px; }
.review-card h3, .review-card h2 { margin:5px 0 3px; font-size:20px; }
.review-card p { margin:0; color:var(--muted); font-size:11px; }
.review-card em { display:block; margin-top:7px; color:#677280; font-size:9px; font-style:normal; }
.review-card button { color:var(--red); border:0; background:transparent; font-size:10px; font-weight:900; cursor:pointer; }
.review-card--order { grid-template-columns:1fr auto; color:white; border-color:var(--navy); background:var(--navy); }
.review-card--order small { color:var(--lime); }
.review-card--order strong { font-size:28px; }
.review-campaigns { display:grid; gap:9px; }
.checkout-error { margin-top:16px; padding:14px; color:#8b261c; border:1px solid #efb4ad; border-radius:8px; background:#fff1ef; font-size:12px; line-height:1.5; }
.payment-button.is-loading::before { content:""; width:15px; height:15px; border:2px solid rgba(255,255,255,.4); border-top-color:white; border-radius:50%; animation:spin .8s linear infinite; }
@keyframes spin { to { transform:rotate(360deg); } }

.order-summary { color:white; border-radius:16px; background:var(--navy-2); box-shadow:0 18px 50px rgba(16,24,38,.2); }
.summary-sticky { position:sticky; top:95px; padding:32px; }
.summary-label { margin:0 0 18px; color:#c5d4e4; font-size:10px; font-weight:900; letter-spacing:2px; }
.summary-sticky h2 { margin:0; padding-bottom:22px; border-bottom:1px solid rgba(255,255,255,.18); font-size:30px; }
.summary-features { display:flex; flex-direction:column; gap:11px; padding:22px 0; border-bottom:1px solid rgba(255,255,255,.18); }
.summary-features span { position:relative; padding-left:18px; color:#e4e9ee; font-size:12px; }
.summary-features span::before { content:"✓"; position:absolute; left:0; color:var(--lime); }
.summary-price { padding:24px 0; display:flex; flex-direction:column; align-items:flex-end; }
.summary-price small { color:#b9c4cf; font-size:11px; }
.summary-price strong { margin:6px 0 3px; font-size:38px; letter-spacing:-2px; }
.summary-price b { font-size:12px; }
.summary-security { display:flex; flex-direction:column; gap:10px; padding-top:20px; border-top:1px solid rgba(255,255,255,.18); }
.summary-security span { color:#d7dfe7; font-size:11px; }
.summary-note { margin:20px 0 0; color:#9fadb9; font-size:9px; line-height:1.45; }

/* Installer, legal and return */
.install-page, .return-page, .admin-login-page { min-height:100vh; display:grid; place-items:center; padding:30px; background:#eef2f5; }
.install-shell { width:min(900px,100%); overflow:hidden; border:1px solid var(--line); border-radius:18px; background:white; box-shadow:var(--shadow); }
.install-head { padding:36px 42px 30px; color:white; background:var(--navy); }
.install-head .brand span { color:white; }
.install-head p { margin:24px 0 8px; color:var(--lime); font-size:11px; font-weight:900; letter-spacing:1px; text-transform:uppercase; }
.install-head h1 { max-width:650px; }
.install-form { padding:32px 42px 40px; }
.install-form fieldset { margin:0 0 22px; padding:22px; border:1px solid var(--line); border-radius:10px; }
.install-form legend { padding:0 8px; color:var(--red); font-size:11px; font-weight:900; letter-spacing:1px; text-transform:uppercase; }
.install-form label + label { margin-top:16px; }
.install-form small { display:block; margin-top:5px; color:var(--muted); font-size:9px; font-weight:400; }
.callout { margin-top:14px; padding:13px; color:#495462; background:var(--soft); font-size:11px; line-height:1.5; }
code { padding:2px 4px; border-radius:3px; background:rgba(16,24,38,.08); font-family:Consolas,monospace; font-size:.92em; overflow-wrap:anywhere; }
.fine-print, .security-note { color:var(--muted); font-size:10px; text-align:center; }
.alert { margin:24px 42px 0; padding:14px; border-radius:8px; font-size:12px; }
.alert--error { color:#852419; border:1px solid #f0b2ab; background:#fff0ee; }
.install-success { padding:50px 42px; text-align:center; }
.success-mark { width:70px; height:70px; margin:0 auto 20px; display:grid; place-items:center; color:white; border-radius:50%; background:var(--green); font-size:35px; }
.install-success h2 { margin:0; font-size:40px; }
.install-success p { color:var(--muted); }
.button-row { display:flex; justify-content:center; gap:12px; margin-top:25px; }
.legal-page { background:var(--paper); }
.legal-page .site-header { position:relative; }
.legal-content { max-width:800px; margin:0 auto; padding:70px 28px 100px; }
.legal-content h1 { margin:0 0 45px; font-size:56px; letter-spacing:-3px; }
.legal-content h2 { margin:34px 0 8px; font-size:22px; }
.legal-content p:not(.eyebrow) { color:#515d6c; line-height:1.75; }
.return-shell { width:min(670px,100%); padding:48px; border:1px solid var(--line); border-radius:18px; text-align:center; background:white; box-shadow:var(--shadow); }
.return-shell .brand { margin:0 auto 35px; text-align:left; }
.return-mark { width:78px; height:78px; margin:0 auto 24px; display:grid; place-items:center; border-radius:50%; color:white; background:#e7a91d; font-size:35px; font-weight:900; }
.return-shell[data-return-kind="success"] .return-mark { background:var(--green); }
.return-shell[data-return-kind="error"] .return-mark { background:var(--red); }
.return-shell > p:not(.step-kicker) { max-width:520px; margin:15px auto; color:var(--muted); line-height:1.6; }
.return-summary { margin-top:28px; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:18px; border-radius:9px; background:var(--soft); font-size:12px; }
.return-summary strong { font-size:20px; }

/* Admin */
.admin-login-card { width:min(450px,100%); padding:42px; border:1px solid var(--line); border-radius:16px; background:white; box-shadow:var(--shadow); }
.admin-login-card .brand { margin-bottom:38px; }
.admin-login-card > p:not(.step-kicker) { color:var(--muted); }
.admin-login-card form { margin-top:28px; }
.admin-login-card form label + label { margin-top:15px; }
.admin-login-card form .button { margin-top:20px; }
.admin-login-card .alert { margin:20px 0 0; }
.admin-page { min-height:100vh; background:#f0f3f5; }
.admin-header { background:var(--navy); border:0; }
.admin-header .brand span { color:white; }
.admin-header nav { display:flex; align-items:center; gap:20px; color:#d7dde4; font-size:11px; }
.admin-header nav form { margin:0; }
.admin-header nav button { color:var(--lime); border:0; background:transparent; cursor:pointer; }
.admin-shell { max-width:1400px; margin:0 auto; padding:38px 28px 70px; }
.admin-title, .order-detail-head { display:flex; align-items:flex-end; justify-content:space-between; gap:25px; margin-bottom:28px; }
.admin-title h1, .order-detail-head h1 { margin:0; font-size:48px; letter-spacing:-2.5px; }
.admin-title > span { color:var(--muted); font-size:10px; }
.admin-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:13px; }
.admin-stats article { padding:22px; border:1px solid var(--line); border-radius:10px; background:white; }
.admin-stats small, .order-meta-grid small, .admin-note small { color:var(--muted); font-size:8px; font-weight:900; letter-spacing:1px; }
.admin-stats strong { display:block; margin-top:10px; font-size:30px; }
.admin-filters { margin:18px 0; display:grid; grid-template-columns:1fr 230px auto; gap:10px; }
.admin-filters input, .admin-filters select { min-height:46px; padding:0 13px; border:1px solid var(--line); border-radius:7px; background:white; }
.admin-table-wrap { overflow:auto; border:1px solid var(--line); border-radius:10px; background:white; }
.admin-table { width:100%; border-collapse:collapse; font-size:12px; }
.admin-table th { padding:13px 15px; text-align:left; color:#687381; background:#f7f8f8; font-size:8px; letter-spacing:1px; }
.admin-table td { padding:16px 15px; border-top:1px solid #e5e8eb; vertical-align:top; }
.admin-table td small { display:block; margin-top:5px; color:var(--muted); font-size:9px; }
.status { display:inline-block; padding:6px 8px; border-radius:20px; color:#755b13; background:#fff1c7; font-size:8px; font-weight:900; text-transform:uppercase; white-space:nowrap; }
.status--paid { color:#166a46; background:#daf5e8; }
.status--payment_failed, .status--refunded { color:#8a2d22; background:#ffe0dc; }
.table-link { color:var(--red); font-weight:900; white-space:nowrap; }
.empty-table { padding:40px !important; text-align:center; color:var(--muted); }
.order-detail-head p { margin:6px 0 0; color:var(--muted); }
.order-total { display:flex; flex-direction:column; align-items:flex-end; gap:10px; }
.order-total strong { font-size:34px; }
.order-meta-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; }
.order-meta-grid article { display:flex; flex-direction:column; gap:8px; padding:20px; border:1px solid var(--line); border-radius:10px; background:white; }
.order-meta-grid span { color:var(--muted); font-size:10px; }
.project-status-form { margin:15px 0; display:flex; align-items:flex-end; gap:10px; padding:17px; border-radius:10px; background:var(--navy); }
.project-status-form label { flex:1; color:white; }
.project-status-form select { margin-top:7px; }
.admin-note { margin:15px 0; padding:20px; border-left:4px solid var(--lime); background:white; }
.admin-note p { margin:9px 0 0; line-height:1.55; }
.campaign-admin-list { display:grid; gap:18px; margin-top:18px; }
.campaign-admin-card { padding:25px; border:1px solid var(--line); border-radius:12px; background:white; }
.campaign-admin-card > header { display:flex; gap:20px; padding-bottom:20px; border-bottom:1px solid var(--line); }
.campaign-admin-card > header > span { color:var(--red); font-size:12px; font-weight:900; }
.campaign-admin-card header small { color:var(--red); font-size:8px; font-weight:900; letter-spacing:1px; }
.campaign-admin-card h2 { margin:5px 0; font-size:28px; }
.campaign-admin-card header p { margin:0; color:var(--muted); font-size:11px; }
.brief-admin-grid { display:grid; grid-template-columns:1fr 1fr; gap:35px; padding:23px 0; }
.brief-admin-grid h3, .admin-files h3 { margin:0 0 18px; font-size:17px; }
.brief-admin-grid dl { margin:0; }
.brief-admin-grid dt { margin-top:15px; color:var(--muted); font-size:8px; font-weight:900; letter-spacing:.7px; text-transform:uppercase; }
.brief-admin-grid dd { margin:5px 0 0; color:#3e4957; font-size:12px; line-height:1.55; overflow-wrap:anywhere; }
.brief-admin-grid .muted { color:#8a939e; }
.admin-files { padding-top:20px; border-top:1px solid var(--line); }
.admin-files a { display:grid; grid-template-columns:110px 1fr auto; gap:12px; padding:11px 0; border-top:1px solid #edf0f2; font-size:10px; }
.admin-files a span { color:var(--red); font-weight:900; }
.admin-files a small { color:var(--muted); }

/* Model gallery */
.models-page { background:var(--paper); }
.models-hero { max-width:var(--max); margin:0 auto; padding:90px 28px 65px; }
.models-hero h1 { margin:0; font-size:clamp(52px,6vw,86px); line-height:.91; letter-spacing:-5px; }
.models-hero h1 em { color:var(--red); font-style:normal; }
.models-hero > p:last-child { max-width:720px; margin:28px 0 0; color:var(--muted); font-size:18px; line-height:1.6; }
.model-gallery { max-width:var(--max); margin:0 auto; padding:0 28px 100px; display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.gallery-card { min-height:430px; position:relative; overflow:hidden; display:flex; flex-direction:column; justify-content:space-between; padding:35px; color:white; border-radius:var(--radius); transition:transform .2s,box-shadow .2s; }
.gallery-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.gallery-card::before { content:""; width:270px; height:330px; position:absolute; right:-30px; bottom:-90px; border-radius:150px 150px 25px 25px; background:rgba(255,255,255,.2); }
.gallery-card::after { content:")))"; position:absolute; right:23px; top:18px; color:rgba(255,255,255,.22); font-size:72px; letter-spacing:-24px; }
.gallery-card div { position:relative; z-index:1; }
.gallery-card small { font-size:10px; font-weight:900; letter-spacing:1.5px; }
.gallery-card h2 { max-width:470px; margin:48px 0 20px; font-size:42px; line-height:.94; letter-spacing:-2.4px; }
.gallery-card span { font-size:10px; font-weight:900; }
.gallery-card > b { position:relative; z-index:1; width:max-content; padding-bottom:4px; border-bottom:1px solid currentColor; font-size:11px; }
.gallery-card--red { background:#d83c2e; }
.gallery-card--green { background:#275f39; }
.gallery-card--rose { background:#a74c64; }
.gallery-card--purple { background:#744081; }
.gallery-card--blue { background:#1f5b87; }
.gallery-card--classic { background:#263a55; }
.model-page-cta { padding:90px 28px; text-align:center; color:white; background:var(--navy); }
.model-page-cta > p:first-child { color:var(--lime); font-size:9px; font-weight:900; letter-spacing:1.3px; }
.model-page-cta h2 { margin:20px 0 12px; font-size:56px; letter-spacing:-3px; }
.model-page-cta > p:not(:first-child) { max-width:650px; margin:0 auto 28px; color:#c8d0d8; line-height:1.6; }

@media (max-width: 1100px) {
  .site-header nav { display:none; }
  .hero { grid-template-columns:1fr; padding-top:55px; }
  .hero-copy { max-width:800px; }
  .hero-product { width:min(760px,100%); margin:0 auto; }
  .models-section { grid-template-columns:1fr; }
  .models-copy { max-width:700px; }
  .checkout-layout { grid-template-columns:minmax(0,1fr) 300px; padding-inline:16px; }
  .checkout-main { padding:34px 30px; }
  .summary-sticky { padding:25px; }
  .form-grid--3 { grid-template-columns:1fr 1fr; }
}

@media (max-width: 820px) {
  .site-header, .checkout-header, .admin-header { min-height:66px; padding:11px 18px; }
  .header-cta { min-height:42px; padding-inline:16px; }
  .hero { padding:46px 20px 60px; gap:30px; }
  .hero h1 { font-size:clamp(48px,14vw,68px); letter-spacing:-3.6px; }
  .hero-lead { font-size:17px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:20px; }
  .hero-trust { flex-direction:column; gap:8px; }
  .hero-product { min-height:440px; transform:scale(.92); transform-origin:top center; margin-bottom:-35px; }
  .desktop-frame { width:94%; height:330px; }
  .phone-frame { width:155px; height:300px; }
  .candidate-shape { width:140px; height:215px; }
  .screen-copy strong { font-size:29px; }
  .statement { padding:70px 20px; }
  .feature-section, .process-section, .pricing-section, .faq-section { padding:80px 20px; }
  .feature-grid { grid-template-columns:1fr; }
  .feature--wide { grid-column:auto; grid-template-columns:1fr; }
  .feature--wide .feature-number { position:absolute; top:25px; right:25px; }
  .models-section { padding:75px 20px; }
  .model-stack { transform:scale(.82); transform-origin:center top; margin-bottom:-75px; }
  .pricing-grid { grid-template-columns:1fr; }
  .volume-strip { align-items:flex-start; flex-direction:column; }
  .faq-section { grid-template-columns:1fr; gap:35px; }
  .site-footer { grid-template-columns:1fr; text-align:left; }
  .site-footer div:not(.brand) { justify-content:flex-start; }
  .cookie-banner { width:calc(100% - 24px); align-items:stretch; flex-direction:column; }
  .cookie-banner > div { display:grid; grid-template-columns:1fr 1fr; }
  .whatsapp-float b { display:none; }
  .whatsapp-float { width:54px; padding:0; justify-content:center; border-radius:50%; }

  .checkout-layout { padding:0; display:flex; flex-direction:column; gap:0; }
  .checkout-main { width:100%; padding:25px 18px 120px; border:0; border-radius:0; box-shadow:none; }
  .order-summary { order:-1; width:100%; border-radius:0; box-shadow:none; }
  .summary-sticky { position:relative; top:0; padding:18px; display:grid; grid-template-columns:1fr auto; align-items:end; gap:5px 15px; }
  .summary-label, .summary-features, .summary-security, .summary-note { display:none; }
  .summary-sticky h2 { padding:0; border:0; font-size:19px; }
  .summary-price { padding:0; align-items:flex-end; }
  .summary-price strong { margin:0; font-size:26px; }
  .summary-price b { display:none; }
  .checkout-progress { margin-bottom:33px; }
  .checkout-progress b { display:none; }
  .checkout-progress li::after { left:28px; right:0; }
  .checkout-step > h1 { font-size:38px; letter-spacing:-2px; }
  .step-intro { font-size:15px; }
  .plan-option { min-height:0; grid-template-columns:22px 1fr; }
  .plan-option-price { grid-column:2; align-items:flex-start; flex-direction:row; }
  .quantity-block { align-items:flex-start; flex-direction:column; }
  .quantity-control { width:100%; }
  .quantity-control input { flex:1; }
  .form-grid, .form-grid--3 { grid-template-columns:1fr; gap:16px; }
  .form-grid + .form-grid, .form-grid + label, label + .form-grid { margin-top:16px; }
  .form-card, .brief-section { padding:17px; }
  .step-actions { position:fixed; z-index:30; left:0; right:0; bottom:0; margin:0; padding:12px 16px calc(12px + env(safe-area-inset-bottom)); border-top:1px solid var(--line); background:rgba(255,255,255,.96); backdrop-filter:blur(12px); }
  .step-actions .button--large { min-height:52px; flex:1; padding-inline:15px; font-size:12px; }
  .step-actions .button--ghost { flex:0 0 auto; }
  .step-actions--end .button { width:100%; }
  .upload-field { grid-template-columns:36px 1fr; }
  .upload-field > b { grid-column:2; max-width:100%; }
  .optional-uploads { grid-template-columns:1fr; }
  .review-card { grid-template-columns:35px 1fr; }
  .review-card button { grid-column:2; justify-self:start; padding:0; }
  .review-card--order { grid-template-columns:1fr auto; }
  .review-card--order strong { font-size:22px; }

  .install-page, .return-page, .admin-login-page { padding:0; align-items:start; background:white; }
  .install-shell, .return-shell, .admin-login-card { width:100%; min-height:100vh; border:0; border-radius:0; box-shadow:none; }
  .install-head, .install-form, .install-success { padding:28px 20px; }
  .install-form fieldset { padding:17px; }
  .return-shell, .admin-login-card { padding:38px 22px; }
  .button-row { flex-direction:column; }
  .return-summary { align-items:flex-start; flex-direction:column; }
  .legal-content { padding:50px 20px; }
  .legal-content h1 { font-size:44px; }
  .admin-shell { padding:25px 14px 60px; }
  .admin-title, .order-detail-head { align-items:flex-start; flex-direction:column; }
  .admin-stats { grid-template-columns:1fr 1fr; }
  .admin-filters { grid-template-columns:1fr; }
  .order-meta-grid, .brief-admin-grid { grid-template-columns:1fr; }
  .project-status-form { align-items:stretch; flex-direction:column; }
  .admin-files a { grid-template-columns:1fr; gap:4px; }
}

@media (max-width: 520px) {
  .brand { width:130px; }
  .brand span { font-size:18px; }
  .brand strong { font-size:25px; }
  .hero-product { min-height:375px; transform:scale(.78); width:125%; margin-left:-12.5%; margin-bottom:-100px; }
  .desktop-frame { right:2%; }
  .feature { min-height:280px; padding:23px; }
  .section-heading h2, .models-copy h2 { font-size:42px; }
  .model-stack { transform:scale(.67); margin-bottom:-135px; }
  .process-list li { grid-template-columns:45px 1fr; }
  .price-card { padding:25px 20px; }
  .faq-title h2 { font-size:48px; }
  .checkout-safe { font-size:0; }
  .checkout-safe span { font-size:16px; }
  .checkout-main { padding-inline:14px; }
  .plan-option { padding:17px; }
  .plan-option:has(input:checked) { padding:16px; }
  .campaign-position { padding-inline:12px; }
  .admin-header nav > a { display:none; }
  .model-gallery { grid-template-columns:1fr; padding-inline:20px; }
  .models-hero { padding:60px 20px 45px; }
  .models-hero h1 { letter-spacing:-3.5px; }
  .gallery-card { min-height:350px; padding:26px; }
  .gallery-card h2 { margin-top:35px; font-size:36px; }
}

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

.send-later-option {
  margin:22px 0;
  padding:18px;
  border:1px solid #ccd7e1;
  border-radius:12px;
  background:#f5f8fb;
}
.send-later-option span { display:grid; gap:4px; }
.send-later-option small { color:#5d6b79; font-weight:400; line-height:1.45; }
.upload-field.is-deferred { opacity:.48; background:#f2f4f6; }
[data-product][hidden] { display:none !important; }
