html.sales-root{
  height:auto !important;
  min-height:100%;
  overflow:auto !important;
}
html.sales-root body.sales-page{
  display:block;
  height:auto !important;
  min-height:100%;
  overflow:auto !important;
  background:#fbfdf8;
  color:#263a35;
}
html.sales-root body.sales-page #app{
  display:block !important;
  width:100vw !important;
  max-width:none;
  height:auto !important;
  min-height:100vh;
  margin:0 !important;
  background:#fbfdf8;
  box-shadow:none;
  overflow:visible !important;
}
.sales-shell{
  --cream:#fbfdf8;
  --mint:#e8f5ed;
  --mint-strong:#bfe7d3;
  --green:#3f8e6e;
  --green-dark:#294f47;
  --ink:#203b36;
  --muted:#62756e;
  --line:#dfe9e2;
  --peach:#f49a6b;
  --gold:#f2c14e;
  width:100%;
  min-height:100vh;
  font-family:'Segoe UI',system-ui,-apple-system,Roboto,sans-serif;
  background:linear-gradient(180deg,#fbfdf8 0%,#edf7f0 48%,#fbfdf8 100%);
}
.sales-shell *{box-sizing:border-box}
.sales-shell img{max-width:100%;display:block}
.sales-header{
  position:sticky;
  top:0;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  max-width:1180px;
  margin:0 auto;
  padding:12px 22px;
  background:rgba(251,253,248,.9);
  border-bottom:1px solid rgba(223,233,226,.78);
  backdrop-filter:blur(16px);
}
.sales-brand{
  display:flex;
  width:188px;
  height:72px;
  align-items:center;
  overflow:visible;
}
.sales-brand img{
  width:188px;
  height:72px;
  object-fit:contain;
}
.sales-menu{display:flex;align-items:center;gap:24px}
.sales-menu a,.sales-footer a{
  color:var(--green-dark);
  text-decoration:none;
  font-size:14px;
  font-weight:850;
}
.sales-header-cta{
  border:0;
  border-radius:14px;
  background:var(--green);
  color:#fff;
  padding:12px 16px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 26px rgba(63,142,110,.2);
}
.sales-header-action{
  display:grid;
  justify-items:end;
  gap:6px;
  max-width:250px;
}
.sales-header-action .launch-note{
  max-width:250px;
  margin:0;
  text-align:right;
  font-size:10px;
  line-height:1.25;
}
.sales-header-action .guarantee-box-compact{
  max-width:250px;
  padding:8px 10px;
  text-align:left;
}
.sales-header-action .guarantee-box-compact strong{
  font-size:11px;
}
.sales-header-action .guarantee-box-compact p{
  display:none;
}
.sales-hero{
  max-width:1180px;
  min-height:calc(100vh - 82px);
  margin:0 auto;
  padding:58px 22px 70px;
  display:grid;
  grid-template-columns:minmax(460px,1fr) minmax(340px,500px);
  align-items:center;
  gap:40px;
}
.hero-copy h1{
  max-width:720px;
  margin:0;
  color:var(--ink);
  font-size:clamp(39px,5vw,68px);
  line-height:1.03;
  letter-spacing:0;
}
.hero-copy p{
  max-width:650px;
  margin:22px 0 0;
  color:var(--muted);
  font-size:20px;
  line-height:1.55;
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin-top:30px;
}
.sales-btn{
  min-height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:16px;
  padding:0 22px;
  font-size:16px;
  font-weight:950;
  text-decoration:none;
  cursor:pointer;
}
.sales-btn.primary{
  background:var(--green);
  color:#fff;
  box-shadow:0 16px 30px rgba(63,142,110,.23);
}
.hero-actions span{
  max-width:310px;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
  font-weight:700;
}
.hero-actions .founder-badge{
  display:inline-flex;
  width:auto;
  max-width:420px;
  border:1px solid rgba(242,193,78,.5);
  border-radius:999px;
  background:#fff8dd;
  color:#765c16;
  padding:7px 12px;
  font-size:12px;
  font-weight:900;
}
.launch-note{
  width:100%;
  max-width:650px;
  margin:0;
  color:#765c16 !important;
  font-size:13px;
  line-height:1.4;
  font-weight:850;
}
.guarantee-box{
  width:100%;
  max-width:650px;
  border:1px solid #dfe9e2;
  border-left:5px solid var(--gold);
  border-radius:14px;
  background:#fff;
  padding:14px 16px;
  box-shadow:0 12px 28px rgba(49,78,62,.07);
}
.guarantee-box strong{
  display:block;
  color:var(--green-dark);
  font-size:16px;
  line-height:1.25;
}
.guarantee-box p{
  margin:6px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}
.hero-media{
  position:relative;
  min-height:640px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.real-phone{
  position:relative;
  width:min(310px,72vw);
  aspect-ratio:390/844;
  padding:10px;
  border-radius:38px;
  background:#1e3430;
  box-shadow:0 30px 70px rgba(31,62,50,.28);
  overflow:hidden;
}
.real-phone::after{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:29px;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
}
.real-phone-notch{
  position:absolute;
  top:18px;
  left:50%;
  z-index:2;
  width:88px;
  height:18px;
  transform:translateX(-50%);
  border-radius:0 0 16px 16px;
  background:#1e3430;
}
.real-phone img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:29px;
}
.primary-phone{z-index:2;transform:translateX(-42px) rotate(-2deg)}
.secondary-phone{
  position:absolute;
  right:4px;
  top:88px;
  z-index:1;
  width:min(250px,56vw);
  transform:rotate(5deg);
  opacity:.96;
}
.sales-section{
  max-width:1180px;
  margin:0 auto;
  padding:76px 22px;
}
.section-heading{max-width:780px;margin-bottom:30px}
.section-heading.wide{max-width:880px}
.sales-section h2{
  margin:0;
  color:var(--ink);
  font-size:clamp(29px,3.3vw,46px);
  line-height:1.08;
  letter-spacing:0;
}
.sales-section p{color:var(--muted);line-height:1.6}
.pain-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.pain-card,.feature-row,.inside-card,.offer-card,.faq-list details{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 28px rgba(49,78,62,.07);
}
.pain-card{
  min-height:136px;
  border-radius:18px;
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.pain-card span{
  color:var(--peach);
  font-weight:950;
  font-size:13px;
}
.pain-card p{
  margin:0;
  color:#314c43;
  font-size:18px;
  font-weight:850;
  line-height:1.35;
}
.solution-section{
  max-width:none;
  padding-left:max(22px,calc((100vw - 1180px)/2 + 22px));
  padding-right:max(22px,calc((100vw - 1180px)/2 + 22px));
  background:#e9f5ed;
}
.split-section{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:start;
  gap:48px;
}
.split-section p{margin-top:18px;font-size:18px}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.feature-row{
  min-height:60px;
  display:flex;
  align-items:center;
  gap:12px;
  border-radius:16px;
  padding:14px;
  color:#314c43;
  font-weight:850;
}
.feature-row span{
  width:12px;
  height:12px;
  flex:none;
  border-radius:50%;
  background:var(--gold);
}
.inside-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.inside-card{
  border-radius:22px;
  padding:16px;
}
.inside-card .card-phone{
  width:100%;
  max-width:210px;
  margin:0 auto 16px;
  border-radius:30px;
  padding:8px;
}
.inside-card .real-phone-notch{top:14px;width:62px;height:13px}
.inside-card h3{
  margin:0 0 6px;
  color:var(--green-dark);
  font-size:20px;
}
.inside-card p{
  margin:0;
  font-size:15px;
}
.inside-checkout{
  display:flex;
  justify-content:center;
  margin-top:28px;
}
.inside-checkout .sales-btn{
  min-width:min(100%,380px);
  padding-left:28px;
  padding-right:28px;
}
.authority-section{
  display:grid;
  grid-template-columns:390px 1fr;
  gap:52px;
  align-items:center;
}
.authority-image{
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 42px rgba(49,78,62,.1);
}
.authority-copy p{font-size:18px;margin:18px 0 0}
.support-note{
  color:var(--green-dark) !important;
  font-weight:850;
  border-left:4px solid var(--gold);
  padding-left:14px;
}
.sales-visual-story{
  max-width:none;
  background:#fbfbf3;
  padding:78px 0 82px;
}
.visual-story-inner{
  width:100%;
  max-width:920px;
  margin:0 auto;
  padding:0 22px;
}
.visual-story-heading{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}
.visual-story-heading h2,
.visual-story-transition h2{
  margin:0;
  color:var(--ink);
  font-size:clamp(29px,3.4vw,44px);
  line-height:1.08;
  letter-spacing:0;
}
.visual-story-heading p,
.visual-story-transition p{
  max-width:760px;
  margin:16px auto 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
}
.visual-story-stack{
  display:grid;
  gap:36px;
  max-width:840px;
  margin:0 auto;
}
.visual-story-item{
  display:grid;
  gap:14px;
  justify-items:center;
}
.visual-story-click{
  display:block;
  width:100%;
  padding:0;
  border:0;
  border-radius:20px;
  background:transparent;
  cursor:pointer;
}
.visual-story-click:focus-visible{
  outline:4px solid rgba(244,154,107,.55);
  outline-offset:4px;
}
.visual-story-image{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1122/1402;
  object-fit:contain;
  border-radius:20px;
  box-shadow:0 18px 42px rgba(49,78,62,.11);
  background:#fffdf5;
}
.visual-story-cta{
  min-width:min(100%,330px);
}
.visual-story-transition{
  max-width:760px;
  margin:46px auto 0;
  text-align:center;
}
.visual-story-transition .sales-btn{
  margin-top:22px;
  min-width:min(100%,340px);
  padding-left:28px;
  padding-right:28px;
}
.offer-section{
  max-width:none;
  padding-left:max(22px,calc((100vw - 1180px)/2 + 22px));
  padding-right:max(22px,calc((100vw - 1180px)/2 + 22px));
  background:#2f6b52;
}
.offer-card{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:32px;
  align-items:center;
  border:0;
  border-radius:28px;
  padding:32px;
}
.offer-disclaimer{
  max-width:920px;
  margin:18px auto 0;
  color:rgba(255,255,255,.78) !important;
  font-size:13px;
  line-height:1.45;
  text-align:center;
}
.offer-card h2{color:var(--ink)}
.offer-card p{margin-top:14px;font-size:18px}
.offer-card ul{
  list-style:none;
  display:grid;
  gap:11px;
  margin:24px 0 0;
  padding:0;
}
.offer-card li{
  position:relative;
  padding-left:26px;
  color:#314c43;
  font-size:17px;
  line-height:1.45;
  font-weight:780;
}
.offer-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.45em;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--gold);
}
.price-box{
  border-radius:24px;
  background:#e9f5ed;
  padding:26px;
  text-align:center;
}
.price-box span{
  display:block;
  color:#62756e;
  font-weight:900;
  font-size:15px;
}
.price-box s{color:#8d6b61}
.price-box strong{
  display:block;
  margin:10px 0 6px;
  color:var(--ink);
  font-size:48px;
  line-height:1;
}
.price-box small{
  display:block;
  color:var(--green-dark);
  font-weight:900;
  margin-bottom:18px;
}
.price-box .sales-btn{width:100%}
.price-box .launch-note{
  margin-top:12px;
  font-size:12px;
}
.price-box .guarantee-box{
  margin-top:12px;
  text-align:left;
}
.price-box .guarantee-box strong{font-size:14px}
.price-box .guarantee-box p{font-size:12px}
.trust-list{
  display:grid;
  gap:9px;
  margin-top:18px;
  text-align:left;
}
.trust-list span{
  color:#405a52;
  font-size:13px;
  font-weight:850;
}
.trust-list span::before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-right:8px;
  border-radius:50%;
  background:var(--green);
}
.faq-list{display:grid;gap:12px}
.faq-list details{
  border-radius:18px;
  padding:18px 20px;
}
.faq-list summary{
  cursor:pointer;
  color:var(--green-dark);
  font-weight:950;
  font-size:18px;
}
.faq-list p{margin:12px 0 0}
.sales-footer{
  display:flex;
  justify-content:space-between;
  gap:22px;
  max-width:1180px;
  margin:0 auto;
  padding:34px 22px 46px;
  border-top:1px solid var(--line);
  color:#66756f;
}
.sales-footer div{display:flex;flex-wrap:wrap;gap:16px}
body.checkout-modal-open{
  overflow:hidden !important;
}
.checkout-modal{
  position:fixed;
  inset:0;
  z-index:80;
  display:none;
  align-items:center;
  justify-content:center;
  padding:16px;
}
.checkout-modal.is-open{
  display:flex;
}
.checkout-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(20,42,37,.62);
  backdrop-filter:blur(8px);
}
.checkout-modal-panel{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-rows:auto minmax(420px,78vh) auto;
  width:min(100%,520px);
  max-height:94vh;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.35);
  border-radius:24px;
  background:#fff;
  box-shadow:0 28px 80px rgba(9,28,24,.28);
}
.checkout-modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  color:var(--green-dark);
}
.checkout-modal-head strong{
  font-size:17px;
  font-weight:950;
}
.checkout-modal-close{
  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:#e8f5ed;
  color:var(--green-dark);
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.checkout-modal iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:#fff;
}
.checkout-modal-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 14px;
  border-top:1px solid var(--line);
  background:#fbfdf8;
}
.checkout-modal-foot span{
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
}
.checkout-modal-foot a{
  flex:none;
  border-radius:999px;
  background:var(--green);
  color:#fff;
  padding:9px 12px;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}
.checkout-bridge{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:28px 16px;
  background:#fbfdf8;
}
.checkout-bridge-card{
  width:min(100%,540px);
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  padding:28px;
  text-align:center;
  box-shadow:0 18px 44px rgba(49,78,62,.1);
}
.checkout-bridge-logo{
  width:190px;
  max-width:72%;
  height:auto;
  margin:0 auto 18px;
}
.checkout-bridge h1{
  margin:0;
  color:var(--ink);
  font-size:clamp(28px,5vw,42px);
  line-height:1.08;
  letter-spacing:0;
}
.checkout-bridge p{
  margin:14px auto 0;
  color:var(--muted);
  font-size:17px;
  line-height:1.55;
}
.checkout-bridge-loader{
  height:8px;
  margin:24px 0;
  overflow:hidden;
  border-radius:999px;
  background:#e8f5ed;
}
.checkout-bridge-loader span{
  display:block;
  width:42%;
  height:100%;
  border-radius:inherit;
  background:var(--green);
  animation:bridgeLoad .9s ease-in-out infinite alternate;
}
.checkout-bridge .sales-btn{
  width:100%;
}
.checkout-bridge-backup{
  display:inline-block;
  margin-top:14px;
  color:var(--green-dark);
  font-size:13px;
  font-weight:850;
  text-decoration:none;
}
@keyframes bridgeLoad{
  from{transform:translateX(0)}
  to{transform:translateX(140%)}
}
@media(max-width:980px){
  .sales-menu{display:none}
  .sales-hero{
    min-height:0;
    grid-template-columns:1fr;
    padding-top:34px;
    gap:22px;
  }
  .hero-media{min-height:610px;max-width:560px;width:100%;margin:0 auto}
  .split-section,.authority-section,.offer-card{grid-template-columns:1fr}
  .inside-grid{grid-template-columns:1fr 1fr}
}
@media(min-width:981px) and (max-width:1120px){
  .sales-hero{
    grid-template-columns:minmax(440px,1fr) minmax(320px,460px);
    gap:28px;
    padding-top:34px;
    padding-bottom:46px;
  }
  .hero-copy h1{font-size:44px;line-height:1.04}
  .hero-copy p{font-size:18px;margin-top:16px}
  .hero-actions{margin-top:22px}
  .hero-media{min-height:560px}
  .real-phone{width:280px}
  .secondary-phone{width:218px;top:74px}
}
@media(max-width:680px){
  .sales-header{padding:10px 14px}
  .sales-brand{width:154px;height:54px}
  .sales-brand img{width:154px;height:54px}
  .sales-menu{display:none}
  .sales-header-action{max-width:142px}
  .sales-header-cta{padding:10px 12px;font-size:12px}
  .sales-header-action .launch-note,
  .sales-header-action .guarantee-box{display:none}
  .sales-hero{padding:28px 16px 46px}
  .hero-copy h1{font-size:35px}
  .hero-copy p{font-size:16px;margin-top:16px}
  .hero-actions{align-items:stretch}
  .hero-actions .sales-btn,.hero-actions span,.hero-actions .launch-note,.hero-actions .guarantee-box{width:100%}
  .hero-actions .founder-badge{
    border-radius:12px;
    justify-content:center;
    text-align:center;
  }
  .hero-media{min-height:500px}
  .primary-phone{
    width:min(286px,86vw);
    transform:none;
  }
  .secondary-phone{display:none}
  .sales-section{padding:54px 16px}
  .sales-section h2{font-size:30px}
  .pain-grid,.feature-list,.inside-grid{grid-template-columns:1fr}
  .pain-card{min-height:112px}
  .inside-card{
    display:grid;
    grid-template-columns:112px 1fr;
    align-items:center;
    gap:14px;
  }
  .inside-card .card-phone{
    width:112px;
    margin:0;
    border-radius:22px;
    padding:5px;
  }
  .inside-card .card-phone img{border-radius:17px}
  .inside-card .real-phone-notch{display:none}
  .inside-checkout .sales-btn{width:100%;min-width:0}
  .authority-section{gap:28px}
  .sales-visual-story{padding:56px 0 60px}
  .visual-story-inner{padding:0 14px}
  .visual-story-heading{margin-bottom:24px;text-align:left}
  .visual-story-heading h2,
  .visual-story-transition h2{font-size:30px}
  .visual-story-heading p,
  .visual-story-transition p{font-size:16px}
  .visual-story-stack{gap:24px}
  .visual-story-item{gap:12px}
  .visual-story-image{
    border-radius:16px;
    box-shadow:0 12px 26px rgba(49,78,62,.1);
  }
  .visual-story-click{border-radius:16px}
  .visual-story-cta{width:100%;min-width:0}
  .visual-story-transition{
    margin-top:34px;
    text-align:left;
  }
  .visual-story-transition .sales-btn{
    width:100%;
    min-width:0;
  }
  .checkout-modal{padding:0}
  .checkout-modal-panel{
    width:100%;
    height:100dvh;
    max-height:none;
    border-radius:0;
    grid-template-rows:auto minmax(0,1fr) auto;
  }
  .checkout-modal-foot{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }
  .checkout-modal-foot a{
    text-align:center;
  }
  .offer-card{padding:22px}
  .price-box strong{font-size:42px}
  .sales-footer{flex-direction:column;padding:28px 16px 38px}
}

/* Yummatch Kids sales page */
html.sales-root body.yummatch-sales-page{
  background:#fffdf6;
  color:#142c4a;
}
html.sales-root body.yummatch-sales-page #app{
  background:#fffdf6;
}
.yk-shell{
  --yk-bg:#fffdf6;
  --yk-mint:#dff3ea;
  --yk-mint-strong:#72bda8;
  --yk-teal:#2e8472;
  --yk-navy:#142c4a;
  --yk-coral:#f36f6c;
  --yk-coral-dark:#df5b58;
  --yk-gold:#f5bf50;
  --yk-purple:#8d72c8;
  --yk-text:#233747;
  --yk-muted:#5c6b75;
  --yk-line:#e7e0d0;
  min-height:100vh;
  overflow:hidden;
  background:
    radial-gradient(circle at 7% 12%, rgba(245,191,80,.18) 0 72px, transparent 73px),
    radial-gradient(circle at 94% 8%, rgba(114,189,168,.18) 0 92px, transparent 93px),
    linear-gradient(180deg,#fffdf6 0%,#fffaf0 43%,#eef8f1 100%);
  color:var(--yk-text);
  font-family:"Trebuchet MS","Segoe UI",system-ui,-apple-system,sans-serif;
}
.yk-shell h1,
.yk-shell h2,
.yk-shell h3,
.yk-shell p{
  letter-spacing:0;
}
.yk-header{
  max-width:1220px;
  border-bottom:1px solid rgba(231,224,208,.82);
  background:rgba(255,253,246,.9);
}
.yk-brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--yk-navy);
  text-decoration:none;
  font-weight:950;
  font-size:24px;
}
.yk-brand-mark{
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#76c5af,#f6c65c);
  color:#fff;
  box-shadow:0 10px 22px rgba(46,132,114,.18);
}
.yk-menu a{
  color:var(--yk-navy);
}
.yk-buy-button,
.yk-buy-button.payhip-buy-button{
  min-height:58px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:0 !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#ff807d 0%,var(--yk-coral-dark) 100%) !important;
  color:#fff !important;
  padding:0 28px !important;
  font-size:17px !important;
  font-weight:950 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:0 15px 0 rgba(178,65,62,.16),0 20px 34px rgba(243,111,108,.26) !important;
  cursor:pointer !important;
}
.yk-header-buy{
  min-height:44px !important;
  padding:0 18px !important;
  font-size:14px !important;
}
.yk-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px);
  gap:52px;
  align-items:center;
  width:min(1220px,100%);
  min-height:calc(100vh - 74px);
  margin:0 auto;
  padding:54px 22px 74px;
}
.yk-hero-copy h1{
  max-width:720px;
  margin:0;
  color:var(--yk-navy);
  font-size:clamp(44px,5.8vw,78px);
  line-height:1.02;
  font-weight:950;
}
.yk-hero-copy p{
  max-width:660px;
  margin:22px 0 0;
  color:var(--yk-muted);
  font-size:21px;
  line-height:1.55;
}
.yk-hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
  margin-top:32px;
}
.yk-secondary-link{
  color:var(--yk-teal);
  font-size:16px;
  font-weight:950;
  text-decoration:none;
}
.yk-trust-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}
.yk-trust-strip span{
  border:1px solid rgba(114,189,168,.46);
  border-radius:16px;
  background:rgba(255,255,255,.72);
  color:var(--yk-teal);
  padding:11px 13px;
  font-size:14px;
  font-weight:950;
}
.yk-hero-art{
  position:relative;
}
.yk-poster{
  width:min(100%,480px);
  margin:0 auto;
  border-radius:26px;
  box-shadow:0 26px 60px rgba(35,55,71,.14);
}
.yk-problem-section{
  padding-top:64px;
}
.yk-problem-section .section-heading p,
.yk-story-heading p{
  max-width:760px;
  font-size:18px;
}
.yk-pain-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.yk-pain-card{
  min-height:168px;
  border:1px solid rgba(231,224,208,.88);
  border-radius:18px;
  background:rgba(255,255,255,.72);
  padding:18px;
  box-shadow:0 14px 32px rgba(35,55,71,.07);
}
.yk-pain-card span{
  display:block;
  color:var(--yk-coral);
  font-size:14px;
  font-weight:950;
  margin-bottom:18px;
}
.yk-pain-card p{
  margin:0;
  color:var(--yk-navy);
  font-size:18px;
  line-height:1.35;
  font-weight:850;
}
.yk-feature-band{
  background:linear-gradient(135deg,#def3ea 0%,#fff4db 100%);
  padding:84px 22px;
}
.yk-feature-inner{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:46px;
  align-items:center;
  width:min(1180px,100%);
  margin:0 auto;
}
.yk-feature-copy h2,
.yk-story-heading h2,
.yk-offer-card h2,
.yk-faq-section h2{
  margin:0;
  color:var(--yk-navy);
  font-size:clamp(34px,4vw,56px);
  line-height:1.06;
  font-weight:950;
}
.yk-feature-copy p{
  margin:18px 0 28px;
  color:var(--yk-muted);
  font-size:19px;
  line-height:1.58;
}
.yk-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.yk-feature-card{
  min-height:172px;
  border:1px solid rgba(255,255,255,.74);
  border-radius:20px;
  background:rgba(255,255,255,.72);
  padding:22px;
  box-shadow:0 14px 34px rgba(46,132,114,.1);
}
.yk-feature-card h3{
  margin:0;
  color:var(--yk-teal);
  font-size:22px;
  line-height:1.15;
}
.yk-feature-card p{
  margin:12px 0 0;
  color:var(--yk-muted);
  font-size:16px;
  line-height:1.48;
}
.yk-story-section{
  width:min(1180px,100%);
  margin:0 auto;
  padding:84px 22px;
}
.yk-story-heading{
  max-width:860px;
  margin:0 auto 42px;
  text-align:center;
}
.yk-story-stack{
  display:grid;
  gap:42px;
}
.yk-story-item{
  display:grid;
  grid-template-columns:minmax(300px,440px) minmax(0,1fr);
  gap:42px;
  align-items:center;
}
.yk-story-item.reverse{
  grid-template-columns:minmax(0,1fr) minmax(300px,440px);
}
.yk-story-item.reverse .yk-story-image{
  order:2;
}
.yk-story-image{
  width:100%;
  border-radius:24px;
  box-shadow:0 22px 54px rgba(35,55,71,.13);
}
.yk-story-item h3{
  margin:0;
  color:var(--yk-navy);
  font-size:clamp(30px,3vw,44px);
  line-height:1.08;
}
.yk-story-item p{
  max-width:560px;
  margin:16px 0 0;
  color:var(--yk-muted);
  font-size:19px;
  line-height:1.58;
}
.yk-offer-section{
  padding:86px 22px;
  background:#2f8774;
}
.yk-offer-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:34px;
  align-items:center;
  width:min(1120px,100%);
  margin:0 auto;
  border-radius:26px;
  background:#fffdf6;
  padding:34px;
  box-shadow:0 26px 70px rgba(21,68,56,.18);
}
.yk-offer-card p{
  max-width:680px;
  color:var(--yk-muted);
  font-size:18px;
  line-height:1.58;
}
.yk-offer-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 18px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}
.yk-offer-list li{
  position:relative;
  padding-left:24px;
  color:var(--yk-navy);
  font-size:16px;
  font-weight:850;
  line-height:1.35;
}
.yk-offer-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.4em;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--yk-gold);
}
.yk-checkout-card{
  border:1px solid rgba(114,189,168,.35);
  border-radius:24px;
  background:#eef8f1;
  padding:26px;
  text-align:center;
}
.yk-checkout-card span{
  display:block;
  color:var(--yk-teal);
  font-size:14px;
  font-weight:950;
  text-transform:uppercase;
}
.yk-checkout-card strong{
  display:block;
  margin:10px 0 20px;
  color:var(--yk-navy);
  font-size:34px;
  line-height:1.05;
}
.yk-checkout-card small{
  display:block;
  margin-top:16px;
  color:var(--yk-muted);
  font-size:13px;
  line-height:1.45;
}
.yk-offer-buy{
  width:100% !important;
}
.yk-disclaimer{
  width:min(920px,100%);
  margin:20px auto 0;
  color:rgba(255,255,255,.86) !important;
  font-size:13px;
  line-height:1.48;
  text-align:center;
}
.yk-faq-list details{
  border-color:rgba(231,224,208,.88);
  background:rgba(255,255,255,.72);
}
.yk-faq-section .section-heading{
  max-width:850px;
  margin:0 auto 30px;
  text-align:center;
}
.yk-faq-section .section-heading p{
  margin:10px auto 0;
  color:#5f6f77;
  font-size:16px;
}
.yk-faq-list{
  max-width:850px;
  margin:0 auto;
  gap:0;
  border-top:1px solid rgba(231,224,208,.9);
}
.yk-faq-list details{
  border:0;
  border-bottom:1px solid rgba(231,224,208,.9);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  padding:0;
}
.yk-faq-list summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:var(--yk-navy);
  padding:18px 10px;
  list-style:none;
}
.yk-faq-list summary::-webkit-details-marker{
  display:none;
}
.yk-faq-plus{
  color:#8a9496;
  font-size:20px;
  line-height:1;
}
.yk-faq-answer{
  margin:0;
  padding:0 10px 18px;
  color:#42525b;
  font-size:16px;
  line-height:1.62;
}
.yk-faq-answer strong{
  color:var(--yk-navy);
  font-weight:950;
}
.yk-footer{
  border-color:rgba(231,224,208,.88);
}
.yk-footer a{
  color:var(--yk-teal);
}
@media(max-width:980px){
  .yk-hero,
  .yk-feature-inner,
  .yk-offer-card{
    grid-template-columns:1fr;
  }
  .yk-hero{
    min-height:0;
    padding-top:36px;
  }
  .yk-hero-art{
    max-width:560px;
    margin:0 auto;
  }
  .yk-pain-grid{
    grid-template-columns:1fr 1fr;
  }
  .yk-story-item,
  .yk-story-item.reverse{
    grid-template-columns:1fr;
  }
  .yk-story-item.reverse .yk-story-image{
    order:0;
  }
}
@media(max-width:680px){
  .yk-brand{
    font-size:18px;
  }
  .yk-brand-mark{
    width:36px;
    height:36px;
  }
  .yk-header-buy{
    min-height:40px !important;
    padding:0 14px !important;
  }
  .yk-hero{
    padding:30px 16px 52px;
    gap:28px;
  }
  .yk-hero-copy h1{
    font-size:39px;
  }
  .yk-hero-copy p{
    font-size:17px;
  }
  .yk-hero-actions{
    align-items:stretch;
  }
  .yk-main-buy,
  .yk-band-buy,
  .yk-secondary-link{
    width:100% !important;
  }
  .yk-secondary-link{
    text-align:center;
    padding:12px 0;
  }
  .yk-trust-strip span{
    flex:1 1 calc(50% - 10px);
    text-align:center;
  }
  .yk-poster,
  .yk-story-image{
    border-radius:18px;
  }
  .yk-problem-section,
  .yk-story-section,
  .yk-feature-band,
  .yk-offer-section{
    padding:56px 16px;
  }
  .yk-pain-grid,
  .yk-feature-grid,
  .yk-offer-list{
    grid-template-columns:1fr;
  }
  .yk-pain-card{
    min-height:126px;
  }
  .yk-feature-copy h2,
  .yk-story-heading h2,
  .yk-offer-card h2,
  .yk-faq-section h2{
    font-size:32px;
  }
  .yk-story-heading{
    text-align:left;
  }
  .yk-story-stack{
    gap:36px;
  }
  .yk-story-item{
    gap:20px;
  }
  .yk-offer-card{
    padding:22px;
  }
  .yk-checkout-card strong{
    font-size:30px;
  }
}
