 :root {
  --bg: #f4f6f1;
  --ink: #18221e;
  --muted: #65716b;
  --line: rgba(24, 34, 30, .13);
  --accent: #c8f169;
  --accent-dark: #71913e;
  --card: rgba(255,255,255,.76);
  --shadow: 0 24px 70px rgba(35, 52, 42, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--ink); color: var(--accent); font-size: 17px; }
.nav-links { display: flex; gap: 26px; color: var(--muted); font-size: 14px; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--ink); color: #fff; padding: 14px 21px; font-weight: 750; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover, .nav-cta:hover { transform: translateY(-2px); background: #2d4035; }
.button:focus-visible, .nav-cta:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 3px; }
.button--accent { background: var(--accent); color: var(--ink); }
.hero { position: relative; overflow: hidden; padding: 82px 0 96px; }
.hero:after { content: ""; position: absolute; left: -80px; bottom: -180px; width: 360px; height: 360px; border: 1px solid var(--accent-dark); border-radius: 50%; opacity: .16; animation: drift 12s ease-in-out infinite alternate; }
.hero:before { content: ""; position: absolute; width: 620px; height: 620px; right: -170px; top: -150px; border-radius: 50%; background: var(--accent); opacity: .47; filter: blur(2px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow:before { content: ""; width: 26px; height: 2px; background: var(--accent-dark); }
h1 { max-width: 720px; margin: 18px 0 22px; font-size: clamp(42px, 6vw, 74px); line-height: .98; letter-spacing: -.07em; }
.hero-copy { max-width: 590px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.note { margin-top: 17px; color: var(--muted); font-size: 13px; }
.dashboard { position: relative; min-height: 440px; padding: 22px; border: 1px solid rgba(255,255,255,.7); border-radius: 32px; background: rgba(255,255,255,.5); box-shadow: var(--shadow); transform: rotate(2deg); animation: float-card 6s ease-in-out infinite; }
.map-card { height: 100%; min-height: 396px; overflow: hidden; padding: 18px; border-radius: 24px; background: #dfe9d8; }
.map-lines { position: absolute; inset: 0; opacity: .42; background: linear-gradient(32deg, transparent 43%, #fff 44% 46%, transparent 47%), linear-gradient(112deg, transparent 41%, #fff 42% 44%, transparent 45%), linear-gradient(78deg, transparent 62%, #fff 63% 65%, transparent 66%); }
.profile { position: relative; width: min(310px, 90%); margin: 42px auto 0; padding: 19px; border-radius: 19px; background: #fff; box-shadow: 0 18px 35px rgba(34,54,40,.14); animation: profile-in 900ms cubic-bezier(.23,1,.32,1) both; }
.profile-platform { display: flex; align-items: center; gap: 7px; margin-bottom: 17px; color: var(--muted); font-size: 11px; font-weight: 750; }
.profile-platform img { width: 18px; height: 18px; border-radius: 5px; }
.profile-top { display: flex; gap: 12px; align-items: center; }
.avatar { width: 46px; height: 46px; border-radius: 15px; background: var(--ink); color: var(--accent); display:grid; place-items:center; font-weight: 800; }
.profile h3 { margin: 0; font-size: 16px; }
.profile small { color: var(--muted); }
.profile-meta { display: flex; gap: 10px; align-items: center; margin-top: 17px; color: var(--muted); font-size: 12px; }
.profile-rating { color: #c47f22; font-weight: 850; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.profile-tags span { padding: 5px 8px; border-radius: 7px; background: #f7e9ed; color: var(--ink); font-size: 10px; font-weight: 750; }
.profile-actions { display: flex; gap: 6px; margin-top: 17px; }
.profile-actions span { flex: 1; padding: 8px 4px; border-radius: 8px; background: #f3f7ef; color: var(--accent-dark); text-align: center; font-size: 10px; font-weight: 800; }
section { padding: 94px 0; }
.section-head { max-width: 680px; margin-bottom: 38px; }
.kicker { margin-bottom: 13px; color: var(--accent-dark); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
h2 { margin: 0; font-size: clamp(31px, 4vw, 51px); line-height: 1.03; letter-spacing: -.055em; }
.lead { color: var(--muted); font-size: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); transition: transform .25s cubic-bezier(.23,1,.32,1), box-shadow .25s ease, border-color .25s ease; }
.card:hover { transform: translateY(-6px); border-color: var(--accent-dark); box-shadow: 0 18px 42px rgba(35,52,42,.12); }
.card-number { color: var(--accent-dark); font-weight: 800; font-size: 14px; }
.card h3 { margin: 42px 0 9px; font-size: 21px; letter-spacing: -.035em; }
.card p { margin: 0; color: var(--muted); }
.section-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.58); }
.section-action p { margin: 0; color: var(--muted); }
.section-action strong { color: var(--ink); }
.section-action .button { flex: 0 0 auto; }
.dark { background: var(--ink); color: #fff; }
.dark .kicker, .dark .card-number { color: var(--accent); }
.dark .lead, .dark .card p { color: #b8c5bc; }
.dark .card { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.06); }
.checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 30px; }
.check { display: flex; gap: 12px; padding: 17px; border-radius: 17px; background: rgba(255,255,255,.08); }
.check b { color: var(--accent); }
.package { display: flex; flex-direction: column; min-height: 100%; }
.package.featured { border: 2px solid var(--accent); }
.package ul { padding: 0; margin: 22px 0 28px; list-style: none; color: var(--muted); }
.package li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.price { margin-top: auto; font-size: 31px; font-weight: 850; letter-spacing: -.05em; }
.price small { color: var(--muted); font-size: 14px; font-weight: 500; letter-spacing: 0; }
.package-link { display: inline-flex; margin-top: 18px; color: var(--accent-dark); font-size: 14px; font-weight: 800; }
.package-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.step { position: relative; padding-top: 69px; }
.step:before { counter-increment: step; content: "0" counter(step); position: absolute; top: 0; left: 0; color: var(--accent-dark); font-weight: 850; font-size: 23px; }
.form-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: start; }
.form-card { padding: 28px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
label { display: grid; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 650; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 14px; color: var(--ink); background: #fbfcfa; font: inherit; outline: none; }
textarea { min-height: 105px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(113,145,62,.13); }
.full { grid-column: 1 / -1; }
.form-card .button { width: 100%; margin-top: 15px; }
.consent { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: 9px; margin-top: 18px; color: var(--muted); font-size: 12px; font-weight: 500; }
.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--accent-dark); }
.consent a { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 2px; }
.form-foot { margin: 13px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.form-foot--left { max-width: 430px; text-align: left; }
.geo-strip { position: relative; z-index: 1; padding: 0 0 26px; }
.geo-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.58); box-shadow: 0 14px 38px rgba(35,52,42,.07); }
.geo-strip-label { color: var(--muted); font-size: 13px; font-weight: 700; white-space: nowrap; }
.geo-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.geo-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 6px 11px 6px 7px; border: 1px solid rgba(24,34,30,.09); border-radius: 999px; background: rgba(255,255,255,.86); color: var(--ink); font-size: 13px; font-weight: 750; }
.geo-chip img { width: 23px; height: 23px; object-fit: contain; border-radius: 7px; }
.geo-chip--more { padding-left: 12px; color: var(--accent-dark); background: color-mix(in srgb, var(--accent) 28%, white); }
.geo-chip--more strong { font-size: 17px; line-height: 1; }
.geo-chip--optional { padding-right: 13px; }
.geo-chip--optional > span { display: flex; align-items: baseline; gap: 5px; }
.geo-chip small { color: var(--muted); font-size: 10px; font-weight: 600; }
.geo-intro { padding-top: 72px; }
.geo-intro .section-head { margin-bottom: 28px; }
.geo-intro-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; align-items: stretch; }
.geo-message { display: flex; flex-direction: column; justify-content: center; padding: 30px; border-radius: var(--radius); background: var(--ink); color: #fff; }
.geo-message p { margin: 14px 0 0; color: #b8c5bc; }
.geo-message .kicker { color: var(--accent); }
.geo-orbit { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.54); }
.geo-orbit-card { display: flex; min-height: 138px; flex-direction: column; justify-content: space-between; padding: 18px; border-radius: 20px; background: #fff; box-shadow: 0 12px 28px rgba(35,52,42,.07); }
.geo-orbit-card img { width: 34px; height: 34px; object-fit: contain; border-radius: 10px; }
.geo-orbit-card strong { font-size: 15px; }
.geo-orbit-card small { color: var(--muted); font-size: 12px; }
.cosmetics .geo-strip-inner { background: rgba(255,255,255,.68); }
.cosmetics .geo-message { background: #2a1d23; }
.cosmetics .geo-orbit-card { box-shadow: 0 12px 28px rgba(92,48,66,.1); }
.search-story { padding-top: 36px; }
.search-story-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 22px; align-items: stretch; }
.search-story-copy { padding: 30px; border-radius: var(--radius); background: rgba(255,255,255,.58); border: 1px solid var(--line); }
.search-story-copy h3 { max-width: 430px; margin: 0; font-size: clamp(25px, 3vw, 38px); line-height: 1.05; letter-spacing: -.05em; }
.search-story-copy p { margin: 16px 0 0; color: var(--muted); }
.search-story-copy strong { color: var(--ink); }
.search-demo { padding: 23px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.search-bar { display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(24,34,30,.12); border-radius: 13px; color: var(--ink); font-weight: 700; }
.search-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #f1f3ef; color: var(--muted); font-size: 13px; }
.search-caption { margin: 23px 0 10px; color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.search-result { padding: 16px 0; border-top: 1px solid var(--line); }
.search-result-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.search-result h4 { margin: 0; font-size: 17px; }
.search-result p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.search-rating { display: inline-flex; align-items: center; gap: 5px; color: #d49b34; white-space: nowrap; font-size: 13px; font-weight: 800; }
.search-rating img { width: 17px; height: 17px; object-fit: contain; }
.search-actions { display: flex; gap: 8px; margin-top: 13px; }
.search-action { display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; border-radius: 9px; background: #f0f5eb; color: var(--accent-dark); font-size: 12px; font-weight: 800; }
.search-action img { width: 15px; height: 15px; object-fit: contain; }
.search-result--focus { margin: 0 -9px; padding: 16px 9px; border-radius: 12px; background: color-mix(in srgb, var(--accent) 20%, white); }
.cosmetics .search-result--focus { background: color-mix(in srgb, var(--accent) 24%, white); }
.flow-band { position: relative; overflow: hidden; margin-top: 26px; padding: 30px 24px 26px; border-radius: var(--radius); background: var(--ink); color: #fff; }
.flow-band:before { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 90px; opacity: .5; background-repeat: no-repeat; background-size: 100% 100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 100'%3E%3Cpath d='M0 55 C 90 15, 170 95, 260 55 S 420 15, 500 55 S 580 85, 600 55' fill='none' stroke='%23c8f169' stroke-width='3'/%3E%3C/svg%3E"); }
.flow-steps { position: relative; z-index: 1; display: flex; align-items: center; gap: 6px; }
.flow-step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 6px 8px; text-align: center; }
.flow-icon-wrap { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 19px; background: rgba(255,255,255,.09); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.flow-icon-wrap img { width: 40px; height: 40px; object-fit: contain; }
.flow-step strong { font-size: 14px; letter-spacing: -.01em; }
.flow-step small { color: #b8c5bc; font-size: 12px; line-height: 1.4; }
.flow-arrow { position: relative; z-index: 1; color: var(--accent); font-size: 20px; opacity: .8; }
.cosmetics .flow-band { background: #2a1d23; }
.cosmetics .flow-step small { color: #d9b8c4; }
.highlights { position: relative; z-index: 1; padding: 6px 0 40px; }
.highlights-list { display: flex; justify-content: space-between; gap: 10px; }
.highlight { display: flex; flex-direction: column; align-items: center; gap: 11px; flex: 1; min-width: 0; cursor: pointer; background: none; border: 0; padding: 0; font: inherit; color: inherit; }
.highlight-ring { position: relative; display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; background: var(--ink); box-shadow: 0 12px 26px rgba(35,52,42,.14); transition: transform .2s cubic-bezier(.23,1,.32,1); }
.highlight:hover .highlight-ring { transform: translateY(-4px); }
.highlight-ring img { width: 42px; height: 42px; object-fit: contain; }
.highlight-wave { position: absolute; left: -6px; right: -6px; bottom: -9px; height: 16px; opacity: .95; background-repeat: no-repeat; background-size: 100% 100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 16'%3E%3Cpath d='M0 8 C 12 -1, 20 17, 32 8 S 52 -1, 64 8 S 80 15, 90 8' fill='none' stroke='%23c8f169' stroke-width='2.6'/%3E%3C/svg%3E"); }
.highlight span { color: var(--muted); font-size: 12.5px; font-weight: 700; text-align: center; }
.cosmetics .highlight-wave { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 16'%3E%3Cpath d='M0 8 C 12 -1, 20 17, 32 8 S 52 -1, 64 8 S 80 15, 90 8' fill='none' stroke='%23f2b6ca' stroke-width='2.6'/%3E%3C/svg%3E"); }
.yandex-form { overflow: hidden; }
.contact-promise { display: grid; gap: 3px; margin-top: 25px; padding: 17px 19px; border-left: 3px solid var(--accent-dark); background: rgba(255,255,255,.55); color: var(--muted); font-size: 14px; }
.contact-promise strong { color: var(--ink); }
.yandex-form iframe { display: block; width: 100%; min-height: 650px; border: 0; }
@keyframes float-card { 0%, 100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-10px); } }
@keyframes profile-in { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes drift { from { transform: translate(0, 0) rotate(0); } to { transform: translate(70px, -30px) rotate(18deg); } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
.legal-page { min-height: 100vh; padding: 28px 0 80px; }
.legal-content { max-width: 820px; }
.legal-content .brand { margin-bottom: 80px; }
.legal-content h1 { max-width: 820px; margin-bottom: 30px; font-size: clamp(40px, 6vw, 68px); }
.legal-content h2 { margin: 42px 0 12px; font-size: 27px; }
.legal-content p { max-width: 720px; color: var(--muted); }
.legal-warning { margin-top: 48px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.55); font-size: 14px; }
.footer { padding: 28px 0 35px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-inner { display:flex; justify-content:space-between; gap: 20px; }
.cosmetics { --accent: #f2b6ca; --accent-dark: #a34d72; --bg: #fbf5f5; --ink: #2a1d23; --card: rgba(255,255,255,.8); }
.cosmetics .hero:before { background: #f3cad8; }
.cosmetics .map-card { background: #f4dbe4; }
@media (max-width: 820px) {
  .nav-links { display: none; }
  .hero { padding: 50px 0 68px; }
  .hero-grid, .form-wrap, .geo-intro-card, .search-story-grid { grid-template-columns: 1fr; gap: 38px; }
  .geo-strip-inner { align-items: flex-start; flex-direction: column; gap: 13px; }
  .geo-list { justify-content: flex-start; }
  .dashboard { min-height: 350px; }
  .map-card { min-height: 306px; }
  section { padding: 65px 0; }
  .grid-3, .steps { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .yandex-form iframe { min-height: 760px; }
  .full { grid-column: auto; }
}
@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1160px); }
  h1 { font-size: 45px; }
  .grid-3, .steps, .checklist { grid-template-columns: 1fr; }
  .geo-orbit { grid-template-columns: 1fr 1fr; }
  .flow-steps { flex-direction: column; }
  .flow-arrow { transform: rotate(90deg); }
  .highlight-ring { width: 60px; height: 60px; }
  .highlight-ring img { width: 34px; height: 34px; }
  .highlight span { font-size: 11px; }
  .hero-actions .button { width: 100%; }
  .section-action { align-items: flex-start; flex-direction: column; }
  .section-action .button { width: 100%; }
  .footer-inner { flex-direction: column; }
}

/* Cosmetics editorial redesign */
.cosmetics {
  --accent: #d89bab;
  --accent-dark: #8f5263;
  --bg: #f8f3f0;
  --ink: #33252a;
  --muted: #796d70;
  --line: rgba(51, 37, 42, .14);
  --card: #fffdfb;
  --shadow: 0 24px 70px rgba(82, 48, 56, .11);
}
.cosmetics .brand-mark { background: #fff; color: var(--accent-dark); border: 1px solid var(--line); }
.cosmetics .nav-cta, .cosmetics .button:not(.button--accent) { background: var(--ink); }
.cosmetics .nav-cta:hover, .cosmetics .button:not(.button--accent):hover { background: #513b42; }
.cosmetics .button--accent { background: var(--accent); color: #fff; }
.cosmetics .hero {
  position: relative;
  isolation: isolate;
  padding: 92px 0 82px;
  background:
    radial-gradient(ellipse 70% 55% at 8% 18%, rgba(216, 155, 171, .42), transparent 58%),
    radial-gradient(ellipse 55% 45% at 92% 8%, rgba(243, 202, 216, .55), transparent 52%),
    radial-gradient(ellipse 50% 40% at 78% 88%, rgba(232, 200, 196, .35), transparent 48%),
    linear-gradient(165deg, #f8ebe8 0%, #f5e7e4 48%, #edd9d4 100%);
  overflow: hidden;
}
.cosmetics .hero:before {
  display: block;
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -140px;
  top: -120px;
  border-radius: 50%;
  background: #f0b8c8;
  opacity: .45;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
  animation: hero-orb-a 14s ease-in-out infinite alternate;
}
.cosmetics .hero:after {
  display: block;
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  left: -100px;
  bottom: -140px;
  border: 0;
  border-radius: 50%;
  background: #e8c4b8;
  opacity: .4;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
  animation: hero-orb-b 11s ease-in-out infinite alternate;
}
@keyframes hero-orb-a {
  from { transform: translate(0, 0); }
  to { transform: translate(-40px, 30px); }
}
@keyframes hero-orb-b {
  from { transform: translate(0, 0); }
  to { transform: translate(50px, -20px); }
}
.cosmetics .hero-grid { position: relative; z-index: 1; grid-template-columns: .92fr 1.08fr; gap: 78px; }
.cosmetics .hero-copy-column { position: relative; z-index: 1; }
.cosmetics h1 { max-width: 650px; font-size: clamp(46px, 6vw, 76px); letter-spacing: -.075em; }
.cosmetics .hero-copy { max-width: 560px; color: #66595d; }
.cosmetics .text-link { display: inline-flex; align-items: center; gap: 8px; padding: 14px 4px; color: var(--ink); font-weight: 800; }
.cosmetics .text-link span { color: var(--accent-dark); font-size: 20px; }
.cosmetics .hero-proof { position: relative; }
.cosmetics .proof-image-wrap { position: relative; display: block; overflow: hidden; min-height: 510px; border-radius: 2px 120px 2px 120px; background: #e8d0d0; box-shadow: 0 28px 64px rgba(82, 48, 56, .18), 0 8px 20px rgba(82, 48, 56, .08); color: inherit; text-decoration: none; transform: rotate(-0.6deg); }
.cosmetics .proof-image-wrap > img { display: block; width: 100%; height: 510px; object-fit: cover; object-position: left top; filter: saturate(.82); transition: transform .45s cubic-bezier(.23,1,.32,1), filter .3s ease; }
.cosmetics .proof-image-wrap--bait { cursor: pointer; }
.cosmetics .proof-image-wrap--bait:hover > img,
.cosmetics .proof-image-wrap--bait:focus-visible > img { transform: scale(1.03); filter: saturate(.95); }
.cosmetics .proof-image-wrap--bait:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.cosmetics .proof-caption { position: absolute; left: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--ink); font-size: 12px; font-weight: 800; }
.cosmetics .proof-caption img { width: 22px; height: 22px; border-radius: 6px; }
.cosmetics .proof-note { position: absolute; right: -28px; bottom: 42px; display: grid; gap: 4px; max-width: 220px; padding: 17px 19px; border: 1px solid rgba(51,37,42,.12); background: #fffdfb; box-shadow: 0 18px 42px rgba(82,48,56,.14); }
.cosmetics .proof-note strong { font-size: 14px; }
.cosmetics .proof-note span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.cosmetics .platform-strip { padding: 26px 0; border-bottom: 1px solid var(--line); background: #fffdfb; }
.cosmetics .platform-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cosmetics .platform-strip-inner > span { color: var(--muted); font-size: 13px; }
.cosmetics .platform-list { display: flex; flex-wrap: wrap; gap: 10px; }
.cosmetics .platform-logo { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 800; }
.cosmetics .platform-logo img { width: 25px; height: 25px; object-fit: contain; border-radius: 7px; }
.cosmetics .platform-logo--optional { color: var(--muted); }
.cosmetics .platform-logo small { margin-left: 2px; color: var(--muted); font-size: 10px; font-weight: 600; }
.cosmetics .proof-section { background: #fffdfb; }
/* Solution section (Блок 3 — решение) */
.cosmetics .solution-section { background: #f8f3f0; padding: 94px 0 100px; }
.cosmetics .solution-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.cosmetics .solution-step { text-align: center; padding: 34px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); transition: transform .25s cubic-bezier(.23,1,.32,1), box-shadow .25s ease; }
.cosmetics .solution-step:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(82,48,56,.09); }
.cosmetics .solution-icon { display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto 18px; border-radius: 24px; background: linear-gradient(145deg, color-mix(in srgb, var(--accent) 42%, white), color-mix(in srgb, var(--accent) 12%, white)); color: var(--accent-dark); box-shadow: 0 10px 24px rgba(143, 82, 99, .12), inset 0 1px 0 rgba(255,255,255,.7); }
.cosmetics .solution-step { position: relative; overflow: hidden; }
.cosmetics .solution-step::after { content: ""; position: absolute; right: -18px; top: -24px; width: 88px; height: 88px; border-radius: 50%; background: color-mix(in srgb, var(--accent) 18%, transparent); pointer-events: none; }
.cosmetics .solution-step h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.03em; }
.cosmetics .solution-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.cosmetics .solution-result { margin-top: 28px; padding: 20px 28px; border-radius: var(--radius); background: var(--ink); color: #d8c9cc; font-size: 16px; text-align: center; }
.cosmetics .solution-result strong { color: #fff; }
@media (max-width: 520px) {
  .cosmetics .solution-steps { grid-template-columns: 1fr; }
}

/* Cases section (Блок 4 — кейсы) */
.cosmetics .cases-section { background: #fffdfb; padding: 94px 0 100px; }
.cosmetics .cases-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.cosmetics .case-card { position: relative; display: flex; flex-direction: column; padding: 30px 28px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); transition: transform .25s cubic-bezier(.23,1,.32,1), box-shadow .25s ease; }
.cosmetics .case-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(82,48,56,.1); }
.cosmetics .case-badge { display: inline-flex; align-self: flex-start; padding: 5px 12px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cosmetics .case-location { margin: 14px 0 20px; color: var(--ink); font-size: 16px; font-weight: 750; }
.cosmetics .case-before-after { display: flex; align-items: flex-start; gap: 16px; }
.cosmetics .case-stat { flex: 1; }
.cosmetics .case-label { display: block; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }
.cosmetics .case-value { display: block; font-size: 22px; font-weight: 850; letter-spacing: -.035em; }
.cosmetics .case-value--bad { color: #b54a5a; }
.cosmetics .case-value--good { color: #3a7d4f; }
.cosmetics .case-detail { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.cosmetics .case-arrow { display: grid; place-items: center; padding-top: 22px; color: var(--muted); font-size: 20px; }
.cosmetics .case-meta { display: flex; gap: 16px; margin-top: auto; padding-top: 22px; color: var(--muted); font-size: 13px; font-weight: 650; }
.cosmetics .case-card--soon { justify-content: center; align-items: center; text-align: center; border-style: dashed; background: color-mix(in srgb, var(--accent) 12%, white); }
.cosmetics .case-soon-content { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.cosmetics .case-soon-icon { display: grid; place-items: center; color: var(--accent-dark); }
.cosmetics .case-card--soon h3 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.cosmetics .case-card--soon p { margin: 0; color: var(--muted); font-size: 14px; }
.cosmetics .case-card--soon .button { margin-top: 6px; }
@media (max-width: 820px) {
  .cosmetics .cases-grid { grid-template-columns: 1fr 1fr; }
  .cosmetics .case-card--soon { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .cosmetics .cases-grid { grid-template-columns: 1fr; }
  .cosmetics .case-card--soon { grid-column: auto; }
}

.cosmetics #audit { background: #f8f3f0; }
.cosmetics #audit .card { display: none; }
.cosmetics .section-action { border-radius: 0; background: #efe0df; border-color: transparent; }
.cosmetics .audit-card { display: flex; gap: 22px; padding: 30px 28px; border-top: 1px solid var(--line); transition: background .2s ease; }
.cosmetics .audit-card:hover { background: rgba(255,255,255,.5); }
.cosmetics .audit-icon-wrap { flex: 0 0 auto; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; background: color-mix(in srgb, var(--accent) 25%, white); color: var(--accent-dark); }
.cosmetics .audit-label { color: var(--accent-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cosmetics .audit-card-body h3 { margin: 6px 0 8px; font-size: 19px; letter-spacing: -.03em; }
.cosmetics .audit-card-body p { margin: 0; color: var(--muted); font-size: 14px; }
.cosmetics .work-section { background: var(--ink); color: #fff; }
.cosmetics .work-section .kicker { color: var(--accent); }
.cosmetics .work-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.cosmetics .work-columns > div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); }
.cosmetics .work-label { color: var(--accent); font-size: 14px; font-weight: 850; }
.cosmetics .work-columns ul { margin: 19px 0 0; padding: 0; list-style: none; }
.cosmetics .work-columns li { padding: 10px 0; color: #d8c9cc; font-size: 14px; }
.cosmetics .work-columns li::before { content: "—"; margin-right: 9px; color: var(--accent); }
/* Audience section (Блок 6 — кому подходит) */
.cosmetics .audience-section { background: #f8f3f0; padding: 94px 0 72px; }
.cosmetics .audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cosmetics .audience-card { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 30px 22px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); text-align: center; transition: transform .25s cubic-bezier(.23,1,.32,1), box-shadow .25s ease, border-color .25s ease; }
.cosmetics .audience-card:hover { transform: translateY(-5px); box-shadow: 0 16px 38px rgba(82,48,56,.1); }
.cosmetics .audience-card--active { border-color: var(--accent-dark); background: color-mix(in srgb, var(--accent) 18%, white); }
.cosmetics .audience-icon { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 22px; background: linear-gradient(145deg, color-mix(in srgb, var(--accent) 38%, white), #fff); color: var(--accent-dark); box-shadow: 0 10px 22px rgba(143, 82, 99, .1), inset 0 1px 0 rgba(255,255,255,.75); }
.cosmetics .audience-card { position: relative; overflow: hidden; box-shadow: 0 10px 28px rgba(82,48,56,.05); }
.cosmetics .audience-card::before { content: ""; position: absolute; inset: auto -30% -40% auto; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 28%, transparent), transparent 70%); pointer-events: none; }
.cosmetics .audience-card h3 { margin: 0; font-size: 16px; letter-spacing: -.02em; }
.cosmetics .audience-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
@media (max-width: 820px) {
  .cosmetics .audience-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .cosmetics .audience-grid { grid-template-columns: 1fr; }
}

/* Trust section (Блок 7 — гарантии и отстройка) */
.cosmetics .trust-section { background: #fffdfb; padding: 94px 0 60px; }
.cosmetics .trust-section--dark {
  background:
    radial-gradient(ellipse 60% 50% at 90% 10%, rgba(216, 155, 171, .18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 5% 90%, rgba(143, 82, 99, .22), transparent 50%),
    var(--ink);
  color: #fff;
  padding: 100px 0 88px;
}
.cosmetics .trust-section--dark .kicker { color: var(--accent); }
.cosmetics .trust-section--dark h2 { color: #fff; }
.cosmetics .trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cosmetics .trust-card { display: flex; gap: 18px; padding: 28px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); transition: transform .25s cubic-bezier(.23,1,.32,1), box-shadow .25s ease; }
.cosmetics .trust-section--dark .trust-card {
  background: rgba(255, 253, 251, .06);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: none;
}
.cosmetics .trust-section--dark .trust-card:hover {
  background: rgba(255, 253, 251, .1);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .22);
}
.cosmetics .trust-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(82,48,56,.1); }
.cosmetics .trust-icon { flex: 0 0 auto; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 18px; background: linear-gradient(145deg, color-mix(in srgb, var(--accent) 36%, white), #fff); color: var(--accent-dark); box-shadow: 0 8px 18px rgba(143, 82, 99, .1), inset 0 1px 0 rgba(255,255,255,.75); }
.cosmetics .trust-section--dark .trust-icon {
  background: linear-gradient(145deg, color-mix(in srgb, var(--accent) 55%, #4a3540), #3d2a32);
  color: var(--accent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.cosmetics .trust-card { position: relative; overflow: hidden; box-shadow: 0 10px 28px rgba(82,48,56,.05); }
.cosmetics .trust-card h3 { margin: 0 0 8px; font-size: 17px; letter-spacing: -.02em; }
.cosmetics .trust-section--dark .trust-card h3 { color: #fff; }
.cosmetics .trust-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.cosmetics .trust-section--dark .trust-card p { color: #d8c9cc; }
@media (max-width: 520px) {
  .cosmetics .trust-grid { grid-template-columns: 1fr; }
  .cosmetics .trust-card { padding: 22px 20px; }
  .cosmetics .process-timeline::before { left: 32px; }
  .cosmetics .ps-number { width: 64px; height: 64px; font-size: 16px; }
  .cosmetics .process-step-card { gap: 18px; }
  .cosmetics .ps-body { padding-top: 12px; }
}

.cosmetics #packages { background: #fffdfb; }
.cosmetics #packages .card { border-radius: 0; box-shadow: none; }
.cosmetics #packages .card:hover { transform: translateY(-3px); }
.cosmetics #packages .package.featured { border-color: var(--accent-dark); }
.cosmetics .package-platforms { display: flex; align-items: center; gap: 8px; margin: 14px 0 10px; }
.cosmetics .package-platforms img { width: 28px; height: 28px; object-fit: contain; border-radius: 7px; }
.cosmetics .package--pf { position: relative; border-color: var(--accent-dark); background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 15%, white) 0%, #fffdfb 60%); }
.cosmetics .package--pf::before { content: "🔥 Хит"; position: absolute; top: -13px; right: 24px; padding: 5px 14px; border-radius: 999px; background: var(--accent-dark); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.cosmetics .package-link { color: var(--accent-dark); }
.cosmetics .process-section { background: #fffdfb; padding: 94px 0 70px; }
.cosmetics .process-timeline { position: relative; max-width: 860px; margin: 48px auto 0; }
.cosmetics .process-timeline::before { content: ""; position: absolute; left: 43px; top: 12px; bottom: 12px; width: 3px; border-radius: 999px; background: linear-gradient(to bottom, var(--ink), var(--accent-dark), var(--accent)); opacity: .55; }
.cosmetics .process-step-card { display: flex; gap: 28px; padding: 0 0 40px; }
.cosmetics .process-step-card:last-child { padding-bottom: 0; }
.cosmetics .ps-number { flex: 0 0 auto; position: relative; z-index: 1; display: grid; place-items: center; gap: 2px; width: 88px; height: 88px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #4a3540, var(--ink) 70%); color: #fff; font-size: 20px; font-weight: 850; letter-spacing: -.02em; box-shadow: 0 10px 30px rgba(82,48,56,.22), inset 0 1px 0 rgba(255,255,255,.18); }
.cosmetics .ps-num { font-size: 15px; line-height: 1; opacity: .72; letter-spacing: .04em; }
.cosmetics .ps-glyph { display: grid; place-items: center; color: var(--accent); }
.cosmetics .ps-glyph .ico { width: 22px; height: 22px; }
.cosmetics .ps-body { flex: 1; padding-top: 20px; }
.cosmetics .ps-body h3 { margin: 0 0 6px; font-size: 20px; letter-spacing: -.03em; }
.cosmetics .ps-body p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.cosmetics .process-step-card--result .ps-number { background: radial-gradient(circle at 35% 30%, #c07a8d, var(--accent-dark) 72%); box-shadow: 0 10px 30px rgba(166, 74, 90, .3), inset 0 1px 0 rgba(255,255,255,.22); }
.cosmetics .process-step-card--result .ps-glyph { color: #fff; }
.cosmetics .process-step-card--result .ps-body { padding: 18px 22px; border-radius: 18px; background: color-mix(in srgb, var(--accent) 16%, white); border: 1px solid color-mix(in srgb, var(--accent-dark) 28%, transparent); }
.cosmetics .process-step-card--result .ps-body h3 { color: var(--ink); }
.cosmetics .process-step-card--result .ps-body p { color: #5c4d52; }
.cosmetics .contact-promise { background: #efe0df; border-left-color: var(--accent-dark); }
.cosmetics .deficit-trigger { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding: 18px 22px; border-radius: 16px; background: color-mix(in srgb, var(--accent) 22%, white); border: 1px solid var(--accent-dark); }
.cosmetics .deficit-icon { flex: 0 0 auto; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: color-mix(in srgb, var(--accent) 28%, white); color: var(--accent-dark); }
.cosmetics .deficit-trigger strong { color: var(--ink); }
.cosmetics .deficit-trigger > span:last-child { color: var(--muted); font-size: 14px; }
/* Video section — прогрев перед формой */
.cosmetics .video-section { padding: 94px 0 80px; background: #f5e7e4; }
.cosmetics .video-layout { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.cosmetics .video-copy .lead { max-width: 520px; }
.cosmetics .video-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 28px; }
.cosmetics .button--vk { gap: 10px; background: #0077ff; color: #fff; }
.cosmetics .button--vk:hover { background: #0066dd; }
.cosmetics .button--vk .vk-icon { flex: 0 0 auto; display: block; }
.cosmetics .video-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; font-weight: 650; }
.cosmetics .video-card { position: relative; display: block; overflow: hidden; border-radius: 28px 8px 28px 8px; background: #d8ebe6; box-shadow: var(--shadow); color: inherit; text-decoration: none; }
.cosmetics .video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(42,29,35,.28) 0%, transparent 38%, transparent 62%, rgba(42,29,35,.18) 100%); pointer-events: none; }
.cosmetics .video-card img { display: block; width: 100%; height: auto; object-fit: contain; transition: transform .45s cubic-bezier(.23,1,.32,1); }
.cosmetics .video-card:hover img,
.cosmetics .video-card:focus-visible img { transform: scale(1.015); }
.cosmetics .video-play { position: absolute; left: 50%; top: 50%; z-index: 2; display: grid; place-items: center; width: 78px; height: 78px; margin: -39px 0 0 -39px; border-radius: 50%; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 14px 36px rgba(82,48,56,.26); transition: transform .25s cubic-bezier(.23,1,.32,1); }
.cosmetics .video-play svg { margin-left: 3px; }
.cosmetics .video-card:hover .video-play { transform: scale(1.08); }
.cosmetics .video-badge { position: absolute; left: 18px; top: 18px; bottom: auto; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.95); color: var(--ink); font-size: 12px; font-weight: 800; box-shadow: 0 10px 24px rgba(42,29,35,.16); }
.cosmetics .video-badge .vk-icon { color: #0077ff; flex: 0 0 auto; }
@media (max-width: 900px) {
  .cosmetics .video-layout { grid-template-columns: 1fr; gap: 32px; }
}

.cosmetics .footer { background: #f8f3f0; }
.cosmetics .footer--contacts .footer-inner { flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.cosmetics .footer-contacts { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.cosmetics .footer-contact-link { display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px 11px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fffdfb; color: var(--ink); font-size: 14px; font-weight: 750; transition: transform .2s cubic-bezier(.23,1,.32,1), box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.cosmetics .footer-contact-link:hover { transform: translateY(-2px); border-color: var(--accent-dark); box-shadow: 0 8px 22px rgba(82,48,56,.12); }
.cosmetics .fc-ico { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; }
.cosmetics .footer-contact-link--tg .fc-ico { background: #2AABEE; }
.cosmetics .footer-contact-link--wa .fc-ico { background: #25D366; }
.cosmetics .footer-contact-link--vk .fc-ico { background: #0077ff; }
.cosmetics .fc-icon { font-size: 16px; }

/* Pain section (Блок 2 — боль) */
.cosmetics .pain-section { background: #fffdfb; padding: 94px 0 60px; }
.cosmetics .pain-stats {
  display: flex;
  gap: 0;
  margin-bottom: 42px;
  border-radius: 28px;
  overflow: hidden;
  background: var(--ink);
  box-shadow: 0 24px 56px rgba(82, 48, 56, .16);
}
.cosmetics .pain-stat {
  flex: 1;
  padding: 36px 32px 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}
.cosmetics .pain-stat + .pain-stat { border-left: 1px solid rgba(255, 255, 255, .12); }
.cosmetics .pain-stat strong {
  display: block;
  color: var(--accent);
  font-size: clamp(56px, 8vw, 84px);
  line-height: .92;
  letter-spacing: -.06em;
  font-weight: 850;
}
.cosmetics .pain-stat span {
  display: block;
  margin-top: 12px;
  color: #d8c9cc;
  font-size: 15px;
  font-weight: 650;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.cosmetics .pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cosmetics .pain-card { display: flex; gap: 18px; padding: 28px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); transition: transform .25s cubic-bezier(.23,1,.32,1), box-shadow .25s ease; }
.cosmetics .pain-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(82,48,56,.1); }
.cosmetics .pain-icon { flex: 0 0 auto; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: color-mix(in srgb, #b54a5a 12%, white); color: #b54a5a; line-height: 1; }
.cosmetics .pain-card h3 { margin: 0 0 8px; font-size: 17px; letter-spacing: -.02em; }
.cosmetics .pain-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
@media (max-width: 520px) {
  .cosmetics .pain-stats { flex-direction: column; }
  .cosmetics .pain-stat + .pain-stat { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .12); }
  .cosmetics .pain-grid { grid-template-columns: 1fr; }
  .cosmetics .pain-card { padding: 22px 20px; }
}

/* Shared SVG icons */
.cosmetics .ico { display: block; width: 24px; height: 24px; color: inherit; }
.cosmetics .ico--sm { width: 16px; height: 16px; }
.cosmetics .ico--lg { width: 36px; height: 36px; }

/* Hero live badges */
.cosmetics .proof-badge { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(51,37,42,.1); border-radius: 999px; background: rgba(255,253,251,.96); color: var(--ink); font-size: 12px; font-weight: 800; box-shadow: 0 12px 28px rgba(82,48,56,.14); animation: proof-badge-float 5.5s ease-in-out infinite; }
.cosmetics .proof-badge--time { top: 22px; left: -18px; }
.cosmetics .proof-badge--easy { top: 86px; right: -12px; animation-delay: -.9s; }
.cosmetics .proof-badge .ico { color: var(--accent-dark); }
@keyframes proof-badge-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

/* Mid-page CTA */
.cosmetics .mid-cta { padding: 0 0 8px; background: #fffdfb; }
.cosmetics .mid-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; border-radius: var(--radius); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.cosmetics .mid-cta-copy { display: grid; gap: 6px; max-width: 720px; }
.cosmetics .mid-cta-copy strong { font-size: 20px; letter-spacing: -.03em; }
.cosmetics .mid-cta-copy span { color: #d8c9cc; font-size: 14px; line-height: 1.5; }
.cosmetics .mid-cta .button--accent { flex: 0 0 auto; }

/* ROI note under solution */
.cosmetics .roi-note { display: flex; align-items: flex-start; gap: 14px; margin-top: 18px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 18px; background: color-mix(in srgb, var(--accent) 14%, white); }
.cosmetics .roi-note .ico { flex: 0 0 auto; margin-top: 3px; color: var(--accent-dark); }
.cosmetics .roi-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.cosmetics .roi-note strong { color: var(--ink); }

/* Case rank chips */
.cosmetics .rank-chip { display: inline-flex; align-items: center; margin-top: 2px; padding: 7px 12px; border-radius: 999px; font-size: 15px; font-weight: 850; letter-spacing: -.02em; }
.cosmetics .rank-chip--bad { background: color-mix(in srgb, #b54a5a 14%, white); color: #b54a5a; }
.cosmetics .rank-chip--good { background: color-mix(in srgb, #3a7d4f 16%, white); color: #2f6a42; animation: rank-chip-pulse 2.8s ease-in-out infinite; }
@keyframes rank-chip-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(58,125,79,.0); }
  50% { box-shadow: 0 0 0 6px rgba(58,125,79,.12); }
}
.cosmetics .case-stat .case-detail { margin-top: 8px; }
.cosmetics .case-soon-icon .ico { width: 40px; height: 40px; }
.cosmetics .audience-card--active .audience-icon { background: linear-gradient(145deg, color-mix(in srgb, var(--accent) 55%, white), color-mix(in srgb, var(--accent) 22%, white)); box-shadow: 0 12px 26px rgba(143, 82, 99, .16), inset 0 1px 0 rgba(255,255,255,.8); }

/* Hero floating result chips */
.cosmetics .proof-float {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  padding: 12px 16px;
  border: 1px solid rgba(51, 37, 42, .1);
  border-radius: 18px;
  background: rgba(255, 253, 251, .97);
  box-shadow: 0 16px 36px rgba(82, 48, 56, .16);
  animation: proof-badge-float 6s ease-in-out infinite;
}
.cosmetics .proof-float strong { font-size: 22px; letter-spacing: -.04em; line-height: 1; color: var(--ink); }
.cosmetics .proof-float span { color: var(--muted); font-size: 11px; font-weight: 700; }
.cosmetics .proof-float--rank { left: -12px; bottom: 118px; animation-delay: -1.4s; }
.cosmetics .proof-float--rank strong { color: #2f6a42; }
.cosmetics .proof-float--rating { right: 18px; top: 148px; animation-delay: -2.2s; }
.cosmetics .proof-stars { color: #c9a24b; letter-spacing: 1px; font-size: 12px !important; }

/* Audit checklist near form */
.cosmetics .audit-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.cosmetics .audit-checklist li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.cosmetics .audit-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-dark);
}

/* Sample audit preview near form */
.cosmetics .audit-sample {
  margin: 28px 0 0;
  max-width: 420px;
}
.cosmetics .audit-sample-stack {
  position: relative;
  min-height: 340px;
  margin-bottom: 12px;
}
.cosmetics .audit-sample-page {
  display: block;
  padding: 0;
  width: 72%;
  border: 1px solid rgba(51, 37, 42, .08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(82, 48, 56, .16);
  cursor: zoom-in;
  overflow: hidden;
  transition: transform .25s cubic-bezier(.23, 1, .32, 1), box-shadow .25s ease;
}
.cosmetics .audit-sample-page img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.cosmetics .audit-sample-page--back {
  position: absolute;
  right: 0;
  top: 28px;
  z-index: 1;
  transform: rotate(4deg);
  opacity: .92;
}
.cosmetics .audit-sample-page--front {
  position: relative;
  z-index: 2;
  transform: rotate(-2.5deg);
}
.cosmetics .audit-sample-page:hover,
.cosmetics .audit-sample-page:focus-visible {
  z-index: 3;
  box-shadow: 0 22px 52px rgba(82, 48, 56, .22);
  outline: none;
}
.cosmetics .audit-sample-page--back:hover,
.cosmetics .audit-sample-page--back:focus-visible {
  transform: rotate(2deg) translateY(-6px) scale(1.03);
}
.cosmetics .audit-sample-page--front:hover,
.cosmetics .audit-sample-page--front:focus-visible {
  transform: rotate(-1deg) translateY(-4px) scale(1.02);
}
.cosmetics .audit-sample figcaption {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}
.cosmetics .audit-sample-cta {
  margin-top: 16px;
  width: 100%;
  max-width: 360px;
}

/* Audit lightbox */
.cosmetics .audit-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(42, 29, 35, .72);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s cubic-bezier(.23, 1, .32, 1), visibility .2s;
}
.cosmetics .audit-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.cosmetics .audit-lightbox-dialog {
  position: relative;
  max-width: min(720px, 100%);
  max-height: min(92vh, 100%);
  overflow: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .35);
  transform: scale(.94);
  transition: transform .2s cubic-bezier(.23, 1, .32, 1);
}
.cosmetics .audit-lightbox.is-open .audit-lightbox-dialog {
  transform: scale(1);
}
.cosmetics .audit-lightbox-dialog img {
  display: block;
  width: 100%;
  height: auto;
}
.cosmetics .audit-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(42, 29, 35, .88);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.cosmetics .audit-lightbox-close:hover {
  background: var(--ink);
}

/* Second audit CTA band before form */
.cosmetics .audit-cta-band {
  padding: 28px 0 8px;
  background: #f5e7e4;
}
.cosmetics .audit-cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 32px 36px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse 50% 80% at 100% 0%, rgba(216, 155, 171, .35), transparent 55%),
    var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}
.cosmetics .audit-cta-band .kicker { color: var(--accent); }
.cosmetics .audit-cta-band h2 {
  margin: 0 0 8px;
  max-width: 560px;
  color: #fff;
  font-size: clamp(26px, 3.4vw, 34px);
  letter-spacing: -.04em;
}
.cosmetics .audit-cta-band p { margin: 0; max-width: 520px; color: #d8c9cc; font-size: 15px; line-height: 1.5; }
.cosmetics .audit-cta-band .button--accent { flex: 0 0 auto; }

@media (max-width: 820px) {
  .cosmetics .proof-badge--time { left: 14px; top: 14px; }
  .cosmetics .proof-badge--easy { right: 14px; top: 64px; }
  .cosmetics .proof-float--rank { left: 14px; bottom: 96px; }
  .cosmetics .proof-float--rating { right: 14px; top: 118px; }
  .cosmetics .mid-cta-inner { flex-direction: column; align-items: flex-start; }
  .cosmetics .mid-cta .button--accent { width: 100%; }
  .cosmetics .audit-cta-band-inner { flex-direction: column; align-items: flex-start; }
  .cosmetics .audit-cta-band .button--accent { width: 100%; }
  .cosmetics .audit-checklist { grid-template-columns: 1fr; }
  .cosmetics .audit-sample { max-width: 100%; }
  .cosmetics .audit-sample-stack { min-height: 300px; }
}
@media (max-width: 520px) {
  .cosmetics .proof-badge { font-size: 11px; padding: 8px 11px; }
  .cosmetics .proof-badge--easy { top: auto; bottom: 78px; right: 14px; }
  .cosmetics .proof-float--rating { top: auto; bottom: 168px; }
  .cosmetics .proof-float { padding: 10px 12px; }
  .cosmetics .proof-float strong { font-size: 18px; }
  .cosmetics .roi-note { flex-direction: column; gap: 10px; }
}

@media (max-width: 820px) {
  .cosmetics .hero-grid, .cosmetics .proof-grid { grid-template-columns: 1fr; gap: 40px; }
  .cosmetics .hero { padding: 62px 0 66px; }
  .cosmetics .proof-image-wrap, .cosmetics .proof-image-wrap > img { min-height: 380px; height: 380px; }
  .cosmetics .proof-note { right: 14px; bottom: 22px; }
  .cosmetics .platform-strip-inner { align-items: flex-start; flex-direction: column; }
  .cosmetics .work-columns { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 520px) {
  .cosmetics h1 { font-size: 44px; }
  .cosmetics .hero-actions { align-items: flex-start; flex-direction: column; }
  .cosmetics .hero-actions .button { width: 100%; }
  .cosmetics .text-link { padding-left: 0; }
  .cosmetics .proof-image-wrap, .cosmetics .proof-image-wrap > img { min-height: 320px; height: 320px; }
  .cosmetics .proof-image-wrap { border-radius: 2px 70px 2px 70px; }
  .cosmetics .proof-caption { left: 14px; right: 14px; justify-content: center; }
}
