/* BenTreder.com WordPress Plugin Pages */
:root{
  --bg:#f4faf6;
  --paper:rgba(255,255,255,.78);
  --paper2:rgba(255,255,255,.92);
  --text:#10231c;
  --muted:#4f665b;
  --muted2:#6f8379;
  --line:rgba(21,42,35,.12);
  --line2:rgba(21,42,35,.18);
  --green:#5fc89e;
  --green2:#dff8ef;
  --gold:#c8a944;
  --shadow:0 20px 60px rgba(34,55,45,.10);
  --shadow2:0 10px 30px rgba(34,55,45,.08);
  --radius:28px;
  --safe-bot:env(safe-area-inset-bottom,0px);
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  background:var(--bg);
}

body{
  margin:0;
  min-height:100vh;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 520px at 0% -10%, rgba(95,200,158,.24), transparent 62%),
    radial-gradient(780px 520px at 100% 8%, rgba(246,219,132,.16), transparent 58%),
    linear-gradient(180deg,#f8fcf9 0%,#eef7f2 52%,#f8fbf8 100%);
}

a{color:inherit}

.wrap{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  padding:18px 0 110px;
}

.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.topbar{
  position:sticky;
  top:10px;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(18px) saturate(1.2);
  -webkit-backdrop-filter:blur(18px) saturate(1.2);
  box-shadow:var(--shadow2);
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  text-decoration:none;
}

.brandMark{
  width:36px;
  height:36px;
  border-radius:14px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:#10231c;
  font-weight:1000;
  letter-spacing:-.08em;
  border:1px solid rgba(21,42,35,.13);
  background:
    radial-gradient(60px 42px at 30% 0%, rgba(95,200,158,.42), transparent 60%),
    linear-gradient(135deg,#fff,#dff8ef);
  box-shadow:0 12px 28px rgba(34,55,45,.10);
}

.brandTitle{
  margin:0;
  color:var(--text);
  font-size:14px;
  line-height:1.05;
  font-weight:1000;
  letter-spacing:-.02em;
}

.brandSub{
  display:block;
  margin-top:3px;
  color:var(--muted2);
  font-size:11px;
  line-height:1.2;
  font-weight:850;
}

.topNav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  flex-wrap:wrap;
}

.pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid transparent;
  color:#23382f;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  background:rgba(255,255,255,.56);
  transition:transform .16s ease, border-color .16s ease, background .16s ease;
}

.pill:hover{
  transform:translateY(-1px);
  border-color:rgba(48,132,111,.18);
  background:rgba(255,255,255,.9);
}

.pill.cta{
  background:linear-gradient(135deg,#71d9af,#dff8ef);
  border-color:rgba(48,132,111,.22);
  color:#061b14;
  box-shadow:0 12px 24px rgba(49,143,109,.12);
}

.menuToggle{
  display:none;
  width:42px;
  height:42px;
  border-radius:15px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.72);
  color:var(--text);
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.menuToggle svg{width:22px;height:22px}

.breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  align-items:center;
  color:var(--muted2);
  font-size:12px;
  font-weight:850;
  margin:16px 4px 12px;
}

.breadcrumbs a{
  color:#245241;
  text-decoration:none;
}

.hero{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  gap:16px;
  align-items:stretch;
}

.glass,
.section,
.heroMain,
.heroSide,
.card,
.infoCard,
.compareBox,
.noticeBox,
.footerCard{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:
    radial-gradient(620px 320px at 0% 0%, rgba(95,200,158,.14), transparent 62%),
    rgba(255,255,255,.70);
  box-shadow:var(--shadow);
}

.heroMain,
.heroSide,
.section{
  padding:28px;
}

.heroSide{
  display:grid;
  gap:14px;
  align-content:start;
}

.kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  padding:8px 11px;
  border-radius:999px;
  border:1px solid rgba(48,132,111,.15);
  background:rgba(255,255,255,.62);
  color:#295a48;
  font-size:11.5px;
  line-height:1;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(135deg,#65d5aa,#f0d35f);
  box-shadow:0 0 0 5px rgba(95,200,158,.12);
}

h1{
  margin:18px 0 14px;
  max-width:850px;
  font-size:clamp(42px,6vw,78px);
  line-height:.94;
  letter-spacing:-.07em;
  font-weight:1000;
  color:var(--text);
}

.shine{
  display:block;
  margin-top:8px;
  color:#2d7b5c;
}

.lead{
  max-width:820px;
  margin:0;
  color:var(--muted);
  font-size:clamp(16px,1.6vw,20px);
  line-height:1.72;
  font-weight:720;
}

.lead + .lead{margin-top:10px}

.heroActions,
.btnRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:43px;
  padding:0 15px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.72);
  color:#16382b;
  text-decoration:none;
  font-size:13px;
  font-weight:1000;
  box-shadow:0 10px 24px rgba(34,55,45,.07);
  transition:transform .16s ease, background .16s ease, border-color .16s ease;
}

.btn:hover{
  transform:translateY(-1px);
  background:#fff;
  border-color:rgba(48,132,111,.24);
}

.btn.primary{
  color:#061b14;
  background:linear-gradient(135deg,#6fd9af,#dff8ef);
  border-color:rgba(48,132,111,.26);
  box-shadow:0 18px 38px rgba(49,143,109,.16);
}

.btn.gold{
  color:#251d08;
  background:linear-gradient(135deg,#f4d86b,#fff6cf);
  border-color:rgba(180,145,40,.25);
}

.tagRow,
.featureTags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}

.tag{
  display:inline-flex;
  align-items:center;
  min-height:31px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(21,42,35,.11);
  background:rgba(255,255,255,.62);
  color:#2f5848;
  font-size:12px;
  font-weight:950;
}

.sidePanel,
.pricePanel,
.downloadPanel{
  border:1px solid var(--line);
  border-radius:24px;
  padding:20px;
  background:rgba(255,255,255,.66);
  box-shadow:0 12px 28px rgba(34,55,45,.07);
}

.sidePanel h2,
.pricePanel h2,
.downloadPanel h2{
  margin:0 0 10px;
  color:var(--text);
  font-size:20px;
  line-height:1.1;
  letter-spacing:-.035em;
}

.sidePanel p,
.pricePanel p,
.downloadPanel p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
  font-weight:720;
}

.statRows{
  display:grid;
  gap:10px;
  margin-top:14px;
}

.statRow{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:11px 0;
  border-top:1px solid rgba(21,42,35,.09);
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}

.statRow strong{
  max-width:62%;
  color:#132b22;
  text-align:right;
  font-weight:1000;
}

.section{
  margin-top:16px;
}

.sectionHead{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(260px,.95fr);
  gap:18px;
  align-items:end;
  margin-bottom:18px;
}

.sectionHead h2{
  margin:0;
  color:var(--text);
  font-size:clamp(28px,4vw,46px);
  line-height:1;
  letter-spacing:-.06em;
  font-weight:1000;
}

.sectionHead p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
  font-weight:740;
}

.grid2,
.grid3,
.featureGrid{
  display:grid;
  gap:14px;
  margin-top:16px;
}

.grid2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid3,.featureGrid{grid-template-columns:repeat(3,minmax(0,1fr))}

.card,
.infoCard,
.compareBox{
  padding:22px;
  color:var(--text);
}

.card h2,
.card h3,
.infoCard h3,
.compareBox h3{
  margin:8px 0 8px;
  color:var(--text);
  font-size:clamp(20px,2vw,28px);
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:1000;
}

.card p,
.infoCard p,
.compareBox p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
  font-weight:720;
}

.label{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(21,42,35,.11);
  background:rgba(255,255,255,.72);
  color:#2f765a;
  font-size:11px;
  line-height:1;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.label.gold{
  color:#7c6419;
  background:rgba(255,248,215,.80);
  border-color:rgba(180,145,40,.22);
}

.featureList{
  display:grid;
  gap:10px;
  margin:16px 0 0;
  padding:0;
  list-style:none;
}

.featureList li{
  position:relative;
  padding-left:26px;
  color:var(--muted);
  line-height:1.55;
  font-weight:750;
}

.featureList li:before{
  content:"";
  position:absolute;
  left:0;
  top:.45em;
  width:12px;
  height:12px;
  border-radius:999px;
  background:linear-gradient(135deg,#5fc89e,#f1d56d);
  box-shadow:0 0 0 5px rgba(95,200,158,.10);
}

.noticeBox{
  padding:18px 20px;
  background:
    radial-gradient(520px 240px at 0% 0%, rgba(244,216,107,.18), transparent 62%),
    rgba(255,255,255,.72);
}

.noticeBox strong{
  display:block;
  margin-bottom:6px;
  color:#10231c;
  font-size:15px;
  font-weight:1000;
}

.noticeBox p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
  font-weight:750;
}

.price{
  display:flex;
  align-items:flex-end;
  gap:8px;
  margin:12px 0;
  color:#10231c;
  font-size:52px;
  line-height:.9;
  font-weight:1000;
  letter-spacing:-.06em;
}

.price span{
  color:var(--muted2);
  font-size:14px;
  line-height:1;
  letter-spacing:0;
  font-weight:900;
}

.faq{
  display:grid;
  gap:10px;
  margin-top:16px;
}

details{
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.62);
  padding:13px 15px;
}

summary{
  cursor:pointer;
  color:#10231c;
  font-weight:1000;
  list-style:none;
}

summary::-webkit-details-marker{display:none}

details p{
  margin:10px 0 0;
  color:var(--muted);
  line-height:1.65;
  font-weight:720;
}

footer{
  margin-top:18px;
  padding:18px 4px 0;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px 16px;
  color:#53665e;
  font-size:13px;
  font-weight:750;
}

footer a{
  color:#174233;
  text-decoration:none;
  font-weight:900;
}

footer a:hover{text-decoration:underline}

.dock{
  position:fixed;
  left:50%;
  bottom:calc(14px + var(--safe-bot));
  transform:translateX(-50%);
  z-index:45;
  display:flex;
  align-items:center;
  gap:8px;
  max-width:calc(100vw - 18px);
  overflow:auto;
  padding:9px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.80);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 44px rgba(34,55,45,.14);
}

.dock a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 13px;
  border-radius:999px;
  border:1px solid rgba(21,42,35,.10);
  background:rgba(255,255,255,.62);
  color:#173a2d;
  text-decoration:none;
  white-space:nowrap;
  font-size:12.5px;
  font-weight:1000;
}

.dock a.quote{
  background:linear-gradient(135deg,#6fd9af,#dff8ef);
  color:#061b14;
  border-color:rgba(48,132,111,.24);
}

.mobileDrawer{
  position:fixed;
  inset:0;
  z-index:120;
  pointer-events:none;
}

.mobileDrawer.open{
  pointer-events:auto;
}

.mobileDrawerBackdrop{
  position:absolute;
  inset:0;
  background:rgba(16,35,28,.42);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  opacity:0;
  transition:opacity .22s ease;
}

.mobileDrawer.open .mobileDrawerBackdrop{
  opacity:1;
}

.mobileDrawerPanel{
  position:absolute;
  top:0;
  right:0;
  width:min(88vw,380px);
  height:100%;
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
  background:
    radial-gradient(520px 260px at 0% 0%, rgba(95,200,158,.22), transparent 62%),
    linear-gradient(180deg,#f8fcf9,#edf7f1);
  border-left:1px solid var(--line);
  box-shadow:-20px 0 60px rgba(34,55,45,.18);
  transform:translateX(105%);
  transition:transform .26s cubic-bezier(.22,1,.36,1);
  overflow-y:auto;
}

.mobileDrawer.open .mobileDrawerPanel{
  transform:translateX(0);
}

.mobileDrawerHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.mobileDrawerBrand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  min-width:0;
}

.mobileDrawerTitle{
  color:var(--text);
  font-weight:1000;
}

.mobileDrawerSub{
  display:block;
  margin-top:3px;
  color:var(--muted2);
  font-size:11px;
  font-weight:850;
}

.mobileDrawerClose{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:13px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.70);
  color:var(--text);
  cursor:pointer;
}

.mobileDrawerClose svg{
  width:18px;
  height:18px;
}

.mobileDrawerNav{
  display:grid;
  gap:10px;
  margin-top:4px;
}

.mobileDrawerLink{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.62);
  color:#10231c;
  text-decoration:none;
  font-size:14px;
  font-weight:950;
}

.mobileDrawerLink.primary{
  background:linear-gradient(135deg,#6fd9af,#dff8ef);
  border-color:rgba(48,132,111,.24);
}

.mobileDrawerMeta{
  margin-top:auto;
}

.mobileDrawerMetaRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.mobileDrawerMini{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.62);
  text-decoration:none;
  font-size:12px;
  font-weight:950;
}

body.drawer-open{
  overflow:hidden;
}

:focus-visible{
  outline:3px solid rgba(95,200,158,.60);
  outline-offset:3px;
  border-radius:12px;
}

@media(max-width:940px){
  .hero,
  .sectionHead,
  .grid2,
  .grid3,
  .featureGrid{
    grid-template-columns:1fr;
  }

  .topNav{
    display:none;
  }

  .menuToggle{
    display:inline-flex;
  }

  .heroMain,
  .heroSide,
  .section{
    padding:22px;
  }

  h1{
    font-size:clamp(38px,12vw,60px);
  }
}

@media(max-width:560px){
  .wrap{
    width:min(100% - 20px,1180px);
    padding-top:10px;
  }

  .topbar{
    top:6px;
    border-radius:18px;
  }

  .brandMark{
    width:32px;
    height:32px;
    border-radius:12px;
  }

  .brandTitle{
    font-size:13px;
  }

  .brandSub{
    font-size:10.5px;
  }

  .dock a{
    min-height:36px;
    padding:0 11px;
  }
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .btn,.pill,.card,.dock a{transition:none}
}
