/* =========================================================
   Рожевий Кварц — styles
   Палітра натхненна каменем рожевого кварцу
   ========================================================= */
:root{
  --blush-50:#fff6f9;
  --blush-100:#ffeaf1;
  --blush-200:#ffd9e4;
  --rose-300:#f5b6cd;
  --rose-400:#ec98b6;
  --rose-500:#df7a9c;
  --rose-600:#c75f83;
  --rose-700:#a44a6a;
  --plum:#5a2d40;
  --plum-soft:#7d5566;
  --gold:#e7b9a3;
  --white:#ffffff;
  --shadow-rose:0 18px 50px -18px rgba(199,95,131,.45);
  --shadow-soft:0 10px 30px -12px rgba(160,74,106,.25);
  --radius:22px;
  --radius-sm:14px;
  --maxw:1140px;
  --ease:cubic-bezier(.22,.61,.36,1);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Manrope',system-ui,sans-serif;
  color:var(--plum);
  background:
    radial-gradient(1200px 700px at 80% -10%, #ffe1ec 0%, transparent 55%),
    radial-gradient(1000px 600px at -10% 20%, #ffeaf3 0%, transparent 50%),
    linear-gradient(180deg,#fff8fb 0%, #fdeef4 100%);
  background-attachment:fixed;
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}

#quartz-canvas{
  position:fixed;inset:0;width:100%;height:100%;
  z-index:0;pointer-events:none;opacity:.7;
}

.container{width:90%;max-width:var(--maxw);margin:0 auto;position:relative;z-index:2}
.container.narrow{max-width:760px}

h1,h2,h3{font-family:'Cormorant Garamond','Manrope',serif;font-weight:700;line-height:1.08;letter-spacing:-.01em}
h1{font-size:clamp(2.6rem,6vw,4.6rem)}
h2{font-size:clamp(2rem,4vw,3.1rem)}
h3{font-size:1.35rem}
p{color:var(--plum-soft)}
.grad{
  background:linear-gradient(120deg,var(--rose-500),var(--gold),var(--rose-400));
  background-size:200% auto;
  -webkit-background-clip:text;background-clip:text;color:transparent;
  animation:shimmerText 6s linear infinite;
}
@keyframes shimmerText{to{background-position:200% center}}

.eyebrow{
  display:inline-block;font-family:'Manrope';font-weight:700;font-size:.78rem;
  letter-spacing:.22em;text-transform:uppercase;color:var(--rose-600);
  margin-bottom:1rem;
}

/* ---------- buttons ---------- */
.btn{
  --pad:.95rem 1.9rem;
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:var(--pad);border-radius:100px;font-weight:700;font-size:.98rem;
  text-decoration:none;cursor:pointer;border:none;transition:.35s var(--ease);
  white-space:nowrap;
}
.btn-sm{--pad:.6rem 1.3rem;font-size:.9rem}
.btn-primary{
  color:#fff;
  background:linear-gradient(120deg,var(--rose-500),var(--rose-400) 60%,var(--gold));
  background-size:180% auto;
  box-shadow:var(--shadow-rose);
}
.btn-primary:hover{background-position:right center;transform:translateY(-3px)}
.btn-ghost{
  color:var(--rose-700);background:rgba(255,255,255,.6);
  border:1.5px solid var(--rose-300);backdrop-filter:blur(6px);
}
.btn-ghost:hover{background:#fff;transform:translateY(-3px)}
.btn-block{width:100%}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,248,251,.72);backdrop-filter:blur(14px) saturate(1.4);
  border-bottom:1px solid rgba(236,152,182,.22);
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0;gap:1rem}
.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none}
.brand-crystal{width:26px;height:31px;filter:drop-shadow(0 4px 8px rgba(199,95,131,.35));animation:floaty 5s ease-in-out infinite}
.brand-text{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:1.4rem;color:var(--plum);letter-spacing:.01em}
.nav-links{display:flex;gap:1.6rem}
.nav-links a{color:var(--plum-soft);text-decoration:none;font-weight:600;font-size:.95rem;transition:color .25s}
.nav-links a:hover{color:var(--rose-600)}

/* ---------- hero ---------- */
.hero{position:relative;padding:clamp(3.5rem,9vw,7rem) 0 clamp(4rem,8vw,7rem);overflow:hidden}
.hero-glow{
  position:absolute;top:-20%;left:50%;transform:translateX(-50%);
  width:900px;height:900px;border-radius:50%;
  background:radial-gradient(circle,rgba(245,182,205,.55),transparent 60%);
  filter:blur(20px);z-index:1;pointer-events:none;
  animation:pulseGlow 8s ease-in-out infinite;
}
@keyframes pulseGlow{50%{opacity:.65;transform:translateX(-50%) scale(1.08)}}
.hero-inner{max-width:720px;position:relative;z-index:3}
.hero h1{margin:.4rem 0 1.3rem}
.hero-sub{font-size:1.18rem;max-width:560px;margin-bottom:2rem}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.8rem}
.hero-stats{display:flex;gap:2.2rem;flex-wrap:wrap}
.stat{display:flex;flex-direction:column}
.stat strong{font-family:'Cormorant Garamond',serif;font-size:1.9rem;color:var(--rose-600);line-height:1}
.stat span{font-size:.82rem;color:var(--plum-soft);margin-top:.2rem}

/* floating little crystals */
.floating-crystals{position:absolute;inset:0;z-index:2;pointer-events:none}
.fc{position:absolute;display:block;background:linear-gradient(135deg,#ffe3ec,#ec98b6);border:1px solid rgba(255,255,255,.6);
  clip-path:polygon(50% 0,100% 32%,82% 100%,18% 100%,0 32%);opacity:.5;filter:drop-shadow(0 8px 14px rgba(199,95,131,.3));animation:floaty 9s ease-in-out infinite}
.fc1{width:46px;height:58px;top:14%;left:6%;animation-delay:0s}
.fc2{width:30px;height:38px;top:62%;left:12%;animation-delay:1.4s;opacity:.4}
.fc3{width:64px;height:80px;top:20%;right:8%;animation-delay:.6s;opacity:.45}
.fc4{width:24px;height:30px;top:74%;right:18%;animation-delay:2.1s}
.fc5{width:38px;height:48px;top:46%;right:30%;animation-delay:1s;opacity:.35}
@keyframes floaty{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-22px) rotate(6deg)}}

/* big hero gem */
.hero-gem{position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:min(38vw,440px);z-index:2;opacity:.92;pointer-events:none;filter:drop-shadow(0 30px 50px rgba(199,95,131,.35))}
.gem-rotate{transform-origin:120px 150px;animation:gemSpin 26s ease-in-out infinite}
.gem-rotate-slow{transform-origin:100px 100px;animation:gemSpin 34s ease-in-out infinite}
@keyframes gemSpin{0%,100%{transform:rotate(-6deg) scale(1)}50%{transform:rotate(6deg) scale(1.04)}}
.facet-glint{animation:glint 4.5s ease-in-out infinite}
@keyframes glint{0%,100%{opacity:.15}50%{opacity:.6}}

/* ---------- trust strip ---------- */
.trust{padding:1.4rem 0;border-block:1px solid rgba(236,152,182,.22);background:rgba(255,255,255,.4);backdrop-filter:blur(6px);position:relative;z-index:2}
.trust-grid{display:flex;justify-content:space-between;gap:1.2rem;flex-wrap:wrap}
.trust-grid div{font-weight:600;color:var(--plum);font-size:.95rem;display:flex;align-items:center;gap:.5rem}
.trust-grid span{color:var(--rose-500)}

/* ---------- sections ---------- */
.section{padding:clamp(3.5rem,8vw,6.5rem) 0;position:relative;z-index:2}
.section-soft{background:rgba(255,255,255,.45);backdrop-filter:blur(4px)}
.section-head{text-align:center;max-width:680px;margin:0 auto 3.2rem}
.section-head h2{margin-bottom:.8rem}
.lead{font-size:1.12rem}

/* feature grid */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.card{
  background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.8);
  border-radius:var(--radius);padding:2rem 1.8rem;box-shadow:var(--shadow-soft);
  backdrop-filter:blur(10px);transition:.4s var(--ease);
}
.card:hover{transform:translateY(-8px);box-shadow:var(--shadow-rose);border-color:var(--rose-300)}
.card .ic{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:18px;margin-bottom:1.1rem;color:var(--rose-600);background:linear-gradient(135deg,#ffe3ec,#ffd0e0);box-shadow:0 10px 22px -10px rgba(199,95,131,.6),inset 0 1px 0 rgba(255,255,255,.7)}
.card .ic svg{width:28px;height:28px}
.card:hover .ic{color:#fff;background:linear-gradient(135deg,var(--rose-400),var(--rose-500))}
.card h3{margin-bottom:.5rem;color:var(--plum)}
.card p{font-size:.97rem}

/* steps */
.steps{display:flex;align-items:stretch;gap:1rem;justify-content:center;flex-wrap:wrap}
.step{flex:1;min-width:230px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.8);border-radius:var(--radius);padding:2rem 1.7rem;box-shadow:var(--shadow-soft);backdrop-filter:blur(10px);text-align:center;transition:.4s var(--ease)}
.step:hover{transform:translateY(-6px)}
.step-num{font-family:'Cormorant Garamond',serif;font-size:2.4rem;font-weight:700;color:var(--rose-400);line-height:1}
.step h3{margin:.4rem 0 .5rem}
.step-time{display:inline-block;margin-top:1rem;font-size:.8rem;font-weight:700;letter-spacing:.05em;color:var(--rose-600);background:var(--blush-100);padding:.35rem .9rem;border-radius:100px}
.step-line{align-self:center;width:42px;height:2px;background:linear-gradient(90deg,var(--rose-300),var(--gold));border-radius:2px}

/* pricing */
.price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem;max-width:860px;margin:0 auto}
.price-card{position:relative;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.85);border-radius:var(--radius);padding:2.4rem 2rem;box-shadow:var(--shadow-soft);backdrop-filter:blur(12px);transition:.4s var(--ease)}
.price-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-rose)}
.price-card.featured{border:1.5px solid var(--rose-300);box-shadow:var(--shadow-rose);background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,233,242,.85))}
.price-badge{display:inline-block;font-weight:800;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:#fff;background:linear-gradient(120deg,var(--rose-500),var(--gold));padding:.4rem 1rem;border-radius:100px;margin-bottom:1.2rem}
.price{display:flex;align-items:baseline;gap:.3rem;margin-bottom:.3rem}
.price .amount{font-family:'Cormorant Garamond',serif;font-size:3.6rem;font-weight:700;color:var(--rose-600);line-height:1}
.price .cur{font-size:1.4rem;font-weight:700;color:var(--rose-500)}
.price .per{font-size:1rem;color:var(--plum-soft);font-weight:600}
.price-note{font-size:.92rem;margin-bottom:1.4rem}
.price-list{list-style:none;margin-bottom:1.8rem}
.price-list li{position:relative;padding-left:1.7rem;margin-bottom:.7rem;font-size:.96rem;color:var(--plum)}
.price-list li::before{content:"✦";position:absolute;left:0;color:var(--rose-400);font-size:.9rem}
.extra-note{display:flex;gap:1rem;align-items:flex-start;max-width:760px;margin:2.4rem auto 0;background:rgba(255,255,255,.6);border:1px dashed var(--rose-300);border-radius:var(--radius-sm);padding:1.3rem 1.5rem}
.extra-note .ic{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;color:var(--rose-600);background:linear-gradient(135deg,#ffe3ec,#ffd0e0);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.extra-note .ic svg{width:24px;height:24px}
.extra-note p{font-size:.97rem;color:var(--plum)}

/* compare table */
.table-wrap{overflow-x:auto;border-radius:var(--radius);box-shadow:var(--shadow-soft);max-width:900px;margin:0 auto}
.compare{width:100%;border-collapse:collapse;background:rgba(255,255,255,.8);backdrop-filter:blur(10px);min-width:560px}
.compare th,.compare td{padding:1rem 1.2rem;text-align:center;border-bottom:1px solid rgba(236,152,182,.2)}
.compare th{font-family:'Manrope';font-weight:800;font-size:.95rem;color:var(--plum)}
.compare td:first-child,.compare th:first-child{text-align:left;font-weight:700;color:var(--plum-soft)}
.compare small{font-weight:500;color:var(--plum-soft)}
.compare .hl{background:linear-gradient(180deg,rgba(255,224,236,.7),rgba(255,233,242,.5));color:var(--rose-700);font-weight:800}
.compare thead .hl{color:var(--rose-700)}
.compare tbody tr:last-child td{border-bottom:none}

/* about */
.about-inner{display:flex;align-items:center;gap:3rem;flex-wrap:wrap}
.about-gem{flex:0 0 240px;max-width:240px;margin:0 auto;filter:drop-shadow(0 22px 40px rgba(199,95,131,.3))}
.about-text{flex:1;min-width:280px}
.about-text h2{margin:.4rem 0 1rem}
.about-text p{margin-bottom:1rem;font-size:1.05rem}
.about-text .btn{margin-top:.6rem}

/* faq */
.faq{display:flex;flex-direction:column;gap:.9rem}
.faq details{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.85);border-radius:var(--radius-sm);padding:1.1rem 1.4rem;box-shadow:var(--shadow-soft);backdrop-filter:blur(8px);transition:.3s}
.faq details[open]{border-color:var(--rose-300)}
.faq summary{font-weight:700;color:var(--plum);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.5rem;color:var(--rose-500);transition:transform .3s;font-weight:400}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq details p{margin-top:.8rem;font-size:.97rem}

/* cta */
.cta-section{text-align:center;overflow:hidden}
.cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(245,182,205,.5),transparent 60%);filter:blur(20px);z-index:1;animation:pulseGlow 7s ease-in-out infinite}
.cta-inner{position:relative;z-index:3}
.cta-inner h2{margin:.4rem 0 .8rem}
.contact-form{margin:2rem auto 0;max-width:560px;text-align:left}
.contact-form .row{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}
.contact-form input,.contact-form textarea{flex:1;min-width:180px;width:100%;font-family:'Manrope';font-size:1rem;padding:.95rem 1.2rem;border-radius:var(--radius-sm);border:1.5px solid rgba(236,152,182,.4);background:rgba(255,255,255,.8);color:var(--plum);transition:.25s;margin-bottom:1rem;resize:vertical}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--rose-400);box-shadow:0 0 0 4px rgba(236,152,182,.18)}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#bb94a3}
.form-status{text-align:center;margin-top:1rem;font-weight:600;color:var(--rose-600);min-height:1.2rem}
.contact-direct{margin-top:1.6rem;font-size:.95rem;color:var(--plum-soft)}
.contact-direct a{color:var(--rose-600);font-weight:700;text-decoration:none;border-bottom:1.5px solid var(--rose-300)}

/* footer */
.site-footer{padding:3rem 0 2.4rem;text-align:center;border-top:1px solid rgba(236,152,182,.25);background:rgba(255,255,255,.5);position:relative;z-index:2}
.footer-inner{display:flex;flex-direction:column;align-items:center;gap:.6rem}
.footer-inner .brand{justify-content:center}
.footer-tag{font-family:'Cormorant Garamond',serif;font-size:1.2rem;color:var(--rose-600)}
.footer-copy{font-size:.85rem;color:var(--plum-soft)}

/* ---------- reveal animation ---------- */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.reveal.in{opacity:1;transform:none}

/* ---------- responsive ---------- */
@media(max-width:900px){
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .hero-gem{opacity:.4;right:-90px}
  .nav-links{display:none}
}
@media(max-width:620px){
  .feature-grid{grid-template-columns:1fr}
  .price-grid{grid-template-columns:1fr}
  .hero-stats{gap:1.4rem}
  .stat strong{font-size:1.6rem}
  .step-line{display:none}
  .trust-grid{justify-content:center;text-align:center}
  .hero-gem{display:none}
}

@media(prefers-reduced-motion:reduce){
  *{animation:none!important}
  .reveal{opacity:1;transform:none}
  html{scroll-behavior:auto}
}
