
/* ==========================================================
   SzépségNaptár V10.4 – kétcsomagos értékesítési nyitóoldal
   A V9.8 stabil mobil layoutjára épül.
   ========================================================== */

:root{
  --v104-wine:#74213d;
  --v104-wine-dark:#51162d;
  --v104-rose:#b75f7d;
  --v104-blush:#fbf1f4;
  --v104-cream:#fffaf8;
  --v104-ink:#392a30;
  --v104-muted:#806d74;
  --v104-line:#eadde2;
  --v104-green:#3e8c5d;
  --v104-gold:#f1cf84;
}

/* HERO: strong but not oversized */
.hero{
  padding-top:78px;
  background:
    radial-gradient(circle at 4% 3%,rgba(235,198,211,.50),transparent 28%),
    radial-gradient(circle at 96% 12%,rgba(249,231,237,.88),transparent 24%),
    linear-gradient(180deg,#fff9fb 0,#fff 92%);
}
.hero h1{
  max-width:670px;
  font-size:clamp(48px,4.6vw,69px);
  line-height:1.015;
}
.hero h1 em{margin-top:6px}
.hero-text{font-size:15px;line-height:1.8}
.hero-text strong{color:#6c2942}
.hero-facts b{color:#65233d}

/* statement */
.statement{
  background:linear-gradient(135deg,#f9edf1,#fff9fa);
}
.statement-badge b{
  font-size:22px;
}

/* Growth */
.growth-section{
  position:relative;
  background:#fff;
  overflow:hidden;
}
.growth-section:before{
  content:"";
  position:absolute;
  width:420px;height:420px;border-radius:50%;
  right:-180px;top:40px;
  background:radial-gradient(circle,rgba(244,217,226,.55),transparent 68%);
  pointer-events:none;
}
.growth-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.25fr .875fr .875fr;
  gap:14px;
}
.growth-card{
  min-height:390px;
  padding:27px;
  border:1px solid var(--v104-line);
  border-radius:25px;
  background:#fff;
  box-shadow:0 14px 40px rgba(86,39,56,.055);
  overflow:hidden;
}
.growth-card>span{
  display:block;
  color:#a8657c;
  font-size:8px;
  font-weight:800;
  letter-spacing:.8px;
}
.growth-card h3{
  max-width:440px;
  margin:10px 0 10px;
  color:#5a253a;
  font:700 30px/1.08 'Playfair Display',Georgia,serif;
}
.growth-card p{
  margin:0;
  color:#87727a;
  font-size:11px;
  line-height:1.7;
}
.growth-icon{
  width:48px;height:48px;
  display:grid;place-items:center;
  margin-bottom:21px;
  border-radius:15px;
  background:#fff0f4;
  color:#8b3552;
  font-size:20px;
}
.growth-web{
  background:linear-gradient(160deg,#fff,#fff8fa);
}
.growth-browser{
  margin-top:25px;
  border:1px solid #eadce1;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 40px rgba(83,39,55,.09);
}
.growth-browser>div{
  height:34px;
  display:flex;align-items:center;gap:5px;
  padding:0 11px;
  background:#faf7f8;
  border-bottom:1px solid #eee2e6;
}
.growth-browser>div i{
  width:6px;height:6px;border-radius:50%;background:#dbc6cd;
}
.growth-browser>div b{
  margin-left:7px;
  color:#917b83;
  font-size:7px;
  font-weight:700;
}
.growth-browser section{
  min-height:165px;
  padding:25px;
  display:flex;flex-direction:column;align-items:flex-start;justify-content:center;
  background:
    radial-gradient(circle at 85% 20%,rgba(238,204,215,.42),transparent 25%),
    linear-gradient(135deg,#fffafa,#fff);
}
.growth-browser small{
  color:#a46278;
  font-size:7px;font-weight:800;letter-spacing:1px;
}
.growth-browser strong{
  display:block;
  margin:7px 0 14px;
  color:#5a2138;
  font:700 31px/1 'Playfair Display',Georgia,serif;
}
.growth-browser button{
  border:0;border-radius:999px;
  padding:9px 13px;
  background:#7b3550;color:#fff;
  font-size:7px;font-weight:800;
}
.growth-list{
  list-style:none;
  display:grid;
  gap:10px;
  margin:24px 0 0;
  padding:0;
}
.growth-list li{
  padding:10px 11px;
  border:1px solid #eee2e6;
  border-radius:12px;
  background:#fffafb;
  color:#6f555f;
  font-size:9px;
  font-weight:700;
}
.growth-list li:before{
  content:"✓";
  margin-right:7px;
  color:#a94d6d;
}
.review-demo{
  margin-top:25px;
  padding:17px;
  border:1px solid #eee1e5;
  border-radius:16px;
  background:#fffafa;
}
.review-stars{
  color:#d69b32;
  letter-spacing:2px;
  font-size:15px;
}
.review-demo b{
  display:block;
  margin:8px 0 5px;
  color:#66414f;
  font:600 18px 'Playfair Display',Georgia,serif;
}
.review-demo small{
  color:#a08b92;
  font-size:7px;
}

/* Package section */
.packages-section{
  position:relative;
  padding:100px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 10%,rgba(245,220,228,.62),transparent 25%),
    linear-gradient(180deg,#fff9fb 0,#fff 100%);
}
.packages-section:after{
  content:"";
  position:absolute;
  width:380px;height:380px;
  border-radius:50%;
  right:-180px;bottom:-100px;
  background:rgba(247,226,232,.5);
}
.packages-head{
  position:relative;z-index:1;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:35px;
  margin-bottom:38px;
}
.packages-head .section-title{
  margin:0;
  text-align:left;
}
.packages-head .section-title p{max-width:620px}
.trial-ribbon{
  display:flex;align-items:center;gap:12px;
  padding:15px 18px;
  border:1px solid #e7cfd7;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(91,43,60,.055);
}
.trial-ribbon b{
  color:#74213d;
  font:700 34px/1 'Playfair Display',Georgia,serif;
}
.trial-ribbon span{
  color:#8e747d;
  font-size:9px;line-height:1.45;
}
.package-grid{
  position:relative;z-index:1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:stretch;
}
.package-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:665px;
  padding:34px;
  border-radius:28px;
}
.package-basic{
  background:#fff;
  border:1px solid #e8dce0;
  box-shadow:0 16px 45px rgba(80,42,56,.055);
}
.package-complete{
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 100% 0%,rgba(255,205,220,.18),transparent 35%),
    linear-gradient(145deg,#6d2742,#8d3d59 72%,#9d526c);
  box-shadow:0 25px 70px rgba(99,37,59,.19);
}
.recommended-badge{
  position:absolute;
  right:25px;top:24px;
  padding:7px 10px;
  border-radius:999px;
  background:#f6d992;
  color:#5d2639;
  font-size:7px;
  font-weight:900;
  letter-spacing:.8px;
}
.package-kicker{
  display:block;
  margin-bottom:8px;
  color:#9d6478;
  font-size:8px;font-weight:900;letter-spacing:.8px;
}
.package-complete .package-kicker{color:#f0cbd6}
.package-top h3{
  max-width:520px;
  margin:0 0 10px;
  color:#572339;
  font:700 35px/1.05 'Playfair Display',Georgia,serif;
}
.package-complete .package-top h3{color:#fff}
.package-top p{
  max-width:530px;
  margin:0;
  color:#86727a;
  font-size:11px;line-height:1.7;
}
.package-complete .package-top p{color:#f1dce3}
.package-price{
  display:flex;align-items:flex-end;gap:8px;
  margin-top:28px;
}
.package-price strong{
  color:#68263f;
  font:700 59px/.9 'Playfair Display',Georgia,serif;
  letter-spacing:-2px;
}
.package-price span{
  color:#9a8088;
  font-size:10px;line-height:1.2;
}
.package-complete .package-price strong{color:#ffe09c}
.package-complete .package-price span{color:#f3dce4}
.package-after{
  display:block;
  margin-top:7px;
  color:#a58f96;
  font-size:8px;
}
.package-complete .package-after{color:#e5cbd3}
.package-divider{
  height:1px;
  margin:25px 0 23px;
  background:#eee3e6;
}
.package-complete .package-divider{background:rgba(255,255,255,.17)}
.included-pill{
  align-self:flex-start;
  margin:0 0 15px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff3f6;
  border:1px solid rgba(255,255,255,.12);
  font-size:8px;font-weight:800;
}
.package-features{
  display:grid;
  gap:11px;
  margin:0 0 28px;
  padding:0;
  list-style:none;
}
.package-features li{
  position:relative;
  padding-left:25px;
  color:#705c64;
  font-size:10px;
  line-height:1.5;
}
.package-features li:before{
  content:"✓";
  position:absolute;
  left:0;top:0;
  width:17px;height:17px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#f7e9ee;
  color:#8c3551;
  font-size:8px;font-weight:900;
}
.package-complete .package-features li{
  color:#f5e6ea;
}
.package-complete .package-features li:before{
  background:rgba(255,255,255,.14);
  color:#ffe09b;
}
.package-features b{color:#57263a}
.package-complete .package-features b{color:#fff}
.package-btn{
  width:100%;
  min-height:50px;
  margin-top:auto;
  border-radius:14px;
  font-size:11px;
}
.package-btn-light{
  color:#fff;
  background:linear-gradient(135deg,#762640,#9e4f69);
}
.package-btn-complete{
  color:#5a2639;
  background:linear-gradient(135deg,#ffe7ac,#f1ca77);
  box-shadow:0 12px 25px rgba(64,22,37,.15);
}
.package-note{
  margin-top:13px;
  color:#9a858c;
  font-size:8px;
  line-height:1.55;
  text-align:center;
}
.package-note-complete{color:#edd4dc}
.package-note-complete b{color:#fff}
.package-bottom-message{
  position:relative;z-index:1;
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:24px;
  color:#927c84;
  font-size:9px;
}
.package-bottom-message b{color:#6b394a}

/* FAQ */
.faq-section{
  padding:95px 0;
  background:#fff;
}
.faq-grid{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:70px;
  align-items:start;
}
.faq-title{
  position:sticky;
  top:110px;
}
.faq-title>span{
  color:#a15d76;
  font-size:8px;font-weight:900;letter-spacing:.8px;
}
.faq-title h2{
  margin:9px 0 0;
  color:#59263b;
  font:700 43px/1.03 'Playfair Display',Georgia,serif;
}
.faq-title h2 em{color:#a0506b;font-style:italic}
.faq-list{
  display:grid;
  gap:9px;
}
.faq-list details{
  padding:0 19px;
  border:1px solid #eadde2;
  border-radius:16px;
  background:#fff;
}
.faq-list summary{
  position:relative;
  padding:18px 34px 18px 0;
  color:#653549;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
  list-style:none;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{
  content:"+";
  position:absolute;
  right:0;top:15px;
  width:25px;height:25px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#fff1f5;
  color:#8b3552;
  font-size:16px;
}
.faq-list details[open] summary:after{content:"–"}
.faq-list p{
  margin:0;
  padding:0 35px 18px 0;
  color:#88747b;
  font-size:10px;
  line-height:1.7;
}

/* final CTA polish */
.final-cta{
  padding-top:75px;
  background:linear-gradient(180deg,#fff,#fff8fa);
}
.final-inner{
  padding:42px 45px;
  border:1px solid #eadce1;
  border-radius:25px;
  background:#fff;
  box-shadow:0 16px 45px rgba(85,41,57,.05);
}

/* responsive */
@media(max-width:1000px){
  .growth-grid{grid-template-columns:1fr 1fr}
  .growth-web{grid-column:1/-1}
  .packages-head{grid-template-columns:1fr}
  .trial-ribbon{justify-self:start}
  .faq-grid{grid-template-columns:1fr;gap:35px}
  .faq-title{position:static;text-align:center}
}
@media(max-width:760px){
  .package-grid{grid-template-columns:1fr}
  .package-card{min-height:0}
  .package-bottom-message{flex-direction:column;text-align:center}
  .growth-grid{grid-template-columns:1fr}
  .growth-web{grid-column:auto}
}
@media(max-width:640px){
  .hero{
    padding-top:35px;
  }
  .hero h1{
    font-size:38px;
    line-height:1.03;
    letter-spacing:-.7px;
  }
  .hero-text{font-size:13px;line-height:1.7}
  .statement-badge b{font-size:20px}

  .growth-section{padding:68px 0}
  .growth-card{
    min-height:0;
    padding:21px;
    border-radius:20px;
  }
  .growth-card h3{font-size:26px}
  .growth-browser strong{font-size:27px}

  .packages-section{padding:72px 0}
  .packages-head{gap:20px;margin-bottom:24px}
  .packages-head .section-title{text-align:center}
  .trial-ribbon{justify-self:center}
  .package-card{
    padding:25px 20px;
    border-radius:22px;
  }
  .recommended-badge{
    position:static;
    align-self:flex-start;
    margin-bottom:18px;
  }
  .package-top h3{font-size:30px}
  .package-price strong{font-size:52px}
  .package-features{gap:10px}
  .package-features li{font-size:9px}

  .faq-section{padding:70px 0}
  .faq-title h2{font-size:35px}
  .faq-list details{padding:0 14px}
  .faq-list summary{font-size:10px}
  .faq-list p{font-size:9px}

  .final-cta{padding-top:40px}
  .final-inner{
    padding:30px 20px;
    border-radius:20px;
  }
}

/* Very narrow phones */
@media(max-width:390px){
  .hero h1{font-size:34px}
  .package-price strong{font-size:48px}
  .trial-ribbon b{font-size:30px}
}


/* ==========================================================
   V10.4.1 – responsive + typography polish
   desktop hero ne csússzon össze, mobilon legyen olvashatóbb
   ========================================================== */

.hero-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.94fr) minmax(320px,.72fr);
  align-items:start;
}
.hero-copy{padding-top:8px}
.hero h1{
  max-width:560px;
  font-size:clamp(44px,4vw,62px);
  letter-spacing:-1px;
}
.hero-text{
  max-width:560px;
  font-size:17px;
  line-height:1.75;
}
.hero-product{
  min-height:520px;
}
.product-window{
  width:min(100%,460px);
}
.quick-card{
  left:-6px;
  bottom:10px;
}
.mail-card{
  right:-6px;
}
.signup{
  max-width:350px;
  padding:24px 20px;
}
.signup h2{font-size:34px}
.signup-top p{font-size:13px;line-height:1.6}
.signup-form label>span{font-size:13px}
.signup-form input,
.signup-form select{height:48px;font-size:14px;padding:0 14px}
.pass-toggle{font-size:11px;right:10px}
.check span{font-size:12px !important;line-height:1.6 !important}
.signup-button{min-height:50px;font-size:14px}
.signup-foot{font-size:11px;gap:10px}

.feature h3{font-size:30px}
.feature p{font-size:14px;line-height:1.75}
.feature>span,.feature>div+div>span{font-size:10px}
.receipt-note b{font-size:14px}
.receipt-note p{font-size:11px;line-height:1.65}

.growth-card>span{font-size:10px}
.growth-card h3{font-size:32px}
.growth-card p{font-size:13px}
.growth-browser>div b{font-size:10px}
.growth-browser small{font-size:9px}
.growth-browser strong{font-size:35px}
.growth-browser button{font-size:10px;padding:10px 14px}
.growth-list li{font-size:12px}
.review-demo small{font-size:10px}

.package-kicker{font-size:10px}
.package-top h3{font-size:38px}
.package-top p{font-size:14px}
.package-price span{font-size:13px}
.package-after{font-size:11px}
.package-features li{font-size:13px;line-height:1.65}
.package-btn{font-size:15px;min-height:54px}
.package-note{font-size:11px;line-height:1.6}
.package-bottom-message{font-size:12px}

.faq-title>span{font-size:10px}
.faq-title h2{font-size:46px}
.faq-list summary{font-size:14px}
.faq-list p{font-size:13px}

.final-inner h2{font-size:48px}
.footer-inner p{font-size:12px}
.footer-links a{font-size:12px}
.copyright{font-size:11px}

@media(max-width:1360px){
  .container{width:min(1240px,calc(100% - 36px));}
  .hero-grid{
    grid-template-columns:minmax(0,.96fr) minmax(380px,.92fr) minmax(300px,.74fr);
    gap:22px;
  }
  .hero h1{font-size:clamp(42px,3.8vw,56px);max-width:500px}
  .hero-text{font-size:16px;max-width:500px}
  .product-window{width:min(100%,430px)}
  .quick-card{width:160px}
  .mail-card{width:168px}
  .signup{max-width:320px}
}

@media(max-width:1180px){
  .hero-grid{grid-template-columns:1fr 1fr;gap:22px}
  .signup{grid-column:1/-1;max-width:760px;width:100%;margin:8px auto 0}
  .signup-form{grid-template-columns:1fr 1fr}
  .signup-form>label,.signup-form>.check,.signup-form>.signup-button,.signup-form>.signup-foot{grid-column:1/-1}
}

@media(max-width:900px){
  .hero h1{max-width:none;font-size:48px}
  .hero-text{max-width:680px;font-size:16px}
}

@media(max-width:640px){
  .hero{padding-top:28px}
  .pill{font-size:10px;padding:8px 12px}
  .hero h1{
    max-width:100%;
    font-size:clamp(42px,12vw,56px);
    line-height:1.02;
    letter-spacing:-.8px;
  }
  .hero-text{
    max-width:100%;
    font-size:17px;
    line-height:1.72;
  }
  .audience-inline span{font-size:11px;padding:7px 11px}
  .hero-actions .btn{font-size:15px;min-height:50px}
  .hero-facts b{font-size:24px}
  .hero-facts span{font-size:10px}

  .hero-product{min-height:340px}
  .product-window{max-width:360px}
  .window-brand{font-size:15px}
  .mini-head h3{font-size:15px}
  .mini-head button{font-size:7px}
  .quick-card{width:138px}
  .quick-card small{font-size:6px}
  .quick-card b{font-size:17px}
  .quick-steps span{font-size:6px}
  .mail-card{width:142px}
  .mail-card small{font-size:6px}
  .mail-card b{font-size:8px}

  .signup{padding:22px 16px}
  .signup-tag{font-size:10px;padding:7px 10px}
  .signup h2{font-size:31px}
  .signup-top p{font-size:14px}
  .form-error{font-size:12px;padding:11px 12px}
  .signup-form label>span{font-size:13px;margin-bottom:6px}
  .signup-form input,.signup-form select{height:48px;font-size:16px;border-radius:13px}
  .pass-toggle{font-size:12px}
  .check span{font-size:13px !important}
  .signup-button{font-size:16px;min-height:52px}
  .signup-foot{font-size:11px;line-height:1.5}

  .statement h2{font-size:34px}
  .statement p{font-size:13px;line-height:1.72}
  .statement-badge b{font-size:26px}

  .section-title>span{font-size:11px}
  .section-title h2{font-size:42px;line-height:1.06}
  .section-title p{font-size:16px;line-height:1.72}

  .feature{padding:20px}
  .feature h3{font-size:27px}
  .feature p{font-size:14px;line-height:1.72}
  .receipt-note b{font-size:13px}
  .receipt-note p{font-size:11px}

  .growth-card{padding:22px}
  .growth-card>span{font-size:11px}
  .growth-card h3{font-size:28px}
  .growth-card p{font-size:14px;line-height:1.72}
  .growth-list li{font-size:13px}
  .review-demo b{font-size:20px}
  .review-demo small{font-size:11px}

  .trial-ribbon{padding:14px 16px}
  .trial-ribbon b{font-size:32px}
  .trial-ribbon span{font-size:11px}
  .package-card{padding:26px 20px}
  .recommended-badge{font-size:9px}
  .package-kicker{font-size:10px}
  .package-top h3{font-size:34px}
  .package-top p{font-size:15px;line-height:1.72}
  .package-price strong{font-size:56px}
  .package-price span{font-size:13px}
  .package-after{font-size:11px}
  .package-features li{font-size:14px;padding-left:28px}
  .package-note{font-size:11px}
  .package-bottom-message{font-size:11px}

  .faq-title h2{font-size:38px}
  .faq-list summary{font-size:15px;padding:18px 36px 18px 0}
  .faq-list p{font-size:14px;line-height:1.7}

  .final-inner h2{font-size:38px}
  .footer-logo{font-size:22px}
  .footer-links{flex-wrap:wrap;justify-content:center}
  .footer-links a{font-size:13px}
  .footer-inner p,.copyright{font-size:12px}
}

@media(max-width:390px){
  .hero h1{font-size:38px}
  .hero-text{font-size:16px}
  .section-title h2{font-size:36px}
  .package-price strong{font-size:48px}
}


/* ==========================================================
   V10.4.2 – BELÉPETT FELHASZNÁLÓ HERO JAVÍTÁS
   A signup nincs jelen, ezért desktopon 2 oszlop kell.
   ========================================================== */

@media(min-width:1181px){
  body.is-logged-in .hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(500px,1fr);
    gap:58px;
    align-items:center;
  }

  body.is-logged-in .hero-copy{
    max-width:590px;
    padding-top:4px;
  }

  body.is-logged-in .hero h1{
    max-width:590px;
    font-size:clamp(48px,4.2vw,64px);
    line-height:1.01;
  }

  body.is-logged-in .hero-text{
    max-width:590px;
    font-size:17px;
    line-height:1.78;
  }

  body.is-logged-in .hero-product{
    width:100%;
    min-height:520px;
    justify-self:end;
  }

  body.is-logged-in .product-window{
    left:auto;
    right:0;
    width:min(100%,500px);
  }

  body.is-logged-in .mail-card{
    right:-14px;
  }

  body.is-logged-in .quick-card{
    left:0;
  }
}

@media(min-width:901px) and (max-width:1180px){
  body.is-logged-in .hero-grid{
    grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);
    gap:30px;
    align-items:center;
  }

  body.is-logged-in .hero-copy{
    text-align:left;
  }

  body.is-logged-in .hero h1,
  body.is-logged-in .hero-text{
    margin-left:0;
    margin-right:0;
  }

  body.is-logged-in .audience-inline,
  body.is-logged-in .hero-actions,
  body.is-logged-in .hero-facts{
    justify-content:flex-start;
  }
}

/* kijelentkezve marad a regisztrációs 3-oszlopos értékesítési hero */
@media(min-width:1181px){
  body.is-guest .hero-grid{
    grid-template-columns:minmax(0,1.02fr) minmax(420px,.94fr) minmax(320px,.72fr);
  }
}


/* ==========================================================
   V10.4.3 – MOBIL HERO VÉGLEGES JAVÍTÁS
   ========================================================== */

@media(max-width:900px){
  /* A V10.4.1 tablet szabálya mobilon ne hagyjon 2 oszlopot. */
  .hero-grid,
  body.is-guest .hero-grid,
  body.is-logged-in .hero-grid{
    grid-template-columns:minmax(0,1fr) !important;
    gap:24px !important;
  }

  .hero-copy{
    width:100%;
    max-width:100%;
    min-width:0;
    order:1;
    text-align:center;
  }

  .hero h1,
  .hero-text{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .audience-inline,
  .hero-actions,
  .hero-facts{
    justify-content:center !important;
  }

  /* Vendégként a regisztráció jöjjön a szöveg után,
     a bemutató pedig csak utána. */
  body.is-guest .signup{
    order:2;
    grid-column:1 !important;
  }

  body.is-guest .hero-product{
    order:3;
  }

  body.is-logged-in .hero-product{
    order:2;
  }

  .hero-product{
    width:100% !important;
    max-width:560px;
    min-width:0;
    margin:0 auto !important;
    justify-self:center !important;
  }
}

@media(max-width:640px){
  html,body{
    overflow-x:hidden;
  }

  .hero{
    padding:26px 0 42px;
  }

  .hero-grid{
    gap:22px !important;
  }

  .pill{
    width:auto;
    max-width:94%;
    margin:0 auto;
    font-size:9px;
    line-height:1.35;
  }

  .hero h1{
    max-width:350px !important;
    margin-top:18px !important;
    margin-bottom:17px !important;
    font-size:38px !important;
    line-height:1.035 !important;
    letter-spacing:-.65px !important;
  }

  .hero h1 em{
    margin-top:5px;
  }

  .hero-text{
    max-width:350px !important;
    font-size:15px !important;
    line-height:1.72 !important;
  }

  .audience-inline{
    max-width:355px;
    margin-top:20px;
    gap:7px;
  }

  .audience-inline span{
    padding:7px 10px;
    font-size:10px;
    line-height:1.2;
  }

  .hero-actions{
    max-width:350px;
    margin-top:23px;
  }

  .hero-actions .btn{
    min-height:50px;
    font-size:14px;
  }

  .hero-facts{
    max-width:350px;
  }

  .hero-facts b{
    font-size:22px;
  }

  .hero-facts span{
    font-size:9px;
  }

  /* Regisztráció: nagyobb, telefonon kényelmes mezők. */
  .signup{
    width:100%;
    max-width:390px;
    margin:0 auto !important;
    padding:22px 17px;
  }

  .signup h2{
    font-size:31px;
  }

  .signup-top p{
    font-size:13px;
  }

  .signup-form label>span{
    font-size:12px;
  }

  .signup-form input,
  .signup-form select{
    height:48px;
    font-size:16px;
  }

  .check span{
    font-size:12px !important;
  }

  .signup-button{
    min-height:52px;
    font-size:15px;
  }

  .signup-foot{
    font-size:10px;
  }

  /* A termékbemutató mobilon normál blokk legyen, ne abszolút lebegő.
     Így semmi nem tud a főcím mellé vagy fölé kicsúszni. */
  .hero-product{
    min-height:0 !important;
    max-width:390px !important;
    overflow:visible;
    padding:0;
  }

  .product-window{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
    width:100% !important;
    max-width:390px !important;
    margin:0 auto !important;
  }

  /* Telefonon a két lebegő extra kártya csak zsúfoltságot okoz.
     A funkciók lent külön is szerepelnek. */
  .mail-card,
  .quick-card{
    display:none !important;
  }

  .window-body{
    grid-template-columns:64px minmax(0,1fr);
  }

  .mini-main{
    min-width:0;
  }

  .mini-head h3{
    font-size:14px;
  }

  .mini-head button{
    font-size:6px;
    padding:6px 7px;
  }

  .mini-stats div{
    min-width:0;
  }

  .mini-stats b{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  /* Aloldali szövegek: olvashatóak, de ne óriásiak. */
  .section-title h2{
    font-size:36px !important;
  }

  .section-title p{
    font-size:14px !important;
  }

  .feature h3{
    font-size:25px !important;
  }

  .feature p,
  .growth-card p{
    font-size:13px !important;
  }

  .growth-card h3{
    font-size:27px !important;
  }

  .package-top h3{
    font-size:31px !important;
  }

  .package-top p{
    font-size:14px !important;
  }

  .package-features li{
    font-size:13px !important;
  }

  .faq-list summary{
    font-size:14px !important;
  }

  .faq-list p{
    font-size:13px !important;
  }
}

@media(max-width:380px){
  .hero h1{
    font-size:35px !important;
  }

  .hero-text{
    font-size:14px !important;
  }
}


/* ==========================================================
   V10.4.4 – KAPCSOLAT / ELÉRHETŐSÉG
   ========================================================== */
.contact-section{
  padding:86px 0 28px;
  background:linear-gradient(180deg,#fff,#fff8fa);
}
.contact-card{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
  padding:38px 40px;
  border:1px solid #eadde2;
  border-radius:26px;
  background:#fff;
  box-shadow:0 16px 45px rgba(85,41,57,.055);
}
.contact-copy>span{
  display:block;
  color:#a15d76;
  font-size:10px;
  font-weight:900;
  letter-spacing:.8px;
}
.contact-copy h2{
  margin:9px 0 12px;
  color:#59263b;
  font:700 43px/1.04 'Playfair Display',Georgia,serif;
}
.contact-copy h2 em{
  color:#a0506b;
  font-style:italic;
}
.contact-copy p{
  max-width:560px;
  margin:0;
  color:#836f76;
  font-size:14px;
  line-height:1.75;
}
.contact-actions{
  display:grid;
  gap:12px;
}
.contact-item{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:center;
  padding:17px 18px;
  border:1px solid #eadde2;
  border-radius:17px;
  background:#fffafb;
  color:inherit;
  text-decoration:none;
  transition:.18s ease;
}
.contact-item:hover{
  transform:translateY(-1px);
  border-color:#d8bac5;
  box-shadow:0 10px 25px rgba(89,35,54,.07);
}
.contact-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#fff0f4;
  color:#7a3550;
  font-size:18px;
}
.contact-item small{
  display:block;
  margin-bottom:4px;
  color:#a26b7e;
  font-size:9px;
  font-weight:900;
  letter-spacing:.7px;
}
.contact-item b{
  display:block;
  color:#5b293c;
  font-size:15px;
  word-break:break-word;
}
.footer-contact-mini{
  display:flex;
  gap:7px;
  align-items:center;
  justify-content:center;
  color:#8c747d;
  font-size:11px;
}
.footer-contact-mini a{
  color:#7a3550;
  text-decoration:none;
  font-weight:700;
}
.footer-contact-mini a:hover{text-decoration:underline}

@media(max-width:900px){
  .contact-card{
    grid-template-columns:1fr;
    text-align:center;
  }
  .contact-copy p{
    margin-left:auto;
    margin-right:auto;
  }
}
@media(max-width:640px){
  .contact-section{
    padding:64px 0 20px;
  }
  .contact-card{
    padding:25px 18px;
    border-radius:21px;
    gap:24px;
  }
  .contact-copy h2{
    font-size:34px;
  }
  .contact-copy p{
    font-size:14px;
  }
  .contact-actions{
    gap:9px;
  }
  .contact-item{
    grid-template-columns:42px minmax(0,1fr);
    padding:14px;
    text-align:left;
  }
  .contact-icon{
    width:42px;
    height:42px;
  }
  .contact-item b{
    font-size:14px;
  }
  .footer-contact-mini{
    flex-direction:column;
    gap:3px;
    font-size:12px;
  }
  .footer-contact-mini span{
    display:none;
  }
}


/* ==========================================================
   V10.4.5 – SEO-T TÁMOGATÓ LÁTHATÓ TARTALOM
   ========================================================== */
.seo-intro-section{
  padding:78px 0;
  background:#fff9fb;
  border-top:1px solid #f1e5e9;
  border-bottom:1px solid #f1e5e9;
}
.seo-intro-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:56px;
  align-items:center;
}
.seo-intro-copy>span{
  display:block;
  color:#a15d76;
  font-size:10px;
  font-weight:900;
  letter-spacing:.8px;
}
.seo-intro-copy h2{
  max-width:720px;
  margin:10px 0 14px;
  color:#59263b;
  font:700 42px/1.06 'Playfair Display',Georgia,serif;
}
.seo-intro-copy h2 em{
  color:#a0506b;
  font-style:italic;
}
.seo-intro-copy p{
  max-width:760px;
  margin:0;
  color:#806d74;
  font-size:14px;
  line-height:1.8;
}
.seo-intro-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  justify-content:flex-end;
}
.seo-intro-tags span{
  padding:9px 12px;
  border:1px solid #ead9df;
  border-radius:999px;
  background:#fff;
  color:#704f5b;
  font-size:11px;
  font-weight:700;
}

@media(max-width:900px){
  .seo-intro-grid{
    grid-template-columns:1fr;
    gap:28px;
    text-align:center;
  }
  .seo-intro-copy h2,
  .seo-intro-copy p{
    margin-left:auto;
    margin-right:auto;
  }
  .seo-intro-tags{
    justify-content:center;
  }
}
@media(max-width:640px){
  .seo-intro-section{
    padding:58px 0;
  }
  .seo-intro-copy>span{
    font-size:10px;
  }
  .seo-intro-copy h2{
    font-size:34px;
  }
  .seo-intro-copy p{
    font-size:14px;
    line-height:1.75;
  }
  .seo-intro-tags span{
    font-size:10px;
    padding:8px 10px;
  }
}


/* ==========================================================
   V10.4.6 – MOBIL HERO TIPOGRÁFIA
   Az e-mail / Google kifejezések ne törjenek félbe.
   ========================================================== */
.hero-nowrap{
  white-space:nowrap;
}

@media(max-width:640px){
  .hero-text{
    text-wrap:pretty;
  }

  .hero-text strong{
    line-height:1.65;
  }

  .hero-nowrap{
    white-space:nowrap;
  }
}

@media(max-width:360px){
  /* Nagyon keskeny készüléken inkább picit kisebb legyen,
     mint hogy a kifejezés kilógjon. */
  .hero-text{
    font-size:13.5px !important;
  }
}


/* ==========================================================
   V10.4.7 – ELEGÁNS, LETISZTULT TIPOGRÁFIA
   Cormorant Garamond + Plus Jakarta Sans
   ========================================================== */

:root{
  --sn-font-display:'Cormorant Garamond', Georgia, serif;
  --sn-font-ui:'Plus Jakarta Sans', Arial, sans-serif;
}

/* Alapszöveg */
body,
button,
input,
select,
textarea{
  font-family:var(--sn-font-ui) !important;
}

/* Logó */
.logo,
.window-brand,
.footer-logo{
  font-family:var(--sn-font-display) !important;
  font-weight:700 !important;
  letter-spacing:-.03em !important;
}

/* Nagy, elegáns címsorok */
.hero h1,
.statement h2,
.section-title h2,
.feature h3,
.growth-card h3,
.growth-browser strong,
.package-top h3,
.package-price strong,
.faq-title h2,
.contact-copy h2,
.final-inner h2,
.signup h2,
.trial-ribbon b,
.review-demo b,
.seo-intro-copy h2,
.monthTitle{
  font-family:var(--sn-font-display) !important;
}

/* Hero */
.hero h1{
  font-weight:700 !important;
  letter-spacing:-.035em !important;
  line-height:.98 !important;
}

.hero h1 em{
  font-weight:600 !important;
  letter-spacing:-.025em !important;
}

/* Szekciócímek */
.statement h2,
.section-title h2,
.faq-title h2,
.contact-copy h2,
.final-inner h2,
.seo-intro-copy h2{
  font-weight:700 !important;
  letter-spacing:-.025em !important;
}

.section-title h2 em,
.statement h2 em,
.faq-title h2 em,
.contact-copy h2 em,
.final-inner h2 em,
.seo-intro-copy h2 em{
  font-weight:600 !important;
}

/* Kártyacímek: kicsit finomabbak */
.feature h3,
.growth-card h3,
.package-top h3{
  font-weight:700 !important;
  letter-spacing:-.018em !important;
}

/* UI / body text */
.hero-text,
.feature p,
.growth-card p,
.package-top p,
.package-features li,
.faq-list summary,
.faq-list p,
.contact-copy p,
.contact-item b,
.signup-form,
.statement p,
.seo-intro-copy p,
.footer-inner,
.desktop-nav,
.header-actions{
  font-family:var(--sn-font-ui) !important;
}

/* Kis címkék kevésbé ordítsanak */
.pill,
.section-title>span,
.eyebrow-text,
.growth-card>span,
.package-kicker,
.contact-copy>span,
.seo-intro-copy>span,
.signup-tag{
  font-family:var(--sn-font-ui) !important;
  font-weight:800 !important;
  letter-spacing:.055em !important;
}

/* Gombok */
.btn,
.signup-button,
.package-btn{
  font-family:var(--sn-font-ui) !important;
  font-weight:800 !important;
  letter-spacing:-.01em !important;
}

/* Ár: elegánsabb számjegyek */
.package-price strong{
  font-weight:700 !important;
  letter-spacing:-.045em !important;
}

/* Desktop */
@media(min-width:901px){
  .hero h1{
    font-size:clamp(52px,4.4vw,68px) !important;
  }

  .section-title h2{
    line-height:1 !important;
  }

  .package-top h3{
    line-height:1.02 !important;
  }
}

/* Mobil: ne legyen túl díszes vagy túl nagy */
@media(max-width:640px){
  .hero h1{
    font-size:40px !important;
    line-height:1 !important;
    letter-spacing:-.03em !important;
  }

  .hero-text{
    font-size:15px !important;
    line-height:1.75 !important;
  }

  .statement h2{
    font-size:34px !important;
    line-height:1.02 !important;
  }

  .section-title h2,
  .seo-intro-copy h2{
    font-size:35px !important;
    line-height:1.03 !important;
  }

  .feature h3{
    font-size:26px !important;
    line-height:1.05 !important;
  }

  .growth-card h3{
    font-size:28px !important;
    line-height:1.04 !important;
  }

  .package-top h3{
    font-size:32px !important;
    line-height:1.03 !important;
  }

  .faq-title h2,
  .contact-copy h2{
    font-size:35px !important;
    line-height:1.03 !important;
  }

  .signup h2{
    font-size:32px !important;
  }
}

@media(max-width:380px){
  .hero h1{
    font-size:37px !important;
  }
}


/* ==========================================================
   V11 – VÉGLEGES KÉT CSOMAGOS FOLYAMAT
   ========================================================== */

.complete-mini-flow{
  display:grid;
  gap:7px;
  margin:0 0 16px;
  padding:13px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:15px;
  background:rgba(255,255,255,.08);
}
.complete-mini-flow span{
  display:flex;
  gap:8px;
  align-items:center;
  color:#f7e9ed;
  font-size:11px;
  line-height:1.45;
}
.complete-mini-flow b{
  width:21px;
  height:21px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f5d890;
  color:#5c2639;
  font-size:9px;
}

.complete-request-section{
  padding:96px 0;
  background:
    radial-gradient(circle at 8% 10%,rgba(244,218,227,.55),transparent 27%),
    linear-gradient(180deg,#fff9fb,#fff);
}
.complete-request-card{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:52px;
  align-items:center;
  padding:46px;
  border:1px solid #e6d5db;
  border-radius:30px;
  background:#fff;
  box-shadow:0 24px 70px rgba(90,39,58,.08);
}
.complete-request-copy>span{
  display:block;
  color:#a0526c;
  font-size:10px;
  font-weight:900;
  letter-spacing:.07em;
}
.complete-request-copy h2{
  margin:10px 0 15px;
  color:#59263b;
  font-family:var(--sn-font-display,'Cormorant Garamond',Georgia,serif);
  font-size:46px;
  line-height:1;
  letter-spacing:-.025em;
}
.complete-request-copy h2 em{
  color:#a0506b;
  font-weight:600;
}
.complete-request-copy p{
  margin:0;
  color:#806d74;
  font-size:14px;
  line-height:1.8;
}
.complete-request-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:24px;
}
.complete-request-points div{
  display:flex;
  align-items:center;
  gap:9px;
  padding:11px 12px;
  border:1px solid #eadde2;
  border-radius:13px;
  background:#fffafb;
  color:#644753;
  font-size:11px;
  font-weight:700;
}
.complete-request-points b{
  color:#9e4261;
}
.complete-contact-direct{
  display:grid;
  gap:5px;
  margin-top:25px;
  padding-top:20px;
  border-top:1px solid #eee1e5;
}
.complete-contact-direct small{
  color:#a47a89;
  font-size:8px;
  font-weight:900;
  letter-spacing:.7px;
}
.complete-contact-direct a{
  color:#702f47;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
}
.complete-contact-direct a:hover{text-decoration:underline}

.complete-request-form-wrap{
  padding:27px;
  border:1px solid #ead8df;
  border-radius:24px;
  background:#fffafb;
}
.complete-request-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.complete-request-form label>span{
  display:block;
  margin-bottom:6px;
  color:#704f5b;
  font-size:11px;
  font-weight:800;
}
.complete-request-form label small{
  color:#a7939a;
  font-weight:500;
}
.complete-request-form input,
.complete-request-form select,
.complete-request-form textarea{
  width:100%;
  border:1px solid #e5d2d9;
  border-radius:13px;
  background:#fff;
  color:#563640;
  padding:0 12px;
  outline:none;
  font-family:var(--sn-font-ui,'Plus Jakarta Sans',Arial,sans-serif);
  font-size:13px;
}
.complete-request-form input,
.complete-request-form select{
  height:47px;
}
.complete-request-form textarea{
  min-height:110px;
  padding-top:12px;
  resize:vertical;
}
.complete-request-form input:focus,
.complete-request-form select:focus,
.complete-request-form textarea:focus{
  border-color:#c9879d;
  box-shadow:0 0 0 3px rgba(122,53,80,.07);
}
.complete-full{grid-column:1/-1}
.complete-confirm{
  margin:3px 0 0;
  padding:12px;
  border:1px solid #ead8df;
  border-radius:13px;
  background:#fff;
}
.complete-confirm span{
  margin:0!important;
  font-size:10px!important;
  line-height:1.6!important;
  font-weight:500!important;
}
.complete-request-button{
  width:100%;
  min-height:52px;
  border-radius:14px;
  background:linear-gradient(135deg,#74213d,#a94e6c);
  color:#fff;
  font-size:14px;
  box-shadow:0 12px 28px rgba(116,33,61,.16);
}
.complete-form-foot{
  text-align:center;
  color:#9b838c;
  font-size:9px;
  line-height:1.5;
}
.complete-success{
  display:grid;
  gap:5px;
  margin-bottom:15px;
  padding:14px 15px;
  border:1px solid #cce6d5;
  border-radius:15px;
  background:#edf9f1;
  color:#34744c;
}
.complete-success b{font-size:13px}
.complete-success span{font-size:11px;line-height:1.55}

.package-complete{
  transform:translateY(-6px);
}
.package-complete:before{
  content:"AJÁNLOTT, HA WEBOLDALT IS SZERETNÉL";
  display:block;
  margin:-8px 0 18px;
  color:#f7d893;
  font-size:9px;
  font-weight:900;
  letter-spacing:.07em;
}

@media(max-width:900px){
  .complete-request-card{
    grid-template-columns:1fr;
    gap:32px;
  }
  .complete-request-copy{
    text-align:center;
  }
  .complete-request-points{
    max-width:620px;
    margin-left:auto;
    margin-right:auto;
  }
  .complete-contact-direct{
    align-items:center;
  }
  .package-complete{
    transform:none;
  }
}
@media(max-width:640px){
  .complete-request-section{padding:68px 0}
  .complete-request-card{
    padding:24px 17px;
    border-radius:22px;
  }
  .complete-request-copy h2{
    font-size:36px;
  }
  .complete-request-copy p{
    font-size:14px;
  }
  .complete-request-points{
    grid-template-columns:1fr;
  }
  .complete-request-points div{
    font-size:12px;
  }
  .complete-request-form-wrap{
    padding:18px 14px;
    border-radius:19px;
  }
  .complete-request-form{
    grid-template-columns:1fr;
  }
  .complete-full{grid-column:auto}
  .complete-request-form label>span{
    font-size:12px;
  }
  .complete-request-form input,
  .complete-request-form select,
  .complete-request-form textarea{
    font-size:16px;
  }
  .complete-request-button{
    font-size:15px;
  }
  .complete-mini-flow span{
    font-size:10px;
  }
}


/* ==========================================================
   V11.1 – ŰRLAP UI HOTFIX
   Checkbox + jelszó mezők desktop/mobil javítása
   ========================================================== */

/* ---------- ALAPCSOMAG: JELSZÓMEZŐK ---------- */
.signup-form .form-two{
  width:100%;
}

.signup-form .form-two > label{
  min-width:0;
  width:100%;
}

.signup-form .password-wrap{
  position:relative;
  width:100%;
  min-width:0;
}

.signup-form .password-wrap input{
  width:100% !important;
  padding-left:14px !important;
  padding-right:78px !important;
}

.signup-form .pass-toggle{
  position:absolute !important;
  right:7px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:3;
  min-width:54px;
  height:32px;
  padding:0 9px;
  border:1px solid #ead8df !important;
  border-radius:9px;
  background:#fff8fa !important;
  color:#7d5362 !important;
  font-size:10px !important;
  font-weight:800 !important;
  line-height:1;
  cursor:pointer;
}

/* ---------- ALAPCSOMAG: PRÓBA CHECKBOX ---------- */
.signup-form .check{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:9px !important;
  width:100%;
  min-width:0;
}

.signup-form .check input[type="checkbox"]{
  appearance:auto;
  -webkit-appearance:checkbox;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  flex:0 0 18px !important;
  padding:0 !important;
  margin:1px 0 0 !important;
  border:0 !important;
  box-shadow:none !important;
  accent-color:#8d3553;
}

.signup-form .check span{
  flex:1 1 auto;
  min-width:0;
  margin:0 !important;
  text-align:left !important;
  line-height:1.55 !important;
}

/* ---------- KOMPLETT: HOZZÁJÁRULÁS CHECKBOX ---------- */
.complete-request-form .complete-confirm{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:11px !important;
  width:100%;
  min-height:0 !important;
  padding:14px !important;
  margin:3px 0 0 !important;
  border:1px solid #ead8df;
  border-radius:13px;
  background:#fff;
}

.complete-request-form .complete-confirm input[type="checkbox"]{
  appearance:auto;
  -webkit-appearance:checkbox;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  flex:0 0 18px !important;
  padding:0 !important;
  margin:2px 0 0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  accent-color:#8d3553;
}

.complete-request-form .complete-confirm span{
  display:block !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  width:auto !important;
  margin:0 !important;
  color:#765762 !important;
  text-align:left !important;
  font-size:11px !important;
  font-weight:500 !important;
  line-height:1.6 !important;
}

/* A generic complete input szabály soha ne változtassa meg a checkboxot. */
.complete-request-form input[type="checkbox"]{
  padding:0 !important;
}

/* ---------- MOBIL ---------- */
@media(max-width:640px){
  .signup-form .form-two{
    grid-template-columns:minmax(0,1fr) !important;
    gap:10px !important;
  }

  .signup-form .password-wrap input{
    height:50px !important;
    padding-right:82px !important;
  }

  .signup-form .pass-toggle{
    right:7px !important;
    min-width:58px;
    height:34px;
    font-size:11px !important;
  }

  .signup-form .check{
    padding:3px 0;
  }

  .signup-form .check input[type="checkbox"],
  .complete-request-form .complete-confirm input[type="checkbox"]{
    width:19px !important;
    height:19px !important;
    min-width:19px !important;
    min-height:19px !important;
    flex-basis:19px !important;
  }

  .signup-form .check span{
    font-size:12px !important;
  }

  .complete-request-form .complete-confirm{
    gap:10px !important;
    padding:13px !important;
  }

  .complete-request-form .complete-confirm span{
    font-size:12px !important;
    line-height:1.55 !important;
  }
}


/* ==========================================================
   V11.5 – PRÉMIUM SZÉPSÉGNAPTÁR HERO
   A Facebook kreatív elegáns, rózsás hangulatára építve.
   ========================================================== */

.beauty-hero{
  position:relative;
  overflow:hidden;
  padding:82px 0 78px;
  background:
    radial-gradient(circle at 5% 12%,rgba(244,193,209,.50),transparent 25%),
    radial-gradient(circle at 94% 10%,rgba(245,207,218,.58),transparent 24%),
    radial-gradient(circle at 18% 92%,rgba(255,223,229,.65),transparent 26%),
    linear-gradient(135deg,#fff7f9 0%,#fffdfa 48%,#fff6f8 100%);
}
.beauty-hero:before,.beauty-hero:after{
  content:"";
  position:absolute;
  border-radius:50%;
  filter:blur(2px);
  pointer-events:none;
}
.beauty-hero:before{
  width:280px;height:280px;left:-130px;top:210px;
  background:radial-gradient(circle at 50% 50%,rgba(238,163,188,.24),rgba(255,255,255,0) 70%);
}
.beauty-hero:after{
  width:360px;height:360px;right:-170px;bottom:-90px;
  background:radial-gradient(circle at 50% 50%,rgba(218,157,179,.22),rgba(255,255,255,0) 70%);
}
.beauty-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(14px)}
.beauty-glow-a{width:220px;height:220px;left:2%;top:4%;background:rgba(247,216,225,.45)}
.beauty-glow-b{width:260px;height:260px;right:1%;bottom:4%;background:rgba(247,210,219,.40)}
.beauty-petal{position:absolute;color:rgba(164,69,98,.10);font-size:94px;line-height:1;transform:rotate(-18deg);pointer-events:none}
.petal-a{left:3%;bottom:7%}.petal-b{right:4%;top:17%;transform:rotate(18deg)}

.beauty-hero-grid{
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:58px;
  align-items:center;
}
.beauty-copy{max-width:610px}
.beauty-kicker{
  display:inline-flex;align-items:center;gap:7px;
  margin-bottom:16px;padding:8px 12px;
  border:1px solid #eccfd9;border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#9b4764;font-size:9px;font-weight:900;letter-spacing:.08em;
}
.beauty-copy h1{margin:0;color:#601b34}
.beauty-copy h1>span{
  display:block;
  font-family:var(--sn-font-display,'Cormorant Garamond',Georgia,serif);
  font-size:clamp(64px,6vw,91px);
  font-weight:700;line-height:.87;letter-spacing:-.045em;
}
.beauty-copy h1>em{
  display:block;max-width:540px;margin-top:18px;
  color:#a3516e;
  font-family:var(--sn-font-display,'Cormorant Garamond',Georgia,serif);
  font-size:clamp(31px,3vw,45px);
  font-weight:600;line-height:.98;
}
.beauty-lead{
  max-width:555px;margin:23px 0 0;
  color:#785e68;font-size:15px;line-height:1.8;
}
.beauty-lead strong{color:#64273d}
.beauty-benefits{
  display:flex;flex-wrap:wrap;gap:8px;
  margin-top:22px;
}
.beauty-benefits span{
  padding:8px 10px;border:1px solid #efd9e0;border-radius:999px;
  background:rgba(255,255,255,.78);color:#724555;
  font-size:9px;font-weight:800;
}
.beauty-actions{display:flex;align-items:center;gap:17px;flex-wrap:wrap;margin-top:28px}
.beauty-primary{
  min-height:53px;padding:0 25px!important;
  background:linear-gradient(135deg,#7d223f,#b14c70)!important;
  color:#fff!important;border:0!important;border-radius:999px!important;
  box-shadow:0 18px 36px rgba(122,40,68,.18);
}
.beauty-login{color:#7e3b53;font-size:11px;font-weight:800}
.beauty-trust{
  display:flex;gap:0;margin-top:24px;
  border-top:1px solid #ead8de;padding-top:17px;
}
.beauty-trust div{padding:0 18px;border-left:1px solid #ead8de}
.beauty-trust div:first-child{padding-left:0;border-left:0}
.beauty-trust b{display:block;color:#70243e;font-size:15px}
.beauty-trust span{display:block;margin-top:2px;color:#9c818a;font-size:8px}

.beauty-showcase{position:relative;min-height:680px;display:grid;place-items:center}
.beauty-phone{
  position:relative;z-index:4;
  width:345px;padding:10px;
  border:2px solid #9f684e;border-radius:52px;
  background:linear-gradient(145deg,#3a2228,#dfaa8d 10%,#4b292d 17%,#d69578 84%,#48272c 93%);
  box-shadow:0 34px 65px rgba(93,38,56,.22),0 0 0 5px rgba(255,255,255,.7);
}
.phone-notch{
  position:absolute;z-index:9;top:10px;left:50%;transform:translateX(-50%);
  width:123px;height:25px;border-radius:0 0 16px 16px;background:#1a1517;
}
.phone-screen{
  overflow:hidden;min-height:624px;
  border-radius:43px;background:linear-gradient(180deg,#fff9fb,#fff);
}
.phone-trial{
  margin:28px 13px 10px;padding:9px 10px;border:1px solid #f0dda7;border-radius:12px;
  background:#fff8e7;color:#9a681f;font-size:8px;
}
.phone-topbar{
  display:grid;grid-template-columns:35px 1fr 35px;align-items:center;padding:10px 17px 8px;
}
.phone-topbar button{border:0;background:none;color:#77243f;font-size:18px}
.phone-topbar strong{text-align:center;color:#72243e;font:700 25px/1 var(--sn-font-display,'Cormorant Garamond',Georgia,serif);font-style:italic}
.phone-topbar>span{text-align:right;color:#8b2948;font-size:20px}
.phone-hello{
  display:grid;grid-template-columns:48px 1fr 35px;gap:9px;align-items:center;
  margin:4px 13px 11px;padding:13px;border:1px solid #f1d6df;border-radius:20px;
  background:linear-gradient(135deg,#fff0f4,#ffdbe4);
}
.hello-spark{width:45px;height:45px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;background:#fff7fa;color:#8d2f4e;font-size:21px}
.phone-hello small{display:block;color:#a37d89;font-size:6px}
.phone-hello b{display:block;margin:2px 0;color:#7a203e;font-size:17px}
.phone-hello span{display:block;color:#765760;font-size:8px}.phone-hello i{color:#cf6f8d;font-size:24px}
.phone-section-head{display:flex;align-items:center;justify-content:space-between;margin:0 14px 7px;color:#78213f}
.phone-section-head b{font-size:12px}.phone-section-head span{padding:5px 7px;border-radius:999px;background:#ffe6ed;font-size:8px;font-weight:900}
.phone-bookings{display:grid;gap:6px;margin:0 13px}
.phone-bookings>div{
  display:grid;grid-template-columns:65px 1fr 30px;align-items:center;
  min-height:52px;padding:0 8px;border:1px solid #efdee4;border-radius:15px;background:#fff;
  box-shadow:0 6px 12px rgba(98,43,61,.035)
}
.phone-bookings time{padding:7px;border-radius:10px;background:#ffdce5;color:#7b2541;font-size:12px;font-weight:900;text-align:center}
.phone-bookings p{margin:0 8px}.phone-bookings p b{display:block;color:#4c3039;font-size:9px}.phone-bookings p span{display:block;margin-top:2px;color:#8a737b;font-size:7px}
.phone-bookings i{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff0f4;color:#8b2948;font-size:10px}
.phone-add{
  width:calc(100% - 26px);height:46px;margin:11px 13px 9px;
  border:0;border-radius:15px;background:linear-gradient(90deg,#f2a8bd,#ea8fab);color:#65283d;font-size:11px;font-weight:900;
}
.phone-quick{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 13px 9px}
.phone-quick div{display:grid;place-items:center;gap:4px;min-height:62px;border:1px solid #f0dfe5;border-radius:17px;background:#fff8fa;color:#7b2541}
.phone-quick i{font-size:17px}.phone-quick b{font-size:9px}
.phone-revenue{position:relative;margin:0 13px 12px;padding:12px 13px;border-radius:17px;background:linear-gradient(135deg,#7c1f3c,#a63758);color:#fff}
.phone-revenue small{display:block;font-size:7px}.phone-revenue b{display:block;margin-top:2px;font-size:16px}.phone-revenue i{position:absolute;right:14px;top:20px;font-size:19px}
.phone-bottom{display:grid;grid-template-columns:repeat(4,1fr);padding:9px 8px 11px;border-top:1px solid #eadfe3;background:#fff}
.phone-bottom b{display:grid;place-items:center;gap:2px;color:#765760;font-size:13px}.phone-bottom b:first-child{color:#d94b76}.phone-bottom span{font-size:6px}

.beauty-seal{
  position:absolute;z-index:6;left:1%;top:7%;
  width:116px;height:116px;border-radius:50%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  border:5px double #f7d8bd;background:linear-gradient(145deg,#8f2648,#b54d6c);
  color:#fff;text-align:center;transform:rotate(-7deg);
  box-shadow:0 12px 25px rgba(112,31,58,.18);
}
.beauty-seal b{font:700 38px/1 var(--sn-font-display,'Cormorant Garamond',Georgia,serif)}
.beauty-seal span{font-size:8px;font-weight:900;letter-spacing:.08em;line-height:1.3}

.beauty-feature-orbit{position:absolute;z-index:3;display:grid;gap:34px;top:150px}
.orbit-left{left:-4%}.orbit-right{right:-5%}
.beauty-feature-orbit>div{width:112px;text-align:center;color:#6c3347}
.beauty-feature-orbit i{
  width:58px;height:58px;margin:0 auto 7px;
  border:1px solid #df9bac;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(145deg,#fff5f7,#f5bed0);box-shadow:0 9px 20px rgba(115,43,65,.10);
  color:#8a2948;font-style:normal;font-size:20px;
}
.beauty-feature-orbit b{font-size:8px;line-height:1.25;text-transform:uppercase}

.beauty-ribbon{
  position:absolute;z-index:5;right:2%;bottom:2%;
  width:210px;padding:14px 17px;transform:rotate(-3deg);
  background:linear-gradient(135deg,#a83d5d,#c45473);color:#fff;
  box-shadow:0 12px 26px rgba(117,38,62,.15);
}
.beauty-ribbon span{display:block;font:600 italic 20px/1 var(--sn-font-display,'Cormorant Garamond',Georgia,serif)}
.beauty-ribbon b{display:block;margin-top:5px;font-size:8px;line-height:1.5}

.signup-question-box{
  display:grid;gap:11px;margin:4px 0 3px;padding:15px;
  border:1px solid #ead8df;border-radius:16px;background:#fff8fa;
}
.signup-question-head b{display:block;color:#74213d;font-size:12px}
.signup-question-head span{display:block;margin-top:3px;color:#917881;font-size:9px;line-height:1.45}
.signup-question-box label>span{font-size:10px!important}

@media(max-width:1050px){
  .beauty-hero-grid{grid-template-columns:1fr;gap:28px}
  .beauty-copy{max-width:760px;margin:auto;text-align:center}
  .beauty-copy h1>em,.beauty-lead{margin-left:auto;margin-right:auto}
  .beauty-benefits,.beauty-actions,.beauty-trust{justify-content:center}
  .beauty-showcase{max-width:760px;margin:auto}
  .orbit-left{left:2%}.orbit-right{right:2%}
}
@media(max-width:720px){
  .beauty-hero{padding:50px 0 54px}
  .beauty-copy h1>span{font-size:56px}
  .beauty-copy h1>em{font-size:30px}
  .beauty-lead{font-size:14px}
  .beauty-benefits{gap:6px}
  .beauty-benefits span{font-size:8px;padding:7px 9px}
  .beauty-trust{justify-content:space-between}
  .beauty-trust div{padding:0 10px}
  .beauty-showcase{min-height:650px}
  .beauty-phone{width:min(330px,88vw)}
  .beauty-feature-orbit{display:none}
  .beauty-seal{left:-1%;top:3%;width:94px;height:94px}
  .beauty-seal b{font-size:30px}
  .beauty-ribbon{right:0;bottom:0;width:190px}
}
@media(max-width:430px){
  .beauty-kicker{font-size:7px}
  .beauty-copy h1>span{font-size:49px}
  .beauty-copy h1>em{font-size:27px}
  .beauty-actions{display:grid;gap:11px}
  .beauty-primary{width:100%;justify-content:center}
  .beauty-trust b{font-size:13px}
  .beauty-trust span{font-size:7px}
  .beauty-showcase{min-height:625px}
  .beauty-seal{width:80px;height:80px;left:-5px}
  .beauty-seal b{font-size:26px}
  .beauty-seal span{font-size:6px}
  .beauty-ribbon{width:165px;padding:11px 13px}
}


/* ==========================================================
   V11.6 – KÉT ÚT MÁR AZ ELSŐ KÉPERNYŐN
   ========================================================== */

.beauty-hero-v116{
  padding-top:72px;
}
.beauty-copy-v116{
  max-width:675px;
}
.beauty-v116-title>span{
  font-size:clamp(58px,5.4vw,82px)!important;
}
.beauty-v116-title>em{
  max-width:650px!important;
  font-size:clamp(29px,2.8vw,42px)!important;
  line-height:1.02!important;
}
.beauty-lead-v116{
  max-width:640px;
  margin-top:20px;
}
.hero-choice-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:24px;
}
.hero-choice{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:286px;
  padding:19px;
  border-radius:22px;
  text-align:left;
}
.hero-choice-basic{
  border:1px solid #ead7de;
  background:rgba(255,255,255,.80);
  box-shadow:0 13px 30px rgba(91,42,59,.05);
}
.hero-choice-complete{
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(145deg,#641d36,#8d2e4d 58%,#aa4968);
  color:#fff;
  box-shadow:0 20px 40px rgba(102,31,56,.19);
}
.hero-complete-badge{
  position:absolute;
  right:13px;
  top:-11px;
  padding:6px 9px;
  border-radius:999px;
  background:#f5d998;
  color:#6f2941;
  font-size:7px;
  font-weight:950;
  letter-spacing:.06em;
}
.hero-choice-top>span{
  display:block;
  margin-bottom:5px;
  color:#a25a70;
  font-size:7px;
  font-weight:950;
  letter-spacing:.07em;
}
.hero-choice-complete .hero-choice-top>span{color:#f3c8d4}
.hero-choice-top>strong{
  display:block;
  color:#69263e;
  font-family:var(--sn-font-display,'Cormorant Garamond',Georgia,serif);
  font-size:24px;
  line-height:1;
}
.hero-choice-complete .hero-choice-top>strong{color:#fff}
.hero-choice-price{
  display:flex;
  align-items:flex-end;
  gap:5px;
  margin-top:13px;
}
.hero-choice-price b{
  color:#6f2440;
  font-size:24px;
  line-height:1;
}
.hero-choice-complete .hero-choice-price b{color:#fff}
.hero-choice-price small{
  color:#9b7f88;
  font-size:8px;
  font-weight:800;
}
.hero-choice-complete .hero-choice-price small{color:#e9cad3}
.hero-choice>p{
  margin:11px 0 10px;
  color:#7b626a;
  font-size:9px;
  line-height:1.55;
}
.hero-choice-complete>p{color:#f2dce3}
.hero-choice-complete>p b{color:#fff}
.hero-choice-tags{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  margin-bottom:13px;
}
.hero-choice-tags span{
  padding:5px 7px;
  border-radius:999px;
  background:#fff5f8;
  color:#7d4355;
  font-size:7px;
  font-weight:850;
}
.hero-choice-complete .hero-choice-tags span{
  background:rgba(255,255,255,.10);
  color:#fff;
}
.hero-choice-btn{
  width:100%;
  min-height:42px;
  margin-top:auto;
  padding:0 12px!important;
  justify-content:center;
  border-radius:12px!important;
  font-size:9px!important;
  text-align:center;
}
.hero-choice-btn-basic{
  border:1px solid #e3cbd3!important;
  background:#fff!important;
  color:#762a45!important;
}
.hero-choice-btn-complete{
  border:0!important;
  background:linear-gradient(135deg,#f5d998,#f0c97e)!important;
  color:#64233a!important;
}
.hero-complete-explainer{
  display:flex;
  gap:11px;
  align-items:center;
  margin-top:12px;
  padding:12px 14px;
  border:1px solid #ead8de;
  border-radius:15px;
  background:rgba(255,255,255,.72);
}
.hero-complete-explainer>i{
  width:33px;height:33px;flex:0 0 33px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#f8dbe4;color:#8d3150;
  font-style:normal;font-size:17px;
}
.hero-complete-explainer b{
  display:block;
  color:#6d2a42;
  font-size:10px;
}
.hero-complete-explainer span{
  display:block;
  margin-top:2px;
  color:#8b717a;
  font-size:8px;
}
.beauty-benefits-v116{
  margin-top:15px;
}
.beauty-login-row{
  margin-top:13px;
  color:#9a7d87;
  font-size:9px;
}
.beauty-login-row a{
  color:#7b2a47;
  font-weight:900;
}
.complete-floating-card{
  position:absolute;
  z-index:7;
  right:-2%;
  top:8%;
  width:145px;
  padding:12px 13px;
  border:1px solid #e4c2cd;
  border-radius:17px;
  background:rgba(255,255,255,.92);
  box-shadow:0 14px 28px rgba(99,34,57,.12);
  transform:rotate(4deg);
}
.complete-floating-card small{
  display:block;
  color:#a4526c;
  font-size:7px;
  font-weight:950;
  letter-spacing:.08em;
}
.complete-floating-card b{
  display:block;
  margin-top:3px;
  color:#70263f;
  font:700 18px/1 var(--sn-font-display,'Cormorant Garamond',Georgia,serif);
}
.complete-floating-card span{
  display:block;
  margin-top:3px;
  color:#836873;
  font-size:7px;
}
.beauty-ribbon-v116{
  width:235px;
}
.hero-mobile-clarity{
  display:none;
}

/* közvetlenül a hero utáni két út */
.statement-v116{
  padding:38px 0 45px;
  background:#fff;
  border-top:1px solid #f0e3e7;
  border-bottom:1px solid #f0e3e7;
}
.statement-v116>.container{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:30px;
  align-items:center;
}
.statement-copy>span{
  color:#a0526c;
  font-size:8px;
  font-weight:950;
  letter-spacing:.08em;
}
.statement-copy h2{
  margin:7px 0 9px;
  color:#62273d;
  font:700 34px/1 var(--sn-font-display,'Cormorant Garamond',Georgia,serif);
}
.statement-copy p{
  margin:0;
  color:#816b73;
  font-size:11px;
  line-height:1.7;
}
.statement-copy p b{color:#6c2c43}
.statement-paths{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.statement-paths>div{
  padding:16px;
  border:1px solid #eadbe0;
  border-radius:17px;
  background:#fff9fb;
}
.statement-paths>div.complete{
  border-color:#772540;
  background:linear-gradient(135deg,#70213d,#9d3d5e);
}
.statement-paths small{
  display:block;
  color:#a45a70;
  font-size:7px;
  font-weight:950;
}
.statement-paths .complete small{color:#f4d7df}
.statement-paths b{
  display:block;
  margin-top:5px;
  color:#6d2b42;
  font-size:11px;
}
.statement-paths .complete b{color:#fff}
.statement-paths span{
  display:block;
  margin-top:5px;
  color:#8a7179;
  font-size:8px;
  line-height:1.45;
}
.statement-paths .complete span{color:#edd7de}
.statement-paths a{
  display:inline-block;
  margin-top:9px;
  color:#792b46;
  font-size:8px;
  font-weight:950;
}
.statement-paths .complete a{color:#f6d78f}

/* mobil: a két választás már rögtön látszódjon */
@media(max-width:1050px){
  .beauty-copy-v116{max-width:760px}
  .hero-choice-grid{max-width:720px;margin-left:auto;margin-right:auto}
  .hero-complete-explainer{max-width:720px;margin-left:auto;margin-right:auto;text-align:left}
  .statement-v116>.container{grid-template-columns:1fr}
  .statement-copy{text-align:center;max-width:650px;margin:auto}
}
@media(max-width:720px){
  .beauty-hero-v116{padding-top:42px}
  .beauty-v116-title>span{font-size:50px!important}
  .beauty-v116-title>em{font-size:27px!important}
  .hero-choice-grid{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:19px;
  }
  .hero-choice{
    min-height:0;
    padding:16px;
  }
  .hero-choice-complete{
    order:-1;
  }
  .hero-choice-top>strong{font-size:22px}
  .hero-choice-price b{font-size:22px}
  .hero-choice>p{font-size:9px}
  .hero-choice-btn{font-size:9px!important}
  .beauty-benefits-v116{
    display:none;
  }
  .beauty-login-row{margin-bottom:8px}
  .beauty-showcase-v116{
    min-height:610px;
    margin-top:8px;
  }
  .complete-floating-card{
    right:0;
    top:1%;
    width:130px;
  }
  .beauty-seal{
    top:2%;
  }
  .beauty-ribbon-v116{
    bottom:1%;
    width:195px;
  }
  .hero-mobile-clarity{
    display:grid;
    position:relative;
    z-index:8;
    gap:8px;
    margin-top:14px;
  }
  .hero-mobile-clarity>b{
    color:#6d2a42;
    text-align:center;
    font-size:11px;
  }
  .hero-mobile-clarity>a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    min-height:46px;
    padding:0 13px;
    border:1px solid #e5d2d9;
    border-radius:13px;
    background:#fff;
    color:#713049;
    text-decoration:none;
    font-size:9px;
    font-weight:850;
  }
  .hero-mobile-clarity>a.complete{
    border-color:#772540;
    background:#772540;
    color:#fff;
  }
  .hero-mobile-clarity span{
    white-space:nowrap;
    font-weight:950;
  }
  .statement-v116{padding:30px 0}
  .statement-paths{grid-template-columns:1fr}
}
@media(max-width:430px){
  .beauty-v116-title>span{font-size:46px!important}
  .beauty-v116-title>em{font-size:25px!important}
  .beauty-lead-v116{font-size:13px}
  .hero-choice-top>strong{font-size:21px}
  .hero-complete-explainer{
    padding:10px 11px;
  }
  .hero-complete-explainer b{font-size:9px}
  .hero-complete-explainer span{font-size:7px}
  .complete-floating-card{
    width:118px;
    right:-2px;
  }
}


/* ==========================================================
   V11.7 – 90 NAP NAPTÁR / 30 NAP KOMPLETT
   ========================================================== */
.hero-choice-complete{
  outline:2px solid rgba(245,217,152,.34);
  outline-offset:2px;
}
.hero-complete-badge{
  padding:7px 11px;
  background:linear-gradient(135deg,#f7dda0,#edc66f);
  box-shadow:0 7px 18px rgba(47,19,27,.15);
}
.hero-choice-complete:after{
  content:"30 NAPOS INGYENES PRÓBA";
  display:block;
  margin-top:9px;
  padding-top:9px;
  border-top:1px solid rgba(255,255,255,.13);
  color:#f7d990;
  font-size:7px;
  font-weight:950;
  letter-spacing:.08em;
  text-align:center;
}
.complete-request-card{
  position:relative;
}
.complete-request-card:before{
  content:"30 NAPIG INGYEN";
  position:absolute;
  right:25px;
  top:-13px;
  z-index:2;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#76223f,#ac4969);
  color:#fff;
  font-size:8px;
  font-weight:950;
  letter-spacing:.07em;
  box-shadow:0 9px 22px rgba(111,35,62,.15);
}
@media(max-width:640px){
  .complete-request-card:before{
    right:16px;
    top:-12px;
    font-size:7px;
  }
  .hero-complete-badge{
    font-size:6px;
  }
}
