:root {
  --orange: #ff5a36;
  --orange-dark: #dc3d1d;
  --cream: #fff8f0;
  --ink: #172126;
  --muted: #667176;
  --line: #eadfd6;
  --green: #1d9b64;
  --white: #fff;
  --shadow: 0 20px 60px rgba(81, 49, 29, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fffdfb; font-family: "DM Sans", sans-serif; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.topbar { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(20px, calc((100% - 1120px) / 2)); background: rgba(255,253,251,.94); border-bottom: 1px solid rgba(234,223,214,.7); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 9px; font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.8px; }
.brand > span:last-child > span { color: var(--orange); }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; color: white; background: var(--orange); font: 800 22px/1 "Manrope", sans-serif; transform: rotate(-4deg); }
.brand-mark.small { width: 29px; height: 29px; border-radius: 9px; font-size: 17px; }
.topbar-cta { padding: 10px 17px; border-radius: 99px; background: var(--ink); color: white; font-weight: 700; font-size: 14px; }
.hero { min-height: 580px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; padding-block: 76px; }
.eyebrow { display: inline-block; color: var(--orange-dark); text-transform: uppercase; letter-spacing: 1.8px; font-size: 12px; font-weight: 800; }
h1, h2 { font-family: "Manrope", sans-serif; margin: 0; letter-spacing: -2.4px; }
h1 { max-width: 650px; font-size: clamp(46px, 6vw, 76px); line-height: .99; margin-top: 15px; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 610px; margin: 24px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 51px; border: 0; border-radius: 13px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 12px 28px rgba(255,90,54,.26); }
.button-ghost { color: var(--ink); background: white; border: 1px solid var(--line); }
.trust-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 18px; margin: 25px 0 0; color: var(--muted); font-size: 13px; font-weight: 600; }
.hero-card { min-height: 400px; display: grid; place-items: center; position: relative; border-radius: 48% 52% 45% 55%; background: #ffe0ce; }
.phone { width: min(285px, 75%); min-height: 390px; padding: 24px 18px; border: 7px solid var(--ink); border-radius: 36px; background: #f5f0eb; box-shadow: var(--shadow); transform: rotate(3deg); }
.phone-head { display: flex; align-items: center; gap: 9px; padding-bottom: 16px; border-bottom: 1px solid #ddd4cc; }
.phone-head strong, .phone-head small { display: block; }
.phone-head strong { font-size: 13px; }.phone-head small { color: var(--muted); font-size: 10px; margin-top: 2px; }
.chat-bubble { margin: 55px 2px 0; padding: 18px; border-radius: 5px 19px 19px 19px; background: white; box-shadow: 0 10px 28px rgba(53,41,31,.09); }
.chat-bubble span { color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.chat-bubble strong { display: block; font-size: 14px; line-height: 1.45; margin: 8px 0 15px; }.chat-bubble i { color: var(--green); font-size: 12px; font-style: normal; font-weight: 800; }
.spark { position: absolute; color: var(--orange); font-size: 32px; }.spark-one { top: 15%; left: 8%; }.spark-two { bottom: 14%; right: 8%; font-size: 21px; }
.benefits { border-block: 1px solid var(--line); background: white; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-grid article { display: flex; gap: 15px; align-items: center; padding: 27px 25px; border-right: 1px solid var(--line); }.benefit-grid article:first-child { padding-left: 0; }.benefit-grid article:last-child { border-right: 0; }
.benefit-grid article > span { color: var(--orange); font-size: 28px; }.benefit-grid strong { display: block; font-size: 15px; }.benefit-grid p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.offers, .how { padding-block: 90px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 36px; }
.section-heading h2, .group h2 { margin-top: 9px; font-size: clamp(34px, 4vw, 47px); line-height: 1.05; }
.section-heading > p { max-width: 390px; color: var(--muted); line-height: 1.5; font-size: 13px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform .2s ease, box-shadow .2s ease; }.offer-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.offer-visual { min-height: 230px; display: grid; place-items: center; position: relative; overflow: hidden; background: #fff; font-size: 68px; }
.offer-visual img { width: 100%; height: 230px; display: block; object-fit: contain; object-position: center; padding: 12px; background: #fff; }
.offer-badge { position: absolute; top: 13px; left: 13px; max-width: calc(100% - 26px); overflow: hidden; padding: 6px 9px; border-radius: 7px; color: white; background: var(--orange); font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.offer-body { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 19px; }.offer-category { overflow: hidden; color: var(--orange-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; text-overflow: ellipsis; white-space: nowrap; }.offer-body h3 { display: -webkit-box; min-height: 70px; max-height: 70px; overflow: hidden; margin: 7px 0 5px; font: 800 18px/1.3 "Manrope",sans-serif; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }.offer-description { display: -webkit-box; min-height: 58px; max-height: 58px; overflow: hidden; margin: 0 0 15px; color: var(--muted); font-size: 13px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }
.price-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; min-height: 27px; margin-top: auto; margin-bottom: 14px; }.price { font: 800 21px/1.15 "Manrope",sans-serif; }.old-price { color: #969da0; font-size: 12px; text-decoration: line-through; }.offer-link { width: 100%; min-height: 45px; }
.price-note { margin: -7px 0 3px; color: var(--ink); font-size: 12px; font-weight: 700; line-height: 1.4; }.price-checked { display: block; margin-bottom: 12px; color: var(--muted); font-size: 10px; }
.empty-state { grid-column: 1 / -1; padding: 48px 25px; text-align: center; border: 1px dashed #d7c9bf; border-radius: 20px; background: var(--cream); }.empty-state span { font-size: 38px; }.empty-state h3 { margin: 12px 0 7px; font: 800 22px "Manrope",sans-serif; }.empty-state p { color: var(--muted); margin: 0 auto; max-width: 470px; line-height: 1.5; }
.group { display: grid; grid-template-columns: auto 1fr auto; gap: 27px; align-items: center; padding: 48px; border-radius: 27px; color: white; background: var(--ink); }.group-icon { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 22px; background: #27353b; font-size: 32px; }.eyebrow.light { color: #ffab95; }.group p { margin: 13px 0 0; color: #c3cccf; }.button-white { background: white; color: var(--ink); white-space: nowrap; }
.how ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; padding: 0; list-style: none; }.how li { display: flex; gap: 15px; }.how li > span { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: white; background: var(--orange); font-weight: 800; }.how strong { font: 800 16px "Manrope",sans-serif; }.how p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
footer { padding-block: 48px; border-top: 1px solid var(--line); background: white; }.footer-inner { display: grid; grid-template-columns: 1fr 2fr 2fr auto; gap: 30px; align-items: start; }.footer-inner p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }.footer-inner small { color: var(--muted); white-space: nowrap; }.footer-brand { font-size: 17px; }.footer-brand .brand-mark { width: 29px; height: 29px; font-size: 17px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 20; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; max-width: calc(100% - 32px); padding: 12px 17px; border-radius: 10px; color: white; background: var(--ink); box-shadow: var(--shadow); font-size: 13px; text-align: center; transition: .2s ease; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; gap: 45px; padding-block: 55px; }.hero-card { min-height: 370px; }.benefit-grid { grid-template-columns: 1fr; }.benefit-grid article, .benefit-grid article:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }.benefit-grid article:last-child { border-bottom: 0; }.offer-grid { grid-template-columns: repeat(2, 1fr); }.group { grid-template-columns: auto 1fr; padding: 36px; }.group .button { grid-column: 1 / -1; }.footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1120px); }.topbar { height: 66px; padding-inline: 14px; }.brand { font-size: 18px; }.brand-mark { width: 32px; height: 32px; font-size: 19px; }.topbar-cta { padding: 9px 13px; font-size: 12px; }.hero { min-height: auto; padding-block: 44px; }.hero-card { display: none; }h1 { font-size: 45px; }.hero-lead { font-size: 16px; margin: 20px 0 26px; }.hero-actions { display: grid; }.button { width: 100%; }.trust-list { display: grid; gap: 9px; }.offers, .how { padding-block: 64px; }.section-heading { display: block; }.section-heading > p { margin: 15px 0 0; }.offer-grid { grid-template-columns: 1fr; }.offer-visual { min-height: 230px; }.offer-visual img { height: 230px; }.group { grid-template-columns: 1fr; gap: 18px; padding: 30px 23px; }.group .button { grid-column: auto; }.group h2 { font-size: 34px; }.how ol { grid-template-columns: 1fr; gap: 26px; }.footer-inner { grid-template-columns: 1fr; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
