:root{
  --bg-dark:#050816;
  --bg-dark-2:#0b1022;
  --bg-light:#f5f6fb;
  --surface:#ffffff;
  --surface-soft:#f9f9fc;
  --text:#0d1325;
  --muted:#7d8297;
  --muted-dark:#c7cce2;
  --border:rgba(19,25,42,.09);
  --purple:#8d67ff;
  --purple-2:#6d47ff;
  --purple-3:#ad8dff;
  --shadow:0 20px 55px rgba(5,8,22,.18);
  --shadow-lg:0 30px 80px rgba(4,7,18,.45);
  --radius-xl:30px;
  --radius-lg:24px;
  --radius-md:18px;
  --container:min(1200px, calc(100% - 72px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.charisma-home{
  margin:0;
  direction:rtl;
  font-family:"Vazirmatn",system-ui,-apple-system,"Segoe UI",Tahoma,sans-serif;
  background:var(--bg-dark);
  color:#fff;
  line-height:1.8;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:var(--container);margin-inline:auto}
.site-header .container{
  width:min(1240px, calc(100% - 72px));
}
.cta-section .container,
.site-footer .container{
  width:min(1080px, calc(100% - 96px));
}

.hero-shell{
  position:relative;
  overflow:hidden;
  background:var(--bg-light);
  min-height:100vh;
}
.hero-shell::after{
  content:"";
  position:absolute;
  top:600px;
  left:0;
  right:0;
  height:150px;
  background:var(--bg-light);
  border-top-left-radius:52px;
  border-top-right-radius:52px;
  z-index:1;
}
.hero-shell::before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:640px;
  z-index:0;
  border-bottom-left-radius:56px;
  border-bottom-right-radius:56px;
  background:
    linear-gradient(90deg, rgba(4,7,18,.97) 0%, rgba(4,7,18,.90) 28%, rgba(4,7,18,.66) 56%, rgba(4,7,18,.38) 74%, rgba(4,7,18,.74) 100%),
    url("../assets/redesign/header-hero-final.png") right -8px top 68px / min(63vw, 1100px) auto no-repeat,
    linear-gradient(180deg,#050816 0%, #050816 100%);
}

.site-header{position:absolute;top:0;left:0;right:0;z-index:60;background:transparent;backdrop-filter:none;border-bottom:none}
.header-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;min-height:84px}
.brand{display:flex;align-items:center;gap:12px;justify-self:end}
.brand img{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(141,103,255,.25))}
.brand-copy{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}
.brand-copy strong{font-size:1.78rem;font-weight:800;letter-spacing:.01em}
.brand-copy span{font-size:.84rem;color:#c7cce2}
.main-nav{display:flex;align-items:center;justify-content:center;gap:30px}
.main-nav a{padding:12px 2px;font-size:.96rem;font-weight:600;color:#fff;opacity:.95;position:relative}
.main-nav a[aria-current="page"]::after{content:"";position:absolute;right:0;left:0;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--purple),#c8b9ff)}
.main-nav a:hover{opacity:1}
.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;transition:.2s ease all;white-space:nowrap}
.header-cta{padding:13px 28px;background:linear-gradient(135deg,var(--purple),var(--purple-2));color:#fff;font-weight:700;font-size:.94rem;box-shadow:0 18px 35px rgba(122,89,255,.28)}
.header-cta:hover,.btn:hover{transform:translateY(-1px)}
.menu-toggle{display:none;background:transparent;border:1px solid rgba(255,255,255,.16);color:#fff;width:40px;height:40px;border-radius:12px;font-size:1.15rem}
.hero-section{display:flex;justify-content:flex-start;align-items:center;direction:ltr;min-height:560px;padding:90px 0 56px;position:relative;z-index:2}
.hero-copy{padding-top:0;direction:rtl;text-align:right;max-width:540px;position:relative;z-index:2;margin-right:0;margin-left:0;padding-left:34px}
.hero-copy h1{margin:0 0 14px;font-size:3rem;line-height:1.48;font-weight:900;letter-spacing:-.02em}
.hero-copy h1 span{color:#fff}
.hero-copy h1 span:last-child{background:linear-gradient(90deg,#ffffff 0%, #f2ebff 45%, var(--purple-3) 70%, var(--purple) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy p{max-width:505px;margin:0 0 22px;color:var(--muted-dark);font-size:.98rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:0;direction:ltr}
.hero-trust{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:22px;
  direction:ltr;
}
.hero-trust__avatars{
  display:flex;
  align-items:center;
  padding-left:4px;
}
.hero-trust__avatar{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin-left:-10px;
  border:2px solid rgba(255,255,255,.14);
  background:linear-gradient(135deg,#171f3c 0%, #2f2a63 52%, #7657ff 100%);
  color:#fff;
  font-size:.82rem;
  font-weight:800;
  box-shadow:0 10px 25px rgba(5,8,22,.28);
}
.hero-trust__avatar:first-child{margin-left:0}
.hero-trust__text{
  display:flex;
  flex-direction:column;
  gap:2px;
  direction:rtl;
  text-align:right;
}
.hero-trust__text strong{
  color:#fff;
  font-size:.96rem;
  font-weight:800;
  line-height:1.6;
}
.hero-trust__text span{
  color:#a9b0cb;
  font-size:.82rem;
  line-height:1.7;
}
.btn{padding:15px 28px;font-size:.94rem;font-weight:700;border:1px solid transparent}
.btn-primary{background:linear-gradient(135deg,var(--purple),var(--purple-2));color:#fff;box-shadow:0 18px 35px rgba(122,89,255,.26)}
.btn-outline{border-color:rgba(255,255,255,.30);color:#fff;background:rgba(255,255,255,.02);box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}
.btn-light{padding:12px 20px;border:1px solid rgba(17,23,40,.12);background:#fff;color:var(--text);font-weight:600}
.hero-visual-wrap{display:none}
.hero-glow{display:none}
.hero-visual{display:none}
.feature-strip-wrap{position:relative;z-index:5;margin-top:-40px;padding-bottom:22px;background:transparent}
.feature-strip{background:#fff;border-radius:34px;padding:20px 12px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 18px 42px rgba(12,18,34,.12);margin-top:0;position:relative;z-index:3}
.mini-feature{padding:8px 12px;text-align:center;color:var(--text);border-left:1px solid rgba(18,24,40,.08)}
.mini-feature:last-child{border-left:none}
.mini-feature__icon{width:42px;height:42px;border-radius:20px;margin:0 auto 12px;display:grid;place-items:center;background:linear-gradient(180deg,#f3efff,#f8f7ff);color:var(--purple);font-size:1.4rem;box-shadow:inset 0 0 0 1px rgba(141,103,255,.14)}
.mini-feature h3{margin:0 0 6px;font-size:.92rem;font-weight:800}
.mini-feature p{margin:0;color:#858ba0;font-size:.8rem}
.products-section{background:var(--bg-light);color:var(--text);padding:10px 0 40px}
.section-head{margin-bottom:22px}
.section-head--split{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.eyebrow,.section-link{color:var(--purple);font-size:.84rem;font-weight:700}
.section-head h2{margin:10px 0 10px;font-size:2.05rem;line-height:1.24;font-weight:900}
.section-head p{margin:0;color:#6f758b;font-size:.9rem}
.section-link{display:inline-flex;align-items:center;gap:10px;color:#7c839a;background:#fff;border:1px solid rgba(18,24,40,.08);border-radius:999px;padding:10px 16px;box-shadow:0 12px 24px rgba(15,20,32,.04)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{position:relative;overflow:hidden;display:flex;min-height:230px;border-radius:24px;padding:14px;color:#fff;box-shadow:0 20px 45px rgba(13,18,32,.11);isolation:isolate}
.product-card::before{content:"";position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;z-index:-3;transform:scale(1.02)}
.product-card--gym::before{background-image:url("../assets/redesign/card-gym-v2.png")}
.product-card--game::before{background-image:url("../assets/redesign/card-game-v2.png")}
.product-card--pharmacy::before{background-image:url("../assets/redesign/card-pharmacy-v2.png")}
.product-card--dental::before{background-image:url("../assets/redesign/card-dental-v2.png")}
.product-card--beauty::before{background-image:url("../assets/redesign/card-beauty-v2.png")}
.product-card--auto::before{background-image:url("../assets/redesign/card-auto-v2.png")}
.product-card--general-school::before{background-image:url("../assets/redesign/card-general-school-v2.png")}
.product-card--language-school::before{background-image:url("../assets/redesign/card-language-school-v2.png")}
.product-card--clothing::before{background-image:url("../assets/redesign/card-clothing-v2.png")}
.product-card--pet::before{background-image:url("../assets/redesign/card-pet-v2.png")}
.product-card--restaurant::before{background-image:url("../assets/redesign/card-restaurant-v2.png")}
.product-card--construction::before{background-image:url("../assets/redesign/card-construction-v2.png")}
.product-card--store::before{background-image:url("../assets/redesign/card-store-v2.png")}
.product-card--fastfood::before{background-image:url("../assets/redesign/card-fastfood-v2.png")}
.product-card--kindergarten::before{background-image:url("../assets/redesign/card-kindergarten-v2.png")}
.product-card--hotel::before{background-image:url("../assets/redesign/card-hotel-v2.png")}
.product-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(6,8,18,.16), rgba(5,8,20,.78) 54%, rgba(4,7,16,.95) 100%);z-index:-2}
.product-card__content{margin-top:auto}
.product-badge{position:absolute;top:18px;right:18px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);font-size:.86rem;font-weight:700;color:#e9e9ff;border:1px solid rgba(255,255,255,.08)}
.product-card h3{margin:0 0 8px;font-size:1.12rem;line-height:1.4;font-weight:800}
.product-card p{margin:0 0 14px;color:#d6daea;font-size:.84rem}
.product-card span{display:inline-flex;color:#fff;font-weight:700;opacity:.92}
.why-section{padding:0 0 54px;background:linear-gradient(180deg,var(--bg-light) 0 4%, #09101f 4% 100%)}
.why-grid{display:grid;grid-template-columns:1fr;gap:0;align-items:center;padding:40px 0 0}
.why-visual{width:100%;max-width:500px;display:block;filter:drop-shadow(0 28px 60px rgba(2,5,15,.42))}
.section-head--dark h2{color:#fff;margin-bottom:6px}
.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 18px;margin-top:26px}
.benefit-item{display:flex;gap:12px;align-items:flex-start;color:#fff}
.benefit-icon{flex:0 0 42px;width:42px;height:42px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);color:#fff;font-size:1.28rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.benefit-item h3{margin:0 0 6px;font-size:.98rem;line-height:1.35}
.benefit-item p{margin:0;color:#b9bed2;font-size:.84rem}
.cta-section{background:#09101f;padding:24px 0 36px}
.cta-card{background:#fff;border-radius:24px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--text);box-shadow:var(--shadow)}
.cta-copy h2{margin:0 0 10px;font-size:1.55rem;line-height:1.35}
.cta-copy p{margin:0;color:#71778d;max-width:680px}
.cta-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.site-footer{margin-top:0;padding:24px 0 22px;background:#09101f;color:#c1c7dd;border-top:1px solid rgba(255,255,255,.05)}
.footer-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:0}
.footer-brand__top{display:flex;align-items:center;gap:12px}
.footer-brand__top img{width:42px;height:42px}
.footer-brand__top strong{display:block;color:#fff;font-size:1.5rem;line-height:1.1}
.footer-brand__top span{display:block;font-size:.95rem;margin-top:6px;color:#b6bdd5}
.footer-links{display:flex;flex-wrap:wrap;gap:18px;align-items:center}
.footer-links a{color:#d1d5e8;font-weight:500}

@media (max-width: 1100px){
  .hero-shell::after{top:560px;height:120px;border-top-left-radius:40px;border-top-right-radius:40px;}
  .hero-shell::before{height:600px;border-bottom-left-radius:44px;border-bottom-right-radius:44px;background:linear-gradient(180deg, rgba(4,7,18,.80) 0%, rgba(4,7,18,.62) 100%), url("../assets/redesign/header-hero-final.png") right center / contain no-repeat, linear-gradient(180deg,#050816 0%, #050816 100%);}
  .brand-copy strong{font-size:1.7rem}
  .hero-section{display:block;min-height:auto;padding:108px 0 28px;direction:rtl}
  .hero-copy{text-align:center;margin-inline:auto;padding-left:0}
  .hero-copy p{margin-inline:auto}
  .hero-actions{justify-content:center}
  .feature-strip{grid-template-columns:repeat(2,1fr);margin-top:0}
  .feature-strip-wrap{padding-bottom:16px;background:var(--bg-light)}
  .mini-feature:nth-child(2){border-left:none}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid{grid-template-columns:1fr;gap:12px}
  .why-visual-col{order:2}
  .why-copy-col{order:1}
  .why-visual{margin-inline:auto}
}
@media (max-width: 860px){
  .hero-shell::after{top:520px;height:110px;border-top-left-radius:30px;border-top-right-radius:30px;}
  .hero-shell::before{height:560px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;background:linear-gradient(180deg, rgba(4,7,18,.86) 0%, rgba(4,7,18,.70) 100%), url("../assets/redesign/header-hero-final.png") right center / contain no-repeat, linear-gradient(180deg,#050816 0%, #050816 100%);}
  .site-header .container{width:min(1240px, calc(100% - 32px));}
  .cta-section .container,
  .site-footer .container{width:min(1080px, calc(100% - 32px));}
  .header-row{grid-template-columns:auto auto 1fr auto;min-height:76px}
  .menu-toggle{display:inline-grid;place-items:center}
  .main-nav{position:absolute;top:70px;left:24px;right:24px;background:rgba(8,12,24,.98);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:14px;box-shadow:var(--shadow-lg);display:none;flex-direction:column;align-items:stretch;gap:4px}
  .main-nav.is-open{display:flex}
  .main-nav a{padding:14px 12px;border-radius:12px}
  .main-nav a[aria-current="page"]::after{display:none}
  .main-nav a[aria-current="page"]{background:rgba(255,255,255,.06)}
  .header-cta{display:none}
  .hero-copy h1{font-size:2.2rem}
  .section-head--split{flex-direction:column-reverse;align-items:flex-start}
  .section-head h2{font-size:1.95rem}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .cta-card{flex-direction:column;align-items:flex-start}
}
@media (max-width: 640px){
  .hero-shell::after{top:470px;height:88px;border-top-left-radius:22px;border-top-right-radius:22px;}
  :root{--container:min(1200px, calc(100% - 28px))}
  .brand-copy strong{font-size:1.45rem}
  .brand-copy span{font-size:.78rem}
  .hero-copy h1{font-size:1.9rem}
  .hero-copy p{font-size:.84rem}
  .hero-visual-wrap{min-height:280px}
  .feature-strip{grid-template-columns:1fr;padding:16px}
  .mini-feature{border-left:none;border-bottom:1px solid rgba(18,24,40,.08)}
  .mini-feature:last-child{border-bottom:none}
  .product-grid{grid-template-columns:1fr}
  .product-card{min-height:270px}
  .benefits-grid{grid-template-columns:1fr}
  .cta-copy h2{font-size:1.6rem}
  .cta-actions{width:100%}
  .cta-actions .btn,.btn-light,.btn-primary{width:100%}
  .footer-row{flex-direction:column;align-items:flex-start}
}

.footer-enamad{
  flex:0 0 auto;
  background:#fff;
  padding:8px 10px;
  border-radius:14px;
  box-shadow:0 14px 30px rgba(0,0,0,.22);
  display:flex;
  align-items:center;
  justify-content:center;
}
.footer-enamad a{display:block;line-height:0}
.footer-enamad img{
  width:110px;
  height:auto;
  display:block;
  filter:none !important;
  opacity:1 !important;
}
@media (max-width: 640px){
  .hero-shell::after{top:470px;height:88px;border-top-left-radius:22px;border-top-right-radius:22px;}
  .footer-enamad{margin-inline:auto}
}

@media (max-width: 1100px){
  .hero-visual-wrap{min-height:300px;background-size:contain;background-position:center top}
  .feature-strip{margin-top:0}
}

@media (max-width: 640px){
  .hero-shell::after{top:470px;height:88px;border-top-left-radius:22px;border-top-right-radius:22px;}
  .hero-shell::before{height:500px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;}
  .hero-section{padding:98px 0 26px;}
  .hero-copy h1{font-size:2rem;line-height:1.45;}
  .hero-copy p{font-size:.95rem;}
  .feature-strip{margin-top:0;}
}

.why-visual-col{display:none !important;}
.why-copy-col{max-width:100%;width:100%;}

@media (max-width: 640px){
  .hero-shell::after{top:470px;height:88px;border-top-left-radius:22px;border-top-right-radius:22px;}
  .feature-strip-wrap{padding-bottom:12px;background:var(--bg-light);}
}

@media (min-width: 1200px){
  .hero-section.container{padding-inline:12px;}
}


.details-section{
  background:var(--bg-light);
  color:var(--text);
  padding:0 0 42px;
}
.details-head{margin-bottom:22px}
.details-head--centered{text-align:center}
.reason-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-bottom:28px;
}
.reason-card{
  background:#fff;
  border:1px solid rgba(18,24,40,.07);
  border-radius:22px;
  padding:24px 18px;
  text-align:center;
  box-shadow:0 14px 34px rgba(15,22,36,.05);
  transition:.2s ease transform,.2s ease box-shadow;
}
.reason-card:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(15,22,36,.08)}
.reason-card__icon{
  width:68px;height:68px;border-radius:22px;
  display:grid;place-items:center;
  margin:0 auto 16px;
  color:var(--purple);
  background:linear-gradient(180deg,#f6f2ff,#ffffff);
  box-shadow:inset 0 0 0 1px rgba(141,103,255,.12), 0 16px 28px rgba(141,103,255,.10);
  font-size:1.8rem;
}
.reason-card__icon--shield{color:#5d72ff}
.reason-card__icon--puzzle{color:#8d67ff}
.reason-card__icon--chart{color:#4c78ff}
.reason-card__icon--support{color:#6d60ff}
.reason-card h3{margin:0 0 8px;font-size:1.06rem;line-height:1.4}
.reason-card p{margin:0;color:#72788e;font-size:.88rem}
.plan-showcase{
  display:grid;
  grid-template-columns:250px minmax(0,1.08fr) minmax(280px,.92fr);
  gap:22px;
  align-items:stretch;
  background:linear-gradient(180deg,#ffffff 0%, #f8f9ff 100%);
  border:1px solid rgba(18,24,40,.07);
  border-radius:30px;
  padding:24px;
  box-shadow:0 18px 44px rgba(15,22,36,.07);
  margin-bottom:34px;
}
.plan-showcase__visual,
.plan-showcase__main,
.plan-showcase__features{display:flex;flex-direction:column;justify-content:center}
.software-box{
  position:relative;
  min-height:260px;
  border-radius:26px;
  padding:24px;
  background:radial-gradient(circle at 50% 20%, rgba(141,103,255,.28), transparent 46%), linear-gradient(160deg,#0b1329 0%, #101b39 52%, #08101f 100%);
  box-shadow:0 22px 55px rgba(6,10,24,.22);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  overflow:hidden;
}
.software-box::after{
  content:"";
  position:absolute;
  inset:auto -40px -40px auto;
  width:180px;height:180px;border-radius:50%;
  background:radial-gradient(circle, rgba(141,103,255,.34), transparent 64%);
}
.software-box__badge{
  position:absolute;top:18px;left:18px;
  background:#f7c948;color:#251b00;
  padding:8px 12px;border-radius:999px;font-weight:800;font-size:.84rem;
}
.software-box__mark{
  width:56px;height:56px;border-radius:18px;
  display:grid;place-items:center;margin-bottom:14px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
}
.software-box__mark img{width:34px;height:34px;object-fit:contain}
.software-box strong{font-size:1.65rem;position:relative;z-index:1}
.software-box span{color:#cbd4ef;position:relative;z-index:1}
.plan-kicker{display:inline-flex;align-self:flex-start;padding:8px 14px;border-radius:999px;background:#f4efff;color:var(--purple);font-weight:800;font-size:.84rem;margin-bottom:14px}
.plan-showcase__main h3{margin:0 0 10px;font-size:1.8rem;line-height:1.35}
.plan-showcase__main p{margin:0 0 16px;color:#6f758b;font-size:.95rem;line-height:1.95}
.plan-price-box{
  background:#fff;
  border:1px solid rgba(18,24,40,.08);
  border-radius:22px;
  padding:18px 18px 16px;
  margin:0 0 16px;
  box-shadow:0 12px 28px rgba(10,16,28,.05);
}
.plan-price-box strong{display:block;font-size:2rem;line-height:1.2;color:#0e1530;margin-bottom:6px}
.plan-price-box span{display:block;color:#72788f;font-size:.9rem}
.plan-showcase__features{background:#fbfbff;border:1px solid rgba(18,24,40,.06);border-radius:24px;padding:22px 20px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}
.plan-showcase__features h4{margin:0 0 14px;font-size:1.1rem}
.plan-showcase__features ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.plan-showcase__features li{position:relative;padding-right:26px;color:#384055;font-size:.93rem}
.plan-showcase__features li::before{content:"✓";position:absolute;right:0;top:0;color:var(--purple);font-weight:900}
.testimonials-head{margin-top:10px}
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-bottom:26px;
}
.testimonial-card{
  background:#fff;
  border:1px solid rgba(18,24,40,.07);
  border-radius:22px;
  padding:22px 20px;
  box-shadow:0 14px 34px rgba(15,22,36,.05);
}
.testimonial-card p{margin:0 0 18px;color:#455066;font-size:.93rem;line-height:1.95}
.testimonial-card__meta strong{display:block;font-size:1rem;color:#10172d}
.testimonial-card__meta span{display:block;color:#7a8298;font-size:.88rem;margin-top:4px}
.cta-banner{
  background:linear-gradient(135deg,#07132d 0%, #10255e 58%, #0b1740 100%);
  border-radius:26px;
  padding:26px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  color:#fff;
  box-shadow:0 20px 48px rgba(7,19,45,.18);
}
.cta-banner__copy h2{margin:0 0 10px;font-size:1.9rem;line-height:1.3}
.cta-banner__copy p{margin:0;color:#c7cce2;max-width:700px}
.cta-banner__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.cta-banner .btn-light{background:#fff}
.cta-banner .btn-outline{border-color:rgba(255,255,255,.24)}

@media (max-width: 1100px){
  .details-section{padding:22px 0 44px}
  .reason-grid{grid-template-columns:repeat(2,1fr)}
  .plan-showcase{grid-template-columns:1fr;gap:18px}
  .testimonial-grid{grid-template-columns:1fr}
  .cta-banner{flex-direction:column;align-items:flex-start}
}
@media (max-width: 640px){
  .hero-shell::after{top:470px;height:88px;border-top-left-radius:22px;border-top-right-radius:22px;}
  .reason-grid{grid-template-columns:1fr}
  .reason-card{padding:20px 16px}
  .plan-showcase{padding:18px}
  .software-box{min-height:220px}
  .plan-showcase__main h3{font-size:1.35rem}
  .plan-price-box strong{font-size:1.65rem}
  .cta-banner{padding:22px 18px}
  .cta-banner__copy h2{font-size:1.45rem}
  .cta-banner__actions{width:100%}
  .cta-banner__actions .btn{width:100%}
}

.plan-showcase__main .btn{align-self:flex-start;min-width:210px;justify-content:center}
.plan-showcase__features li{line-height:1.8}
@media (max-width: 1100px){
  .plan-showcase__features{padding:20px 18px}
}

.hero-trust{display:flex;align-items:center;gap:14px;max-width:470px}
.hero-trust__avatars{display:flex;align-items:center;flex-direction:row-reverse;padding-right:4px}
.hero-trust__avatars span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;margin-right:-8px;background:linear-gradient(135deg,#8d67ff,#4c78ff);color:#fff;font-size:.82rem;font-weight:800;box-shadow:0 8px 18px rgba(10,16,28,.18);border:2px solid rgba(255,255,255,.9)}
.hero-trust__text{display:flex;flex-direction:column;gap:2px}
.hero-trust__text strong{font-size:.96rem;line-height:1.5;color:#fff}
.hero-trust__text span{font-size:.82rem;color:#c7cce2}
.section-head--centered{text-align:center;justify-content:center;align-items:center}
.section-head--products{margin-bottom:24px}
.section-head--products h2{margin:0 auto;font-size:2.15rem}
@media (max-width: 1100px){
  .hero-trust{justify-content:center;margin-inline:auto}
}
@media (max-width: 640px){
  .hero-shell::after{top:470px;height:88px;border-top-left-radius:22px;border-top-right-radius:22px;}
  .hero-trust{flex-direction:column;align-items:center;text-align:center;gap:10px}
  .hero-trust__text strong{font-size:.9rem}
  .hero-trust__text span{font-size:.78rem}
  .section-head--products h2{font-size:1.8rem}
}




.why-image-section{
  background:var(--bg-light);
  padding:24px 0 10px;
}
.why-image-card{
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 44px rgba(12,18,34,.10);
  background:#0b1226;
}
.why-image-banner{
  display:block;
  width:100%;
  height:auto;
}
@media (max-width: 640px){
  .hero-shell::after{top:470px;height:88px;border-top-left-radius:22px;border-top-right-radius:22px;}
  .why-image-section{padding:18px 0 8px;}
  .why-image-card{border-radius:22px;}
}


/* --- V28: fix rounded lower transition under hero exactly like reference --- */
.hero-shell::after{display:none !important;}

.feature-strip-wrap{
  position:relative;
  z-index:6;
  margin-top:-42px !important;
  padding-bottom:8px !important;
  background:transparent !important;
}
.feature-strip-wrap::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:76px;
  height:150px;
  background:var(--bg-light);
  border-top-left-radius:40px;
  border-top-right-radius:40px;
  z-index:0;
}
.feature-strip{
  position:relative;
  z-index:2;
  border-radius:30px !important;
  padding:24px 14px !important;
}
.products-section{
  position:relative;
  z-index:2;
  padding-top:26px !important;
}
.section-head--products{
  margin-top:8px;
}

@media (max-width: 1100px){
  .feature-strip-wrap{margin-top:-34px !important;}
  .feature-strip-wrap::before{top:70px;height:130px;border-top-left-radius:30px;border-top-right-radius:30px;}
  .feature-strip{border-radius:26px !important;}
  .products-section{padding-top:22px !important;}
}

@media (max-width: 640px){
  .feature-strip-wrap{margin-top:-24px !important;padding-bottom:6px !important;}
  .feature-strip-wrap::before{top:54px;height:104px;border-top-left-radius:22px;border-top-right-radius:22px;}
  .feature-strip{border-radius:22px !important;padding:16px !important;}
  .products-section{padding-top:18px !important;}
}


/* --- V29: final spacing fixes for products heading and slightly larger hero device --- */
.feature-strip-wrap{padding-bottom:18px !important;}
.feature-strip-wrap::before{top:92px !important;height:110px !important;border-top-left-radius:40px !important;border-top-right-radius:40px !important;}
.products-section{padding-top:52px !important;}
.section-head--products{margin-top:0 !important;margin-bottom:28px !important;}
.section-head--products h2{line-height:1.35 !important;}

@media (max-width: 1100px){
  .feature-strip-wrap{padding-bottom:14px !important;}
  .feature-strip-wrap::before{top:82px !important;height:100px !important;}
  .products-section{padding-top:42px !important;}
}

@media (max-width: 640px){
  .feature-strip-wrap{padding-bottom:10px !important;}
  .feature-strip-wrap::before{top:66px !important;height:82px !important;border-top-left-radius:22px !important;border-top-right-radius:22px !important;}
  .products-section{padding-top:28px !important;}
}


@media (max-width: 1100px){
  .hero-trust{justify-content:center;margin-top:20px;}
  .hero-trust__text{text-align:center;align-items:center;}
}
@media (max-width: 640px){
  .hero-trust{flex-direction:column;gap:10px;margin-top:18px;}
  .hero-trust__avatar{width:34px;height:34px;font-size:.78rem;}
  .hero-trust__text strong{font-size:.88rem;}
  .hero-trust__text span{font-size:.78rem;}
}


/* --- V31: trust avatars and 4.5 stars --- */
.hero-trust{max-width:560px;align-items:center;gap:16px;}
.hero-trust__avatars{display:flex;align-items:center;flex-direction:row-reverse;padding-right:2px;padding-left:0 !important;}
.hero-trust__avatar{
  width:42px !important;
  height:42px !important;
  border-radius:50%;
  margin-right:-10px;
  margin-left:0 !important;
  border:2px solid rgba(255,255,255,.90);
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  box-shadow:0 10px 22px rgba(5,8,22,.26);
}
.hero-trust__avatar:first-child{margin-right:0;}
.hero-trust__avatar.avatar-1{background-image:url("../assets/redesign/trust-avatar-1.png") !important;}
.hero-trust__avatar.avatar-2{background-image:url("../assets/redesign/trust-avatar-2.png") !important;}
.hero-trust__avatar.avatar-3{background-image:url("../assets/redesign/trust-avatar-3.png") !important;}
.hero-trust__avatar.avatar-4{background-image:url("../assets/redesign/trust-avatar-4.png") !important;}
.hero-trust__text{gap:4px !important;}
.hero-trust__meta{display:flex;align-items:center;gap:10px;direction:ltr;}
.hero-trust__rating{display:flex;align-items:center;gap:2px;line-height:1;}
.hero-trust__rating .star{font-size:1rem;color:#f5c451;position:relative;display:inline-block;}
.hero-trust__rating .star.half{color:rgba(245,196,81,.26);}
.hero-trust__rating .star.half::before{content:"★";position:absolute;inset:0;width:50%;overflow:hidden;color:#f5c451;}
.hero-trust__score{font-size:.84rem;font-weight:700;color:#fff;letter-spacing:.02em;}

@media (max-width: 640px){
  .hero-trust__avatar{width:38px !important;height:38px !important;}
  .hero-trust__meta{justify-content:center;}
}


/* --- V32: use real heads and 4.7 rating --- */
.hero-trust__avatars{padding-right:2px !important;}
.hero-trust__avatar{
  width:40px !important;
  height:40px !important;
  margin-right:-9px !important;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.95) !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-color:#fff !important;
  color:transparent !important;
}
.hero-trust__avatar.real-1{background-image:url("../assets/redesign/trust-real-1.png") !important;}
.hero-trust__avatar.real-2{background-image:url("../assets/redesign/trust-real-2.png") !important;}
.hero-trust__avatar.real-3{background-image:url("../assets/redesign/trust-real-3.png") !important;}
.hero-trust__avatar.real-4{background-image:url("../assets/redesign/trust-real-4.png") !important;}
.hero-trust__rating .star.partial{color:rgba(245,196,81,.24) !important;}
.hero-trust__rating .star.partial::before{content:"★";position:absolute;inset:0;width:70%;overflow:hidden;color:#f5c451;}
.hero-trust__score{font-size:.85rem !important;}
@media (max-width:640px){
  .hero-trust__avatar{width:36px !important;height:36px !important;}
}


.header-auth-actions{display:flex;align-items:center;gap:10px;justify-self:start}
.login-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);color:#fff;border-radius:999px;padding:11px 20px;font-weight:800;background:rgba(255,255,255,.02)}
.login-link:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.36)}
@media (max-width:860px){.header-auth-actions{display:none}}


/* --- V34 final polish --- */
.hero-trust{margin-top:18px !important;}
.hero-trust__avatars{display:flex;align-items:center;flex-direction:row-reverse;padding-right:0 !important;gap:0 !important;overflow:visible !important;}
.hero-trust__avatar{
  width:44px !important;
  height:44px !important;
  margin-right:-10px !important;
  border-radius:50% !important;
  border:2.5px solid rgba(255,255,255,.96) !important;
  background-size:cover !important;
  background-position:center center !important;
  box-shadow:0 10px 20px rgba(8,12,24,.22) !important;
  flex:0 0 44px !important;
}
.hero-trust__avatar:first-child{margin-right:0 !important;}
.hero-trust__text strong{display:block;margin-bottom:4px;}
.hero-trust__meta{margin-top:2px;margin-bottom:4px;}
.hero-trust__rating .star.partial{color:rgba(245,196,81,.25) !important;position:relative;}
.hero-trust__rating .star.partial::before{content:"★";position:absolute;inset:0;width:70%;overflow:hidden;color:#f5c451;}

.mini-feature{padding:12px 14px !important;}
.mini-feature__icon{
  width:56px !important;
  height:56px !important;
  border-radius:18px !important;
  margin:0 auto 14px !important;
  background:linear-gradient(180deg,#f8f6ff 0%,#f0ebff 100%) !important;
  color:#7a59ff !important;
  box-shadow:0 14px 24px rgba(124,89,255,.12), inset 0 0 0 1px rgba(124,89,255,.12) !important;
}
.mini-feature__icon svg{width:26px;height:26px;display:block;}
.mini-feature:nth-child(1) .mini-feature__icon{background:linear-gradient(180deg,#eef4ff 0%,#eef1ff 100%) !important;color:#5d78ff !important;}
.mini-feature:nth-child(2) .mini-feature__icon{background:linear-gradient(180deg,#f6f2ff 0%,#f1ecff 100%) !important;color:#8365ff !important;}
.mini-feature:nth-child(3) .mini-feature__icon{background:linear-gradient(180deg,#eef8ff 0%,#eaf4ff 100%) !important;color:#4087ff !important;}
.mini-feature:nth-child(4) .mini-feature__icon{background:linear-gradient(180deg,#f2f8ff 0%,#edf4ff 100%) !important;color:#4f7fff !important;}
.mini-feature h3{font-size:.98rem !important;}
.mini-feature p{font-size:.82rem !important;line-height:1.8;}

@media (max-width:640px){
  .hero-trust__avatar{width:38px !important;height:38px !important;flex-basis:38px !important;margin-right:-8px !important;}
  .mini-feature__icon{width:52px !important;height:52px !important;}
}


/* V35 avatar refinement */
.hero-trust__avatars{overflow:visible !important;align-items:center !important;}
.hero-trust__avatar{background-color:#ddd !important;background-repeat:no-repeat !important;background-size:cover !important;background-position:center center !important;box-shadow:0 10px 24px rgba(0,0,0,.24) !important;}


/* --- V38: final real face circles, no cropped/white broken avatars --- */
.hero-trust{
  margin-top:18px !important;
  align-items:center !important;
  gap:16px !important;
}
.hero-trust__avatars{
  display:flex !important;
  align-items:center !important;
  flex-direction:row-reverse !important;
  overflow:visible !important;
  padding:0 !important;
  gap:0 !important;
}
.hero-trust__avatar{
  width:46px !important;
  height:46px !important;
  flex:0 0 46px !important;
  border-radius:50% !important;
  overflow:hidden !important;
  display:block !important;
  margin:0 -9px 0 0 !important;
  padding:3px !important;
  background:#fff !important;
  border:0 !important;
  box-shadow:0 10px 22px rgba(0,0,0,.25) !important;
  color:transparent !important;
}
.hero-trust__avatar:first-child{margin-right:0 !important;}
.hero-trust__avatar img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  border-radius:50% !important;
  object-fit:cover !important;
  object-position:center 42% !important;
}
.hero-trust__avatar.real-1,
.hero-trust__avatar.real-2,
.hero-trust__avatar.real-3,
.hero-trust__avatar.real-4,
.hero-trust__avatar.avatar-1,
.hero-trust__avatar.avatar-2,
.hero-trust__avatar.avatar-3,
.hero-trust__avatar.avatar-4{
  background-image:none !important;
}
@media (max-width:640px){
  .hero-trust__avatar{width:40px !important;height:40px !important;flex-basis:40px !important;margin-right:-8px !important;padding:2px !important;}
}


/* --- V39: bigger hero device + premium feature icons --- */
.hero-shell::before{
  background:
    linear-gradient(90deg, rgba(4,7,18,.97) 0%, rgba(4,7,18,.90) 28%, rgba(4,7,18,.66) 56%, rgba(4,7,18,.36) 74%, rgba(4,7,18,.72) 100%),
    url("../assets/redesign/header-hero-final.png") right -8px top 68px / min(63vw, 1100px) auto no-repeat,
    linear-gradient(180deg,#050816 0%, #050816 100%) !important;
}
.mini-feature__icon{
  width:60px !important;
  height:60px !important;
  border-radius:20px !important;
  margin:0 auto 15px !important;
  display:grid !important;
  place-items:center !important;
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.92), rgba(255,255,255,0) 42%),
    linear-gradient(180deg,#f8f6ff 0%,#eee9ff 100%) !important;
  color:#7757ff !important;
  box-shadow:
    0 16px 32px rgba(124,89,255,.14),
    inset 0 0 0 1px rgba(124,89,255,.16) !important;
}
.mini-feature__icon svg{
  width:29px !important;
  height:29px !important;
  display:block !important;
  filter:drop-shadow(0 5px 10px rgba(119,87,255,.18));
}
.mini-feature:nth-child(1) .mini-feature__icon{
  background:radial-gradient(circle at 32% 22%, rgba(255,255,255,.94), rgba(255,255,255,0) 42%), linear-gradient(180deg,#edf4ff 0%,#e6efff 100%) !important;
  color:#4d7cff !important;
}
.mini-feature:nth-child(2) .mini-feature__icon{
  background:radial-gradient(circle at 32% 22%, rgba(255,255,255,.94), rgba(255,255,255,0) 42%), linear-gradient(180deg,#f6f1ff 0%,#ece5ff 100%) !important;
  color:#8b63ff !important;
}
.mini-feature:nth-child(3) .mini-feature__icon{
  background:radial-gradient(circle at 32% 22%, rgba(255,255,255,.94), rgba(255,255,255,0) 42%), linear-gradient(180deg,#eaf8ff 0%,#e1f0ff 100%) !important;
  color:#3f8cff !important;
}
.mini-feature:nth-child(4) .mini-feature__icon{
  background:radial-gradient(circle at 32% 22%, rgba(255,255,255,.94), rgba(255,255,255,0) 42%), linear-gradient(180deg,#f1f6ff 0%,#e8f0ff 100%) !important;
  color:#537cff !important;
}
.mini-feature h3{font-size:1rem !important;}
.mini-feature p{font-size:.83rem !important;}
@media (max-width:1100px){
  .hero-shell::before{
    background:
      linear-gradient(180deg, rgba(4,7,18,.80) 0%, rgba(4,7,18,.62) 100%),
      url("../assets/redesign/header-hero-final.png") right center / 98% auto no-repeat,
      linear-gradient(180deg,#050816 0%, #050816 100%) !important;
  }
}
