:root{
  --berry:#C84F7D;
  --berry-2:#E56F9B;
  --berry-dark:#812847;
  --berry-deep:#4C2032;
  --rose:#F5AFC8;
  --berry-soft:#F7DDE7;
  --pink-bg:#FFF2F7;
  --pink-strong:#FFE3EE;
  --surface:#FFFFFF;
  --surface-glass:rgba(255,255,255,.78);
  --surface-soft:rgba(255,248,251,.82);
  --text:#2F2027;
  --muted:#735B65;
  --muted-2:#927985;
  --line:#EED7E1;
  --line-strong:#E4BBCB;
  --success:#2E7157;
  --warning:#8A5B19;
  --shadow-xs:0 8px 24px rgba(84,35,55,.07);
  --shadow-sm:0 14px 36px rgba(84,35,55,.09);
  --shadow:0 24px 70px rgba(84,35,55,.12);
  --shadow-hero:0 34px 90px rgba(109,40,68,.17);
  --radius:28px;
  --radius-sm:18px;
  --radius-lg:40px;
  --max:1240px;
  --font-body:"Segoe UI Variable Text","Avenir Next","Helvetica Neue",Inter,"Segoe UI",Roboto,Arial,sans-serif;
  --font-display:"Segoe UI Variable Display","Avenir Next","Helvetica Neue",Inter,"Segoe UI",Roboto,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px;background:#fff}
body{
  margin:0;
  min-width:320px;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 10% 4%,rgba(245,175,200,.16),transparent 26rem),
    radial-gradient(circle at 88% 12%,rgba(200,79,125,.08),transparent 30rem),
    linear-gradient(180deg,#fff 0,#fff9fb 48%,#fff 100%);
  color:var(--text);
  font-family:var(--font-body);
  font-size:17px;
  line-height:1.68;
  letter-spacing:-.006em;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  position:relative;
}
body::after{
  content:"";
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  width:clamp(280px,28vw,520px);
  background-image:url("/assets/right-ornament.png");
  background-repeat:no-repeat;
  background-position:right center;
  background-size:100% 100%;
  opacity:.58;
  pointer-events:none;
  z-index:18;
}

a{color:var(--berry-dark);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--berry)}
img{max-width:100%;height:auto}
button,input,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
::selection{background:#F6C6D8;color:var(--berry-deep)}

.container{width:min(calc(100% - 44px),var(--max));margin-inline:auto}

.scroll-progress{
  position:fixed;z-index:90;left:0;top:0;height:3px;width:100%;
  transform:scaleX(0);transform-origin:left center;
  background:linear-gradient(90deg,var(--berry-2),var(--berry),#8B3052);
  box-shadow:0 0 18px rgba(200,79,125,.42);
  pointer-events:none;
}

.site-header{
  position:sticky;top:0;z-index:60;
  padding-top:max(0px,env(safe-area-inset-top));
  background:rgba(255,255,255,.66);
  backdrop-filter:blur(22px) saturate(1.35);
  -webkit-backdrop-filter:blur(22px) saturate(1.35);
  border-bottom:1px solid rgba(238,215,225,.68);
  transition:background .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.site-header.is-scrolled{background:rgba(255,255,255,.86);box-shadow:0 10px 40px rgba(84,35,55,.07);border-bottom-color:rgba(228,187,203,.78)}
.header-row{height:76px;display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:var(--berry-deep);font-family:var(--font-display);font-weight:760;letter-spacing:-.03em;font-size:24px;white-space:nowrap}
.brand-mark{width:44px;height:44px;border-radius:50%;background:#FFF7FA;display:grid;place-items:center;color:#fff;box-shadow:0 8px 20px rgba(200,79,125,.13);position:relative;overflow:hidden;border:1px solid rgba(224,190,202,.78);padding:2px}
.brand-mark::after{content:none}

.brand-mark img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;border-radius:50%}
.nav{margin-left:auto;display:flex;align-items:center;gap:28px}
.nav a{text-decoration:none;font-weight:600;color:#5F4852;font-size:15px;position:relative}
.nav>a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;border-radius:2px;background:var(--berry);transition:right .2s ease}
.nav>a:not(.nav-cta):hover::after{right:0}
.nav a:hover{color:var(--berry)}

.nav-cta,.button{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;border:0;border-radius:999px;padding:12px 21px;
  background:linear-gradient(135deg,#DA638F 0%,var(--berry) 48%,#A83762 100%);
  background-size:180% 180%;
  color:#fff!important;font-weight:600;font-size:15px;line-height:1.2;text-decoration:none;
  box-shadow:0 11px 28px rgba(200,79,125,.24),inset 0 1px 0 rgba(255,255,255,.18);
  cursor:pointer;position:relative;overflow:hidden;isolation:isolate;
  transition:transform .2s ease,box-shadow .2s ease,background-position .25s ease;
}
.nav-cta::before,.button::before{content:"";position:absolute;z-index:-1;inset:-2px;background:linear-gradient(115deg,transparent 26%,rgba(255,255,255,.32) 45%,transparent 65%);transform:translateX(-120%);transition:transform .55s ease}
.button:hover,.nav-cta:hover{transform:translateY(-2px);box-shadow:0 17px 38px rgba(200,79,125,.30);background-position:100% 50%}
.button:hover::before,.nav-cta:hover::before{transform:translateX(120%)}
.button:active,.nav-cta:active{transform:translateY(0) scale(.985)}
.button.secondary{background:rgba(255,255,255,.78);color:var(--berry-dark)!important;border:1px solid var(--line);box-shadow:0 9px 22px rgba(84,35,55,.05);backdrop-filter:blur(10px)}
.button.secondary:hover{background:#fff;border-color:var(--line-strong);box-shadow:0 14px 30px rgba(84,35,55,.08)}

.menu-toggle{display:none;margin-left:auto;border:1px solid rgba(228,187,203,.65);background:rgba(255,255,255,.72);width:46px;height:46px;border-radius:15px;color:var(--berry-deep);place-items:center;cursor:pointer;box-shadow:var(--shadow-xs)}
.menu-toggle .menu-lines,.menu-toggle .menu-lines::before,.menu-toggle .menu-lines::after{display:block;width:20px;height:2px;border-radius:2px;background:currentColor;transition:transform .22s ease,opacity .22s ease}
.menu-toggle .menu-lines{position:relative}
.menu-toggle .menu-lines::before,.menu-toggle .menu-lines::after{content:"";position:absolute;left:0}
.menu-toggle .menu-lines::before{top:-6px}.menu-toggle .menu-lines::after{top:6px}
.menu-toggle[aria-expanded="true"] .menu-lines{background:transparent}
.menu-toggle[aria-expanded="true"] .menu-lines::before{transform:translateY(6px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] .menu-lines::after{transform:translateY(-6px) rotate(-45deg)}

.hero{padding:68px 0 60px;overflow:hidden;position:relative;isolation:isolate}
.hero::before{content:none}
.hero::after{content:none}
.hero>.container{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr);grid-template-areas:"copy visual" "cta visual";align-items:center;column-gap:60px;row-gap:14px}
.hero-copy{grid-area:copy;max-width:740px}
.hero-cta-group{grid-area:cta;max-width:680px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,242,247,.78);backdrop-filter:blur(8px);border:1px solid var(--line);color:var(--berry-dark);border-radius:999px;padding:8px 13px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 7px 20px rgba(84,35,55,.04)}
.hero h1{font-family:var(--font-display);font-size:clamp(32px,3.7vw,48px);line-height:1.08;letter-spacing:-.036em;margin:16px 0 18px;color:var(--berry-deep);max-width:700px;text-wrap:balance;font-weight:700}
.hero h1 em{font-style:normal;background:linear-gradient(135deg,#E875A0 5%,var(--berry) 45%,#8A2C50 98%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{font-size:clamp(17px,1.55vw,20px);line-height:1.66;color:#604B54;max-width:680px;margin:0;text-wrap:pretty}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:0}
.hero-note{margin-top:19px;color:var(--muted);font-size:13px;max-width:640px;line-height:1.55}

.hero-visual{grid-area:visual;position:relative;min-height:510px;display:grid;place-items:center;isolation:isolate;perspective:1000px}
.hero-visual::before,.hero-visual::after{content:none}
.hero-visual::before{content:none}
.hero-visual::after{content:none}
.hero-glow{display:none}
.hero-orb{display:none}
.hero-orb.orb-one{display:none}
.hero-orb.orb-two{display:none}
.avatar-card{position:relative;width:min(100%,460px);display:grid;place-items:center;background:transparent;border:0;box-shadow:none;overflow:visible;transform-style:preserve-3d;will-change:transform;transition:transform .28s ease}
.avatar-card::before{content:none}
.avatar-card::after{content:none}
.avatar-card img{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 18px 26px rgba(84,35,55,.09));position:relative;z-index:2;animation:avatarFloat 5.4s ease-in-out infinite}
.floating-chip{position:absolute;background:rgba(255,255,255,.9);backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2);border:1px solid rgba(238,215,225,.9);border-radius:18px;padding:11px 15px;box-shadow:0 16px 38px rgba(84,35,55,.09);font-size:13px;font-weight:700;color:var(--berry-deep);z-index:4;white-space:nowrap}
.floating-chip::before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--rose),var(--berry));margin-right:8px;box-shadow:0 0 0 4px rgba(200,79,125,.09)}
.chip-one{top:44px;left:-10px;animation:chipFloatA 5s ease-in-out infinite}
.chip-two{right:-6px;bottom:48px;animation:chipFloatB 6s ease-in-out infinite}
.hero-spark{position:absolute;width:13px;height:13px;z-index:4;opacity:.85;animation:sparkle 3.5s ease-in-out infinite}
.hero-spark::before,.hero-spark::after{content:"";position:absolute;background:linear-gradient(#F9AFC9,#C84F7D);border-radius:999px}
.hero-spark::before{width:3px;height:13px;left:5px;top:0}.hero-spark::after{width:13px;height:3px;left:0;top:5px}
.hero-spark.s1{top:18%;right:4%}.hero-spark.s2{left:5%;bottom:24%;transform:scale(.72);animation-delay:-1.5s}

.section{padding:76px 0;position:relative}
.section.soft{background:linear-gradient(180deg,rgba(255,241,246,.57),rgba(255,255,255,.74));border-block:1px solid rgba(244,228,234,.95)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}
.section-head h2,.content-title{font-family:var(--font-display);font-size:clamp(24px,2.45vw,30px);line-height:1.16;letter-spacing:-.025em;margin:0;color:var(--berry-deep);font-weight:680;text-wrap:balance}
.section-head p{margin:0;max-width:620px;color:var(--muted);text-wrap:pretty}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.card{display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,252,253,.92));border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow-xs);text-decoration:none;color:var(--text);min-height:224px;position:relative;overflow:hidden;isolation:isolate;transition:transform .25s cubic-bezier(.2,.8,.2,1),border-color .25s ease,box-shadow .25s ease}
.card::before{content:"";position:absolute;z-index:-1;width:160px;height:160px;border-radius:50%;right:-95px;top:-90px;background:radial-gradient(circle,rgba(245,175,200,.25),transparent 70%);transition:transform .35s ease,opacity .35s ease}
.card:hover{transform:translateY(-6px);border-color:#E7B9CB;box-shadow:0 24px 52px rgba(84,35,55,.11);color:var(--text)}
.card:hover::before{transform:scale(1.45);opacity:1}
.card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#FFF4F8,#F8DCE7);border:1px solid #F0D1DE;margin-bottom:20px;color:var(--berry);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.card-icon svg{width:24px;height:24px;stroke:currentColor}
.card h3{font-family:var(--font-display);font-size:19px;line-height:1.28;margin:0 0 10px;color:var(--berry-deep);letter-spacing:-.018em;font-weight:680;text-wrap:balance}
.card p{margin:0;color:var(--muted);font-size:15px}
.card .more{margin-top:auto;padding-top:19px;color:var(--berry-dark);font-weight:800;font-size:14px;display:inline-flex;align-items:center;gap:6px}
.card .more::after{content:"→";transition:transform .18s ease}.card:hover .more::after{transform:translateX(4px)}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:step}
.step{background:rgba(255,255,255,.92);border-radius:var(--radius);padding:29px;border:1px solid var(--line);box-shadow:var(--shadow-xs);position:relative;overflow:hidden}
.step::after{content:"";position:absolute;right:-55px;bottom:-64px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(245,175,200,.18),transparent 72%)}
.step:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:42px;height:42px;border-radius:15px;background:linear-gradient(145deg,var(--berry-2),var(--berry-dark));color:white;font-weight:900;margin-bottom:19px;box-shadow:0 10px 22px rgba(200,79,125,.22)}
.step h3{margin:0 0 8px;color:var(--berry-deep);font-family:var(--font-display);font-size:21px;letter-spacing:-.025em}.step p{margin:0;color:var(--muted)}

.cta-panel{border-radius:38px;background:radial-gradient(circle at 88% 15%,rgba(255,255,255,.17),transparent 24rem),linear-gradient(135deg,#572238,#8F3156 48%,#D15A87);color:#fff;padding:44px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:34px;box-shadow:0 30px 72px rgba(110,38,66,.22);position:relative;overflow:hidden}
.cta-panel::before{content:"";position:absolute;inset:-100% 65% -100% -35%;background:linear-gradient(110deg,transparent,rgba(255,255,255,.08),transparent);transform:rotate(15deg);animation:ctaSweep 8s ease-in-out infinite}
.cta-panel h2{font-family:var(--font-display);margin:0 0 10px;font-size:clamp(24px,2.8vw,32px);line-height:1.14;letter-spacing:-.025em;font-weight:680;text-wrap:balance}.cta-panel p{margin:0;color:#FDE8F1;max-width:720px}.cta-panel .button{background:#fff;color:var(--berry-dark)!important;box-shadow:0 14px 32px rgba(52,11,27,.16);white-space:nowrap}

.page-hero{padding:58px 0 30px;position:relative}.page-hero::after{content:"";position:absolute;right:2%;top:-28%;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(245,175,200,.14),transparent 70%);pointer-events:none}
.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:18px}.breadcrumbs a{color:var(--muted)}.breadcrumbs span{margin:0 7px;color:#B89AA7}
.article-layout{display:grid;grid-template-columns:minmax(0,780px) minmax(250px,1fr);gap:56px;align-items:start;padding-bottom:78px}
.article h1{font-family:var(--font-display);font-size:clamp(30px,3.5vw,42px);line-height:1.1;letter-spacing:-.03em;margin:0 0 22px;color:var(--berry-deep);font-weight:700;text-wrap:balance}
.article .lead{font-size:21px;line-height:1.62;color:#5D4851;margin:0 0 29px;text-wrap:pretty}
.article-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:35px}.meta-pill{font-size:12px;border-radius:999px;padding:7px 11px;background:rgba(255,242,247,.8);color:var(--muted);border:1px solid var(--line)}
.article h2{font-family:var(--font-display);font-size:24px;line-height:1.22;letter-spacing:-.02em;color:var(--berry-deep);margin:40px 0 14px;font-weight:680;text-wrap:balance}
.article p{margin:0 0 17px;text-wrap:pretty}.article ul{padding-left:22px;margin:13px 0 20px}.article li{margin:7px 0}
.summary-box{margin:38px 0;background:linear-gradient(145deg,#FFF4F8,#FFF9FB);border:1px solid var(--line);border-radius:25px;padding:25px;box-shadow:var(--shadow-xs)}.summary-box h2{margin:0 0 13px;font-size:23px}.summary-box ul{margin:0}
.source-box{margin-top:44px;padding-top:25px;border-top:1px solid var(--line)}.source-box h2{font-size:21px;margin:0 0 12px}.source-box ol{padding-left:22px;font-size:14px;color:var(--muted)}
.sidebar{position:sticky;top:104px;display:grid;gap:16px}.side-card{border:1px solid var(--line);background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:23px;padding:21px;box-shadow:var(--shadow-xs)}.side-card strong{display:block;font-size:17px;color:var(--berry-deep);margin-bottom:7px}.side-card p{font-size:14px;color:var(--muted);margin:0 0 15px}.side-card .button{width:100%;padding:11px 14px}
.article-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.article-list .card{min-height:194px}
.category-label{font-size:12px;text-transform:uppercase;letter-spacing:.075em;color:var(--berry);font-weight:850;margin-bottom:12px}

.calculator-wrap{display:grid;grid-template-columns:minmax(0,650px) minmax(270px,1fr);gap:38px;align-items:start;padding-bottom:74px}
.calc-card{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:32px;padding:30px;box-shadow:var(--shadow);backdrop-filter:blur(10px)}
.calc-card h1{font-family:var(--font-display);font-size:clamp(28px,3.2vw,38px);line-height:1.12;letter-spacing:-.028em;margin:0 0 14px;color:var(--berry-deep);font-weight:700;text-wrap:balance}
.calc-card>.intro{color:var(--muted);margin:0 0 26px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:800;color:#5E4651}.field input,.field select{width:100%;min-height:50px;border:1px solid #DEC6D0;background:rgba(255,255,255,.94);border-radius:15px;padding:13px 14px;color:var(--text);outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.field input:hover,.field select:hover{border-color:#D6AFC0}.field input:focus,.field select:focus{border-color:var(--berry);box-shadow:0 0 0 4px rgba(200,79,125,.105);background:#fff}
.calc-actions{display:flex;gap:10px;margin-top:19px;flex-wrap:wrap}
.result{display:none;margin-top:21px;border-radius:21px;background:linear-gradient(145deg,#FFF2F7,#FFF9FB);border:1px solid var(--line);padding:21px;box-shadow:var(--shadow-xs)}.result.show{display:block;animation:resultIn .35s ease both}.result-number{font-family:var(--font-display);font-size:38px;font-weight:860;letter-spacing:-.05em;color:var(--berry-dark);line-height:1}.result h2{font-size:20px;margin:0 0 7px}.result p{font-size:14px;margin:10px 0 0;color:#604953}.result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:15px}.result-cell{background:#fff;border-radius:15px;padding:14px;border:1px solid rgba(238,215,225,.75)}.result-cell b{display:block;color:var(--berry-dark);font-size:20px}.result-cell span{font-size:12px;color:var(--muted)}
.notice{border-left:4px solid var(--berry);background:#FFF8FB;border-radius:4px 17px 17px 4px;padding:16px 18px;color:#624B55;font-size:14px;margin:19px 0}.notice.warning{border-left-color:#D29A42;background:#FFFAF1}
.tool-info{display:grid;gap:16px}.tool-info .side-card{padding:22px}.tool-info h2{margin:0 0 10px;font-size:20px;color:var(--berry-deep)}.tool-info p,.tool-info li{font-size:14px;color:var(--muted)}
.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:19px;padding:18px 20px;box-shadow:var(--shadow-xs)}.faq summary{cursor:pointer;font-weight:800;color:var(--berry-deep)}.faq p{color:var(--muted);margin:12px 0 0}

.site-footer{margin-top:22px;background:radial-gradient(circle at 85% 8%,rgba(200,79,125,.18),transparent 28rem),#2D1B22;color:#E9DCE1;padding:46px 0 max(30px,env(safe-area-inset-bottom))}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:30px}.site-footer .brand{color:#fff}.site-footer p{color:#BFAEB5;font-size:14px;max-width:540px}.footer-links{display:grid;gap:9px;align-content:start}.footer-links strong{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:3px}.footer-links a{color:#D8C7CE;text-decoration:none;font-size:14px}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:21px;color:#AA969E;font-size:12px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.not-found{min-height:60vh;display:grid;place-items:center;text-align:center}.not-found h1{font-family:var(--font-display);font-size:92px;margin:0;background:linear-gradient(135deg,var(--berry-2),var(--berry-dark));-webkit-background-clip:text;background-clip:text;color:transparent}.not-found h2{margin:0;color:var(--berry-deep)}
.skip{position:absolute;left:-9999px;top:auto}.skip:focus{left:12px;top:12px;z-index:100;background:#fff;padding:10px 14px;border-radius:9px;box-shadow:var(--shadow-sm)}

:focus-visible{outline:3px solid rgba(200,79,125,.34);outline-offset:3px;border-radius:10px}

/* Reveal animation is activated only when JavaScript is available. */
.js .reveal{opacity:0;transform:translateY(18px);filter:blur(3px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.75,.2,1),filter .65s ease}
.js .reveal.is-visible{opacity:1;transform:none;filter:none}
.js .reveal[data-delay="1"]{transition-delay:.06s}.js .reveal[data-delay="2"]{transition-delay:.12s}.js .reveal[data-delay="3"]{transition-delay:.18s}

@keyframes avatarFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes chipFloatA{0%,100%{transform:translate(0,0)}50%{transform:translate(7px,-8px)}}
@keyframes chipFloatB{0%,100%{transform:translate(0,0)}50%{transform:translate(-6px,7px)}}
@keyframes glowBreathe{0%,100%{transform:scale(.98);opacity:.85}50%{transform:scale(1.05);opacity:1}}
@keyframes orbitPulse{0%,100%{transform:scale(.98);opacity:.52}50%{transform:scale(1.035);opacity:.8}}
@keyframes slowRotate{to{transform:rotate(360deg)}}
@keyframes sparkle{0%,100%{opacity:.25;transform:scale(.7) rotate(0)}50%{opacity:1;transform:scale(1.05) rotate(90deg)}}
@keyframes ctaSweep{0%,70%,100%{transform:translateX(-25%) rotate(15deg)}85%{transform:translateX(180%) rotate(15deg)}}
@keyframes resultIn{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}

@media(min-width:1500px){
  :root{--max:1280px}
  .hero{padding-top:78px}.hero-grid{column-gap:72px}.hero-visual{min-height:520px}.avatar-card{width:480px}
}

@media(max-width:1100px){
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.84fr);column-gap:34px;row-gap:12px}
  .hero-visual{min-height:446px}.avatar-card{width:368px}.hero-visual::before{content:none}.hero-visual::after{content:none}.hero-glow{display:none}.chip-one{left:-4px;top:36px}.chip-two{right:-2px;bottom:34px}
  .article-layout{gap:38px}.calculator-wrap{gap:30px}
}

@media(max-width:920px){
  .hero-grid,.article-layout,.calculator-wrap{grid-template-columns:1fr}.hero-grid{grid-template-areas:"copy" "visual" "cta"}
  .hero{padding-top:54px}.hero-grid{gap:22px}.hero> .container{max-width:820px}.hero-copy,.hero-cta-group{max-width:none}
  .hero-visual{min-height:392px;margin-top:0}.avatar-card{width:360px}.hero-visual::before{content:none}.hero-glow{display:none}.hero-actions{justify-content:flex-start}.chip-one{left:10px;top:18px}.chip-two{right:8px;bottom:12px}
  .sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .steps{grid-template-columns:1fr}.step{display:grid;grid-template-columns:auto 1fr;column-gap:16px}.step:before{grid-row:1/3}.step h3{align-self:end}.step p{grid-column:2}
  .cta-panel{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}

@media(max-width:760px){
  body{font-size:16px}.container{width:min(calc(100% - 30px),var(--max))}
  .header-row{height:68px}.brand{font-size:22px}.brand-mark{width:36px;height:36px;border-radius:50%}
  .menu-toggle{display:grid}
  .nav{display:flex;position:absolute;left:15px;right:15px;top:calc(70px + env(safe-area-inset-top));background:rgba(255,255,255,.94);backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);border:1px solid var(--line);border-radius:22px;padding:12px;box-shadow:0 24px 60px rgba(84,35,55,.15);flex-direction:column;align-items:stretch;gap:3px;opacity:0;visibility:hidden;transform:translateY(-9px) scale(.985);transform-origin:top center;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
  .nav.open{opacity:1;visibility:visible;transform:none}.nav a{padding:12px 13px;border-radius:13px}.nav>a:not(.nav-cta)::after{display:none}.nav>a:not(.nav-cta):hover{background:var(--pink-bg)}.nav .nav-cta{margin-top:5px}
  .hero{padding:34px 0 30px}.hero-grid{gap:18px}.hero h1{font-size:clamp(30px,8.8vw,36px);line-height:1.1;margin-top:14px}.hero-lead{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr;max-width:520px}.hero-actions .button{width:100%}.hero-cta-group{display:grid;gap:0}
  .hero-visual{min-height:350px}.avatar-card{width:min(82vw,320px)}.hero-glow{display:none}.hero-visual::before{content:none}.hero-visual::after{content:none}.floating-chip{font-size:11px;padding:9px 11px;border-radius:15px}.chip-one{left:8px;top:0}.chip-two{right:8px;bottom:2px}.hero-spark.s1{right:2%;top:10%}.hero-note{margin-top:14px}
  .section{padding:52px 0}.section-head{display:block}.section-head p{margin-top:11px}.cards,.article-list{grid-template-columns:1fr}.card{min-height:0;padding:23px}.cta-panel{padding:29px;border-radius:29px}.cta-panel .button{width:100%}
  .page-hero{padding-top:38px}.article h1{font-size:clamp(28px,7vw,36px)}.article .lead{font-size:17px}.article h2{font-size:22px}.sidebar{grid-template-columns:1fr}.calc-card{padding:22px}.calc-card h1{font-size:clamp(27px,7vw,34px)}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.result-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}
}

@media(max-width:480px){
  .container{width:min(calc(100% - 24px),var(--max))}
  .site-header{backdrop-filter:blur(17px) saturate(1.25);-webkit-backdrop-filter:blur(17px) saturate(1.25)}
  .header-row{height:64px}.brand{font-size:20px;gap:9px}.brand-mark{width:34px;height:34px}.menu-toggle{width:43px;height:43px}
  .hero{padding-top:30px}.hero h1{font-size:clamp(28px,8.5vw,34px);letter-spacing:-.025em}.hero-lead{font-size:16px}.eyebrow{font-size:10px;padding:7px 11px;letter-spacing:.07em}.hero-note{font-size:12px}
  .hero-visual{min-height:312px}.avatar-card{width:min(84vw,292px)}.hero-glow{display:none}.hero-visual::before{content:none}.hero-visual::after{content:none}.floating-chip{max-width:54vw;white-space:normal;line-height:1.25}.chip-one{left:0;top:-2px}.chip-two{right:0;bottom:-2px}.avatar-card::after{width:44px;height:44px}
  .section{padding:42px 0}.section-head h2,.content-title{font-size:clamp(23px,6.5vw,28px)}.card{border-radius:24px;padding:21px}.steps{gap:15px}.step{display:block;padding:23px}.step:before{margin-bottom:15px}.step p{grid-column:auto}
  .cta-panel{padding:25px;border-radius:25px}.cta-panel h2{font-size:clamp(23px,6.8vw,28px)}
  .breadcrumbs{font-size:12px}.article h1{font-size:clamp(28px,7.8vw,34px)}.article h2{font-size:21px}.article-meta{margin-bottom:29px}.summary-box{padding:20px;border-radius:21px}
  .calc-card{padding:19px;border-radius:26px}.result-grid{grid-template-columns:1fr}.button{padding-inline:17px}.site-footer{padding-top:38px}
}

@media(max-width:360px){
  .container{width:min(calc(100% - 20px),var(--max))}.brand{font-size:19px}.hero h1{font-size:28px}.hero-visual{min-height:292px}.avatar-card{width:282px}.hero-glow{display:none}.hero-visual::before{content:none}.hero-visual::after{content:none}.floating-chip{font-size:10px}.chip-one{left:4px;top:0}.chip-two{right:4px;bottom:0}.card{padding:19px}.cta-panel{padding:22px}
}

@media(max-height:650px) and (orientation:landscape) and (max-width:920px){
  .hero{padding:24px 0}.hero-grid{grid-template-columns:1fr;grid-template-areas:"copy" "visual" "cta";gap:16px}.hero-copy{max-width:none}.hero-visual{min-height:250px}.avatar-card{width:258px}.hero-glow{display:none}.hero-visual::before{content:none}.hero-visual::after{content:none}.floating-chip{display:none}.hero h1{font-size:28px}.hero-lead{font-size:15px}.hero-note{display:none}.hero-actions{gap:10px}
}

@media(hover:hover) and (pointer:fine){
  .avatar-card[data-tilt]{transition:transform .18s ease-out,box-shadow .22s ease}
}

@media(pointer:coarse){
  .button,.nav-cta,.menu-toggle,.nav a{min-height:48px}
  .card:hover{transform:none}.card:active{transform:scale(.99)}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .js .reveal{opacity:1;transform:none;filter:none}
}

@media(prefers-contrast:more){
  :root{--line:#CFA8B8;--muted:#5B454E}.card,.side-card,.calc-card,.step{border-width:2px}.button.secondary{border-width:2px}
}

@supports not ((backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px))){
  .site-header,.nav,.floating-chip,.side-card{background:#fff}
}


@media (max-width:920px){.hero::before{width:300px;height:300px;left:-120px;bottom:-70px;opacity:.26}.hero::after{width:260px;height:260px;right:-120px;top:-20px;opacity:.16}}
@media (max-width:600px){.hero::before{width:230px;height:230px;left:-110px;bottom:20px;opacity:.18}.hero::after{display:none}}

.button,.nav-cta{font-size:15px!important;font-weight:600!important;letter-spacing:0!important}

/* R2.4 — vertical right ornament */
@media (max-width:1100px){
  body::after{width:clamp(230px,30vw,340px);opacity:.46}
}
@media (max-width:760px){
  body::after{width:clamp(150px,38vw,230px);opacity:.30}
}
@media (max-width:480px){
  body::after{width:145px;opacity:.22}
}
@media (prefers-reduced-transparency:reduce){
  body::after{opacity:.24}
}


/* ======================================================
   LumiFit R2.6B
   Correct right vertical ornament layer
   ====================================================== */


/*
 * Body — отдельный stacking context.
 * Это позволяет поставить орнамент:
 *
 * фон страницы
 *       ↓
 * орнамент
 *       ↓
 * текст / кнопки / карточки
 */
body {
    position: relative !important;
    isolation: isolate !important;
}


/*
 * ПОЛНОСТЬЮ ПЕРЕОПРЕДЕЛЯЕМ старый R2.4 body::after.
 *
 * Больше НЕТ:
 * position: fixed
 * z-index: 18
 * узкой полоски на mobile
 */
body::after {
    content: "" !important;

    position: absolute !important;

    top: 0 !important;
    right: -34px !important;
    bottom: 0 !important;

    width: clamp(360px, 30vw, 520px) !important;
    height: auto !important;

    background-image:
        url("/assets/right-ornament.png") !important;

    /*
     * Изображение НЕ растягивается по высоте.
     * Его пропорции сохраняются.
     */
    background-size:
        100% auto !important;

    background-position:
        right top !important;

    /*
     * Длинная страница:
     * рисунок продолжается вниз.
     */
    background-repeat:
        repeat-y !important;

    opacity: .72 !important;

    /*
     * Декор никогда не блокирует кнопки.
     */
    pointer-events: none !important;

    /*
     * Орнамент выше секционного фона,
     * но ниже настоящего контента.
     */
    z-index: 1 !important;
}


/*
 * Весь текст, картинки, кнопки и карточки
 * гарантированно ВЫШЕ орнамента.
 */
.site-header {
    position: sticky !important;
    z-index: 60 !important;
}

main .container,
.site-footer .container {
    position: relative !important;
    z-index: 3 !important;
}

.hero-copy,
.hero-visual,
.hero-cta-group,
.card,
.step,
.calc-card,
.article,
.sidebar,
.cta-panel,
.section-head {
    position: relative;
    z-index: 3;
}


/* ======================================================
   TABLET
   ====================================================== */

@media (max-width: 1024px) {

    body::after {

        /*
         * Уже значительно шире старого варианта.
         */
        width:
            min(58vw, 440px) !important;

        right:
            -30px !important;

        opacity:
            .74 !important;

        background-size:
            100% auto !important;

        background-repeat:
            repeat-y !important;
    }
}


/* ======================================================
   MOBILE
   ====================================================== */

@media (max-width: 640px) {

    body::after {

        /*
         * Орнамент занимает большую часть
         * ПРАВОЙ стороны экрана.
         *
         * На 360px:
         * около 280px ширины.
         *
         * На 550px:
         * около 360px.
         */
        width:
            min(78vw, 360px) !important;

        right:
            -22px !important;

        top:
            0 !important;

        bottom:
            0 !important;

        opacity:
            .78 !important;

        background-size:
            100% auto !important;

        background-position:
            right top !important;

        background-repeat:
            repeat-y !important;

        z-index:
            1 !important;
    }


    /*
     * На телефоне контент ещё выше.
     */
    main .container,
    .site-footer .container {
        z-index:
            4 !important;
    }
}


/* ======================================================
   SMALL MOBILE
   ====================================================== */

@media (max-width: 380px) {

    body::after {

        width:
            80vw !important;

        right:
            -24px !important;

        opacity:
            .76 !important;
    }
}


/*
 * Старые дополнительные hero-декорации
 * не возвращаем.
 */
.hero::before,
.hero::after {
    content: none !important;
}

.hero-glow,
.hero-orb {
    display: none !important;
}


/* R2.6B marker */
:root {
    --lumifit-r26b-ornament-layer: 1;
}



/* ======================================================
   LumiFit R2.6C
   Floating chip spacing fix
   ====================================================== */

:root{
    --lumifit-r26c-chip-gap: 18px;
    --lumifit-r26c-chip-gap-mobile: 12px;
}

/*
 * Основная идея:
 * обе плашки ставим симметричнее относительно картинки.
 */
.hero-visual{
    position: relative !important;
}

/* Desktop / default */
.chip-one{
    top: 20px !important;
    left: 6px !important;
}

.chip-two{
    right: 8px !important;
    bottom: 20px !important;
}

/*
 * Планшет
 */
@media (max-width: 1100px){
    .chip-one{
        top: 18px !important;
        left: 8px !important;
    }

    .chip-two{
        right: 8px !important;
        bottom: 18px !important;
    }
}

/*
 * <= 920
 */
@media (max-width: 920px){
    .chip-one{
        top: 10px !important;
        left: 10px !important;
    }

    .chip-two{
        right: 10px !important;
        bottom: 10px !important;
    }
}

/*
 * Mobile
 */
@media (max-width: 640px){
    .chip-one{
        top: 8px !important;
        left: 8px !important;
    }

    .chip-two{
        right: 8px !important;
        bottom: 8px !important;
    }
}

/*
 * Small mobile
 */
@media (max-width: 480px){
    .chip-one{
        top: 6px !important;
        left: 4px !important;
    }

    .chip-two{
        right: 4px !important;
        bottom: 6px !important;
    }
}

/* marker */
:root{
    --lumifit-r26c-chip-spacing-fix: 1;
}



/* ======================================================
   LumiFit R2.6D2
   Exact symmetrical chip positioning
   ====================================================== */

.avatar-card{
    position:relative !important;
    overflow:visible !important;
}


/*
 * Полностью отключаем две старые разные анимации.
 */
.avatar-card > .floating-chip{
    animation:none !important;
    margin:0 !important;
    will-change:auto !important;
}


/* ======================================================
   DESKTOP
   ====================================================== */

/*
 * Обе плашки имеют одинаковый вертикальный gap = 10px.
 */

.avatar-card > .chip-one{
    top:-10px !important;
    left:10% !important;

    right:auto !important;
    bottom:auto !important;

    transform:
        translate(-35%, -100%) !important;
}


.avatar-card > .chip-two{
    right:10% !important;
    bottom:-10px !important;

    left:auto !important;
    top:auto !important;

    transform:
        translate(35%, 100%) !important;
}


/* ======================================================
   TABLET
   ====================================================== */

@media (max-width:920px){

    .avatar-card > .chip-one{
        top:-9px !important;
        left:12% !important;

        right:auto !important;
        bottom:auto !important;

        transform:
            translate(-30%, -100%) !important;
    }

    .avatar-card > .chip-two{
        right:12% !important;
        bottom:-9px !important;

        left:auto !important;
        top:auto !important;

        transform:
            translate(30%, 100%) !important;
    }
}


/* ======================================================
   MOBILE
   ====================================================== */

@media (max-width:640px){

    /*
     * На телефоне расстояние от круга
     * до каждой плашки одинаковое: 7px.
     */

    .avatar-card > .chip-one{
        top:-7px !important;
        left:14% !important;

        right:auto !important;
        bottom:auto !important;

        transform:
            translate(-20%, -100%) !important;
    }

    .avatar-card > .chip-two{
        right:14% !important;
        bottom:-7px !important;

        left:auto !important;
        top:auto !important;

        transform:
            translate(20%, 100%) !important;
    }
}


/* ======================================================
   SMALL MOBILE
   ====================================================== */

@media (max-width:480px){

    .avatar-card > .chip-one{
        top:-6px !important;
        left:15% !important;

        right:auto !important;
        bottom:auto !important;

        transform:
            translate(-16%, -100%) !important;
    }

    .avatar-card > .chip-two{
        right:15% !important;
        bottom:-6px !important;

        left:auto !important;
        top:auto !important;

        transform:
            translate(16%, 100%) !important;
    }
}


/* R2.6D2 runtime marker */
:root{
    --lumifit-r26d2-exact-chips:1;
}



/* ======================================================
   LumiFit R2.6E
   Equal distance from REAL visible avatar circle
   ====================================================== */

/*
 * Исходная PNG:
 *
 * размер: 1024 × 1024
 *
 * первый видимый alpha сверху:
 * 96px / 1024 = 9.375%
 *
 * последний видимый alpha снизу:
 * прозрачное поле 72px
 * 72px / 1024 = 7.03125%
 *
 * Поэтому top и bottom НЕ должны быть одинаковыми
 * относительно коробки PNG.
 */

.avatar-card {
    --lf-visible-top: 9.375%;
    --lf-visible-bottom: 7.03125%;

    /*
     * ОДИНАКОВОЕ расстояние
     * от реальной видимой окружности.
     */
    --lf-chip-gap: 8px;

    position: relative !important;
    overflow: visible !important;
}


/*
 * Никаких движений плашек.
 */
.avatar-card > .floating-chip {
    animation: none !important;
    margin: 0 !important;
    will-change: auto !important;
}


/* ======================================================
   ВЕРХНЯЯ ПЛАШКА
   ====================================================== */

/*
 * Нижняя граница плашки находится:
 *
 * visible-top - 8px
 *
 * То есть ровно в 8px от розовой окружности.
 */

.avatar-card > .chip-one {
    top:
        calc(
            var(--lf-visible-top)
            - var(--lf-chip-gap)
        ) !important;

    left: 10% !important;

    right: auto !important;
    bottom: auto !important;

    transform:
        translate(-35%, -100%) !important;
}


/* ======================================================
   НИЖНЯЯ ПЛАШКА
   ====================================================== */

/*
 * Верхняя граница нижней плашки находится:
 *
 * visible-bottom + 8px
 *
 * То есть такой же визуальный gap = 8px.
 */

.avatar-card > .chip-two {
    bottom:
        calc(
            var(--lf-visible-bottom)
            - var(--lf-chip-gap)
        ) !important;

    right: 10% !important;

    left: auto !important;
    top: auto !important;

    transform:
        translate(35%, 100%) !important;
}


/* ======================================================
   TABLET
   ====================================================== */

@media (max-width: 920px) {

    .avatar-card {
        --lf-chip-gap: 7px;
    }

    .avatar-card > .chip-one {
        left: 12% !important;

        transform:
            translate(-28%, -100%) !important;
    }

    .avatar-card > .chip-two {
        right: 12% !important;

        transform:
            translate(28%, 100%) !important;
    }
}


/* ======================================================
   MOBILE
   ====================================================== */

@media (max-width: 640px) {

    /*
     * На телефоне одинаковый gap = 6px.
     */
    .avatar-card {
        --lf-chip-gap: 6px;
    }

    .avatar-card > .chip-one {
        left: 14% !important;

        transform:
            translate(-18%, -100%) !important;
    }

    .avatar-card > .chip-two {
        right: 14% !important;

        transform:
            translate(18%, 100%) !important;
    }
}


/* ======================================================
   SMALL MOBILE
   ====================================================== */

@media (max-width: 480px) {

    .avatar-card {
        --lf-chip-gap: 6px;
    }

    .avatar-card > .chip-one {
        left: 15% !important;

        transform:
            translate(-14%, -100%) !important;
    }

    .avatar-card > .chip-two {
        right: 15% !important;

        transform:
            translate(14%, 100%) !important;
    }
}


/* R2.6E runtime marker */
:root {
    --lumifit-r26e-visual-chip-gap: 1;
}



/* ======================================================
   LumiFit R2.6F
   True mirrored chip anchors
   ====================================================== */

.avatar-card{
    position:relative !important;
    overflow:visible !important;

    /*
     * Две зеркальные точки вокруг круга.
     */
    --lf-chip-near:15%;
    --lf-chip-far:85%;
}


/*
 * Старые компенсации полностью перестают
 * влиять на положение.
 */
.avatar-card > .floating-chip{
    animation:none !important;
    will-change:auto !important;
    margin:0 !important;
}


/* ======================================================
   TOP LEFT
   ====================================================== */

/*
 * Точка (15%,15%).
 *
 * К этой точке привязан НИЖНИЙ-ЛЕВЫЙ
 * угол верхней плашки.
 *
 * Плашка растёт вправо и вверх.
 */
.avatar-card > .chip-one{

    left:
        var(--lf-chip-near) !important;

    top:
        var(--lf-chip-near) !important;

    right:
        auto !important;

    bottom:
        auto !important;

    transform:
        translate(
            0,
            -100%
        ) !important;
}


/* ======================================================
   BOTTOM RIGHT
   ====================================================== */

/*
 * Зеркальная точка (85%,85%).
 *
 * К ней привязан ВЕРХНИЙ-ПРАВЫЙ
 * угол нижней плашки.
 *
 * Плашка растёт влево и вниз.
 *
 * Это точное геометрическое отражение
 * верхней плашки.
 */
.avatar-card > .chip-two{

    left:
        var(--lf-chip-far) !important;

    top:
        var(--lf-chip-far) !important;

    right:
        auto !important;

    bottom:
        auto !important;

    transform:
        translate(
            -100%,
            0
        ) !important;
}


/*
 * На всех устройствах сохраняем
 * ту же зеркальную геометрию.
 *
 * Не используем разные top/bottom.
 */

@media (max-width:920px){

    .avatar-card{
        --lf-chip-near:15%;
        --lf-chip-far:85%;
    }
}


@media (max-width:640px){

    .avatar-card{
        --lf-chip-near:15%;
        --lf-chip-far:85%;
    }
}


@media (max-width:480px){

    .avatar-card{
        --lf-chip-near:15%;
        --lf-chip-far:85%;
    }
}


/* runtime marker */

:root{
    --lumifit-r26f-exact-circle-chip:1;
}

/* LUMIFIT HERO CHIP ALIGN V1 START */

/*
 * Обе hero-плашки имеют одинаковый визуальный
 * отступ относительно центральной окружности.
 * Текст также сделан немного легче.
 */

.floating-chip{
    font-weight:600;
}

/* Desktop */
.chip-one{
    left:-8px;
    top:42px;
}

.chip-two{
    right:18px;
    bottom:68px;
}

/* До 1100px */
@media(max-width:1100px){
    .chip-one{
        left:-2px;
        top:34px;
    }

    .chip-two{
        right:15px;
        bottom:50px;
    }
}

/* Планшеты */
@media(max-width:920px){
    .chip-one{
        left:12px;
        top:18px;
    }

    .chip-two{
        right:24px;
        bottom:28px;
    }
}

/* Телефоны */
@media(max-width:760px){
    .floating-chip{
        font-weight:600;
    }

    .chip-one{
        left:9px;
        top:2px;
    }

    .chip-two{
        right:18px;
        bottom:14px;
    }
}

@media(max-width:480px){
    .chip-one{
        left:2px;
        top:0;
    }

    .chip-two{
        right:10px;
        bottom:8px;
    }
}

@media(max-width:360px){
    .chip-one{
        left:4px;
        top:0;
    }

    .chip-two{
        right:9px;
        bottom:7px;
    }
}

/* LUMIFIT HERO CHIP ALIGN V1 END */


/* ======================================================
   LumiFit R2.7
   Professional static hero chips
   ====================================================== */

:root{
    --lumifit-r27-hero-static-pro: 1;
}

/* ----------------------------------------------
   Убираем любые смазывающие движения текста
   ---------------------------------------------- */

.hero-visual,
.avatar-card,
.avatar-card > .floating-chip,
.avatar-card > .chip-one,
.avatar-card > .chip-two{
    animation: none !important;
    transition:
        box-shadow .22s ease,
        background-color .22s ease,
        border-color .22s ease,
        color .22s ease !important;
}

.avatar-card > .floating-chip,
.avatar-card > .chip-one,
.avatar-card > .chip-two{
    transform: none !important;
    filter: none !important;
    will-change: auto !important;
    backface-visibility: visible !important;
}


/* ----------------------------------------------
   Сам hero-блок
   ---------------------------------------------- */

.hero-visual{
    position: relative !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    min-height: auto !important;
}


/* ----------------------------------------------
   Круг с девушкой
   ---------------------------------------------- */

.avatar-card{
    position: relative !important;
    width: min(460px, 100%) !important;
    margin: 0 auto !important;

    /* место под верхнюю и нижнюю плашки */
    padding-top: 82px !important;
    padding-bottom: 82px !important;

    overflow: visible !important;
    z-index: 3 !important;
}

.avatar-card > img{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}


/* ----------------------------------------------
   Общий стиль плашек
   ---------------------------------------------- */

.avatar-card > .floating-chip{
    position: absolute !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;

    min-height: 52px !important;
    padding: 0 20px !important;
    border-radius: 18px !important;

    width: max-content !important;
    max-width: calc(100vw - 48px) !important;

    white-space: nowrap !important;

    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;

    color: #5a2740 !important;
    background: rgba(255,255,255,.88) !important;
    border: 1px solid rgba(231,190,205,.88) !important;
    box-shadow:
        0 10px 26px rgba(109, 53, 78, .08),
        0 2px 6px rgba(109, 53, 78, .06) !important;

    text-rendering: geometricPrecision !important;
    -webkit-font-smoothing: antialiased !important;
    z-index: 5 !important;
}

.avatar-card > .floating-chip::before{
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 999px !important;
    flex: 0 0 10px !important;
    background: radial-gradient(circle at 35% 35%, #ffd9e8 0%, #ef82b1 100%) !important;
    box-shadow: 0 0 0 3px rgba(248, 203, 219, .35) !important;
}


/* ----------------------------------------------
   DESKTOP / TABLET
   Профессиональная статичная композиция:
   одна плашка сверху-слева, вторая снизу-справа
   ---------------------------------------------- */

.avatar-card > .chip-one{
    top: 10px !important;
    left: -74px !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
}

.avatar-card > .chip-two{
    bottom: 10px !important;
    right: -74px !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
}


/* ----------------------------------------------
   Чуть мягче для планшетов
   ---------------------------------------------- */

@media (max-width: 980px){

    .hero-visual{
        max-width: 680px !important;
    }

    .avatar-card{
        width: min(430px, 100%) !important;
        padding-top: 74px !important;
        padding-bottom: 74px !important;
    }

    .avatar-card > .floating-chip{
        min-height: 50px !important;
        padding: 0 18px !important;
        font-size: 15px !important;
    }

    .avatar-card > .chip-one{
        left: -36px !important;
        top: 8px !important;
    }

    .avatar-card > .chip-two{
        right: -36px !important;
        bottom: 8px !important;
    }
}


/* ----------------------------------------------
   MOBILE
   На телефоне — аккуратно:
   одна плашка над кругом, вторая под кругом,
   обе по центру, без transform и без blur
   ---------------------------------------------- */

@media (max-width: 640px){

    .hero-visual{
        max-width: 100% !important;
    }

    .avatar-card{
        width: min(360px, 86vw) !important;
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }

    .avatar-card > .floating-chip{
        min-height: 48px !important;
        padding: 0 16px !important;
        font-size: 14px !important;
        max-width: calc(100vw - 32px) !important;
    }

    .avatar-card > .chip-one,
    .avatar-card > .chip-two{
        left: 0 !important;
        right: 0 !important;
        width: fit-content !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .avatar-card > .chip-one{
        top: 0 !important;
        bottom: auto !important;
    }

    .avatar-card > .chip-two{
        bottom: 0 !important;
        top: auto !important;
    }
}


/* ----------------------------------------------
   VERY SMALL MOBILE
   ---------------------------------------------- */

@media (max-width: 420px){

    .avatar-card{
        width: min(340px, 88vw) !important;
        padding-top: 68px !important;
        padding-bottom: 68px !important;
    }

    .avatar-card > .floating-chip{
        min-height: 46px !important;
        padding: 0 14px !important;
        font-size: 13px !important;
        border-radius: 16px !important;
    }
}

/* R2.8 HERO IMAGE OVERRIDE */
.hero-character-card{width:min(100%,455px);transform-origin:50% 58%;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
.hero-character-card::before,.hero-character-card::after{content:none!important}
.hero-character-card img{display:block;width:100%;height:auto;max-height:690px;object-fit:contain;object-position:center;filter:drop-shadow(0 22px 30px rgba(84,35,55,.10))}
@media(min-width:1500px){.hero-visual{min-height:620px}.hero-character-card{width:470px}.hero-character-card img{max-height:710px}}
@media(max-width:1100px){.hero-visual{min-height:540px}.hero-character-card{width:390px}.hero-character-card img{max-height:585px}}
@media(max-width:920px){.hero-visual{min-height:520px}.hero-character-card{width:min(78vw,380px)}.hero-character-card img{max-height:570px}}
@media(max-width:600px){.hero-visual{min-height:458px}.hero-character-card{width:min(88vw,338px)}.hero-character-card img{max-height:507px}}
@media(max-width:480px){.hero-visual{min-height:420px}.hero-character-card{width:min(91vw,312px)}.hero-character-card img{max-height:468px}}
@media(max-width:360px){.hero-visual{min-height:382px}.hero-character-card{width:min(92vw,286px)}.hero-character-card img{max-height:429px}}
@media(max-height:650px) and (orientation:landscape){.hero-visual{min-height:330px}.hero-character-card{width:260px}.hero-character-card img{max-height:390px}}
@media(prefers-reduced-motion:reduce){.hero-character-card img{animation:none!important}}

/* R2.9 HERO COMPACT OVERRIDE */
.floating-chip{display:none!important}
@media(min-width:921px){
  .hero{padding:40px 0 34px}
  .hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(380px,.96fr);grid-template-areas:"left visual";align-items:center;column-gap:42px;row-gap:0}
  .hero-left{grid-area:left;display:flex;flex-direction:column;justify-content:center;min-width:0;max-width:700px}
  .hero-copy{grid-area:auto;max-width:none}
  .hero-cta-group{grid-area:auto;max-width:660px;margin-top:26px}
  .hero-note{margin-top:15px}
  .hero-visual{grid-area:visual;min-height:0;height:auto;margin:0}
  .hero-character-card{width:min(100%,430px)}
  .hero-character-card img{max-height:645px}
}
@media(min-width:1500px){
  .hero{padding:44px 0 38px}
  .hero-grid{column-gap:54px}
  .hero-character-card{width:450px}
  .hero-character-card img{max-height:675px}
}
@media(max-width:1100px) and (min-width:921px){
  .hero{padding:34px 0 30px}
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);column-gap:30px}
  .hero-cta-group{margin-top:22px}
  .hero-character-card{width:380px}
  .hero-character-card img{max-height:570px}
}
@media(max-width:920px){
  .hero-left{display:contents}
}

/* R2.10 HERO HEIGHT FIX */
/* R2.9 compressed the content, but an inherited viewport/min-height rule could
   still stretch the Hero canvas. Reset every height owner explicitly. */
.hero{min-height:0!important;height:auto!important}
.hero>.container{min-height:0!important;height:auto!important}
.hero-grid.hero-grid-r29{min-height:0!important;height:auto!important;margin-top:0!important;margin-bottom:0!important}
.hero-visual{height:auto!important}

@media(min-width:921px){
  .hero{padding:34px 0 30px!important}
  .hero-grid.hero-grid-r29{grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr)!important;column-gap:38px!important;align-items:center!important}
  .hero-left{max-width:670px!important;align-self:center!important}
  .hero-cta-group{margin-top:20px!important}
  .hero-note{margin-top:13px!important}
  .hero-visual{min-height:0!important;height:auto!important;align-self:center!important;padding:0!important;margin:0!important}
  .hero-character-card{width:min(100%,420px)!important;margin:0 auto!important}
  .hero-character-card img{max-height:630px!important}
}
@media(min-width:1500px){
  .hero{padding:38px 0 32px!important}
  .hero-grid.hero-grid-r29{column-gap:48px!important}
  .hero-character-card{width:440px!important}
  .hero-character-card img{max-height:660px!important}
}
@media(max-width:1100px) and (min-width:921px){
  .hero{padding:30px 0 26px!important}
  .hero-grid.hero-grid-r29{grid-template-columns:minmax(0,1fr) minmax(330px,.82fr)!important;column-gap:28px!important}
  .hero-character-card{width:370px!important}
  .hero-character-card img{max-height:555px!important}
}
@media(max-width:920px){
  .hero{min-height:0!important;height:auto!important;padding-top:38px!important;padding-bottom:30px!important}
  .hero-grid{min-height:0!important;height:auto!important;gap:18px!important}
  .hero-visual{min-height:0!important;height:auto!important;padding:0!important;margin:0!important}
  .hero-character-card{width:min(78vw,360px)!important;margin:0 auto!important}
  .hero-character-card img{max-height:540px!important}
}
@media(max-width:760px){
  .hero{padding:30px 0 26px!important}
  .hero-grid{gap:16px!important}
  .hero-character-card{width:min(82vw,320px)!important}
  .hero-character-card img{max-height:480px!important}
}
@media(max-width:480px){
  .hero{padding:26px 0 22px!important}
  .hero-character-card{width:min(88vw,292px)!important}
  .hero-character-card img{max-height:438px!important}
}
@media(max-width:360px){
  .hero-character-card{width:min(90vw,276px)!important}
  .hero-character-card img{max-height:414px!important}
}
@media(max-height:650px) and (orientation:landscape){
  .hero-visual{min-height:0!important;height:auto!important}
  .hero-character-card{width:250px!important}
  .hero-character-card img{max-height:375px!important}
}

/* R2.11 ASSET CACHE BUST */
/* HTML now requests /assets/site.css?v=20260815-r2.11; this forces browsers to load R2.8-R2.10 overrides. */

/* R2.12 HERO REAL COMPACT */
/* The previous Hero was technically auto-height, but the 660px portrait image
   still defined the whole grid row and vertically centered the shorter copy.
   This patch top-aligns the grid and uses a deliberate compact portrait size. */
@media (min-width:921px){
  html body main#main>section.hero{min-height:0!important;height:auto!important;padding:24px 0 18px!important}
  html body main#main>section.hero>.container.hero-grid.hero-grid-r29{min-height:0!important;height:auto!important;align-items:start!important;row-gap:0!important;column-gap:32px!important;margin-top:0!important;margin-bottom:0!important}
  html body main#main>section.hero .hero-left{align-self:start!important;justify-content:flex-start!important;max-width:670px!important;padding-top:30px!important}
  html body main#main>section.hero .hero-copy{align-self:start!important}
  html body main#main>section.hero .hero-cta-group{margin-top:18px!important}
  html body main#main>section.hero .hero-note{margin-top:12px!important}
  html body main#main>section.hero .hero-visual{min-height:0!important;height:auto!important;max-height:none!important;align-self:start!important;display:grid!important;place-items:start center!important;padding:0!important;margin:0!important;overflow:visible!important}
  html body main#main>section.hero .hero-character-card{width:350px!important;max-width:350px!important;margin:0 auto!important;transform:none!important}
  html body main#main>section.hero .hero-character-card img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center top!important}
  html body main#main>section.hero+.section.soft{padding-top:52px!important}
}
@media (min-width:1500px){
  html body main#main>section.hero{padding:26px 0 20px!important}
  html body main#main>section.hero>.container.hero-grid.hero-grid-r29{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)!important;column-gap:36px!important}
  html body main#main>section.hero .hero-left{padding-top:46px!important}
  html body main#main>section.hero .hero-character-card{width:380px!important;max-width:380px!important}
  html body main#main>section.hero+.section.soft{padding-top:48px!important}
}
@media (max-width:1100px) and (min-width:921px){
  html body main#main>section.hero{padding:22px 0 18px!important}
  html body main#main>section.hero>.container.hero-grid.hero-grid-r29{grid-template-columns:minmax(0,1fr) minmax(310px,.78fr)!important;column-gap:24px!important}
  html body main#main>section.hero .hero-left{padding-top:22px!important}
  html body main#main>section.hero .hero-character-card{width:330px!important;max-width:330px!important}
  html body main#main>section.hero+.section.soft{padding-top:46px!important}
}
@media (max-width:920px){
  html body main#main>section.hero{min-height:0!important;height:auto!important;padding:28px 0 24px!important}
  html body main#main>section.hero>.container.hero-grid{min-height:0!important;height:auto!important;gap:14px!important}
  html body main#main>section.hero .hero-visual{min-height:0!important;height:auto!important;margin:0!important;padding:0!important}
  html body main#main>section.hero .hero-character-card{width:min(72vw,330px)!important;max-width:330px!important;margin:0 auto!important}
  html body main#main>section.hero .hero-character-card img{width:100%!important;height:auto!important;max-height:none!important}
  html body main#main>section.hero+.section.soft{padding-top:44px!important}
}
@media (max-width:600px){
  html body main#main>section.hero{padding:24px 0 20px!important}
  html body main#main>section.hero>.container.hero-grid{gap:12px!important}
  html body main#main>section.hero .hero-character-card{width:min(78vw,300px)!important;max-width:300px!important}
  html body main#main>section.hero+.section.soft{padding-top:40px!important}
}
@media (max-width:480px){
  html body main#main>section.hero{padding:22px 0 18px!important}
  html body main#main>section.hero .hero-character-card{width:min(82vw,276px)!important;max-width:276px!important}
  html body main#main>section.hero+.section.soft{padding-top:36px!important}
}
@media (max-height:650px) and (orientation:landscape){
  html body main#main>section.hero{padding:16px 0!important}
  html body main#main>section.hero .hero-left{padding-top:8px!important}
  html body main#main>section.hero .hero-character-card{width:240px!important;max-width:240px!important}
}

/* R2.13 DENSE FIRST SCREEN */
/* Desktop layout follows the dense first-screen principle: the portrait is
   deliberately cropped by its visual viewport so it no longer dictates an
   oversized Hero row, and the calculators section begins immediately below. */
@media (min-width:921px){
  html body main#main>section.hero{
    min-height:0!important;height:auto!important;
    padding:28px 0 0!important;
    overflow:hidden!important;
  }
  html body main#main>section.hero>.container.hero-grid.hero-grid-r29{
    min-height:0!important;height:auto!important;
    grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;
    align-items:start!important;
    column-gap:34px!important;row-gap:0!important;
    margin-top:0!important;margin-bottom:0!important;
  }
  html body main#main>section.hero .hero-left{
    align-self:start!important;justify-content:flex-start!important;
    max-width:690px!important;padding-top:42px!important;
  }
  html body main#main>section.hero .hero-copy{align-self:start!important}
  html body main#main>section.hero .hero-cta-group{margin-top:18px!important}
  html body main#main>section.hero .hero-note{margin-top:12px!important}
  html body main#main>section.hero .hero-visual{
    position:relative!important;
    min-height:0!important;height:505px!important;max-height:505px!important;
    align-self:start!important;display:block!important;
    padding:0!important;margin:0!important;
    overflow:hidden!important;
  }
  html body main#main>section.hero .hero-character-card{
    position:absolute!important;top:-8px!important;left:50%!important;
    width:430px!important;max-width:430px!important;
    margin:0!important;transform:translateX(-50%)!important;
  }
  html body main#main>section.hero .hero-character-card img{
    display:block!important;width:100%!important;height:auto!important;
    max-height:none!important;object-fit:contain!important;object-position:center top!important;
  }
  html body main#main>section.hero .hero-spark.s2{bottom:18%!important}
  html body main#main>section.hero+.section.soft{
    margin-top:0!important;padding-top:38px!important;padding-bottom:56px!important;
  }
  html body main#main>section.hero+.section.soft .section-head{margin-bottom:24px!important}
  html body main#main>section.hero+.section.soft .card{min-height:210px!important;padding:24px!important}
}
@media (min-width:1500px){
  html body main#main>section.hero{padding-top:30px!important}
  html body main#main>section.hero>.container.hero-grid.hero-grid-r29{
    grid-template-columns:minmax(0,1.05fr) minmax(455px,.95fr)!important;
    column-gap:46px!important;
  }
  html body main#main>section.hero .hero-left{padding-top:54px!important;max-width:720px!important}
  html body main#main>section.hero .hero-visual{height:560px!important;max-height:560px!important}
  html body main#main>section.hero .hero-character-card{width:480px!important;max-width:480px!important;top:-10px!important}
  html body main#main>section.hero+.section.soft{padding-top:40px!important;padding-bottom:60px!important}
}
@media (max-width:1100px) and (min-width:921px){
  html body main#main>section.hero{padding-top:24px!important}
  html body main#main>section.hero>.container.hero-grid.hero-grid-r29{
    grid-template-columns:minmax(0,1fr) minmax(350px,.82fr)!important;
    column-gap:24px!important;
  }
  html body main#main>section.hero .hero-left{padding-top:28px!important}
  html body main#main>section.hero .hero-visual{height:455px!important;max-height:455px!important}
  html body main#main>section.hero .hero-character-card{width:395px!important;max-width:395px!important;top:-8px!important}
  html body main#main>section.hero+.section.soft{padding-top:34px!important;padding-bottom:50px!important}
}
@media (max-width:920px){
  html body main#main>section.hero+.section.soft{padding-top:36px!important}
}
@media (max-width:600px){
  html body main#main>section.hero+.section.soft{padding-top:32px!important}
}

/* LUMIFIT HERO FULL CHARACTER R2.11 START */

/*
 * Hero character:
 * - никаких фиксированных высот;
 * - никаких max-height;
 * - никаких cover/crop;
 * - никаких mask/clip;
 * - картинка находится в нормальном потоке;
 * - высота Hero определяется реальной высотой изображения.
 */

.hero,
.hero > .container,
.hero-grid,
.hero-grid.hero-grid-r29,
.hero-visual,
.hero-character-card {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.hero-grid.hero-grid-r29 {
    align-items: center !important;
}

/* Контейнер девушки */
.hero-visual {
    position: relative !important;

    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    overflow: visible !important;
}

/* Карточка изображения */
.hero-character-card {
    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    width: min(100%, 460px) !important;
    max-width: 460px !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    aspect-ratio: auto !important;

    margin: 0 auto !important;
    padding: 0 !important;

    overflow: visible !important;

    transform: none !important;
}

/* САМО ИЗОБРАЖЕНИЕ - главное исправление */
.hero-character-card img {
    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    object-fit: contain !important;
    object-position: center bottom !important;

    aspect-ratio: auto !important;

    clip-path: none !important;

    -webkit-mask-image: none !important;
    mask-image: none !important;
    -webkit-mask: none !important;
    mask: none !important;

    transform: none !important;
}

/* Desktop */
@media (min-width: 1500px) {

    .hero-character-card {
        width: 480px !important;
        max-width: 480px !important;
    }

}

/* Ноутбуки */
@media (max-width: 1200px) and (min-width: 921px) {

    .hero-character-card {
        width: 400px !important;
        max-width: 400px !important;
    }

}

/* Планшеты */
@media (max-width: 920px) {

    .hero-visual {
        width: 100% !important;
    }

    .hero-character-card {
        width: min(78vw, 370px) !important;
        max-width: 370px !important;
    }

}

/* Телефоны */
@media (max-width: 760px) {

    .hero-character-card {
        width: min(84vw, 330px) !important;
        max-width: 330px !important;
    }

}

/* Маленькие телефоны */
@media (max-width: 480px) {

    .hero-character-card {
        width: min(88vw, 305px) !important;
        max-width: 305px !important;
    }

}

@media (max-width: 360px) {

    .hero-character-card {
        width: min(90vw, 285px) !important;
        max-width: 285px !important;
    }

}

/* LUMIFIT HERO FULL CHARACTER R2.11 END */


/* LUMIFIT ORGANIC GROWTH V1 START */
.editorial-note{
  margin:18px 0 26px;padding:14px 16px;border:1px solid rgba(200,79,125,.16);
  border-radius:16px;background:rgba(255,247,250,.72);display:flex;align-items:center;
  gap:10px;flex-wrap:wrap;font-size:14px;color:var(--muted)
}
.editorial-note strong{color:var(--text)}
.editorial-note a{font-weight:700;color:var(--accent)}
.related-materials{margin:30px 0 24px;padding-top:4px}
.related-materials h2{margin-bottom:14px}
.related-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.related-links a{display:flex;align-items:center;min-height:58px;padding:13px 15px;border-radius:14px;
  border:1px solid rgba(200,79,125,.14);background:#fff;font-weight:700;text-decoration:none}
.related-links a:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(143,45,82,.08)}
.editorial-content{max-width:1080px}
.editorial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.editorial-grid .card{min-height:100%}
.editorial-grid h2{font-size:22px;margin:0 0 12px}
.trust-panel{margin-top:24px;padding:26px;border-radius:22px;background:linear-gradient(135deg,rgba(255,241,247,.95),rgba(255,255,255,.98));border:1px solid rgba(200,79,125,.14)}
.trust-panel h2{margin-top:0}.trust-panel li+li{margin-top:8px}
@media(max-width:760px){
  .related-links,.editorial-grid{grid-template-columns:1fr}
  .editorial-note{align-items:flex-start;flex-direction:column;gap:5px}
  .trust-panel{padding:20px}
}
/* LUMIFIT ORGANIC GROWTH V1 END */
