@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --red: #e23744;
  --red-dark: #c31f2c;
  --ink: #1b1b1f;
  --ink2: #3a3a42;
  --body: #63636e;
  --line: #e6e6ec;
  --soft: #f6f7fb;
  --star: #ffa724;
  --font: "Manrope", Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); color: var(--body); background: #fff; font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }
h1, h2, h3, h4, h5 { font-family: var(--font); color: var(--ink); font-weight: 800; line-height: 1.25; letter-spacing: -.02em; }
ul { list-style: none; }

.et-wrap { max-width: 1200px; margin: 0 auto; padding: 0 18px; }

.et-btn { display: inline-block; font-weight: 700; font-size: 14px; padding: 13px 30px; border-radius: 40px; border: 2px solid var(--red); background: var(--red); color: #fff; cursor: pointer; text-align: center; transition: .2s; }
.et-btn:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff; }
.et-btn--out { background: #fff; color: var(--ink); border-color: var(--line); }
.et-btn--out:hover { border-color: var(--ink); color: var(--ink); background: #fff; }
.et-btn--dark { background: var(--ink); border-color: var(--ink); }
.et-btn--dark:hover { background: #000; border-color: #000; }
.et-btn--lg { padding: 15px 40px; font-size: 15px; }
.et-btn--wide { display: block; width: 100%; }

.et-topbar { background: var(--ink); color: #dcdce2; font-size: 13px; text-align: center; padding: 9px 15px; }
.et-topbar b { color: #fff; }

.et-head { border-bottom: 1px solid var(--line); position: sticky; top: 0; background: #fff; z-index: 40; }
.et-head__in { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.et-logo { font-weight: 800; font-size: 24px; color: var(--ink); letter-spacing: -.5px; }
.et-logo span { color: var(--red); }
.et-nav { display: flex; gap: 32px; }
.et-nav a { color: var(--ink2); font-size: 14.5px; font-weight: 600; }
.et-nav a:hover { color: var(--red); }
.et-head__r { display: flex; align-items: center; gap: 16px; }
.et-burger { display: none; background: none; border: none; font-size: 24px; color: var(--ink); cursor: pointer; }
@media (max-width: 920px) {
  .et-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 8px 18px; }
  .et-nav.open { display: flex; }
  .et-nav a { padding: 11px 0; border-bottom: 1px solid var(--soft); }
  .et-burger { display: block; }
  .et-head__r .et-btn { display: none; }
}

.et-hero { background: var(--soft); }
.et-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 40px 0 44px; }
.et-hero__media { background: #fff; border-radius: 20px; border: 1px solid var(--line); padding: 30px; text-align: center; }
.et-hero__media img { width: 100%; max-width: 420px; margin: 0 auto; border-radius: 8px; }
.et-badge { display: inline-block; background: #ffe9eb; color: var(--red); font-weight: 700; font-size: 12px; padding: 6px 14px; border-radius: 40px; letter-spacing: .3px; }
.et-hero h1 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; margin: 16px 0 14px; }
.et-rate { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; font-size: 13px; color: var(--body); }
.et-rate b { color: var(--star); letter-spacing: 2px; font-size: 15px; }
.et-hero p { font-size: 16px; margin-bottom: 22px; max-width: 480px; }
.et-buyrow { display: flex; align-items: baseline; gap: 12px; margin-bottom: 22px; }
.et-buyrow .now { font-size: 34px; font-weight: 800; color: var(--ink); }
.et-buyrow .was { font-size: 18px; color: #a7a7b0; text-decoration: line-through; }
.et-buyrow .off { background: var(--red); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 6px; }
.et-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 800px) { .et-hero__grid { grid-template-columns: 1fr; gap: 24px; padding: 28px 0 32px; } .et-hero__media { order: -1; } }

.et-usp { border-bottom: 1px solid var(--line); }
.et-usp__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
@media (max-width: 780px) { .et-usp__row { grid-template-columns: 1fr 1fr; } }
.et-usp__i { display: flex; gap: 12px; align-items: center; padding: 22px 20px; border-right: 1px solid var(--line); }
.et-usp__i:last-child { border-right: none; }
@media (max-width: 780px) { .et-usp__i:nth-child(2) { border-right: none; } .et-usp__i:nth-child(1), .et-usp__i:nth-child(2) { border-bottom: 1px solid var(--line); } }
.et-usp__ic { width: 40px; height: 40px; flex-shrink: 0; color: var(--red); }
.et-usp__ic svg { width: 40px; height: 40px; stroke: currentColor; fill: none; stroke-width: 1.7; }
.et-usp__i h4 { font-size: 14px; font-weight: 700; }
.et-usp__i span { font-size: 12.5px; }

.et-sec { padding: 66px 0; }
.et-sec--soft { background: var(--soft); }
.et-htitle { margin-bottom: 34px; }
.et-htitle span { color: var(--red); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.et-htitle h2 { font-size: clamp(24px, 3vw, 34px); margin-top: 8px; }
.et-htitle--c { text-align: center; max-width: 620px; margin-left: auto; margin-right: auto; }

.et-row { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.et-row img { width: 100%; border-radius: 16px; border: 1px solid var(--line); }
.et-row h2 { font-size: clamp(22px, 2.6vw, 30px); margin-bottom: 14px; }
.et-row p { margin-bottom: 12px; }
.et-row.rev .et-row__media { order: -1; }
@media (max-width: 820px) { .et-row { grid-template-columns: 1fr; gap: 26px; } .et-row.rev .et-row__media { order: 0; } }
.et-ticks li { display: flex; gap: 10px; padding: 5px 0; color: var(--ink); font-size: 14.5px; }
.et-ticks li::before { content: "\2713"; color: var(--red); font-weight: 800; }

.et-rev { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 820px) { .et-rev { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }
.et-rc { border: 1px solid var(--line); border-radius: 14px; padding: 26px; background: #fff; }
.et-rc b.s { color: var(--star); letter-spacing: 2px; font-size: 14px; }
.et-rc p { margin: 10px 0 14px; color: var(--ink2); font-size: 14.5px; }
.et-rc__w { font-size: 13px; color: var(--body); }
.et-rc__w b { color: var(--ink); }

.et-buy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
@media (max-width: 820px) { .et-buy { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; } }
.et-pc { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; display: flex; flex-direction: column; text-align: center; }
.et-pc--hot { border: 2px solid var(--red); }
.et-pc__tag { padding: 8px; font-size: 12px; font-weight: 700; letter-spacing: .5px; background: var(--soft); color: var(--body); }
.et-pc--hot .et-pc__tag { background: var(--red); color: #fff; }
.et-pc__img { padding: 22px 22px 0; }
.et-pc__b { padding: 14px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.et-pc h3 { font-size: 19px; margin-bottom: 3px; }
.et-pc .q { font-size: 13px; color: var(--body); margin-bottom: 12px; }
.et-pc .p { font-size: 27px; font-weight: 800; color: var(--ink); }
.et-pc .p s { font-size: 15px; color: #a7a7b0; font-weight: 400; margin-left: 5px; }
.et-pc .pe { font-size: 12.5px; margin-bottom: 16px; }
.et-pc .et-btn { margin-top: auto; }

.et-faq { max-width: 820px; margin: 0 auto; }
.et-faq details { border-bottom: 1px solid var(--line); }
.et-faq summary { padding: 18px 4px; font-weight: 700; color: var(--ink); font-size: 15.5px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.et-faq summary::-webkit-details-marker { display: none; }
.et-faq summary::after { content: "+"; color: var(--red); font-size: 22px; }
.et-faq details[open] summary::after { content: "\2013"; }
.et-faq__a { padding: 0 4px 18px; font-size: 14.5px; }

.et-cta { background: var(--red); color: #fff; text-align: center; padding: 56px 15px; }
.et-cta h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); margin-bottom: 10px; }
.et-cta p { color: rgba(255,255,255,.92); margin-bottom: 24px; }
.et-cta .et-btn { background: #fff; color: var(--red-dark); border-color: #fff; }
.et-cta .et-btn:hover { background: #f2f2f2; color: var(--red-dark); }

.et-disc { background: #fafafa; border-top: 1px solid var(--line); padding: 26px 0; }
.et-disc p { font-size: 12px; color: #929292; max-width: 1000px; margin: 0 auto; text-align: center; }

.et-foot { background: #17171b; color: #a9a9b3; padding: 54px 0 26px; }
.et-foot__g { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 30px; }
@media (max-width: 760px) { .et-foot__g { grid-template-columns: 1fr 1fr; gap: 26px; } }
.et-foot .et-logo { color: #fff; }
.et-foot p { font-size: 13.5px; margin: 14px 0; }
.et-foot h5 { color: #fff; font-size: 14px; margin-bottom: 14px; }
.et-foot li { margin-bottom: 8px; }
.et-foot a { color: #a9a9b3; font-size: 13.5px; }
.et-foot a:hover { color: var(--red); }
.et-foot__bar { border-top: 1px solid #2a2a30; margin-top: 34px; padding-top: 20px; text-align: center; font-size: 12.5px; color: #7f7f89; }

.et-cookie { position: fixed; left: 12px; right: 12px; bottom: 12px; max-width: 1200px; margin: 0 auto; background: #17171b; color: #eee; border-radius: 12px; padding: 14px 20px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; z-index: 80; box-shadow: 0 10px 40px rgba(0,0,0,.3); }
.et-cookie.hide { display: none; }
.et-cookie span { font-size: 13px; }
.et-cookie a { color: #ff9ea6; }

.et-ph { background: var(--soft); border-bottom: 1px solid var(--line); padding: 46px 0; }
.et-ph h1 { font-size: clamp(26px, 3.4vw, 38px); }
.et-ph .cr { font-size: 13px; color: var(--red); font-weight: 700; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .5px; }
.et-doc { padding: 52px 0; }
.et-doc .et-wrap { max-width: 860px; }
.et-doc h2 { font-size: 20px; margin: 28px 0 10px; }
.et-doc h2:first-child { margin-top: 0; }
.et-doc p, .et-doc li { font-size: 15px; }
.et-doc ul { list-style: disc; padding-left: 22px; margin-bottom: 12px; }
.et-doc li { margin-bottom: 7px; }
.et-doc .u { font-size: 13px; color: #999; margin-bottom: 18px; }
.et-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 24px 0; }
@media (max-width: 640px) { .et-cards { grid-template-columns: 1fr; } }
.et-ic { border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
.et-ic h3 { font-size: 16px; margin-bottom: 6px; }
.et-ic p { font-size: 14px; margin: 0; }

.et-art { max-width: 720px; margin: 0 auto; padding: 50px 0 20px; }
.et-art__k { color: var(--red); font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.et-art h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -.02em; margin: 12px 0 14px; line-height: 1.15; }
.et-art__by { font-size: 13.5px; color: var(--body); border-bottom: 1px solid var(--line); padding-bottom: 20px; margin-bottom: 26px; }
.et-art__by b { color: var(--ink); }
.et-art__lead { font-size: 19px; color: var(--ink2); line-height: 1.6; margin-bottom: 8px; }
.et-prose { max-width: 720px; margin: 0 auto; }
.et-prose h2 { font-size: clamp(21px, 2.6vw, 27px); margin: 40px 0 12px; letter-spacing: -.01em; }
.et-prose p { font-size: 17px; line-height: 1.75; margin-bottom: 16px; color: #43434c; }
.et-prose figure { margin: 26px 0; }
.et-prose figure img { width: 100%; border-radius: 14px; border: 1px solid var(--line); }
.et-prose figcaption { font-size: 13px; color: var(--body); text-align: center; margin-top: 8px; }
.et-glance { background: var(--soft); border: 1px solid var(--line); border-left: 4px solid var(--red); border-radius: 10px; padding: 24px 26px; margin: 30px 0; }
.et-glance h3 { font-size: 16px; margin-bottom: 12px; }
.et-glance dl { display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; }
.et-glance dt { font-weight: 700; color: var(--ink); font-size: 14px; }
.et-glance dd { font-size: 14px; }
.et-pc2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 26px 0; }
@media (max-width: 620px) { .et-pc2 { grid-template-columns: 1fr; } }
.et-pc2 > div { border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; }
.et-pc2 h4 { font-size: 15px; margin-bottom: 10px; }
.et-pc2 ul li { font-size: 14.5px; padding: 4px 0; display: flex; gap: 9px; }
.et-pc2 .good li::before { content: "+"; color: var(--red); font-weight: 800; }
.et-pc2 .bad li::before { content: "\2013"; color: #9a9aa2; font-weight: 800; }
.et-offer { border: 2px solid var(--red); border-radius: 16px; padding: 30px; margin: 40px 0 10px; display: grid; grid-template-columns: 150px 1fr; gap: 26px; align-items: center; }
@media (max-width: 560px) { .et-offer { grid-template-columns: 1fr; text-align: center; } }
.et-offer img { width: 100%; border-radius: 8px; }
.et-offer h3 { font-size: 20px; margin-bottom: 6px; }
.et-offer .p { font-size: 26px; font-weight: 800; color: var(--ink); margin: 6px 0 4px; }
.et-offer .p s { font-size: 15px; color: #a7a7b0; font-weight: 400; margin-left: 5px; }
.et-offer .n { font-size: 13px; margin-bottom: 14px; }
