:root {
  --orange: #f7931e;
  --orange-600: #ee7a0c;
  --orange-700: #d4650a;
  --orange-50: #fff5ea;
  --orange-100: #ffe6cc;
  --ink: #26262b;
  --ink-2: #3a3a40;
  --gray: #62646b;
  --gray-2: #9a9ca3;
  --line: #ececef;
  --soft: #f7f7f9;
  --white: #fff;
  --whats: #25d366;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(38, 38, 43, 0.08);
  --shadow-lg: 0 24px 60px rgba(38, 38, 43, 0.16);
  --font-head: 'Montserrat', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 800; }
p { margin: 0 0 1em; }
svg { width: 1.15em; height: 1.15em; flex-shrink: 0; }
[hidden] { display: none !important; }

.container { width: min(1200px, 100% - 32px); margin-inline: auto; }
.container--narrow { width: min(820px, 100% - 32px); }

/* Botões */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: .8em 1.4em; border-radius: 999px; border: 2px solid transparent; font: 700 .95rem/1.2 var(--font-head); cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s, color .15s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .tab:focus-visible, .opt:focus-within { outline: 3px solid var(--orange-100); outline-offset: 2px; }
.btn--primary { background: linear-gradient(135deg, var(--orange), var(--orange-600)); color: #fff; box-shadow: 0 8px 20px rgba(247, 147, 30, .35); }
.btn--primary:hover { box-shadow: 0 12px 26px rgba(247, 147, 30, .45); }
.btn--outline { border-color: var(--orange); color: var(--orange-700); background: #fff; }
.btn--outline:hover { background: var(--orange); color: #fff; }
.btn--ghost { border-color: rgba(255,255,255,.6); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--light { background: #fff; color: var(--orange-700); }
.btn--whats { background: var(--whats); color: #fff; }
.btn--whats:hover { background: #1fb657; }
.btn--lg { padding: 1em 1.7em; font-size: 1rem; }
.btn--block { width: 100%; }

/* Topbar */
.topbar { background: var(--ink); color: #d9d9de; font-size: .82rem; }
.topbar__inner { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; flex-wrap: wrap; }
.topbar__links { display: flex; align-items: center; gap: 18px; }
.topbar a { display: inline-flex; align-items: center; gap: 6px; }
.topbar a:hover { color: var(--orange); }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); transition: box-shadow .2s; }
.header.is-scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.08); }
.header__inner { display: flex; align-items: center; gap: 24px; padding: 10px 0; }
.logo img { height: 56px; width: auto; }
.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a { padding: 8px 12px; border-radius: 10px; font: 600 .92rem var(--font-head); color: var(--ink-2); }
.nav a:hover { color: var(--orange-700); background: var(--orange-50); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 28px; height: 28px; }

/* Hero */
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(1200px 500px at 85% -10%, #ffb25e 0%, transparent 60%), linear-gradient(135deg, var(--orange) 0%, var(--orange-600) 55%, var(--orange-700) 100%); }
.hero__waves { position: absolute; inset: auto 0 -1px 0; height: 120px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%233a3a40' fill-opacity='.35' d='M0 60c240 50 480 60 720 30S1200 0 1440 40v80H0z'/%3E%3Cpath fill='%23fff' d='M0 90c300 30 560 20 820 0s440-20 620 10v20H0z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat; }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; padding: 72px 0 140px; }
.hero__tag { display: inline-block; padding: 6px 14px; border-radius: 999px; background: rgba(255,255,255,.18); font: 700 .8rem var(--font-head); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 18px; }
.hero h1, .hero__title { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 900; margin-bottom: 18px; }
.hero__slide p { font-size: 1.15rem; max-width: 560px; opacity: .95; }
.hero__slide.is-active { animation: fadeUp .6s ease both; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__actions .btn--primary { background: var(--ink); box-shadow: 0 10px 24px rgba(0,0,0,.25); }
.hero__dots { display: flex; gap: 8px; margin-top: 36px; }
.hero__dots button { width: 12px; height: 12px; border-radius: 999px; border: 0; background: rgba(255,255,255,.45); cursor: pointer; transition: width .25s; padding: 0; }
.hero__dots button[aria-selected="true"] { width: 34px; background: #fff; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.hero__visual { position: relative; min-height: 340px; display: grid; place-items: center; }
.speed-card { position: relative; width: 250px; height: 250px; border-radius: 50%; background: #fff; color: var(--ink); display: grid; place-content: center; text-align: center; box-shadow: 0 0 0 18px rgba(255,255,255,.18), 0 0 0 40px rgba(255,255,255,.1), var(--shadow-lg); }
.speed-card__label { font: 600 .9rem var(--font-head); color: var(--gray); }
.speed-card__value { font: 900 5.5rem/1 var(--font-head); color: var(--orange-600); }
.speed-card__unit { font: 800 1.4rem var(--font-head); letter-spacing: .12em; }
.speed-card__sub { font-size: .8rem; color: var(--gray); }
.float-chip { position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 14px; background: #fff; color: var(--ink); font: 700 .88rem var(--font-head); box-shadow: var(--shadow-lg); animation: float 5s ease-in-out infinite; }
.float-chip svg { color: var(--orange-600); }
.float-chip--a { top: 8%; left: 0; }
.float-chip--b { bottom: 10%; left: 6%; animation-delay: -1.6s; }
.float-chip--c { top: 30%; right: 0; animation-delay: -3.2s; }
@keyframes float { 50% { transform: translateY(-10px); } }

/* Serviços */
.services { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: -70px; }
.service { display: flex; flex-direction: column; gap: 4px; padding: 24px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; }
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--orange-50); color: var(--orange-600); margin-bottom: 10px; }
.service__icon svg { width: 28px; height: 28px; }
.service strong { font: 800 1.05rem var(--font-head); }
.service small { color: var(--gray); }

/* Seções */
.section { padding: 96px 0; }
.section--soft { background: var(--soft); }
.section--dark { background: linear-gradient(160deg, #2e2e33, #1d1d21); color: #fff; }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.section__head p { color: var(--gray); font-size: 1.05rem; }
.eyebrow { display: inline-block; font: 800 .8rem var(--font-head); text-transform: uppercase; letter-spacing: .14em; color: var(--orange-600); margin-bottom: 10px; }
.eyebrow--light { color: var(--orange); }
.fineprint { font-size: .8rem; color: var(--gray-2); text-align: center; margin-top: 24px; }
.empty { color: var(--gray); text-align: center; }

/* Abas */
.tabs { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.tab { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px; border: 2px solid var(--line); background: #fff; font: 700 .95rem var(--font-head); color: var(--ink-2); cursor: pointer; transition: all .15s; }
.tab:hover { border-color: var(--orange); }
.tab.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.tab.is-active svg { color: var(--orange); }
.tabs__desc { text-align: center; color: var(--gray); margin: 16px auto 32px; }

/* Cards de planos */
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 22px; padding: 30px 24px 24px; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.plan--highlight { border: 2px solid var(--orange); box-shadow: 0 20px 50px rgba(247,147,30,.22); }
.plan__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 5px 14px; border-radius: 999px; background: var(--ink); color: #fff; font: 700 .72rem var(--font-head); text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.plan--highlight .plan__badge { background: var(--orange); }
.plan__name { font-size: 1rem; color: var(--gray); font-weight: 700; text-align: center; }
.plan__speed { display: flex; align-items: baseline; justify-content: center; gap: 6px; margin-bottom: 16px; }
.plan__speed strong { font: 900 3.6rem/1 var(--font-head); color: var(--orange-600); letter-spacing: -0.04em; }
.plan__speed span { font: 800 1.2rem var(--font-head); text-transform: uppercase; }
.plan__features { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 8px; font-size: .92rem; color: var(--ink-2); }
.plan__features li { display: flex; gap: 8px; align-items: flex-start; }
.plan__features svg { color: var(--orange-600); margin-top: 3px; }
.plan__price { margin-top: auto; padding-top: 16px; border-top: 1px dashed var(--line); text-align: center; margin-bottom: 16px; }
.plan__price s { font-size: .82rem; color: var(--gray-2); }
.plan__price > div { display: flex; justify-content: center; align-items: flex-start; font-family: var(--font-head); }
.plan__currency { font-weight: 700; margin-top: 8px; margin-right: 2px; }
.plan__price strong { font-size: 2.8rem; font-weight: 900; line-height: 1; }
.plan__cents { font-weight: 800; margin-top: 6px; display: flex; flex-direction: column; line-height: 1.1; }
.plan__cents small { font-weight: 600; font-size: .75rem; color: var(--gray); }
.plan__install { display: block; font-size: .78rem; color: var(--gray); margin-top: 4px; }

/* Câmeras */
.cameras { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; margin-bottom: 56px; }
.cameras p { color: #c9c9cf; font-size: 1.05rem; }
.feature-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
.feature-list li { display: flex; gap: 12px; }
.feature-list svg { width: 40px; height: 40px; padding: 9px; border-radius: 12px; background: rgba(247,147,30,.15); color: var(--orange); }
.feature-list strong { display: block; font-family: var(--font-head); }
.feature-list span { font-size: .88rem; color: #b5b5bc; }
.cameras__visual { display: grid; place-items: center; }
.phone { width: 270px; padding: 12px; border-radius: 38px; background: #111; box-shadow: 0 0 0 2px #444, var(--shadow-lg), 0 0 80px rgba(247,147,30,.25); }
.phone__screen { border-radius: 28px; overflow: hidden; background: #1b1b1f; padding: 42px 12px 18px; position: relative; }
.cam-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cam-tile { aspect-ratio: 3/4; border-radius: 12px; position: relative; background: linear-gradient(160deg, #50525a, #2b2c31); overflow: hidden; }
.cam-tile:nth-child(2) { background: linear-gradient(200deg, #6c5a47, #2b2c31); }
.cam-tile:nth-child(3) { background: linear-gradient(140deg, #45594a, #25272b); }
.cam-tile:nth-child(4) { background: linear-gradient(180deg, #5a4f63, #2b2c31); }
.cam-tile::before { content: 'AO VIVO'; position: absolute; top: 8px; left: 8px; font: 800 .55rem var(--font-head); background: #e5372f; padding: 2px 6px; border-radius: 4px; }
.cam-tile span { position: absolute; bottom: 8px; left: 8px; font: 700 .72rem var(--font-head); }
.phone__alert { margin-top: 12px; display: flex; align-items: center; gap: 8px; background: var(--orange); color: #fff; font: 700 .75rem var(--font-head); padding: 10px 12px; border-radius: 12px; }
.plans--on-dark .plan { border-color: transparent; }

/* Combo */
.combo { display: grid; grid-template-columns: 1fr 380px; gap: 28px; align-items: start; }
.combo__steps { display: grid; gap: 20px; }
.step { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); min-width: 0; }
.step legend { float: left; width: 100%; display: flex; align-items: center; gap: 12px; font: 800 1.15rem var(--font-head); margin-bottom: 16px; padding: 0; }
.step legend + * { clear: both; }
.step__num { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: #fff; font-size: .9rem; }
.step__sub { display: flex; align-items: center; gap: 8px; font: 700 .85rem var(--font-head); text-transform: uppercase; letter-spacing: .06em; color: var(--gray); margin: 14px 0 8px; grid-column: 1 / -1; }
.step__sub:first-child { margin-top: 0; }
.step__sub svg { color: var(--orange-600); }
.step__opts { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 10px; }
.opt { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 2px solid var(--line); border-radius: 14px; cursor: pointer; transition: border-color .15s, background .15s; }
.opt:hover { border-color: var(--orange-100); }
.opt.is-checked { border-color: var(--orange); background: var(--orange-50); }
.opt input { accent-color: var(--orange-600); width: 18px; height: 18px; margin: 0; flex-shrink: 0; }
.opt__body { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.opt__name { font: 700 .95rem var(--font-head); }
.opt__desc { font-size: .78rem; color: var(--gray); line-height: 1.35; }
.opt__price { font: 800 .95rem var(--font-head); color: var(--orange-700); text-align: right; white-space: nowrap; }
.opt__price small { display: block; font-weight: 600; font-size: .7rem; color: var(--gray); }
.opt--none .opt__name { color: var(--gray); font-weight: 600; }
.stepper { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px; border-radius: 14px; background: var(--soft); margin-top: 4px; }
.stepper small { display: block; color: var(--gray); }
.stepper.is-disabled { opacity: .5; }
.stepper__ctrl { display: flex; align-items: center; gap: 10px; }
.stepper__ctrl button { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--orange); background: #fff; color: var(--orange-700); font: 800 1.2rem/1 var(--font-head); cursor: pointer; }
.stepper__ctrl button:disabled { cursor: not-allowed; }
.stepper output { min-width: 24px; text-align: center; font: 800 1.1rem var(--font-head); }

.summary { position: sticky; top: 100px; padding: 26px; border-radius: 22px; background: var(--ink); color: #fff; box-shadow: var(--shadow-lg); }
.summary h3 { font-size: 1.2rem; }
.tier-meter { margin-bottom: 16px; }
.tier-meter__bar { height: 8px; border-radius: 999px; background: rgba(255,255,255,.15); overflow: hidden; }
.tier-meter__bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--orange), #ffc27a); border-radius: inherit; transition: width .35s; }
.tier-meter p { font-size: .85rem; color: #d3d3d8; margin: 8px 0 0; }
.tier-meter b { color: var(--orange); }
.summary__items { list-style: none; padding: 0; margin: 0 0 12px; display: grid; gap: 10px; }
.summary__items li { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .92rem; }
.summary__items li small { display: block; color: var(--gray-2); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.summary__items .empty { color: #b5b5bc; text-align: left; border: 0; }
.summary__totals { margin: 0; display: grid; gap: 6px; font-size: .9rem; color: #d3d3d8; }
.summary__totals div { display: flex; justify-content: space-between; }
.summary__totals dd { margin: 0; font-weight: 600; color: #fff; }
.summary__discount dd { color: #7ee2a0; }
.summary__totals s { color: var(--gray-2); }
.free { color: #7ee2a0; }
.summary__total { margin: 16px 0; padding: 16px; border-radius: 16px; background: linear-gradient(135deg, var(--orange), var(--orange-600)); display: grid; }
.summary__total span { font: 700 .85rem var(--font-head); text-transform: uppercase; letter-spacing: .08em; }
.summary__total strong { font: 900 2.2rem/1.1 var(--font-head); }
.summary__total small { font-size: .82rem; opacity: .95; }
.summary__form { display: grid; gap: 10px; }
.summary__form input { width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: #fff; font: inherit; }
.summary__form input::placeholder { color: #a3a3ab; }
.summary__form input:focus { outline: 2px solid var(--orange); border-color: transparent; }
.form-msg { font-size: .85rem; margin: 0; min-height: 1.2em; color: #ffd1a0; }
.summary .fineprint { color: #8e8e96; text-align: left; margin: 12px 0 0; }

/* Diferenciais */
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefit { padding: 28px; border-radius: var(--radius); background: var(--soft); transition: background .2s; }
.benefit:hover { background: var(--orange-50); }
.benefit svg { width: 44px; height: 44px; color: var(--orange-600); margin-bottom: 14px; }
.benefit h3 { font-size: 1.1rem; }
.benefit p { color: var(--gray); font-size: .93rem; margin: 0; }

/* Cobertura */
.coverage { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.coverage p { color: var(--gray); }
.cities { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.cities li { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font: 700 .9rem var(--font-head); box-shadow: var(--shadow); }
.cities svg { color: var(--orange-600); }

/* Central */
.central { background: linear-gradient(135deg, var(--orange), var(--orange-700)); color: #fff; padding: 48px 0; }
.central__inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.central h2 { margin-bottom: 6px; }
.central p { margin: 0; opacity: .95; }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq__item { border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 0 20px; }
.faq__item summary { cursor: pointer; list-style: none; padding: 18px 0; font: 700 1rem var(--font-head); display: flex; justify-content: space-between; gap: 12px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; color: var(--orange-600); font-size: 1.4rem; line-height: 1; transition: transform .2s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { color: var(--gray); margin: 0 0 18px; }

/* Rodapé */
.footer { background: var(--ink); color: #c9c9cf; padding-top: 64px; font-size: .92rem; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr 1fr; gap: 32px; padding-bottom: 40px; }
.footer img { margin-bottom: 14px; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer__grid > div > a, .footer__grid > div > span { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.footer a:hover { color: var(--orange); }
.footer svg { color: var(--orange); }
.footer__social { display: flex; gap: 10px; }
.footer__social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; font-size: .8rem; color: #8e8e96; }

.whats-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: var(--whats); color: #fff; box-shadow: 0 10px 30px rgba(37,211,102,.45); transition: transform .2s; }
.whats-float:hover { transform: scale(1.08); }
.whats-float svg { width: 32px; height: 32px; }
.load-error { background: #b3261e; color: #fff; text-align: center; padding: 12px; }

/* Responsivo */
@media (max-width: 1080px) {
  .combo { grid-template-columns: 1fr; }
  .summary { position: static; }
  .benefits, .services { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: #fff; padding: 12px 16px 20px; box-shadow: 0 20px 30px rgba(0,0,0,.1); display: none; }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px; }
  .nav-toggle { display: block; margin-left: auto; }
  .header__cta { display: none; }
  .hero__inner { grid-template-columns: 1fr; padding: 48px 0 130px; }
  .hero__visual { display: none; }
  .cameras, .coverage { grid-template-columns: 1fr; }
  .cameras__visual { order: -1; }
}
@media (max-width: 600px) {
  .topbar__links:first-child a:nth-child(2) { display: none; }
  .services, .benefits, .footer__grid, .feature-list { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .step { padding: 18px; }
  .step__opts { grid-template-columns: 1fr; }
  .logo img { height: 46px; }
}

/* Páginas de erro */
.error-page { min-height: 100vh; display: grid; place-items: center; background: var(--soft); padding: 16px; }
.error-box { text-align: center; background: #fff; padding: 40px 32px; border-radius: var(--radius); box-shadow: var(--shadow); max-width: 440px; }
.error-box img { margin: 0 auto 20px; }
.error-box p { color: var(--gray); }
