:root{
  --psm-teal:#18755F;
  --psm-blue:#38B6FC;
  --psm-black:#000000;
  --psm-white:#FFFFFF;
  --psm-sky:#C6EAFF;
  --psm-blue-dark:#064DB9;
  --psm-green-dark:#023024;
  --psm-mint:#E3F6EA;

  --psm-text:#000000;
  --psm-muted:rgba(0,0,0,0.65);
  --psm-border:rgba(0,0,0,0.10);
  --psm-card:#FFFFFF;
  --psm-bg:#FFFFFF;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:Roboto,system-ui,-apple-system,Segoe UI,Inter,Arial,sans-serif;color:var(--psm-text);background:var(--psm-bg);}
body.psm-has-ads{padding-bottom:0;}
a{color:inherit;}
[hidden]{display:none !important;}

.m-container{max-width:1120px;margin:0 auto;padding:0 1.5rem;}
.m-section{padding:4rem 0;}
.m-eyebrow{font-size:0.75rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--psm-teal);}
.m-h1{font-size:clamp(2.2rem,5.2vw,3.6rem);letter-spacing:-0.03em;line-height:1.05;margin:0.75rem 0 0.75rem;}
.m-h2{font-size:clamp(1.6rem,3.4vw,2.25rem);letter-spacing:-0.02em;line-height:1.15;margin:0 0 0.75rem;}
.m-p{color:var(--psm-muted);line-height:1.65;margin:0;}
.m-p-marketing-sub{font-size:1.18rem;color:rgba(0,0,0,0.75);}
.hero-title{font-size:clamp(2.4rem,5.6vw,3.9rem);letter-spacing:-0.03em;}
.hero-sub{font-size:1.18rem;color:rgba(0,0,0,0.75);}

.m-card{background:var(--psm-card);border:1px solid var(--psm-border);border-radius:14px;}
.m-shadow{box-shadow:0 10px 30px rgba(0,0,0,0.06);}

.section-center{text-align:center;}
.section-center .m-p{margin-left:auto;margin-right:auto;}
.section-title{font-size:clamp(1.85rem,3.8vw,2.6rem);font-weight:500;}

.faq{margin-top:1.5rem;max-width:760px;margin-left:auto;margin-right:auto;}
.faq-item{border:none;border-radius:12px;overflow:hidden;background:transparent;}
.faq-q{width:100%;text-align:left;background:transparent;border:none;padding:1rem 1.1rem;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:inherit;font-size:1.18rem;color:#000000;}
.faq-a{display:none;padding:0 1.1rem 1rem;color:var(--psm-muted);line-height:1.65;font-size:1rem;}
.faq-icon{transition:transform 0.2s ease;flex-shrink:0;}
.faq-item.open .faq-icon{transform:rotate(45deg);}
.faq-item.open .faq-a{display:block;}

.m-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.25rem;border-radius:10px;font-weight:700;text-decoration:none;border:1px solid transparent;cursor:pointer;font-family:inherit;transition:transform 0.12s, background 0.12s, border-color 0.12s;}
.m-btn:active{transform:translateY(1px);}
.m-btn-pill{border-radius:999px;}
.m-btn-primary{background:var(--psm-teal);color:var(--psm-white);}
.m-btn-primary:hover{background:#145e4c;}
.m-btn-secondary{background:var(--psm-white);border-color:var(--psm-border);color:var(--psm-black);}
.m-btn-secondary:hover{border-color:rgba(0,0,0,0.18);background:rgba(198,234,255,0.25);}
.m-btn-regular{font-weight:400;}
.m-btn-outline-black{border-color:#000000;}
.m-btn-borderless{border:none;}
.m-btn-black{background:#000000;color:#ffffff;border-radius:999px;font-size:1.02rem;}
.m-btn-black:hover{background:#1a1a1a;}
.hero-cta-primary{font-size:1.08rem;font-weight:600;}

.m-nav{position:sticky;top:0;z-index:50;background:var(--psm-white);border-bottom:1px solid var(--psm-border);}
.m-nav-inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.m-nav-left{display:flex;align-items:center;gap:1rem;flex:1;}
.m-nav-center{display:flex;align-items:center;justify-content:center;flex:1;min-width:0;}
.m-nav-links{display:flex;align-items:center;gap:0.75rem;flex-wrap:nowrap;justify-content:center;white-space:nowrap;}
.m-nav-link{font-size:0.95rem;color:var(--psm-muted);text-decoration:none;padding:0.4rem 0.65rem;border-radius:8px;}
.m-nav-link.is-active{color:var(--psm-black);font-weight:700;}
.m-nav-link:hover{background:transparent;color:var(--psm-black);}
.m-nav-link-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:0.35rem;}
.m-nav-link-icon-trailing{margin-left:0.35rem;margin-right:0;}
.m-nav-link-icon svg{width:17px;height:17px;transform:translateY(2px);}
.m-nav-right{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap;justify-content:flex-end;flex:1;}
.m-nav-item{position:relative;}
.m-nav-item::after{content:"";position:absolute;left:-10px;right:-10px;top:100%;height:10px;}
.m-nav-trigger{background:transparent;border:none;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:0.35rem;}
.m-nav-trigger::after{content:"";width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-2px;opacity:0.75;}
.m-nav-dropdown{position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%);background:var(--psm-white);border:1px solid var(--psm-border);border-radius:0;box-shadow:0 12px 30px rgba(0,0,0,0.08);padding:0.4rem;display:none;flex-direction:column;gap:0.2rem;min-width:180px;z-index:60;}
.m-nav-dropdown-link{padding:0.55rem 0.75rem;border-radius:0;text-decoration:none;color:var(--psm-black);font-size:0.92rem;}
.m-nav-dropdown-link:hover{background:rgba(198,234,255,0.35);}
.m-nav-item:hover .m-nav-dropdown,
.m-nav-item:focus-within .m-nav-dropdown{display:flex;}
.m-logo{height:30px;width:auto;display:block;object-fit:contain;}
.m-logo-invert{filter:brightness(0) invert(1);}
.m-footer .m-logo{height:24px;}
.m-nav-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:42px;height:38px;border-radius:10px;border:1px solid var(--psm-border);background:var(--psm-white);cursor:pointer;position:relative;}
.m-nav-toggle-bar{display:block;width:20px;height:2px;background:var(--psm-black);border-radius:4px;}
.m-nav-toggle-close{font-size:24px;font-weight:700;color:var(--psm-black);line-height:1;display:none;align-items:center;justify-content:center;position:absolute;inset:0;}
.m-nav-toggle-open .m-nav-toggle-close{display:flex;}
.m-nav-toggle-open .m-nav-toggle-bar{display:none;}
.m-nav-mobile{display:none;flex-direction:column;gap:0.35rem;padding:0.75rem 0 1rem;max-height:calc(100vh - 64px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;}
.m-nav-mobile[hidden]{display:none !important;}
.m-nav-mobile-cta{display:flex;flex-direction:column;gap:0.5rem;margin-top:1rem;}
.m-nav-mobile-ad{width:300px;height:200px;margin:1.25rem auto 0;}

.m-footer{background:var(--psm-green-dark);color:rgba(255,255,255,0.92);}
.m-footer a{color:rgba(255,255,255,0.92);text-decoration:none;}
.m-footer a:hover{text-decoration:underline;}
.m-footer-inner{padding:3rem 0 2.5rem;}
.psm-has-ads .m-footer-inner{padding-bottom:calc(2.5rem + 110px);}
.m-footer-top{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:start;justify-content:space-between;}
.m-footer-brand{display:flex;align-items:flex-start;}
.m-footer-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:650px;justify-self:end;}
.m-footer-col{display:flex;flex-direction:column;gap:0.55rem;}
.m-footer-title{font-size:0.78rem;letter-spacing:0.12em;text-transform:uppercase;font-weight:900;color:rgba(255,255,255,0.78);margin-bottom:0.25rem;}
.m-footer-col a{font-size:0.95rem;color:#ffffff;width:fit-content;}
.m-footer-bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.2);display:flex;justify-content:space-between;align-items:center;font-size:0.9rem;}
.m-footer-bottom span{font-size:0.78rem;letter-spacing:0.12em;text-transform:uppercase;font-weight:900;color:rgba(255,255,255,0.78);}
.m-footer-bottom-links{display:flex;gap:1.5rem;}
.m-footer-bottom-links a{color:#ffffff;font-size:0.9rem;}

@media (max-width:720px){
  .m-nav-links{display:none;}
  .m-nav-toggle{display:flex;}
  .m-nav-right .m-btn{display:none;}
  .m-nav-mobile-cta .m-btn{width:100%;}
  .m-nav-mobile .m-nav-link{color:rgba(0,0,0,0.85);font-weight:600;padding:0.4rem 0;font-size:1.1rem;}
  .m-nav-mobile{
    display:flex;
    position:fixed;
    top:64px;
    left:0;
    right:0;
    bottom:0;
    z-index:200;
    background:var(--psm-white);
    border-top:1px solid var(--psm-border);
    padding:0.85rem 1.5rem 1.25rem;
    max-height:none;
    overflow-y:auto;
  }
  
  /* Footer mobile layout */
  .m-footer-top{
    grid-template-columns:1fr;
    gap:1.5rem;
  }
  .m-footer-cols{
    max-width:none;
    justify-self:start;
    grid-template-columns:1fr;
    gap:1.25rem;
  }
  .m-footer-bottom{
    flex-direction:column;
    gap:0.75rem;
    align-items:flex-start;
  }
  .m-footer-bottom-links{
    flex-direction:column;
    gap:0.5rem;
  }
}

@media (max-width:920px){
  .m-footer-top{grid-template-columns:1fr;}
  .m-footer-cols{grid-template-columns:1fr;gap:1.25rem;}
}

.m-nav-mobile-group{display:flex;flex-direction:column;gap:0.25rem;padding:0.15rem 0 0.35rem;border:none;background:transparent;}
.m-nav-mobile-group .m-nav-link{width:100%;display:block;padding:0.45rem 0 0.45rem 1.15rem;font-weight:400;}
.m-nav-mobile .m-nav-link[href="/about"]{margin-top:0.75rem;}
.m-nav-mobile-summary{
  font-size:1.1rem;
  color:rgba(0,0,0,0.85);
  font-weight:600;
  padding:0.4rem 0;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  user-select:none;
  text-decoration:none;
  text-transform:none;
  letter-spacing:normal;
  gap:0.5rem;
}
.m-nav-mobile-summary::-webkit-details-marker{display:none;}
.m-nav-mobile-summary::marker{content:"";}
.m-nav-mobile-summary::after{
  content:"";
  width:7px;
  height:7px;
  border-right:2px solid rgba(0,0,0,0.75);
  border-bottom:2px solid rgba(0,0,0,0.75);
  transform:rotate(45deg) translateY(-2px);
  transition:transform 0.15s ease;
  margin-left:2px;
}
.m-nav-mobile-group[open] .m-nav-mobile-summary::after{transform:rotate(225deg) translateY(-2px);}

/* Hide About button on smaller desktop screens when nav is cramped */
@media (max-width:1200px) {
  .m-nav-link[data-nav-item="about"] {
    display: none;
  }
}

.m-ad-box{background:#d1d5db;border:1px solid rgba(0,0,0,0.12);border-radius:0;box-shadow:none;position:relative;}
.m-ad-side{position:fixed;top:50%;transform:translateY(-50%);width:160px;height:600px;display:none;z-index:40;}
.m-ad-side-left{left:0;}
.m-ad-side-right{right:0;}
.m-ad-bottom{position:fixed;left:50%;transform:translateX(-50%);bottom:0;width:728px;height:90px;display:none;z-index:40;}
.m-ad-mobile-hero{width:300px;height:200px;margin:1.25rem auto 0;display:none;}
.m-ad-mobile-drop{width:300px;height:200px;margin:1.25rem auto 0;display:none;}

@media (min-width:721px){
  .m-ad-bottom{display:block;}
}

@media (min-width:1025px){
  .m-ad-side{display:block;}
}

@media (max-width:720px){
  .m-ad-bottom{display:block;}
  .m-ad-mobile-hero{display:block;}
  .m-ad-mobile-drop{display:block;}
  .m-ad-bottom{width:300px;height:100px;}
  .psm-has-ads .m-footer-inner{padding-bottom:calc(2.5rem + 130px);}
}

body.m-nav-mobile-open .m-ad-box {
  display: none !important;
}

.m-ad-placeholder{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0.75rem;
  font-size:0.75rem;
  line-height:1.35;
  text-align:center;
  color:rgba(0,0,0,0.55);
}
.m-ad-placeholder:not(:only-child){display:none;}

/* ── Error page ─────────────────────────────────────────────────────────────── */
body.error-shell{
  min-height:100vh;
  background:var(--psm-sky);
  display:flex;
  flex-direction:column;
}

body.error-shell main{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 0;}

.error-hero{position:relative;width:100%;padding:5rem 0 6rem;overflow:hidden;background:var(--psm-sky);}
.error-card{padding:3.25rem 2.75rem;border-radius:28px;background:rgba(255,255,255,0.95);position:relative;text-align:center;max-width:560px;margin:0 auto;border:2px solid #000;box-shadow:0 25px 60px rgba(0,0,0,0.12);z-index:1;}
.error-code{font-size:clamp(3.5rem,13vw,6rem);font-weight:900;letter-spacing:-0.04em;color:var(--psm-black);margin:0 0 0.35rem;line-height:1;}
.error-title{margin-bottom:0.75rem;font-size:clamp(1.4rem,4vw,2.2rem);letter-spacing:-0.02em;font-weight:700;}
.error-sub{font-size:1rem;margin:0 auto 1.5rem;color:rgba(0,0,0,0.75);}
.error-home-btn{margin-top:0.5rem;}

@media (max-width:640px){
  .error-card{padding:2.25rem 1.75rem;}
}

/* ── Auth pages ───────────────────────────────────────────────────────────── */
body.auth-shell{
  background:linear-gradient(145deg,var(--psm-mint) 0%,var(--psm-sky) 60%,#ffffff 100%);
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

.auth-main{
  flex:1;
  display:flex;
  align-items:center;
  padding:4rem 1.5rem 3rem;
}

.auth-content{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:2rem;
}

.auth-copy{text-align:center;}
@media (min-width:960px){
  .auth-copy{text-align:left;}
  .auth-copy .m-p{max-width:52ch;}
}

.auth-copy .m-h1{margin-bottom:1rem;}
.auth-benefits{
  list-style:none;
  padding:0;
  margin:1.25rem 0 0;
  display:flex;
  flex-direction:column;
  gap:0.65rem;
}
.auth-benefits li{
  display:flex;
  align-items:flex-start;
  gap:0.5rem;
  font-weight:600;
  color:var(--psm-muted);
}
.auth-benefits li::before{
  content:"";
  width:14px;
  height:14px;
  border-radius:4px;
  background:var(--psm-teal);
  margin-top:0.3rem;
}

.auth-card{
  background:var(--psm-white);
  border:1px solid var(--psm-border);
  border-radius:24px;
  padding:2.5rem;
  width:min(440px,100%);
  margin:0 auto;
  box-shadow:0 30px 80px rgba(0,0,0,0.08);
  position:relative;
}

.auth-logo{height:26px;width:auto;display:block;object-fit:contain;}

.auth-card-head{margin-bottom:1.75rem;}
.auth-card-head .auth-title{
  font-size:2rem;
  margin:0.35rem 0;
  letter-spacing:-0.02em;
}
.auth-card-head .auth-sub{margin:0;color:var(--psm-muted);}

.auth-form-group{margin-bottom:1rem;}
.auth-turnstile-wrap{
  display:flex;
  justify-content:center;
}
.auth-form-label{
  display:block;
  font-size:0.82rem;
  font-weight:700;
  margin-bottom:0.35rem;
  color:rgba(0,0,0,0.75);
}
.auth-input{
  width:100%;
  border:1.5px solid var(--psm-border);
  border-radius:12px;
  padding:0.85rem 1rem;
  font-size:1rem;
  font-family:inherit;
  transition:border-color 0.15s, box-shadow 0.15s;
  background:var(--psm-white);
}
.auth-input:focus{
  border-color:var(--psm-blue-dark);
  box-shadow:0 0 0 4px rgba(6,77,185,0.12);
  outline:none;
}

.auth-card-actions{display:flex;flex-direction:column;gap:0.85rem;}
.auth-btn{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:0.5rem;
  padding:0.9rem 1.25rem;
  font-size:1rem;
}
.auth-btn-google{
  background:var(--psm-white);
  border:1.5px solid var(--psm-border);
  border-radius:12px;
  font-weight:700;
  text-decoration:none;
  color:var(--psm-black);
  cursor:pointer;
}
.auth-btn-google:hover{background:rgba(198,234,255,0.35);}

.auth-btn:disabled,
.auth-btn[aria-disabled="true"],
.auth-btn-google:disabled,
.auth-btn-google[aria-disabled="true"]{
  background:rgba(0,0,0,0.06);
  border-color:rgba(0,0,0,0.18);
  color:rgba(0,0,0,0.45);
  cursor:not-allowed;
}

.auth-btn:disabled svg,
.auth-btn[aria-disabled="true"] svg,
.auth-btn-google:disabled svg,
.auth-btn-google[aria-disabled="true"] svg{
  opacity:0.7;
}

.auth-divider{
  display:flex;
  align-items:center;
  gap:0.75rem;
  margin:1.25rem 0;
  color:var(--psm-muted);
  font-size:0.85rem;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.1em;
}
.auth-divider::before,
.auth-divider::after{
  content:"";
  flex:1;
  height:1px;
  background:var(--psm-border);
}

.auth-error{
  background:rgba(255,99,71,0.12);
  border:1px solid rgba(255,99,71,0.4);
  color:#7f1d1d;
  border-radius:12px;
  padding:0.85rem 1rem;
  font-size:0.9rem;
  margin-bottom:1rem;
}

.auth-success-popup{
  position:absolute;
  inset:0;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1.25rem;
  background:rgba(255,255,255,0.93);
  backdrop-filter:blur(2px);
}

.auth-success-popup-card{
  width:100%;
  max-width:360px;
  border:1px solid rgba(24,117,95,0.35);
  border-radius:16px;
  background:linear-gradient(140deg, #ecfdf5 0%, #ffffff 100%);
  box-shadow:0 18px 45px rgba(0,0,0,0.14);
  padding:1.25rem 1.1rem;
  text-align:center;
}

.auth-success-popup-icon{
  width:44px;
  height:44px;
  margin:0 auto 0.75rem;
  border-radius:999px;
  color:#0f5132;
  background:rgba(24,117,95,0.15);
  display:flex;
  align-items:center;
  justify-content:center;
}

.auth-success-popup-card p{
  margin:0;
}

.auth-success-popup-sub{
  margin-top:0.45rem !important;
  font-size:0.8rem;
  color:rgba(0,0,0,0.62);
}

.auth-toast{
  position:fixed;
  left:50%;
  top:1.15rem;
  transform:translate(-50%,-10px);
  width:min(92vw,520px);
  z-index:900;
  background:#ffffff;
  border:1px solid rgba(24,117,95,0.45);
  border-radius:14px;
  box-shadow:0 14px 36px rgba(0,0,0,0.18);
  padding:0.9rem 1rem;
  opacity:0;
  pointer-events:none;
  transition:opacity 0.18s ease, transform 0.18s ease;
}

.auth-toast.is-visible{
  opacity:1;
  transform:translate(-50%,0);
}

.auth-toast p{
  margin:0;
  color:#0f5132;
  font-weight:700;
  text-align:center;
}

.auth-inline-feedback{
  margin-top:0.2rem;
}

.auth-info{
  background:rgba(24,117,95,0.12);
  border:1px solid rgba(24,117,95,0.35);
  color:#0f5132;
  border-radius:12px;
  padding:0.85rem 1rem;
  font-size:0.9rem;
  margin-bottom:1rem;
}

.auth-note{
  text-align:center;
  margin-top:1.2rem;
  font-size:0.9rem;
  color:var(--psm-muted);
}
.auth-note a{color:var(--psm-blue-dark);font-weight:700;text-decoration:none;}
.auth-note a:hover{text-decoration:underline;}

.auth-consent{
  display:flex;
  gap:0.65rem;
  align-items:flex-start;
  background:rgba(227,246,234,0.65);
  border:1px solid var(--psm-border);
  border-radius:14px;
  padding:0.9rem 1rem;
  margin-bottom:1rem;
}
.auth-consent label{
  font-size:0.88rem;
  color:rgba(0,0,0,0.8);
  line-height:1.4;
}
.auth-consent a{color:var(--psm-blue-dark);font-weight:700;text-decoration:none;}
.auth-consent a:hover{text-decoration:underline;}

.auth-mode-toggle{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border:1.5px solid var(--psm-border);
  border-radius:999px;
  padding:0.25rem;
  gap:0.35rem;
  margin-bottom:1.5rem;
  background:rgba(198,234,255,0.35);
}

.auth-mode-btn{
  border:none;
  border-radius:999px;
  padding:0.55rem 0.75rem;
  font-size:0.92rem;
  font-weight:700;
  background:transparent;
  color:rgba(0,0,0,0.55);
  cursor:pointer;
  transition:background 0.15s,color 0.15s;
}

.auth-mode-btn.is-active{
  background:var(--psm-white);
  color:var(--psm-black);
  box-shadow:0 5px 18px rgba(0,0,0,0.1);
}

.auth-form-group.is-hidden{display:none;}

.auth-terms{
  font-size:0.8rem;
  color:rgba(0,0,0,0.65);
  margin:0.2rem 0 1rem;
}
.auth-terms a{color:var(--psm-blue-dark);font-weight:700;text-decoration:none;}
.auth-terms a:hover{text-decoration:underline;}

.auth-eyebrow{
  font-size:0.74rem;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:var(--psm-teal);
  margin:0;
  font-weight:700;
}

@media (max-width:720px){
  .auth-main .m-container{max-width:100%;width:100%;padding:0;}
  .auth-content{width:100%;}
  .auth-card{width:100%;max-width:100%;padding:1.65rem;border-radius:18px;}
  .auth-main{min-height:100dvh;padding:0;}
  .auth-main .m-container,
  .auth-content{min-height:100dvh;display:flex;align-items:stretch;}
  .auth-card{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;}
  .auth-toast{top:env(safe-area-inset-top, 0px);margin-top:0.7rem;}
}

.hero-remove-ads-link{
  display:inline-flex;
  align-items:center;
  gap:0.35rem;
  color:inherit;
  text-decoration:none;
  font-weight:inherit;
  margin-left:0.35rem;
}
.hero-remove-ads-icon{
  width:18px;
  height:18px;
  display:block;
  flex-shrink:0;
}
.hero-remove-ads-text{
  text-decoration:underline;
}
.hero-remove-ads-link:hover .hero-remove-ads-text{
  text-decoration:underline;
}

.m-crown-icon{
  width:20px;
  height:20px;
  display:block;
}

/* ── VS page (/vs/:competitor) ─────────────────────────────── */
.vs-hero{padding:5.25rem 0 3rem;background:linear-gradient(180deg,rgba(198,234,255,0.45),rgba(255,255,255,1));}
.vs-hero-inner{text-align:center;max-width:780px;margin:0 auto;}
.vs-badge{display:inline-flex;align-items:center;gap:0.6rem;background:var(--psm-mint);border:1px solid rgba(24,117,95,0.25);border-radius:999px;padding:0.35rem 0.9rem;font-size:0.78rem;font-weight:900;letter-spacing:0.1em;text-transform:uppercase;color:var(--psm-teal);margin-bottom:1rem;}
.vs-title-row{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:0.75rem;}
.vs-logo-psm{font-size:clamp(1.5rem,3.5vw,2.4rem);font-weight:700;letter-spacing:-0.02em;}
.vs-divider-pill{background:#000;color:#fff;border-radius:999px;padding:0.25rem 0.75rem;font-size:0.85rem;font-weight:900;letter-spacing:0.08em;text-transform:uppercase;}
.vs-logo-comp{font-size:clamp(1.5rem,3.5vw,2.4rem);font-weight:700;letter-spacing:-0.02em;color:var(--psm-muted);}
.vs-verdict{background:var(--psm-mint);border:1.5px solid rgba(24,117,95,0.30);border-radius:16px;padding:1.75rem 2rem;margin:2.5rem auto 0;max-width:700px;text-align:left;}
.vs-verdict-label{font-size:0.75rem;font-weight:900;letter-spacing:0.14em;text-transform:uppercase;color:var(--psm-teal);margin-bottom:0.5rem;}
.vs-verdict-text{font-size:1.05rem;color:rgba(0,0,0,0.75);line-height:1.65;margin:0;}
.vs-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.5rem;}
.vs-card{padding:1.75rem;border-radius:0;border:1px solid var(--psm-border);background:var(--psm-white);display:flex;flex-direction:column;gap:1rem;}
.vs-card.is-psm{border-color:rgba(24,117,95,0.45);box-shadow:0 8px 28px rgba(24,117,95,0.08);}
.vs-card-badge{display:inline-block;font-size:0.72rem;font-weight:900;letter-spacing:0.12em;text-transform:uppercase;padding:0.25rem 0.65rem;border-radius:999px;margin-bottom:0.2rem;}
.vs-card-badge.psm{background:var(--psm-mint);color:var(--psm-teal);}
.vs-card-badge.comp{background:#f3f4f6;color:rgba(0,0,0,0.55);}
.vs-card-name{font-size:1.3rem;font-weight:700;letter-spacing:-0.02em;margin:0 0 0.35rem;}
.vs-card-desc{color:var(--psm-muted);line-height:1.6;font-size:0.97rem;margin:0;}
.vs-card-section-label{font-size:0.72rem;font-weight:900;letter-spacing:0.12em;text-transform:uppercase;color:rgba(0,0,0,0.45);margin-top:0.5rem;margin-bottom:0.5rem;}
.vs-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem;}
.vs-list-item{display:flex;align-items:flex-start;gap:0.55rem;font-size:0.97rem;line-height:1.55;color:rgba(0,0,0,0.75);font-weight:500;}
.vs-list-item.weak{color:rgba(0,0,0,0.55);font-weight:400;}
.vs-icon{width:20px;height:20px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;margin-top:1px;}
.vs-icon svg{width:100%;height:100%;display:block;}
.vs-bottom-line{background:#0b2b5e;color:#fff;padding:2.75rem 2rem;margin:2.5rem 0 0;text-align:center;}
.vs-bottom-line-label{font-size:0.75rem;font-weight:900;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255,255,255,0.6);margin-bottom:0.6rem;}
.vs-bottom-line-text{font-size:1.12rem;color:rgba(255,255,255,0.90);line-height:1.65;max-width:640px;margin:0 auto;}
.vs-choose-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:2.5rem;}
.vs-choose-card{padding:1.75rem;border-radius:0;border:1px solid var(--psm-border);background:var(--psm-white);}
.vs-choose-card.is-psm{background:var(--psm-mint);border-color:rgba(24,117,95,0.30);}
.vs-choose-title{font-size:1.1rem;font-weight:700;letter-spacing:-0.01em;margin:0 0 0.85rem;}
.vs-choose-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem;}
.vs-choose-list li{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.95rem;line-height:1.5;color:rgba(0,0,0,0.75);}
.vs-choose-list li::before{content:"→";font-weight:900;color:var(--psm-teal);flex-shrink:0;}
.vs-alts{margin-top:3rem;}
.vs-alts-title{font-size:1.05rem;font-weight:700;margin:0 0 0.85rem;}
.vs-alts-list{display:flex;flex-wrap:wrap;gap:0.6rem;padding:0;margin:0;list-style:none;}
.vs-alts-list li a{display:inline-flex;align-items:center;padding:0.45rem 0.95rem;border:1px solid var(--psm-border);border-radius:999px;font-size:0.88rem;font-weight:700;color:var(--psm-blue-dark);text-decoration:none;background:var(--psm-white);transition:background 0.12s,border-color 0.12s;}
.vs-alts-list li a:hover{background:rgba(198,234,255,0.35);border-color:rgba(0,0,0,0.2);}
@media(max-width:720px){
  .vs-compare-grid,.vs-choose-grid{grid-template-columns:1fr;}
  .vs-verdict{padding:1.25rem;}
  .vs-bottom-line{padding:2rem 1.25rem;}
}

/* ── Solutions page (/solutions) ────────────────────────────── */
.sol-hero{padding:5.25rem 0 3rem;background:linear-gradient(180deg,rgba(198,234,255,0.45),rgba(255,255,255,1));}
.sol-hero-inner{text-align:center;max-width:700px;margin:0 auto;}
.sol-badge{display:inline-flex;align-items:center;gap:0.6rem;background:var(--psm-mint);border:1px solid rgba(24,117,95,0.25);border-radius:999px;padding:0.35rem 0.9rem;font-size:0.78rem;font-weight:900;letter-spacing:0.1em;text-transform:uppercase;color:var(--psm-teal);margin-bottom:1rem;}
.sol-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:2rem;}
.sol-card{padding:1.75rem;border-radius:0;border:1px solid var(--psm-border);background:var(--psm-white);display:flex;flex-direction:column;gap:0.85rem;text-decoration:none;color:inherit;transition:box-shadow 0.15s,border-color 0.15s;}
.sol-card:hover{border-color:rgba(24,117,95,0.35);box-shadow:0 8px 28px rgba(0,0,0,0.07);}
.sol-icon{width:48px;height:48px;background:var(--psm-mint);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.sol-icon svg{width:26px;height:26px;}
.sol-card-name{font-size:1.08rem;font-weight:700;letter-spacing:-0.01em;margin:0;}
.sol-card-desc{color:var(--psm-muted);font-size:0.94rem;line-height:1.65;margin:0;}
.sol-card-tags{display:flex;flex-wrap:wrap;gap:0.4rem;margin-top:auto;padding-top:0.25rem;}
.sol-tag{font-size:0.74rem;font-weight:700;padding:0.2rem 0.6rem;border-radius:999px;background:#f3f4f6;color:rgba(0,0,0,0.55);}
@media(max-width:920px){.sol-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:600px){.sol-grid{grid-template-columns:1fr;}}

/* ── Shared CTA section (vs + solutions + home) ─────────────── */
.cta-section{background:#0b2b5e;color:#ffffff;padding:0;}
.cta-section .m-p{color:rgba(255,255,255,0.85);}
.cta-band{padding:7rem 0;text-align:center;}
.cta-title{margin:0 0 0.5rem;letter-spacing:-0.02em;color:#fff;}
.hero-ctas{display:flex;gap:0.75rem;flex-wrap:wrap;margin-top:2rem;justify-content:center;}
.custom-white-btn:hover{background:#E6F4FF !important;}