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:#fbfdfb;
  color:#263a35;
}
html.sales-root body.sales-page #app{
  display:block !important;
  max-width:none;
  height:auto !important;
  min-height:100vh;
  background:#fbfdfb;
  box-shadow:none;
  overflow:visible !important;
}
.sales-shell{
  --mint:#dceee1;
  --mint-soft:#edf7f0;
  --green:#3f8e6e;
  --green-dark:#2f6b52;
  --text:#263a35;
  --muted:#687a73;
  --line:#dfeae2;
  --cream:#fbfdfb;
  --peach:#f49a6b;
  --yellow:#f2c14e;
  width:100%;
  font-family:'Segoe UI',system-ui,-apple-system,Roboto,sans-serif;
  background:
    radial-gradient(circle at 82% 12%, rgba(244,154,107,.16), transparent 28%),
    linear-gradient(180deg,#fbfdfb 0%,#eef7f0 42%,#fbfdfb 100%);
}
.sales-shell img{max-width:100%;display:block}
.sales-header{
  position:sticky;
  top:0;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  max-width:1160px;
  margin:0 auto;
  padding:14px 22px;
  background:rgba(251,253,251,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(223,234,226,.72);
}
.sales-brand{
  width:auto;
  height:54px;
  overflow:hidden;
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}
.sales-brand img{
  width:48px;
  height:48px;
  object-fit:cover;
  object-position:50% 27%;
  border-radius:14px;
  transform:scale(1.38);
}
.sales-brand span{
  color:var(--green-dark);
  font-size:22px;
  font-weight:900;
  line-height:1;
}
.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:800;
}
.sales-header-cta{
  border:0;
  border-radius:14px;
  background:var(--green);
  color:#fff;
  padding:12px 16px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(63,142,110,.18);
}
.sales-hero{
  max-width:1160px;
  min-height:calc(100vh - 82px);
  margin:0 auto;
  padding:56px 22px 62px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px);
  align-items:center;
  gap:46px;
}
.hero-copy h1{
  max-width:680px;
  font-size:clamp(38px,5.2vw,70px);
  line-height:1.02;
  letter-spacing:0;
  color:#24433b;
}
.hero-copy p{
  max-width:610px;
  margin-top:22px;
  font-size:20px;
  line-height:1.55;
  color:var(--muted);
}
.hero-actions{
  margin-top:30px;
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.sales-btn{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:16px;
  padding:0 22px;
  font-size:16px;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
}
.sales-btn.primary{
  background:var(--green);
  color:#fff;
  box-shadow:0 14px 28px rgba(63,142,110,.2);
}
.hero-actions span{
  max-width:320px;
  font-size:13px;
  line-height:1.45;
  color:var(--muted);
}
.hero-media{position:relative;min-height:560px}
.hero-illustration{
  width:86%;
  margin-left:auto;
  border-radius:34px;
  filter:drop-shadow(0 24px 42px rgba(52,82,66,.12));
}
.sales-phone{
  position:absolute;
  left:0;
  bottom:0;
  width:min(305px,62vw);
  border-radius:36px;
  padding:12px;
  background:#263a35;
  box-shadow:0 26px 58px rgba(31,62,50,.28);
}
.phone-top{
  width:82px;
  height:5px;
  border-radius:999px;
  background:#60756d;
  margin:0 auto 10px;
}
.phone-screen{
  min-height:520px;
  border-radius:28px;
  background:var(--mint);
  padding:18px 14px 12px;
  overflow:hidden;
}
.phone-greet{font-size:12px;color:#73847d}
.phone-screen h3{
  margin:4px 0 12px;
  font-size:21px;
  line-height:1.1;
  color:var(--green-dark);
}
.phone-search{
  border-radius:15px;
  background:#fff;
  padding:12px;
  font-size:11px;
  color:#7b8a82;
  box-shadow:0 8px 18px rgba(50,80,60,.08);
}
.phone-profile{
  display:flex;
  align-items:center;
  gap:10px;
  margin:12px 0;
  background:#fff;
  border-radius:18px;
  padding:10px;
  box-shadow:0 8px 18px rgba(50,80,60,.08);
}
.phone-profile img{
  width:68px;
  height:58px;
  object-fit:cover;
  border-radius:14px;
}
.phone-profile b,.phone-grid b{
  display:block;
  color:#2f4d45;
  font-size:13px;
  line-height:1.2;
}
.phone-profile span,.phone-grid span{
  display:block;
  color:#75847e;
  font-size:10.5px;
  margin-top:3px;
}
.phone-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.phone-grid article{
  background:#fff;
  border-radius:18px;
  padding:8px;
  box-shadow:0 8px 18px rgba(50,80,60,.08);
}
.phone-grid img{
  aspect-ratio:1;
  width:100%;
  object-fit:cover;
  border-radius:14px;
  margin-bottom:8px;
}
.phone-nav{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.phone-nav span{height:6px;border-radius:999px;background:#c0d8c7}
.sales-section{
  max-width:1160px;
  margin:0 auto;
  padding:78px 22px;
}
.section-heading{max-width:780px;margin-bottom:30px}
.section-heading.wide{max-width:920px}
.sales-section h2{
  font-size:clamp(28px,3.4vw,46px);
  line-height:1.08;
  letter-spacing:0;
  color:#26463d;
}
.sales-section p{color:var(--muted);line-height:1.6}
.pain-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
.pain-card,.step-card,.screen-shot,.expert-card,.offer-card{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 28px rgba(49,78,62,.08);
}
.pain-card{
  min-height:158px;
  border-radius:20px;
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.pain-card span,.step-card span{
  color:var(--peach);
  font-weight:900;
  font-size:13px;
}
.pain-card p{
  color:#314c43;
  font-size:16px;
  font-weight:800;
  line-height:1.35;
}
.help-section,.offer-section{
  max-width:none;
  padding-left:max(22px,calc((100vw - 1160px)/2 + 22px));
  padding-right:max(22px,calc((100vw - 1160px)/2 + 22px));
}
.help-section{background:#eaf5ed}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step-card{border-radius:22px;padding:24px}
.step-card h3{
  margin:12px 0 8px;
  font-size:24px;
  color:#29483f;
}
.split-section{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:54px;
  align-items:start;
}
.split-section p{margin-top:16px;font-size:18px}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.feature-row{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:58px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--line);
  padding:14px;
  color:#344d45;
  font-weight:800;
  box-shadow:0 8px 18px rgba(49,78,62,.06);
}
.feature-row span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--green),var(--peach));
  flex:none;
}
.screens-section{overflow:hidden}
.screens-rail{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(220px,1fr);
  gap:18px;
  overflow-x:auto;
  padding-bottom:10px;
  scroll-snap-type:x mandatory;
}
.screen-shot{
  min-width:220px;
  border-radius:22px;
  padding:12px;
  scroll-snap-align:start;
}
.mini-screen{
  aspect-ratio:4/5;
  background:var(--mint);
  border-radius:18px;
  overflow:hidden;
  padding:12px;
  display:flex;
  flex-direction:column;
  gap:9px;
}
.mini-top{
  width:46px;
  height:5px;
  border-radius:999px;
  background:#bdd7c6;
  margin:0 auto;
}
.mini-screen b{
  display:block;
  color:#2f6b52;
  font-size:13px;
  line-height:1.15;
}
.mini-visual{
  flex:1;
  min-height:0;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
}
.mini-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mini-chips{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
}
.mini-chips span{
  border-radius:999px;
  background:#fff;
  color:#3f6f62;
  padding:5px 7px;
  font-size:10px;
  font-weight:900;
}
.screen-shot h3{
  margin:12px 4px 4px;
  color:#2f4d45;
  font-size:16px;
}
.audience-section{
  display:grid;
  grid-template-columns:420px 1fr;
  gap:52px;
  align-items:center;
}
.audience-image{
  border-radius:34px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 42px rgba(49,78,62,.1);
}
.audience-section ul,.offer-card ul{
  list-style:none;
  display:grid;
  gap:12px;
  margin-top:24px;
}
.audience-section li,.offer-card li{
  position:relative;
  padding-left:26px;
  color:#314c43;
  font-size:17px;
  line-height:1.45;
  font-weight:750;
}
.audience-section li::before,.offer-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.42em;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--yellow);
}
.expert-section{padding-top:28px}
.expert-card{
  border-radius:28px;
  padding:28px;
  display:grid;
  grid-template-columns:96px 1fr;
  gap:24px;
  background:linear-gradient(135deg,#fff 0%,#f3fbf5 100%);
}
.expert-avatar{
  width:96px;
  height:96px;
  border-radius:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#dceee1;
  color:#2f6b52;
  font-size:28px;
  font-weight:900;
}
.expert-card h2{font-size:34px}
.expert-card h3{
  margin:6px 0 10px;
  color:#2f6b52;
  font-size:22px;
}
.expert-card p + p{margin-top:12px}
.offer-section{background:#2f6b52}
.offer-card{
  border:0;
  border-radius:30px;
  padding:32px;
  display:grid;
  grid-template-columns:1fr 340px;
  gap:32px;
  align-items:center;
}
.offer-card h2{color:#24433b}
.offer-card p{margin-top:14px;font-size:18px}
.price-box{
  border-radius:24px;
  background:#eaf5ed;
  padding:26px;
  text-align:center;
}
.price-box span{
  color:#63766e;
  font-weight:900;
  font-size:13px;
}
.price-box strong{
  display:block;
  margin:10px 0 18px;
  color:#24433b;
  font-size:48px;
  line-height:1;
}
.price-box .sales-btn{width:100%}
.faq-list{display:grid;gap:12px}
.faq-list details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px 20px;
  box-shadow:0 8px 18px rgba(49,78,62,.05);
}
.faq-list summary{
  cursor:pointer;
  color:#29483f;
  font-weight:900;
  font-size:18px;
}
.faq-list p{margin-top:12px}
.sales-footer{
  display:flex;
  justify-content:space-between;
  gap:22px;
  max-width:1160px;
  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}
@media(max-width:900px){
  .sales-menu{display:none}
  .sales-hero{
    min-height:0;
    grid-template-columns:1fr;
    padding-top:34px;
    gap:28px;
  }
  .hero-copy h1{font-size:42px}
  .hero-copy p{font-size:18px}
  .hero-media{
    min-height:520px;
    max-width:560px;
    margin:0 auto;
    width:100%;
  }
  .pain-grid,.steps-grid,.split-section,.audience-section,.offer-card{grid-template-columns:1fr}
  .pain-grid{grid-template-columns:1fr 1fr}
  .feature-list{grid-template-columns:1fr}
  .offer-card{padding:22px}
}
@media(max-width:560px){
  .sales-header{padding:10px 14px}
  .sales-brand{height:44px;gap:8px}
  .sales-brand img{width:40px;height:40px}
  .sales-brand span{font-size:18px}
  .sales-header-cta{padding:10px 12px;font-size:12px}
  .sales-hero{padding:26px 16px 40px}
  .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{width:100%}
  .hero-media{min-height:450px}
  .hero-illustration{display:none}
  .sales-phone{
    position:relative;
    width:min(285px,88vw);
    left:auto;
    bottom:auto;
    transform:none;
    margin:20px auto 0;
  }
  .phone-screen{min-height:395px}
  .phone-grid article:nth-child(2){display:none}
  .phone-grid{grid-template-columns:1fr}
  .sales-section{padding:54px 16px}
  .sales-section h2{font-size:31px}
  .pain-grid{grid-template-columns:1fr}
  .pain-card{min-height:118px}
  .screens-rail{grid-auto-columns:78%}
  .audience-section{gap:28px}
  .expert-card{grid-template-columns:1fr;padding:22px}
  .offer-card{gap:24px}
  .price-box strong{font-size:42px}
  .sales-footer{flex-direction:column;padding:28px 16px 38px}
}
