
:root{
  --sfexp-ink:#101827;
  --sfexp-muted:#66708a;
  --sfexp-border:#e2e7f0;
  --sfexp-bg:#f7f9ff;
  --sfexp-blue:#328af1;
  --sfexp-blue2:#586bff;
  --sfexp-purple:#8a39ef;
  --sfexp-green:#31b455;
  --sfexp-dark:#07111f;
  --sfexp-max:1260px;
}

/* Hide the old Kadence shell while this experience is active. */
#masthead,
.site-header,
.site-footer,
#colophon{
  display:none!important;
}

html{scroll-behavior:smooth}
body{
  background:#fff;
  color:var(--sfexp-ink);
}
body.admin-bar .sfexp-header{top:32px}
.sfexp-container{
  width:min(calc(100% - 40px),var(--sfexp-max));
  margin:0 auto;
}
.sfexp-announcement{
  position:relative;
  z-index:1002;
  background:linear-gradient(90deg,#0b1220,#121b31);
  color:#fff;
  font-size:13px;
}
.sfexp-announcement .sfexp-container{
  min-height:37px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
}
.sfexp-announcement-dot{
  width:7px;height:7px;border-radius:50%;
  background:#64dd84;
  box-shadow:0 0 0 5px rgba(100,221,132,.12);
}
.sfexp-announcement b{color:#8ee9a6}
.sfexp-announcement a{
  color:#aebcff;
  text-decoration:none;
  font-weight:700;
  margin-left:7px;
}
.sfexp-header{
  position:sticky;
  top:0;
  z-index:1001;
  border-bottom:1px solid rgba(225,230,240,.86);
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.sfexp-header-inner{
  min-height:72px;
  display:grid;
  grid-template-columns:auto auto minmax(220px,1fr) auto;
  gap:26px;
  align-items:center;
}
.sfexp-brand{
  display:inline-flex;
  align-items:flex-end;
  font-size:27px;
  font-weight:900;
  letter-spacing:-1.8px;
  text-decoration:none!important;
  line-height:.9;
}
.sfexp-brand-style{color:#20a0db}
.sfexp-brand-flyers{color:#e536a7}
.sfexp-nav{
  display:flex;
  gap:24px;
  align-items:center;
}
.sfexp-nav a,.sfexp-account{
  color:#49546c;
  text-decoration:none!important;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}
.sfexp-nav a:hover,.sfexp-account:hover{color:#4f64ff}
.sfexp-header-search{
  max-width:430px;
  justify-self:stretch;
  display:flex;
  align-items:center;
  gap:9px;
  background:#f2f4f8;
  border:1px solid transparent;
  border-radius:999px;
  padding:0 15px;
  transition:.2s ease;
}
.sfexp-header-search:focus-within{
  background:#fff;
  border-color:#cfd7ff;
  box-shadow:0 0 0 4px rgba(86,108,255,.08);
}
.sfexp-header-search svg,.sfexp-hero-input-wrap svg{
  width:18px;height:18px;fill:none;stroke:#6c7890;stroke-width:2;
}
.sfexp-header-search input{
  width:100%;
  min-height:42px;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:0!important;
  font-size:13px;
}
.sfexp-header-actions{
  display:flex;
  align-items:center;
  gap:14px;
}
.sfexp-member-pill{
  padding:7px 10px;
  border-radius:999px;
  background:#edf9f0;
  color:#15823a;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.sfexp-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:13px;
  background:linear-gradient(135deg,var(--sfexp-blue2),var(--sfexp-purple));
  color:#fff!important;
  text-decoration:none!important;
  font-weight:850;
  border:0;
  box-shadow:0 12px 30px rgba(91,82,239,.2);
}
.sfexp-button-small{min-height:40px;padding:0 17px;font-size:13px}
.sfexp-menu-toggle{
  display:none;
  width:42px;height:42px;
  border:0;background:#f4f6fb;border-radius:12px;
}
.sfexp-menu-toggle span{
  display:block;width:18px;height:2px;background:#25304a;margin:4px auto;
}
.sfexp-mobile-menu{
  border-top:1px solid var(--sfexp-border);
  background:#fff;
  padding:12px 20px 18px;
}
.sfexp-mobile-menu a{
  display:block;padding:12px 4px;color:#27314b;text-decoration:none;font-weight:750;
}

/* Hero */
.sfexp-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%,rgba(93,118,255,.15),transparent 42%),
    linear-gradient(180deg,#f8faff 0%,#fff 82%);
  border-bottom:1px solid #edf0f6;
}
.sfexp-hero-inner{
  position:relative;
  z-index:2;
  text-align:center;
  padding:88px 0 72px;
}
.sfexp-hero-glow{
  position:absolute;border-radius:50%;filter:blur(70px);opacity:.22;
}
.sfexp-hero-glow-one{
  width:390px;height:390px;left:-150px;top:80px;background:#26a1ff;
}
.sfexp-hero-glow-two{
  width:430px;height:430px;right:-180px;top:20px;background:#a23df3;
}
.sfexp-eyebrow,.sfexp-kicker{
  display:inline-flex;align-items:center;gap:9px;
  color:#5266ee;font-weight:900;font-size:12px;
  text-transform:uppercase;letter-spacing:.09em;
}
.sfexp-eyebrow span{
  width:8px;height:8px;background:#48b96a;border-radius:50%;
  box-shadow:0 0 0 5px rgba(72,185,106,.12);
}
.sfexp-hero h1{
  max-width:970px;
  margin:18px auto 18px;
  font-size:clamp(52px,7vw,92px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:950;
}
.sfexp-hero h1 span{
  background:linear-gradient(100deg,#418eea,#7659ff,#a13ae8);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.sfexp-hero-copy{
  max-width:800px;
  margin:0 auto;
  color:#65708a;
  font-size:18px;
  line-height:1.7;
}
.sfexp-hero-search{
  max-width:950px;
  margin:34px auto 0;
  padding:10px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  border:1px solid #dce2f0;
  background:#fff;
  border-radius:20px;
  box-shadow:0 25px 70px rgba(54,70,116,.14);
}
.sfexp-hero-input-wrap{
  display:flex;align-items:center;gap:12px;padding:0 10px;
}
.sfexp-hero-input-wrap svg{width:22px;height:22px}
.sfexp-hero-input-wrap input{
  width:100%;
  min-height:56px;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  font-size:16px;
}
.sfexp-hero-search button{
  border:0;
  min-width:170px;
  padding:0 24px;
  border-radius:14px;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,#4d77ff,#724cff);
  cursor:pointer;
}
.sfexp-hero-ideas{
  max-width:950px;margin:16px auto 0;
  display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;
  color:#768099;font-size:12px;
}
.sfexp-hero-ideas button{
  border:1px solid #dbe1ec;
  background:#fff;
  color:#35415d;
  padding:7px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
.sfexp-trust-row{
  max-width:930px;
  margin:46px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  text-align:left;
}
.sfexp-trust-row>div{
  padding:17px 20px;
  border-left:2px solid #dfe5f1;
}
.sfexp-trust-row strong,.sfexp-trust-row span{display:block}
.sfexp-trust-row strong{font-size:14px}
.sfexp-trust-row span{font-size:12px;color:#7a849b;margin-top:3px}

/* Sections */
.sfexp-engine-section,
.sfexp-how-preview,
.sfexp-why,
.sfexp-final-cta{
  padding:92px 0;
}
.sfexp-engine-section{background:#fff}
.sfexp-section-intro{max-width:760px;margin-bottom:34px}
.sfexp-section-intro-center{text-align:center;margin-left:auto;margin-right:auto}
.sfexp-section-intro h2,.sfexp-membership-heading h2,.sfexp-why h2,.sfexp-final-card h2,.sfexp-content-page h1{
  margin:8px 0 12px;
  font-size:clamp(34px,4.3vw,58px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.sfexp-section-intro p,.sfexp-membership-heading p,.sfexp-why-copy p,.sfexp-final-card p{
  color:#6b758c;line-height:1.75;font-size:16px;
}
.sfexp-engine-shell{
  padding:8px;
  border-radius:28px;
  background:linear-gradient(135deg,#edf3ff,#f6f0ff);
  box-shadow:0 24px 70px rgba(45,62,109,.08);
}
.sfexp-engine-shell .sfais-wrap{margin:0!important}

.sfexp-how-preview{background:#f8faff}
.sfexp-steps{
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;
}
.sfexp-steps article{
  position:relative;
  padding:28px;
  border:1px solid var(--sfexp-border);
  background:#fff;
  border-radius:20px;
  min-height:220px;
}
.sfexp-step-num{
  display:block;color:#5268f0;font-size:12px;font-weight:950;letter-spacing:.08em;
}
.sfexp-steps h3{margin:30px 0 9px;font-size:22px}
.sfexp-steps p{color:#747e94;line-height:1.7}
.sfexp-center-link{text-align:center;margin-top:28px}
.sfexp-center-link a,.sfexp-membership-link a{
  color:#5066ef;font-weight:850;text-decoration:none;
}

/* memberships */
.sfexp-membership-section{
  padding:92px 0;
  background:
    radial-gradient(circle at 15% 20%,rgba(38,162,255,.12),transparent 30%),
    radial-gradient(circle at 85% 70%,rgba(157,50,241,.13),transparent 32%),
    #08111f;
  color:#fff;
}
.sfexp-membership-heading{
  display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;
  margin-bottom:34px;
}
.sfexp-membership-heading p{color:#aeb7c9;max-width:680px}
.sfexp-kicker-light{color:#8da4ff}
.sfexp-offer-chip{
  min-width:220px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(255,255,255,.07);
}
.sfexp-offer-chip span,.sfexp-offer-chip strong,.sfexp-offer-chip small{display:block}
.sfexp-offer-chip span{font-size:10px;color:#9faccc;font-weight:900;letter-spacing:.1em}
.sfexp-offer-chip strong{font-size:28px;margin-top:4px}
.sfexp-offer-chip small{color:#aeb7c9}
.sfexp-memberships-wrap .sfm-plan{
  box-shadow:none!important;
}
.sfexp-membership-link{text-align:center;margin-top:24px}
.sfexp-membership-link a{color:#aebcff}

/* why */
.sfexp-why-grid{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;
}
.sfexp-why-copy p{max-width:560px}
.sfexp-why-copy .sfexp-button{margin-top:16px}
.sfexp-feature-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:18px;
}
.sfexp-feature-grid article{
  padding:26px;
  border:1px solid var(--sfexp-border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 16px 45px rgba(25,38,73,.06);
}
.sfexp-feature-grid article>span{
  width:44px;height:44px;border-radius:13px;
  display:flex;align-items:center;justify-content:center;
  background:#eff3ff;color:#586cff;font-weight:900;font-size:16px;
}
.sfexp-feature-grid h3{margin:20px 0 8px;font-size:18px}
.sfexp-feature-grid p{color:#727d95;line-height:1.65;font-size:14px}

/* final CTA */
.sfexp-final-cta{padding-top:30px}
.sfexp-final-card{
  padding:54px 58px;
  border-radius:30px;
  display:flex;align-items:center;justify-content:space-between;gap:30px;
  color:#fff;
  background:
    radial-gradient(circle at 20% 0%,rgba(54,157,255,.38),transparent 42%),
    radial-gradient(circle at 90% 90%,rgba(177,48,242,.4),transparent 40%),
    #08111f;
  overflow:hidden;
}
.sfexp-final-card p{color:#b6bfd0}
.sfexp-button-light{background:#fff;color:#101827!important;box-shadow:none}

/* content pages */
.sfexp-content-page{padding:90px 0}
.sfexp-steps-page{grid-template-columns:repeat(3,1fr);margin-top:42px}

/* footer */
.sfexp-footer{
  padding:68px 0 25px;
  background:#07101d;
  color:#aeb7c8;
}
.sfexp-footer-grid{
  display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:55px;
}
.sfexp-brand-footer{font-size:31px}
.sfexp-footer-grid p{max-width:310px;line-height:1.7}
.sfexp-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}
.sfexp-footer-grid strong{color:#fff;margin-bottom:4px}
.sfexp-footer a{color:#aeb7c8;text-decoration:none}
.sfexp-footer a:hover{color:#fff}
.sfexp-footer-bottom{
  margin-top:50px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);
  display:flex;justify-content:space-between;gap:20px;font-size:12px;
}

/* WooCommerce support */
.woocommerce .site-main,
.woocommerce-page .site-main{
  padding-top:35px;
  padding-bottom:60px;
}

/* Do not let legacy hero/page backgrounds leak into front page. */
.home .content-area,
.home .site-main,
.home .entry-content{
  margin:0!important;
  padding:0!important;
  max-width:none!important;
}
.home .content-container,
.home .entry-content-wrap{
  max-width:none!important;
  padding:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.home .entry-header{display:none!important}

/* Responsive */
@media(max-width:1050px){
  .sfexp-header-inner{
    grid-template-columns:auto 1fr auto;
  }
  .sfexp-nav{display:none}
  .sfexp-header-search{max-width:none}
  .sfexp-why-grid{grid-template-columns:1fr;gap:35px}
}
@media(max-width:760px){
  body.admin-bar .sfexp-header{top:46px}
  .sfexp-container{width:min(calc(100% - 28px),var(--sfexp-max))}
  .sfexp-announcement .sfexp-container{
    min-height:44px;
    justify-content:flex-start;
    overflow:hidden;
    white-space:nowrap;
  }
  .sfexp-announcement a{display:none}
  .sfexp-header-inner{
    grid-template-columns:auto 1fr auto;
    min-height:64px;gap:12px;
  }
  .sfexp-header-search{display:none}
  .sfexp-account,.sfexp-member-pill,.sfexp-button-small{display:none}
  .sfexp-menu-toggle{display:block}
  .sfexp-hero-inner{padding:62px 0 55px}
  .sfexp-hero h1{font-size:51px}
  .sfexp-hero-copy{font-size:16px}
  .sfexp-hero-search{grid-template-columns:1fr;padding:9px}
  .sfexp-hero-search button{min-height:52px}
  .sfexp-hero-ideas{justify-content:flex-start}
  .sfexp-trust-row{grid-template-columns:1fr;margin-top:34px}
  .sfexp-engine-section,.sfexp-how-preview,.sfexp-why,.sfexp-membership-section,.sfexp-final-cta{padding:65px 0}
  .sfexp-steps,.sfexp-steps-page{grid-template-columns:1fr}
  .sfexp-membership-heading{grid-template-columns:1fr}
  .sfexp-feature-grid{grid-template-columns:1fr}
  .sfexp-final-card{padding:34px 26px;display:block}
  .sfexp-final-card .sfexp-button{margin-top:16px}
  .sfexp-footer-grid{grid-template-columns:1fr 1fr;gap:35px}
  .sfexp-footer-grid>div:first-child{grid-column:1/-1}
  .sfexp-footer-bottom{display:block}
  .sfexp-footer-bottom span{display:block;margin-top:6px}
}


/* v0.2 — stronger contrast and dedicated conversion pages */

/* Remove Kadence's large grey page-title blocks on StyleFlyers experience pages. */
.page-id-0 .entry-hero,
.page .entry-hero,
.page .page-header,
.page .entry-header.site-container,
.page .hero-section-overlay {
  /* scoped more tightly below where possible; harmless when absent */
}

body.page-slug-memberships .entry-hero,
body.page-slug-how-it-works .entry-hero,
body.page-slug-memberships .page-header,
body.page-slug-how-it-works .page-header,
body.page-slug-memberships .entry-header,
body.page-slug-how-it-works .entry-header,
body.page-slug-memberships .kadence-page-title,
body.page-slug-how-it-works .kadence-page-title,
body.page-id-memberships .entry-hero,
body.page-id-how-it-works .entry-hero {
  display:none!important;
}

/* WordPress does not add page-slug classes by default on every setup,
   so target the known page templates/body using page content too. */
body.page .sfexp-membership-page ~ *,
body.page .sfexp-how-page ~ * {
  /* no-op marker */
}

body:has(.sfexp-membership-page) .entry-hero,
body:has(.sfexp-how-page) .entry-hero,
body:has(.sfexp-membership-page) .entry-header,
body:has(.sfexp-how-page) .entry-header,
body:has(.sfexp-membership-page) .page-header,
body:has(.sfexp-how-page) .page-header {
  display:none!important;
}

body:has(.sfexp-membership-page) .content-area,
body:has(.sfexp-how-page) .content-area,
body:has(.sfexp-membership-page) .site-main,
body:has(.sfexp-how-page) .site-main,
body:has(.sfexp-membership-page) .entry-content,
body:has(.sfexp-how-page) .entry-content,
body:has(.sfexp-membership-page) .content-container,
body:has(.sfexp-how-page) .content-container,
body:has(.sfexp-membership-page) .entry-content-wrap,
body:has(.sfexp-how-page) .entry-content-wrap {
  margin:0!important;
  padding:0!important;
  max-width:none!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Contrast fixes from v0.1 */
.sfexp-membership-section h2,
.sfexp-membership-section .sfexp-membership-heading h2,
.sfexp-final-card h2 {
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.sfexp-membership-section p,
.sfexp-final-card p {
  color:#b9c3d6!important;
}
.sfexp-membership-section .sfm-price,
.sfexp-membership-section .sfm-plan-name,
.sfexp-membership-section .sfm-plan-detail {
  color:#101827!important;
}

/* Membership page */
.sfexp-membership-page{
  background:#fff;
}
.sfexp-membership-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 18% 70%,rgba(0,124,255,.42),transparent 34%),
    radial-gradient(circle at 82% 35%,rgba(180,42,255,.42),transparent 34%),
    linear-gradient(125deg,#071326 0%,#0c1233 48%,#28104d 100%);
}
.sfexp-membership-hero:after{
  content:"";
  position:absolute;
  left:-5%;
  right:-5%;
  bottom:-55px;
  height:110px;
  border-radius:50%;
  background:#fff;
  z-index:2;
}
.sfexp-membership-hero-inner{
  position:relative;
  z-index:3;
  text-align:center;
  padding:74px 0 104px;
}
.sfexp-membership-icon{
  width:55px;
  height:55px;
  margin:0 auto 13px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.25);
  background:linear-gradient(135deg,#4e7bff,#bc35f2);
  box-shadow:0 0 40px rgba(125,76,255,.45);
  font-size:27px;
}
.sfexp-membership-hero h1{
  margin:7px auto 14px;
  max-width:760px;
  color:#fff!important;
  font-size:clamp(48px,6vw,78px);
  line-height:.98;
  letter-spacing:-.055em;
}
.sfexp-membership-hero h1 span{
  display:block;
  background:linear-gradient(90deg,#29a7ff,#6e67ff,#d43cf0);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
}
.sfexp-membership-hero>div>p{
  max-width:650px;
  margin:0 auto;
  color:#d7dced;
  font-size:17px;
  line-height:1.6;
}
.sfexp-membership-benefits{
  max-width:940px;
  margin:35px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.sfexp-membership-benefits>div{
  display:grid;
  grid-template-columns:38px 1fr;
  column-gap:10px;
  text-align:left;
  align-items:center;
  padding:9px 14px;
  border-right:1px solid rgba(255,255,255,.14);
}
.sfexp-membership-benefits>div:last-child{border-right:0}
.sfexp-benefit-icon{
  grid-row:1/3;
  width:36px;height:36px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:rgba(83,103,255,.18);
  border:1px solid rgba(116,132,255,.28);
  color:#9ba8ff;
  font-weight:900;
}
.sfexp-membership-benefits strong{
  color:#fff;font-size:13px;
}
.sfexp-membership-benefits small{
  color:#9fa9bf;font-size:10px;margin-top:2px;
}
.sfexp-membership-orb{
  position:absolute;border-radius:50%;filter:blur(40px);opacity:.32;
}
.sfexp-membership-orb-blue{width:280px;height:280px;left:-70px;bottom:25px;background:#058cff}
.sfexp-membership-orb-purple{width:300px;height:300px;right:-50px;top:20px;background:#a52eff}
.sfexp-membership-line{
  position:absolute;
  width:520px;height:2px;
  background:linear-gradient(90deg,transparent,#3ab7ff,#9d48ff,transparent);
  box-shadow:0 0 16px #5f68ff;
  opacity:.65;
}
.sfexp-membership-line-left{left:-110px;top:180px;transform:rotate(25deg)}
.sfexp-membership-line-right{right:-120px;top:175px;transform:rotate(-28deg)}

.sfexp-membership-pricing{
  position:relative;
  z-index:5;
  padding:6px 0 82px;
  background:
    radial-gradient(circle at 10% 10%,rgba(85,123,255,.06),transparent 28%),
    radial-gradient(circle at 88% 12%,rgba(190,55,235,.07),transparent 30%),
    #fff;
}
.sfexp-membership-pricing-shell{
  max-width:1000px;
  margin:0 auto;
}
.sfexp-membership-page .sfm-plans{
  margin:-10px 0 20px;
  gap:18px;
}
.sfexp-membership-page .sfm-plan{
  position:relative;
  min-height:370px;
  padding:28px!important;
  border-radius:20px!important;
  border:1px solid #e2e7f0!important;
  box-shadow:0 18px 50px rgba(44,56,92,.09)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.sfexp-membership-page .sfm-plan:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 60px rgba(57,62,119,.15)!important;
}
.sfexp-membership-page .sfm-plan-pro{
  border-color:#9e5dff!important;
  box-shadow:0 22px 60px rgba(114,77,255,.16)!important;
}
.sfexp-membership-page .sfm-plan-pro:before{
  content:"MOST POPULAR";
  position:absolute;
  top:-13px;
  left:50%;
  transform:translateX(-50%);
  padding:7px 13px;
  border-radius:999px;
  background:linear-gradient(90deg,#5d5cff,#b22de8);
  color:#fff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.06em;
}
.sfexp-membership-page .sfm-plan-name,
.sfexp-membership-page .sfm-plan h3{
  color:#101827!important;
}
.sfexp-membership-page .sfm-plan-price,
.sfexp-membership-page .sfm-price{
  color:#11182c!important;
}
.sfexp-membership-page .sfm-plan-button,
.sfexp-membership-page .sfm-plan a{
  width:100%;
  box-sizing:border-box;
  background:linear-gradient(90deg,#2867ff,#b729ed)!important;
}

.sfexp-membership-offer{
  max-width:1000px;
  margin:20px auto 0;
  display:grid;
  grid-template-columns:auto 1.25fr repeat(3,1fr);
  align-items:center;
  gap:18px;
  padding:22px 25px;
  border-radius:20px;
  color:#fff;
  background:
    radial-gradient(circle at 10% 20%,rgba(28,126,255,.28),transparent 30%),
    linear-gradient(105deg,#0b1b42,#17133d 55%,#7615af);
  box-shadow:0 18px 45px rgba(55,46,116,.18);
}
.sfexp-membership-gift{
  width:64px;height:64px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#536dff,#bd3bed);
  box-shadow:0 0 28px rgba(134,71,255,.45);
  font-size:26px;
}
.sfexp-membership-offer-main span,
.sfexp-membership-offer-main strong,
.sfexp-membership-offer-main small,
.sfexp-membership-offer-feature strong,
.sfexp-membership-offer-feature small{
  display:block;
}
.sfexp-membership-offer-main span{font-size:11px;color:#c2c9dd}
.sfexp-membership-offer-main strong{font-size:30px;line-height:1}
.sfexp-membership-offer-main small{margin-top:5px;color:#e4e7f0}
.sfexp-membership-offer-main b{
  display:inline-block;
  padding:3px 8px;
  border:1px dashed #b26cff;
  border-radius:8px;
  color:#fff;
}
.sfexp-membership-offer-feature{
  padding-left:18px;
  border-left:1px solid rgba(255,255,255,.14);
}
.sfexp-membership-offer-feature>span{
  display:inline-flex;
  width:30px;height:30px;
  margin-bottom:8px;
  align-items:center;justify-content:center;
  border-radius:50%;
  background:rgba(116,88,255,.16);
  color:#9aa8ff;
}
.sfexp-membership-offer-feature strong{font-size:12px}
.sfexp-membership-offer-feature small{margin-top:3px;color:#adb6cb;font-size:10px}
.sfexp-membership-question{
  max-width:900px;
  margin:24px auto 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:34px;
  text-align:left;
}
.sfexp-membership-question strong,
.sfexp-membership-question span{display:block}
.sfexp-membership-question strong{font-size:13px}
.sfexp-membership-question span{font-size:11px;color:#7a8498;margin-top:2px}
.sfexp-membership-question a{
  color:#5066ef;
  font-weight:850;
  text-decoration:none;
}

/* How it works page */
.sfexp-how-page{background:#fff}
.sfexp-how-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 15% 90%,rgba(0,127,255,.35),transparent 35%),
    radial-gradient(circle at 85% 20%,rgba(170,45,255,.38),transparent 38%),
    linear-gradient(125deg,#071428,#0b1233 52%,#26104b);
}
.sfexp-how-hero:after{
  content:"";
  position:absolute;left:-5%;right:-5%;bottom:-50px;height:100px;
  border-radius:50%;
  background:#fff;
}
.sfexp-how-hero-inner{
  position:relative;z-index:2;
  padding:82px 0 118px;
  text-align:center;
}
.sfexp-how-hero h1{
  max-width:980px;
  margin:12px auto 17px;
  color:#fff!important;
  font-size:clamp(46px,5.7vw,76px);
  line-height:1.02;
  letter-spacing:-.05em;
}
.sfexp-how-hero h1 span{
  background:linear-gradient(90deg,#2fa7ff,#755dff,#c139f0);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
}
.sfexp-how-hero p{
  max-width:710px;
  margin:0 auto;
  color:#c6cede;
  font-size:17px;
  line-height:1.7;
}
.sfexp-how-glow{
  position:absolute;border-radius:50%;filter:blur(60px);opacity:.3;
}
.sfexp-how-glow-blue{width:340px;height:340px;left:-130px;bottom:-80px;background:#0d91ff}
.sfexp-how-glow-purple{width:390px;height:390px;right:-150px;top:-80px;background:#a72cff}
.sfexp-how-steps{
  padding:14px 0 90px;
}
.sfexp-how-grid{
  position:relative;
  z-index:3;
  max-width:1000px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.sfexp-how-grid article{
  min-height:205px;
  padding:25px;
  border:1px solid #e0e6ef;
  border-radius:19px;
  background:#fff;
  box-shadow:0 16px 45px rgba(43,55,91,.07);
  transition:.22s ease;
}
.sfexp-how-grid article:hover{
  transform:translateY(-4px);
  border-color:#c7d0ff;
  box-shadow:0 22px 55px rgba(61,62,120,.12);
}
.sfexp-how-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.sfexp-how-number{
  width:31px;height:31px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#3c6bff,#744dff);
  color:#fff;
  font-size:11px;
  font-weight:950;
}
.sfexp-how-icon{
  width:44px;height:44px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#f0f3ff,#f8edff);
  color:#7559ff;
  font-size:19px;
  font-weight:900;
}
.sfexp-how-grid h3{
  margin:24px 0 7px;
  color:#111827;
  font-size:20px;
}
.sfexp-how-grid p{
  margin:0;
  color:#6e7890;
  line-height:1.65;
  font-size:14px;
}
.sfexp-how-cta{
  max-width:1000px;
  margin:24px auto 0;
  padding:24px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-radius:20px;
  color:#fff;
  background:linear-gradient(105deg,#2e60ff,#7652ff 55%,#be37eb);
  box-shadow:0 18px 45px rgba(90,68,222,.18);
}
.sfexp-how-cta>div{
  display:flex;align-items:center;gap:16px;
}
.sfexp-how-cta-icon{
  width:48px;height:48px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  font-size:22px;
}
.sfexp-how-cta strong,.sfexp-how-cta small{display:block}
.sfexp-how-cta strong{font-size:17px}
.sfexp-how-cta small{margin-top:3px;color:#e6e8ff}
.sfexp-how-cta a{
  flex:0 0 auto;
  padding:13px 18px;
  border-radius:12px;
  background:#fff;
  color:#4d56dd;
  text-decoration:none;
  font-weight:850;
}

/* Make the original homepage slightly more polished while retaining its light identity */
.sfexp-hero{
  background:
    radial-gradient(circle at 12% 18%,rgba(57,167,255,.12),transparent 28%),
    radial-gradient(circle at 88% 16%,rgba(185,71,240,.12),transparent 30%),
    linear-gradient(180deg,#f8faff 0%,#fff 82%)!important;
}
.sfexp-hero-search{
  transition:transform .2s ease,box-shadow .2s ease;
}
.sfexp-hero-search:focus-within{
  transform:translateY(-2px);
  box-shadow:0 30px 80px rgba(75,70,154,.16);
}
.sfexp-feature-grid article,
.sfexp-steps article{
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.sfexp-feature-grid article:hover,
.sfexp-steps article:hover{
  transform:translateY(-4px);
  border-color:#ccd4ff;
  box-shadow:0 22px 55px rgba(46,55,102,.1);
}

@media(max-width:850px){
  .sfexp-membership-benefits{grid-template-columns:repeat(2,1fr)}
  .sfexp-membership-benefits>div{border-right:0}
  .sfexp-membership-offer{grid-template-columns:auto 1fr}
  .sfexp-membership-offer-feature{border-left:0;padding-left:0}
  .sfexp-how-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .sfexp-membership-hero-inner,.sfexp-how-hero-inner{padding-top:55px}
  .sfexp-membership-benefits,.sfexp-how-grid{grid-template-columns:1fr}
  .sfexp-membership-offer{grid-template-columns:1fr}
  .sfexp-membership-gift{margin:0 auto}
  .sfexp-membership-offer-main{text-align:center}
  .sfexp-membership-question{display:block;text-align:center}
  .sfexp-membership-question a{display:inline-block;margin-top:14px}
  .sfexp-how-cta{display:block}
  .sfexp-how-cta a{display:inline-flex;margin-top:18px}
}


/* v0.3 — platform-wide polish, account, support, legal and motion */

body.sfexp-platform{
  --sfexp-motion-x:50%;
  --sfexp-motion-y:50%;
}

/* Remove remaining legacy page title/grey hero blocks across account, legal and support pages. */
.sfexp-page-account .entry-hero,
.sfexp-page-account .entry-header,
.sfexp-page-account .page-header,
.sfexp-page-contact .entry-hero,
.sfexp-page-contact .entry-header,
.sfexp-page-contact .page-header,
.sfexp-page-faq .entry-hero,
.sfexp-page-faq .entry-header,
.sfexp-page-faq .page-header,
.sfexp-page-legal .entry-hero,
.sfexp-page-legal .entry-header,
.sfexp-page-legal .page-header,
body:has(.sfexp-info-page) .entry-hero,
body:has(.sfexp-info-page) .entry-header,
body:has(.sfexp-info-page) .page-header{
  display:none!important;
}

.sfexp-page-contact .content-area,
.sfexp-page-contact .site-main,
.sfexp-page-contact .entry-content,
.sfexp-page-contact .content-container,
.sfexp-page-contact .entry-content-wrap,
.sfexp-page-faq .content-area,
.sfexp-page-faq .site-main,
.sfexp-page-faq .entry-content,
.sfexp-page-faq .content-container,
.sfexp-page-faq .entry-content-wrap,
body:has(.sfexp-info-page) .content-area,
body:has(.sfexp-info-page) .site-main,
body:has(.sfexp-info-page) .entry-content,
body:has(.sfexp-info-page) .content-container,
body:has(.sfexp-info-page) .entry-content-wrap{
  margin:0!important;
  padding:0!important;
  max-width:none!important;
  box-shadow:none!important;
  background:transparent!important;
}

/* Ensure pricing-card copy is always readable. */
.sfm-plan,
.sfm-plan p,
.sfm-plan li,
.sfm-plan small,
.sfm-plan strong,
.sfm-plan span{
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
}
.sfm-plan a,
.sfm-plan .sfm-plan-button,
.sfm-plan a *,
.sfm-plan .sfm-plan-button *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.sfm-plan ul{
  color:#48546d!important;
}
.sfm-plan li{
  color:#48546d!important;
}
.sfm-plan li::marker{
  color:#586cff!important;
}

/* Restore readable white copy when pricing appears inside dark homepage membership area. */
.sfexp-membership-section .sfm-plan,
.sfexp-membership-section .sfm-plan p,
.sfexp-membership-section .sfm-plan li,
.sfexp-membership-section .sfm-plan small,
.sfexp-membership-section .sfm-plan strong,
.sfexp-membership-section .sfm-plan span{
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
}

/* Add a proper feature treatment to pricing cards even if Membership plugin markup is compact. */
.sfm-plan{
  overflow:visible!important;
}
.sfm-plan ul{
  display:block!important;
  margin:22px 0 24px!important;
  padding-left:19px!important;
  line-height:1.75!important;
  opacity:1!important;
  visibility:visible!important;
}
.sfm-plan li{
  display:list-item!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:13px!important;
}
.sfm-plan .sfm-plan-detail{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}
.sfm-plan .sfm-plan-button,
.sfm-plan>a{
  min-width:170px;
}

/* Motion language */
.sfexp-motion-surface,
.sfexp-hero,
.sfexp-membership-hero,
.sfexp-how-hero,
.sfexp-final-card{
  position:relative;
  isolation:isolate;
}
.sfexp-motion-surface:before,
.sfexp-hero:before,
.sfexp-membership-hero:before,
.sfexp-how-hero:before{
  content:"";
  position:absolute;
  inset:-25%;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at var(--sfexp-motion-x,25%) var(--sfexp-motion-y,30%),
      rgba(57,150,255,.13),transparent 24%),
    radial-gradient(circle at 78% 45%,
      rgba(180,62,242,.10),transparent 26%);
  animation:sfexpAurora 16s ease-in-out infinite alternate;
}
.sfexp-motion-blob{
  position:absolute;
  border-radius:50%;
  filter:blur(70px);
  opacity:.26;
  pointer-events:none;
  animation:sfexpFloat 13s ease-in-out infinite alternate;
}
.sfexp-motion-blob-blue{
  width:360px;height:360px;left:-130px;top:18%;
  background:#2d9cff;
}
.sfexp-motion-blob-purple{
  width:420px;height:420px;right:-150px;top:-90px;
  background:#b23bf3;
  animation-delay:-5s;
}
@keyframes sfexpAurora{
  0%{transform:translate3d(-2%,-1%,0) scale(1)}
  100%{transform:translate3d(3%,2%,0) scale(1.04)}
}
@keyframes sfexpFloat{
  0%{transform:translate3d(0,0,0) scale(1)}
  100%{transform:translate3d(24px,14px,0) scale(1.06)}
}
@keyframes sfexpBreathe{
  0%,100%{box-shadow:0 18px 55px rgba(83,85,215,.10)}
  50%{box-shadow:0 24px 70px rgba(83,85,215,.18)}
}
.sfexp-hero-search,
.sfexp-membership-page .sfm-plan-pro,
.sfexp-how-cta{
  animation:sfexpBreathe 6s ease-in-out infinite;
}
@media(prefers-reduced-motion:reduce){
  *,
  *:before,
  *:after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.001ms!important;
  }
}

/* Contact + FAQ */
.sfexp-info-page{
  background:#fff;
}
.sfexp-info-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 16% 80%,rgba(20,143,255,.30),transparent 34%),
    radial-gradient(circle at 86% 18%,rgba(180,54,243,.32),transparent 35%),
    linear-gradient(125deg,#071426,#10143a 55%,#2b114f);
}
.sfexp-info-hero:after{
  content:"";
  position:absolute;
  left:-4%;right:-4%;bottom:-48px;height:96px;
  border-radius:50%;
  background:#fff;
}
.sfexp-info-hero-inner{
  position:relative;
  z-index:2;
  padding:74px 0 108px;
  text-align:center;
}
.sfexp-info-hero h1{
  margin:8px 0 12px;
  color:#fff!important;
  font-size:clamp(44px,5.4vw,72px);
  line-height:1;
  letter-spacing:-.05em;
}
.sfexp-info-hero p{
  max-width:680px;
  margin:0 auto;
  color:#cbd3e2;
  font-size:17px;
  line-height:1.7;
}
.sfexp-info-body{
  padding:20px 0 85px;
}
.sfexp-support-grid{
  max-width:1000px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.sfexp-support-grid article{
  min-height:250px;
  padding:28px;
  border:1px solid #e2e7f0;
  border-radius:21px;
  background:#fff;
  box-shadow:0 18px 50px rgba(34,48,86,.08);
  transition:.22s ease;
}
.sfexp-support-grid article:hover{
  transform:translateY(-5px);
  border-color:#ccd3ff;
  box-shadow:0 24px 60px rgba(66,67,130,.13);
}
.sfexp-support-icon{
  width:48px;height:48px;border-radius:15px;
  display:flex;align-items:center;justify-content:center;
  color:#6d58ff;
  background:linear-gradient(135deg,#edf3ff,#f8edff);
  font-weight:900;
  font-size:19px;
}
.sfexp-support-grid h2{
  margin:23px 0 8px;
  font-size:21px;
}
.sfexp-support-grid p{
  color:#6f7990;
  line-height:1.7;
}
.sfexp-support-grid a{
  display:inline-block;
  margin-top:13px;
  color:#5367ef;
  font-weight:850;
  text-decoration:none;
}
.sfexp-support-note,
.sfexp-faq-contact{
  max-width:1000px;
  margin:24px auto 0;
  padding:22px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-radius:18px;
  background:linear-gradient(90deg,#f4f7ff,#fbf5ff);
  border:1px solid #e4e7f5;
}
.sfexp-support-note strong,
.sfexp-support-note span,
.sfexp-faq-contact strong,
.sfexp-faq-contact span{
  display:block;
}
.sfexp-support-note strong,
.sfexp-faq-contact strong{
  color:#172039;
}
.sfexp-support-note span,
.sfexp-faq-contact span{
  color:#6d7790;
  margin-top:3px;
}
.sfexp-faq-search{
  max-width:650px;
  margin:28px auto 0;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 17px;
  border-radius:16px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.20);
  backdrop-filter:blur(10px);
}
.sfexp-faq-search span{
  color:#bfc8dc;
  font-size:23px;
}
.sfexp-faq-search input{
  width:100%;
  min-height:54px;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#fff!important;
}
.sfexp-faq-search input::placeholder{
  color:#bfc8dc;
}
.sfexp-faq-list{
  max-width:900px;
  margin:0 auto;
}
.sfexp-faq-item{
  border:1px solid #e2e7ef;
  border-radius:16px;
  background:#fff;
  margin-bottom:12px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(31,42,73,.05);
}
.sfexp-faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:20px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-weight:800;
  color:#172039;
}
.sfexp-faq-item summary::-webkit-details-marker{display:none}
.sfexp-faq-item summary b{
  width:30px;height:30px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#f0f3ff;color:#6470f2;font-size:18px;
  transition:transform .2s ease;
}
.sfexp-faq-item[open] summary b{
  transform:rotate(45deg);
}
.sfexp-faq-item>div{
  padding:0 22px 22px;
  color:#6b758b;
  line-height:1.75;
}
.sfexp-faq-contact a{
  flex:0 0 auto;
  color:#5367ef;
  font-weight:850;
  text-decoration:none;
}

/* My Account / WooCommerce dashboard */
.sfexp-page-account .content-area,
.sfexp-page-account .site-main{
  padding-top:0!important;
}
.sfexp-page-account .content-container{
  width:min(calc(100% - 40px),1180px)!important;
  max-width:1180px!important;
  margin:46px auto 80px!important;
}
.sfexp-page-account .entry-content-wrap{
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.sfexp-page-account .woocommerce{
  display:grid;
  grid-template-columns:230px 1fr;
  gap:28px;
  align-items:start;
}
.sfexp-page-account .woocommerce-MyAccount-navigation{
  float:none!important;
  width:auto!important;
  padding:14px;
  border:1px solid #e1e6ef;
  border-radius:19px;
  background:#fff;
  box-shadow:0 16px 45px rgba(32,45,80,.07);
}
.sfexp-page-account .woocommerce-MyAccount-navigation ul{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.sfexp-page-account .woocommerce-MyAccount-navigation li{
  margin:3px 0!important;
}
.sfexp-page-account .woocommerce-MyAccount-navigation a{
  display:block;
  padding:11px 13px;
  border-radius:10px;
  color:#4d5871;
  text-decoration:none;
  font-weight:700;
}
.sfexp-page-account .woocommerce-MyAccount-navigation .is-active a,
.sfexp-page-account .woocommerce-MyAccount-navigation a:hover{
  background:#f0f3ff;
  color:#5669ef;
}
.sfexp-page-account .woocommerce-MyAccount-content{
  float:none!important;
  width:auto!important;
  min-width:0;
}
.sfexp-account-hero{
  padding:28px 30px;
  margin-bottom:20px;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  background:
    radial-gradient(circle at 75% 0%,rgba(170,65,243,.18),transparent 36%),
    radial-gradient(circle at 5% 100%,rgba(39,151,255,.15),transparent 34%),
    #f8faff;
  border:1px solid #e1e6f4;
}
.sfexp-account-hero h2{
  margin:6px 0 6px;
  font-size:31px;
  letter-spacing:-.035em;
}
.sfexp-account-hero p{
  margin:0;
  color:#707a91;
}
.sfexp-account-cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-bottom:28px;
}
.sfexp-account-cards article{
  padding:22px;
  border:1px solid #e2e7f0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(37,49,82,.06);
}
.sfexp-account-cards span,
.sfexp-account-cards strong,
.sfexp-account-cards small{
  display:block;
}
.sfexp-account-cards span{
  color:#6874f1;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.sfexp-account-cards strong{
  margin-top:7px;
  color:#111827;
  font-size:22px;
}
.sfexp-account-cards small{
  margin-top:4px;
  color:#7a8498;
}
.sfexp-account-cards a{
  display:inline-block;
  margin-top:15px;
  color:#5367ef;
  text-decoration:none;
  font-weight:800;
}
.sfexp-page-account .woocommerce form,
.sfexp-page-account .woocommerce table,
.sfexp-page-account .woocommerce .woocommerce-Addresses{
  border-radius:18px!important;
}
.sfexp-page-account .woocommerce form{
  padding:25px!important;
  border:1px solid #e2e7f0!important;
  box-shadow:0 14px 38px rgba(37,49,82,.06);
}
.sfexp-page-account .woocommerce input.input-text,
.sfexp-page-account .woocommerce input[type=email],
.sfexp-page-account .woocommerce input[type=password]{
  min-height:48px;
  border:1px solid #dce2ee!important;
  border-radius:11px!important;
  padding:0 13px!important;
  box-shadow:none!important;
}
.sfexp-page-account .woocommerce button.button,
.sfexp-page-account .woocommerce a.button{
  border-radius:11px!important;
  background:linear-gradient(135deg,#536cff,#8248ff)!important;
  color:#fff!important;
}

/* Legal content styling */
.sfexp-page-legal .content-container{
  width:min(calc(100% - 40px),920px)!important;
  max-width:920px!important;
  margin:55px auto 85px!important;
}
.sfexp-page-legal .entry-content-wrap{
  padding:38px 44px!important;
  border:1px solid #e2e7ef;
  border-radius:22px;
  background:#fff!important;
  box-shadow:0 18px 50px rgba(35,47,80,.07)!important;
}
.sfexp-page-legal .entry-content{
  color:#49546a;
  line-height:1.8;
}
.sfexp-page-legal .entry-content h1,
.sfexp-page-legal .entry-content h2,
.sfexp-page-legal .entry-content h3{
  color:#111827;
  letter-spacing:-.025em;
}
.sfexp-page-legal .entry-content a{
  color:#5367ef;
}

/* 404 */
.sfexp-404{
  min-height:72vh;
  padding:90px 0;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 15% 30%,rgba(49,151,255,.11),transparent 30%),
    radial-gradient(circle at 84% 18%,rgba(186,65,241,.10),transparent 32%),
    #fff;
}
.sfexp-404-card{
  max-width:800px;
  margin:0 auto;
  text-align:center;
}
.sfexp-404-code{
  font-size:13px;
  font-weight:900;
  letter-spacing:.16em;
  color:#6270ef;
}
.sfexp-404 h1{
  margin:12px 0;
  font-size:clamp(44px,6vw,72px);
  line-height:1;
  letter-spacing:-.05em;
}
.sfexp-404 p{
  max-width:620px;
  margin:0 auto 24px;
  color:#6e7890;
  font-size:17px;
  line-height:1.7;
}
.sfexp-404-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.sfexp-404-secondary{
  display:inline-flex;
  align-items:center;
  min-height:50px;
  padding:0 20px;
  border:1px solid #dde3ef;
  border-radius:13px;
  color:#53607a;
  text-decoration:none;
  font-weight:800;
}

/* Promotion visibility without an annoying immediate modal */
.sfexp-offer-floating{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:1200;
  width:min(340px,calc(100vw - 44px));
  padding:18px;
  border-radius:18px;
  color:#fff;
  background:
    radial-gradient(circle at 90% 0%,rgba(207,52,246,.38),transparent 42%),
    linear-gradient(135deg,#071a39,#301059);
  box-shadow:0 24px 60px rgba(19,22,61,.30);
  transform:translateY(25px);
  opacity:0;
  pointer-events:none;
  transition:.28s ease;
}
.sfexp-offer-floating.is-visible{
  transform:translateY(0);
  opacity:1;
  pointer-events:auto;
}
.sfexp-offer-floating button.sfexp-offer-close{
  position:absolute;
  top:9px;right:10px;
  border:0;background:transparent;color:#aeb8cd;
  font-size:20px;cursor:pointer;
}
.sfexp-offer-floating span,
.sfexp-offer-floating strong,
.sfexp-offer-floating small{
  display:block;
}
.sfexp-offer-floating>span{
  color:#9daccc;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.sfexp-offer-floating strong{
  margin-top:3px;
  font-size:23px;
}
.sfexp-offer-floating small{
  margin-top:4px;
  color:#c5ccdc;
}
.sfexp-offer-floating .sfexp-offer-code{
  color:#9df0ae;
  font-weight:900;
}
.sfexp-offer-floating a{
  display:inline-flex;
  margin-top:14px;
  min-height:42px;
  padding:0 15px;
  align-items:center;
  border-radius:10px;
  background:linear-gradient(90deg,#536cff,#bd38eb);
  color:#fff;
  text-decoration:none;
  font-weight:850;
}

@media(max-width:850px){
  .sfexp-support-grid{grid-template-columns:1fr}
  .sfexp-page-account .woocommerce{grid-template-columns:1fr}
  .sfexp-page-account .woocommerce-MyAccount-navigation ul{
    display:flex;
    gap:5px;
    overflow:auto;
  }
  .sfexp-page-account .woocommerce-MyAccount-navigation li{
    flex:0 0 auto;
  }
}
@media(max-width:650px){
  .sfexp-account-hero{display:block;padding:24px}
  .sfexp-account-hero .sfexp-button{margin-top:15px}
  .sfexp-account-cards{grid-template-columns:1fr}
  .sfexp-support-note,.sfexp-faq-contact{display:block}
  .sfexp-faq-contact a{display:inline-block;margin-top:13px}
  .sfexp-page-legal .entry-content-wrap{padding:26px 22px!important}
}
