
:root{
  --purple:#5b3df5;
  --purple-2:#7446ff;
  --ink:#0c1730;
  --muted:#53627b;
  --line:#e8e8f2;
  --soft:#f8f6ff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 82% 32%, rgba(91,61,245,.075), transparent 31rem),
    linear-gradient(180deg,#fff 0%,#fff 72%,#fbfaff 100%);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
a{color:inherit;text-decoration:none}
.site-header{
  height:96px;
  max-width:1480px;
  margin:auto;
  padding:0 38px;
  display:grid;
  grid-template-columns:300px 1fr 300px;
  align-items:center;
  border-bottom:1px solid rgba(12,23,48,.07);
}
.brand img{display:block;width:225px;height:auto}
.nav{display:flex;justify-content:center;gap:52px;font-weight:650;font-size:15px}
.nav a:hover{color:var(--purple)}
.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:20px}
.language select{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--ink);
  font:700 14px inherit;
  padding:10px 24px 10px 10px;
  cursor:pointer;
}
.btn{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 28px;
  border-radius:10px;
  font-weight:800;
  font-size:14px;
  letter-spacing:.01em;
}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  box-shadow:0 12px 28px rgba(91,61,245,.19);
}
.btn-header{min-height:52px;padding:0 24px}
.btn-secondary{
  border:1px solid #dadce8;
  background:rgba(255,255,255,.88);
  font-weight:700;
}
.hero{
  max-width:1480px;
  min-height:690px;
  margin:auto;
  padding:56px 85px 40px;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  align-items:center;
  gap:28px;
}
.hero-copy{align-self:center}
.eyebrow{
  margin:0 0 20px;
  color:var(--purple);
  font-size:13px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.13em;
}
.eyebrow span{padding:0 8px}
h1{
  margin:0;
  font-size:clamp(46px,3.55vw,62px);
  line-height:1.08;
  letter-spacing:-.042em;
  font-weight:850;
}
.h1-line{display:block;white-space:nowrap;color:var(--ink)}
h1 em{color:var(--purple);font-style:normal}
.hero-text{
  margin:30px 0 0;
  color:var(--muted);
  font-size:19px;
  line-height:1.72;
}
.hero-text strong{color:var(--purple);font-weight:600}
html[lang="th"] .hero-text strong{font-weight:800}
.proof-row{
  display:flex;
  align-items:center;
  gap:28px;
  margin-top:38px;
}
.proof{display:flex;align-items:center;gap:15px}
.proof b{display:block;color:var(--purple);font-size:15px}
.proof small{display:block;color:var(--muted);font-size:14px;margin-top:6px}
.proof-divider{width:1px;height:54px;background:var(--line)}
.proof-icon{
  width:50px;
  height:50px;
  flex:0 0 50px;
  object-fit:contain;
}
.proof-icon-stopwatch{
  width:54px;
  height:54px;
  flex-basis:54px;
}
.proof-icon-target{
  width:50px;
  height:50px;
  flex-basis:50px;
}
.cta-row{display:flex;gap:18px;margin-top:38px}
.play{font-size:12px;margin-right:10px}
.reassurance{margin:22px 0 0;color:#52617a;font-size:14px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.reassurance-sep{color:#9aa2b1}
.radar-wrap{position:relative;min-height:550px;display:grid;place-items:center}
.radar{
  width:min(510px,42vw);
  aspect-ratio:1;
  position:relative;
  border:1.5px solid rgba(91,61,245,.28);
  border-radius:50%;
}
.ring{position:absolute;border:1.5px solid rgba(91,61,245,.20);border-radius:50%;inset:10%}
.r2{inset:22%}.r3{inset:34%}.r4{inset:46%}
.axis{position:absolute;background:rgba(91,61,245,.28)}
.axis-x{height:1.5px;left:0;right:0;top:50%}
.axis-y{width:1.5px;top:0;bottom:0;left:50%}
.sweep{
  position:absolute;inset:0;border-radius:50%;
  background:conic-gradient(from 0deg, rgba(91,61,245,.72) 0deg, rgba(91,61,245,.22) 38deg, transparent 67deg);
  clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%);
  transform-origin:50% 50%;
  animation:radarSweep 7.2s linear infinite;
}
@keyframes radarSweep{to{transform:rotate(360deg)}}
.center-dot{
  position:absolute;width:18px;height:18px;border-radius:50%;
  background:var(--purple);left:calc(50% - 9px);top:calc(50% - 9px);
  box-shadow:0 0 0 8px rgba(91,61,245,.08);
}
.blip{position:absolute;width:16px;height:16px;border-radius:50%;background:var(--purple);box-shadow:0 0 0 10px rgba(91,61,245,.12),0 0 0 22px rgba(91,61,245,.06)}
.b1{right:20%;top:28%}.b2{left:24%;bottom:23%}
.dot{position:absolute;width:6px;height:6px;background:var(--purple);border-radius:50%}
.d1{left:31%;top:24%}.d2{right:12%;top:43%}.d3{right:22%;bottom:20%}
.breathing-space{height:145px}
.next-block-placeholder{height:1px}
.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}

@media (max-width:1050px){
  .site-header{grid-template-columns:230px 1fr auto;padding:0 24px}
  .brand img{width:200px}
  .nav{gap:24px}
  .hero{padding:60px 32px;gap:30px}
}
@media (max-width:860px){
  .site-header{height:auto;min-height:82px;grid-template-columns:1fr auto;padding:14px 20px}
  .nav{display:none}
  .header-actions{gap:8px}
  .btn-header{display:none}
  .hero{grid-template-columns:1fr;padding:54px 24px 20px;text-align:left}
  .hero-copy{max-width:680px;margin:auto}
  .desktop-break{display:none}
  .radar-wrap{min-height:480px}
  .radar{width:min(470px,82vw)}
  }
@media (max-width:560px){
  .brand img{width:175px}
  h1{font-size:44px}
  .h1-line{white-space:normal}
  .hero-text{font-size:17px}
  .proof-row{gap:16px;align-items:flex-start}
  .proof-divider{display:none}
  .proof{flex:1;align-items:flex-start}
  .proof-icon{width:38px;height:38px;flex-basis:38px}
  .proof-icon-stopwatch{width:41px;height:41px;flex-basis:41px}
  .proof-icon-target{width:38px;height:38px;flex-basis:38px}
  .proof b{font-size:12px}.proof small{font-size:12px}
  .cta-row{flex-direction:column}
  .btn{width:100%}
  .radar-wrap{min-height:400px}
    .breathing-space{height:90px}
}

.radar-hit{
  transition:background-color .25s ease, box-shadow .25s ease, transform .25s ease, opacity .25s ease;
}
.radar-hit.is-hit{transform:scale(1.18)}
.hit-blue.is-hit{
  background:#168BFF;
  box-shadow:0 0 0 10px rgba(22,139,255,.22),0 0 0 22px rgba(22,139,255,.09);
}
.hit-green.is-hit{
  background:#12C98A;
  box-shadow:0 0 0 10px rgba(18,201,138,.22),0 0 0 22px rgba(18,201,138,.09);
}
.hit-orange.is-hit{
  background:#FF982F;
  box-shadow:0 0 0 9px rgba(255,152,47,.23),0 0 0 20px rgba(255,152,47,.09);
}
@media (prefers-reduced-motion:reduce){
  .sweep{animation:none}
  .radar-hit,}

.satellite-card{
  position:absolute;
  z-index:4;
  display:flex;
  align-items:center;
  gap:10px;
  min-width:148px;
  padding:11px 14px;
  background:rgba(255,255,255,.97);
  border:1px solid #ececf3;
  border-radius:12px;
  box-shadow:0 13px 30px rgba(29,24,68,.11);
  color:var(--ink);
}
.satellite-card strong{
  display:block;
  font-size:12px;
  line-height:1.1;
  font-weight:850;
  letter-spacing:.01em;
}
.satellite-card small{
  display:block;
  margin-top:4px;
  color:#758096;
  font-size:11px;
  line-height:1.1;
  font-weight:600;
}
.sat-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  font-size:18px;
  font-weight:900;
}
.sat-purple{color:#5b3df5;background:#f0edff}
.sat-green{color:#0aa978;background:#e9fbf5}
.sat-orange{color:#ed7d12;background:#fff2e5}
.card-groups{right:-2%;top:11%}
.card-matches{left:-4%;bottom:17%}
.card-new-match{
  left:50%;
  bottom:-1%;
  opacity:0;
  transform:translate(-50%,10px) scale(.94);
  pointer-events:none;
}
.card-new-match.is-visible{
  animation:newMatchPop 2.8s ease both;
}
@keyframes newMatchPop{
  0%{opacity:0;transform:translate(-50%,10px) scale(.94)}
  12%{opacity:1;transform:translate(-50%,-2px) scale(1.02)}
  20%,78%{opacity:1;transform:translate(-50%,0) scale(1)}
  100%{opacity:0;transform:translate(-50%,5px) scale(.98)}
}
@media (max-width:860px){
  .card-groups{right:0}
  .card-matches{left:0}
}
@media (max-width:560px){
  .satellite-card{min-width:130px;padding:9px 10px}
  .sat-icon{width:30px;height:30px;flex-basis:30px}
  .card-groups{right:-2%;top:8%}
  .card-matches{left:-2%;bottom:18%}
}
@media (prefers-reduced-motion:reduce){
  .card-new-match.is-visible{animation:none;opacity:1;transform:translate(-50%,0)}
}

.groups-cluster{position:absolute;z-index:5;right:-2%;top:10%;display:flex;flex-direction:column;align-items:flex-end;gap:6px}
.groups-cluster .card-groups{position:relative;right:auto;top:auto}
.keyword-patches{display:flex;gap:6px}
.keyword-patch{min-width:72px;padding:7px 9px;background:#fff;border:1px solid #ececf3;border-radius:9px;box-shadow:0 8px 18px rgba(29,24,68,.08)}
.keyword-patch strong{display:block;font-size:9px;font-weight:850}.keyword-patch small{display:block;margin-top:3px;color:#7b8599;font-size:9px}
.keyword-patch:first-child strong{color:#0aa978}.keyword-patch:last-child strong{color:#e07118}
.card-matches{left:-1%!important;bottom:17%!important}
.card-new-match{bottom:-3%!important}

/* v0.7 — radar micro-refinements only */
.groups-cluster{gap:11px!important}
.keyword-patch strong{
  font-size:10px!important;
  line-height:1.08!important;
}
.keyword-patch small{
  font-size:10px!important;
  line-height:1.08!important;
  margin-top:3px!important;
}

/* v0.8 — final radar UX micro-adjustment:
   shift Include / Exclude together to follow the radar circumference */
.keyword-patches{
  transform:translateX(18px);
}

/* v0.9 — Facebook icon + multilingual Hero */
.facebook-icon{width:19px;height:19px;display:block;filter:brightness(0) saturate(100%) invert(28%) sepia(95%) saturate(3848%) hue-rotate(246deg) brightness(94%) contrast(103%)}
html[lang="fr"] h1{font-size:clamp(43px,3.25vw,58px)}
html[lang="fr"] .subhead{max-width:720px}
html[lang="th"] body{font-family:"Noto Sans Thai","Noto Sans",Arial,sans-serif}
html[lang="th"] h1{font-size:clamp(42px,3.25vw,58px);line-height:1.18;letter-spacing:-.025em}
html[lang="th"] .eyebrow{letter-spacing:.06em}
html[lang="th"] .subhead{line-height:1.7}

/* v0.11 — reliable multilingual selector chevron */
.language-control{
  position:relative;
  display:inline-flex;
  align-items:center;
}
.language-control #languageSelect{
  appearance:none;
  -webkit-appearance:none;
  padding-right:24px;
}
.language-chevron{
  position:absolute;
  right:9px;
  top:50%;
  transform:translateY(-52%);
  font-size:10px;
  line-height:1;
  pointer-events:none;
  color:currentColor;
}

/* v0.12 — rendered translation nodes are now controlled by the language dictionary */
.hero-text{max-width:620px}
html[lang="fr"] .hero-text{max-width:690px}

/* v0.13 — FR locked: keep the header trial CTA on one line */
html[lang="fr"] .btn-header{
  white-space: nowrap;
  min-width: 194px;
  padding-left: 18px;
  padding-right: 18px;
}

/* v0.15 — Thai H1: preserve two clean lines without changing EN/FR */
html[lang="th"] .hero h1{
  font-size: clamp(42px, 3.05vw, 57px);
  line-height: 1.03;
  letter-spacing: -0.02em;
}

/* v0.17 — animated product dashboard presentation */
.product-demo{max-width:1480px;margin:0 auto;padding:70px 70px 120px}
.demo-heading{text-align:center;max-width:820px;margin:0 auto 42px}
.demo-heading h2{margin:0;font-size:44px;line-height:1.08;letter-spacing:-.035em;font-weight:850}
.demo-heading p{margin:16px 0 0;color:var(--muted);font-size:18px;line-height:1.6}
.app-demo{height:720px;display:grid;grid-template-columns:178px 1fr;background:#fbfbff;border:1px solid #e6e5ef;border-radius:18px;overflow:hidden;box-shadow:0 32px 70px rgba(26,21,63,.13);position:relative}
.demo-sidebar{background:#fff;border-right:1px solid #e7e7ef;padding:24px 14px 16px;display:flex;flex-direction:column;gap:9px}
.demo-logo{width:125px;margin:0 5px 18px}
.side-link{border:0;background:transparent;border-radius:9px;padding:12px 11px;text-align:left;font:700 13px inherit;color:#33415b}.side-link.active{background:#f0ebff;color:var(--purple)}
.keep-running{margin:12px 8px 0;padding:16px 12px;border:1px solid #f1b633;border-radius:10px;background:#fff8db;display:flex;flex-direction:column;gap:7px}.keep-running b{font-size:25px;text-align:center}.keep-running strong{color:var(--purple);font-size:12px}.keep-running small{font-size:10px;line-height:1.55;color:#49536a}
.demo-profile{margin-top:auto;display:flex;align-items:center;gap:8px;font-size:11px}.demo-profile img{width:30px;height:30px;border-radius:50%;object-fit:cover}.demo-profile strong{flex:1}.demo-profile span{background:var(--purple);color:#fff;border-radius:7px;padding:5px}
.support-line,.language-line{border:1px solid #ddddea;border-radius:7px;padding:9px;font-size:10px;background:#fff}.language-line{display:flex;justify-content:space-between}
.demo-main{padding:22px 24px 28px;position:relative;overflow:hidden;background:radial-gradient(circle at 92% 0%,rgba(91,61,245,.07),transparent 28rem),#fbfbff}
.demo-topline{height:34px;display:flex;justify-content:space-between;align-items:flex-start}.screen-title{font-size:18px}.active-pill{font-size:10px;color:#068456;border:1px solid #83d8b6;background:#effcf6;padding:7px 12px;border-radius:18px}
.demo-screen{position:absolute;left:24px;right:24px;top:72px;bottom:32px;opacity:0;transform:translateX(28px) scale(.992);pointer-events:none;transition:opacity .55s ease,transform .55s ease}.demo-screen.is-active{opacity:1;transform:none;pointer-events:auto}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.kpi{height:78px;background:#fff;border:1px solid #e3e2ec;border-radius:12px;display:flex;align-items:center;padding:15px;gap:12px}.kpi i{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;color:#fff;font-style:normal}.kpi .purple{background:#8060ef}.kpi .blue{background:#399ce7}.kpi .green{background:#19ad8c}.kpi .orange{background:#ff9949}.kpi small,.kpi b{display:block}.kpi small{font-size:10px;color:#68758c}.kpi b{font-size:22px;margin-top:3px}
.panel{background:#fff;border:1px solid #e2e1eb;border-radius:12px}.matches-panel{margin-top:14px;padding:14px}.panel-title b,.panel-title small{display:block}.panel-title b{font-size:15px}.panel-title small{font-size:10px;color:#6e7890;margin-top:3px}.radar-control{height:46px;border:1px solid #e4e4ed;border-radius:8px;margin-top:10px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:9px;color:#667188}.radar-control button,.settings-head button,.add-row button{border:0;border-radius:7px;background:var(--purple);color:#fff;font-weight:800;padding:10px 17px;font-size:9px}.scan-box{width:330px;margin:18px auto;padding:10px 12px;border:1px solid #ddd8f5;border-radius:9px;background:#fbfaff;font-size:10px}.scan-box small{display:block;text-align:center;color:#657087;margin-top:5px}.scan-track{height:5px;border-radius:4px;background:#e8e3ff;margin-top:7px;overflow:hidden}.scan-track i{display:block;height:100%;width:0;background:#7b48f7;transition:width 1.3s ease}.demo-screen.is-active .scan-track i{width:100%}
.lead-card{margin-top:9px;border:1px solid #e4e4eb;border-radius:10px;padding:10px 12px;font-size:9px;transition:transform .5s ease,box-shadow .5s ease}.new-lead{transform:translateY(8px);box-shadow:0 0 0 rgba(91,61,245,0)}.demo-screen.is-active .new-lead{transform:none;box-shadow:0 9px 24px rgba(91,61,245,.08)}.lead-head{display:flex;align-items:center;gap:8px}.lead-head>span:nth-child(2){flex:1}.lead-head b,.lead-head small{display:block}.lead-head small{color:#69758a;margin-top:2px}.lead-head em{font-style:normal;color:#008c70;background:#e8fbf6;border:1px solid #bdeee1;border-radius:6px;padding:4px 7px}.lead-avatar{width:28px;height:28px;border-radius:50%;background:#e7ddff;color:#5638e9;display:grid;place-items:center;font-weight:800}.lead-avatar.alt{background:#e1f4ff;color:#287cb2}.lead-card p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-card mark{background:#fff0a6}.lead-actions{text-align:right}.lead-actions button,.group-row button{border:1px solid #d9dce7;background:#fff;border-radius:6px;padding:5px 8px;font-size:8px;margin-left:5px}
.settings-tabs{display:flex;width:max-content;border:1px solid #dedee8;border-radius:9px;padding:3px;margin-bottom:12px}.settings-tabs b{font-size:10px;padding:9px 15px;color:#58647a}.settings-tabs .selected{background:#fff;color:var(--purple);border-radius:7px;box-shadow:0 1px 4px rgba(0,0,0,.05)}.settings-panel{padding:16px}.settings-head{display:flex;justify-content:space-between;align-items:center}.settings-head span b,.settings-head span small{display:block}.settings-head span small{font-size:9px;color:#6b758a;margin-top:3px}.searchbar{margin:18px 0 10px;border:1px solid #dcdfea;border-radius:7px;padding:11px;color:#9098a8;font-size:9px}.group-row{height:47px;border-top:1px solid #e4e5ec;display:grid;grid-template-columns:32px 1fr auto;align-items:center;font-size:10px}.group-row i{width:14px;height:14px;background:#6747f5;color:#fff;border-radius:2px;font-style:normal;text-align:center;line-height:14px}
.keywords-layout{display:grid;grid-template-columns:1.65fr .85fr;gap:16px}.keyword-panel,.help-panel{padding:16px}.kw-title{position:relative}.kw-title b,.kw-title small{display:block}.kw-title small,.help-panel small{font-size:9px;color:#6c778c;margin-top:3px}.kw-title em,.exclude-title em{position:absolute;right:0;top:0;background:#f0ebff;color:var(--purple);border-radius:12px;padding:4px 7px;font-style:normal;font-size:9px}.add-row{display:grid;grid-template-columns:1fr 110px;gap:8px;margin:12px 0}.add-row span{border:1px solid #dcdfea;border-radius:7px;padding:10px;color:#969dab;font-size:9px}.tag{border:1px solid #d9d1ff;background:#fbfaff;border-radius:6px;padding:8px 10px;margin-top:6px;font-size:9px}.tag b{float:right}.exclude-title{position:relative;border-top:1px solid #e7e7ef;margin-top:14px;padding-top:12px}.tag.exclude{border-color:#f1d0d0;background:#fffafa;color:#8b3d3d}.help-panel{height:max-content}.help-panel small{display:block}.help-panel strong{font-size:9px}.help-panel p{font-size:9px;line-height:1.55;color:#657087}.help-panel hr{border:0;border-top:1px solid #e7e7ef;margin:14px 0}
.subscription-wrap{max-width:620px;margin:28px auto;text-align:center}.subscription-active{border:1px solid #74d4ac;background:#effcf6;border-radius:10px;padding:13px}.subscription-active b,.subscription-active small{display:block}.subscription-active small{font-size:9px;margin-top:4px;color:#2e6b55}.subscription-wrap h3{font-size:21px;margin:16px 0 5px}.subscription-wrap>p{font-size:10px;color:#68758a}.plan-card{margin-top:18px;border:1px solid #dcd8f4;background:#fff;border-radius:12px;padding:22px;text-align:left;display:grid;grid-template-columns:1fr auto;gap:10px}.plan-card>div b,.plan-card>div small{display:block}.plan-card>div small{color:var(--purple);font-weight:800}.plan-card>div b{font-size:18px;margin-top:7px}.plan-card p{font-size:9px;color:#68758a}.plan-card>strong{font-size:26px}.plan-card>strong small{font-size:10px;color:#68758a}.plan-card hr{grid-column:1/-1;width:100%;border:0;border-top:1px solid #e7e7ef}.plan-card>span{grid-column:1/-1;text-align:center;font-size:9px;color:#68758a}.plan-card>span b{font-size:16px;color:var(--purple);line-height:2}
.demo-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:#ece9fb}.demo-progress i{display:block;height:100%;width:0;background:var(--purple)}
@media(max-width:900px){.product-demo{padding:55px 20px 80px}.app-demo{height:620px;grid-template-columns:130px 1fr}.demo-heading h2{font-size:36px}.keep-running{display:none}.kpi-grid{grid-template-columns:repeat(2,1fr)}.keywords-layout{grid-template-columns:1fr}.help-panel{display:none}}

/* v0.19 — Thai localization safeguards for the animated dashboard demo */
html[lang="th"] .product-demo,
html[lang="th"] .app-demo{
  font-family:"Noto Sans Thai","Noto Sans",Arial,sans-serif;
}
html[lang="th"] .demo-heading h2{
  line-height:1.18;
}
html[lang="th"] .demo-heading p{
  line-height:1.65;
}
html[lang="th"] .keep-running small,
html[lang="th"] .help-panel small,
html[lang="th"] .help-panel p,
html[lang="th"] .subscription-wrap > p,
html[lang="th"] .plan-card p{
  line-height:1.5;
}

/* v0.27 — EN-only Case Study + deeper human mobile scrolling test */
.scroll-pain{
  max-width:1320px;
  margin:0 auto;
  padding:92px 70px 130px;
  overflow:hidden;
}
.case-study-head{
  text-align:center;
  margin:0 auto 46px;
}
.case-study-head p{
  margin:0 0 9px;
  color:var(--purple);
  font-size:12px;
  line-height:1;
  font-weight:850;
  letter-spacing:.13em;
}
.case-study-head h2{
  margin:0;
  color:#111426;
  font-size:31px;
  line-height:1.12;
  letter-spacing:-.025em;
  font-weight:820;
}
.scroll-pain-grid{
  display:grid;
  grid-template-columns:390px minmax(0,570px);
  justify-content:center;
  gap:54px;
  align-items:center;
}
.scroll-copy{max-width:570px}
.scroll-copy h3{
  margin:0;
  font-size:52px;
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:850;
}
.scroll-copy h3 span{color:var(--purple)}
.scroll-intro{
  margin:24px 0 29px;
  color:var(--muted);
  font-size:18px;
  line-height:1.62;
  max-width:550px;
}
.scroll-copy blockquote{
  margin:0 0 21px;
  padding:17px 21px;
  border-left:3px solid var(--purple);
  background:#f8f6ff;
  border-radius:0 12px 12px 0;
  font-size:17px;
  line-height:1.5;
  font-weight:650;
  color:#252342;
}
.scroll-person{display:flex;align-items:center;gap:13px}
.scroll-person>span{
  width:76px;height:76px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(145deg,#f0d7c5,#d7b09a);
  color:#fff;font-weight:800;font-size:18px;
  border:3px solid #fff;box-shadow:0 0 0 2px #e8e4fb;
}
.scroll-person b,.scroll-person small{display:block}
.scroll-person b{font-size:14px}
.scroll-person small{font-size:12px;color:#7b8190;margin-top:4px}

.scroll-visual{
  height:610px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.scroll-visual:before{
  content:"";
  position:absolute;
  width:430px;height:450px;border-radius:50%;
  background:radial-gradient(circle,rgba(91,61,245,.055),rgba(91,61,245,.012) 58%,transparent 74%);
  left:-18px;top:80px;
}
.phone-shell{
  width:318px;height:585px;
  border:4px solid #cbc7d8;
  border-radius:42px;
  background:#f0f2f5;
  box-shadow:0 24px 50px rgba(48,35,118,.11);
  position:relative;overflow:hidden;z-index:2;
}
.phone-shell:after{
  content:"";position:absolute;inset:0;
  border:1px solid rgba(255,255,255,.78);
  border-radius:37px;pointer-events:none;
}
.phone-speaker{
  position:absolute;z-index:6;top:10px;left:50%;transform:translateX(-50%);
  width:78px;height:15px;border-radius:0 0 11px 11px;background:#bbb7c8;
}
.fb-top{
  height:58px;padding:23px 13px 8px;background:#fff;
  display:flex;align-items:center;gap:8px;
  border-bottom:1px solid #e1e4e9;font-size:10px;color:#465063;
}
.fb-top b{font-size:22px;color:#6546f5;font-family:Arial}
.fb-top span{font-weight:800;flex:1}
.fb-top i{font-style:normal;letter-spacing:1px}
.feed-window{height:486px;overflow:hidden;position:relative}
.feed-track{
  padding:8px;
  will-change:transform;
  animation:humanSwipeDeep 17s cubic-bezier(.12,.72,.22,1) infinite;
}
.feed-post{
  background:#fff;border:1px solid #e0e3e8;border-radius:10px;
  margin-bottom:8px;padding:10px;box-shadow:0 2px 4px rgba(0,0,0,.025);
}
.feed-post.compact{padding-bottom:8px}
.feed-post.tall .fp-photo{height:96px}
.feed-post.muted{filter:saturate(.28);opacity:.54}
.fp-head{display:flex;gap:7px;align-items:center}
.fp-head>i{width:24px;height:24px;border-radius:50%;background:#c9ccd4}
.fp-head span{display:flex;flex-direction:column}
.fp-head b{font-size:8px}
.fp-head small{font-size:6px;color:#89909d;margin-top:2px}
.avatar-a{background:linear-gradient(145deg,#f0c9a5,#8d5a45)!important}
.avatar-b{background:linear-gradient(145deg,#f6c644,#e78533)!important}
.avatar-c{background:linear-gradient(145deg,#6b88a8,#c7d7e6)!important}
.fp-lines{margin-top:9px}
.fp-lines i{display:block;height:4px;background:#c9ccd4;border-radius:3px;margin:4px 0}
.fp-lines i:nth-child(2){width:84%}
.fp-lines i:nth-child(3){width:58%}
.fp-photo{height:74px;border-radius:6px;margin-top:8px;background:#d9dbe1}
.photo-villa{background:linear-gradient(150deg,#bccbd0 0 42%,#d9d1c2 42% 66%,#b4b8bc 66%)}
.photo-ad{background:linear-gradient(135deg,#b6c8d5,#d7b88f)}
.photo-grid{background:linear-gradient(90deg,#c9c5bd 49%,#eee 49% 51%,#b9c5c8 51%)}
.photo-map{background:linear-gradient(135deg,#c7d7c4,#dce4d7 50%,#b8c9b7 50%)}
.feed-post.lead{border:1px solid #ddd9ed;box-shadow:none;position:relative}
.feed-post.lead p{font-size:8px;line-height:1.45;margin:9px 0 4px;color:#303446}
.feed-post.lead p strong{color:#2f2d3b;font-weight:800}
.phone-home{
  position:absolute;bottom:9px;left:50%;transform:translateX(-50%);
  width:84px;height:4px;background:#aaa5ba;border-radius:4px;z-index:5;
}

/* Short, fast finger-like swipes. Stops carry the reading time.
   Several jumps cover 1–3 phone screens, with quick reversals. */
@keyframes humanSwipeDeep{
  0%,7%{transform:translateY(0)}
  8.2%,16%{transform:translateY(-430px)}
  17.4%,24%{transform:translateY(-1260px)}
  25.1%,31%{transform:translateY(-1030px)}
  32.4%,39%{transform:translateY(-1710px)}
  40%,46%{transform:translateY(-1880px)}
  47.1%,53%{transform:translateY(-1510px)}
  54.5%,61%{transform:translateY(-2230px)}
  62%,68%{transform:translateY(-2460px)}
  69.1%,75%{transform:translateY(-2180px)}
  76.4%,83%{transform:translateY(-2750px)}
  84.2%,90%{transform:translateY(-2350px)}
  91.5%,96%{transform:translateY(-2920px)}
  97%,100%{transform:translateY(0)}
}


@media(max-width:1000px){
  .scroll-pain{padding:78px 28px 100px}
  .case-study-head{margin-bottom:34px}
  .scroll-pain-grid{grid-template-columns:1fr;gap:28px}
  .scroll-copy{max-width:680px;margin:0 auto}
  .scroll-visual{height:600px}
  .scroll-copy h3{font-size:45px}
}
@media(prefers-reduced-motion:reduce){.feed-track{animation:none}}


/* v0.28 — centered case-study composition + persistent populated feed */
.scroll-pain-grid{
  grid-template-columns:360px 570px;
  width:984px;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  gap:54px;
  justify-content:center;
}
.scroll-visual{justify-content:center}
.feed-track{
  animation:humanSwipePersistent 19s cubic-bezier(.12,.72,.22,1) infinite;
}

/* Fast human swipes + pauses + short reversals.
   The duplicated feed keeps every stop populated. */
@keyframes humanSwipePersistent{
  0%,6%{transform:translateY(0)}
  7.1%,13%{transform:translateY(-420px)}
  14.2%,20%{transform:translateY(-1160px)}
  21.1%,26%{transform:translateY(-910px)}
  27.3%,33%{transform:translateY(-1620px)}
  34.1%,39%{transform:translateY(-1880px)}
  40.2%,46%{transform:translateY(-1510px)}
  47.3%,53%{transform:translateY(-2260px)}
  54.2%,60%{transform:translateY(-2600px)}
  61.1%,66%{transform:translateY(-2320px)}
  67.3%,73%{transform:translateY(-3040px)}
  74.1%,79%{transform:translateY(-3390px)}
  80.2%,85%{transform:translateY(-3100px)}
  86.3%,92%{transform:translateY(-3820px)}
  93.3%,97%{transform:translateY(-4210px)}
  98.2%,100%{transform:translateY(-3900px)}
}
@media(max-width:1000px){
  .scroll-pain-grid{width:auto;grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.feed-track{animation:none}}

/* v0.29 — two requested corrections only */
.scroll-pain{position:relative}
.scroll-pain-grid{
  grid-template-columns:360px 570px;
  width:984px;
  max-width:100%;
  gap:54px;
  margin-left:auto;
  margin-right:auto;
}
.gap-axis-heading{
  width:max-content;
  max-width:320px;
  position:relative;
  left:calc(50% - 75px);
  transform:translateX(-50%);
  text-align:center;
}
.phone-feed{background:#fff}
.feed-track{
  will-change:transform;
  animation:humanSwipeNoBlank 22s cubic-bezier(.12,.72,.22,1) infinite;
}
@keyframes humanSwipeNoBlank{
  0%,5.5%{transform:translateY(-500px)}
  6.4%,12%{transform:translateY(-1080px)}
  13%,18%{transform:translateY(-1740px)}
  19%,24%{transform:translateY(-1420px)}
  25%,30%{transform:translateY(-2180px)}
  31%,36%{transform:translateY(-2860px)}
  37%,42%{transform:translateY(-2500px)}
  43%,48%{transform:translateY(-3260px)}
  49%,54%{transform:translateY(-3940px)}
  55%,60%{transform:translateY(-3580px)}
  61%,66%{transform:translateY(-4340px)}
  67%,72%{transform:translateY(-5020px)}
  73%,78%{transform:translateY(-4660px)}
  79%,84%{transform:translateY(-5420px)}
  85%,90%{transform:translateY(-6100px)}
  91%,95%{transform:translateY(-5740px)}
  96%,100%{transform:translateY(-6400px)}
}
@media(max-width:1000px){
 .gap-axis-heading{left:auto;transform:none;margin-left:auto;margin-right:auto}
 .scroll-pain-grid{width:auto;grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.feed-track{animation:none}}


/* v0.30 — GEOMETRY ONLY
   Keep CASE STUDY / Real Estate Agent fixed at page center.
   Center the exact gap between phone and copy on that same axis. */
.scroll-pain-grid{
  grid-template-columns:360px 570px;
  column-gap:84px;
  width:1014px;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  transform:translateX(105px);
}

/* The heading remains centered on the page; undo the previous v0.29 gap-axis offset. */
.gap-axis-heading{
  left:auto;
  transform:none;
  margin-left:auto;
  margin-right:auto;
}

@media(max-width:1100px){
  .scroll-pain-grid{
    transform:none;
  }
}


/* v0.31 — CASE STUDY SOLUTION TEST
   Keep v0.30 horizontal geometry and scroll animation unchanged.
   Add the agreed vertical breathing, then a calm full-width solution closure. */
.scroll-pain-grid{
  margin-top:24px;
}

.case-solution-test{
  width:1014px;
  max-width:calc(100% - 48px);
  margin:54px auto 0;
  padding:34px 42px 30px;
  text-align:center;
  background:linear-gradient(135deg, rgba(99,61,255,.055), rgba(99,61,255,.018));
  border:1px solid rgba(99,61,255,.18);
  border-radius:18px;
  box-sizing:border-box;
}

.case-solution-kicker{
  margin-bottom:9px;
  color:#5f3bff;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.12em;
}

.case-solution-test h3{
  margin:0;
  color:#0d1730;
  font-size:28px;
  line-height:1.18;
  font-weight:800;
}

.case-solution-test > p{
  max-width:700px;
  margin:13px auto 0;
  color:#5c6b88;
  font-size:15px;
  line-height:1.6;
}

.case-solution-proof{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin-top:23px;
  padding-top:20px;
  border-top:1px solid rgba(99,61,255,.12);
  color:#4f5d78;
  font-size:13px;
}

.case-solution-proof b{
  color:#0d1730;
  font-weight:800;
}

.case-solution-proof i{
  width:4px;
  height:4px;
  flex:0 0 4px;
  border-radius:50%;
  background:#6542ff;
}

@media(max-width:1100px){
  .case-solution-test{width:auto;}
}

@media(max-width:760px){
  .case-solution-test{
    max-width:calc(100% - 30px);
    padding:28px 22px 26px;
  }
  .case-solution-proof{
    flex-direction:column;
    gap:10px;
  }
  .case-solution-proof i{display:none;}
}


/* v0.32 — SOLUTION CONTAINER ALIGNMENT ONLY
   Align solution container with the exact visual footprint of the
   phone + copy grid above. No animation, content, spacing or typography changes. */
.case-solution-test{
  transform:translateX(105px);
}

@media(max-width:1100px){
  .case-solution-test{
    transform:none;
  }
}


/* v0.33 — CASE STUDY BALANCE TEST
   Testimonial: manual break after “Facebook”.
   Solution conclusion: return to natural page-centered position.
   Upper geometry and scroll animation remain untouched. */
.case-solution-test{
  transform:none;
}

/* v0.35 — temporary Nina portrait placeholder; existing geometry preserved */
.scroll-person > span{overflow:hidden;}
.scroll-person > span img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:50%;
}


/* v0.36 — TESTIMONIAL QUOTE EMPHASIS
   Decorative quotation marks + temporary portrait crop adjustment only. */
.scroll-copy blockquote{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

.scroll-copy blockquote::before,
.scroll-copy blockquote::after{
  position:absolute;
  z-index:-1;
  color:#6542ff;
  opacity:.14;
  font-family:Georgia, "Times New Roman", serif;
  font-size:86px;
  line-height:1;
  font-weight:700;
  pointer-events:none;
}

.scroll-copy blockquote::before{
  content:"“";
  left:8px;
  top:-12px;
}

.scroll-copy blockquote::after{
  content:"”";
  right:12px;
  bottom:-47px;
}

.scroll-person > span img{
  object-position:50% 42%;
}


/* v0.37 — TESTIMONIAL BALANCE
   More breathing room around decorative quotes and a shorter quote box.
   Everything else remains unchanged. */
.scroll-copy blockquote{
  width:calc(100% - 70px);
  box-sizing:border-box;
  padding-left:34px;
  padding-right:42px;
}

.scroll-copy blockquote::before{
  left:10px;
}

.scroll-copy blockquote::after{
  right:14px;
}


/* v0.38 — TESTIMONIAL QUOTE GEOMETRY
   Keep decorative quotes fixed; position the testimonial text comfortably
   between them. No other section is changed. */
.scroll-copy blockquote{
  padding-left:64px;
  padding-right:64px;
}

.scroll-copy blockquote::before{
  left:12px;
  top:-12px;
}

.scroll-copy blockquote::after{
  right:12px;
  bottom:-47px;
}


/* v0.39 — TESTIMONIAL TWO-LINE RESTORE
   Preserve quote-mark geometry while restoring the testimonial to two lines. */
.scroll-copy blockquote{
  padding-left:44px;
  padding-right:44px;
}


/* v0.40 — TESTIMONIAL TEXT ALIGNMENT
   Quote marks stay fixed. Text shifts slightly right and remains on two lines. */
.scroll-copy blockquote{
  padding-left:54px;
  padding-right:30px;
}


/* v0.41 — TESTIMONIAL FINAL SPACING
   Final +6px left breathing room. Everything else unchanged. */
.scroll-copy blockquote{
  padding-left:60px;
}


/* v0.42 — NINA PHOTO CENTERING
   Portrait crop only. No testimonial/layout geometry changed. */
.scroll-person > span img{
  object-position:50% 50%;
}


/* v0.43 — NINA SOURCE CROP FIX
   The source image contained screenshot whitespace above the portrait.
   The asset itself is now cropped to the portrait; existing layout stays untouched. */
.scroll-person > span img{
  object-position:50% 50%;
}

/* v0.44 — HOW IT WORKS / STATIC 6-CARD TEST */
.how-it-works{padding:108px 24px 118px;background:#fff}
.how-it-works-head{max-width:720px;margin:0 auto 46px;text-align:center}
.how-kicker{margin-bottom:12px;color:#6542ff;font-size:12px;line-height:1;font-weight:800;letter-spacing:.13em}
.how-it-works-head h2{margin:0;color:#0d1730;font-size:36px;line-height:1.15;font-weight:800}
.how-it-works-head p{margin:14px auto 0;color:#65728d;font-size:15px;line-height:1.6}
.how-grid{width:1080px;max-width:100%;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.how-card{min-height:225px;padding:28px 28px 26px;box-sizing:border-box;background:#fff;border:1px solid #e8eaf2;border-radius:16px;box-shadow:0 10px 30px rgba(25,35,60,.045)}
.how-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}
.how-num{color:#6542ff;font-size:13px;line-height:1;font-weight:800;letter-spacing:.08em}
.how-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(101,66,255,.075)}
.how-icon img{width:27px;height:27px;display:block;object-fit:contain}
.how-card h3{margin:0;color:#111b34;font-size:20px;line-height:1.25;font-weight:800}
.how-card p{margin:11px 0 0;color:#68758e;font-size:14px;line-height:1.55}
@media(max-width:900px){.how-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.how-it-works{padding:78px 18px 88px}.how-it-works-head h2{font-size:30px}.how-grid{grid-template-columns:1fr}.how-card{min-height:0}}


/* v0.45 — HOW IT WORKS ICON MICRO-ADJUSTMENT
   Icon artwork only: 27px -> 30px.
   Card geometry and 52px icon container remain unchanged. */
.how-icon img{
  width:30px;
  height:30px;
}

.how-cta{display:flex;justify-content:center;margin-top:42px}

.th-radar-word{font-size:calc(1em - 2px)}

.scroll-person>span{overflow:hidden}
.scroll-person>span img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
  transform:translateY(-7px) scale(1.12);
  transform-origin:50% 50%;
  display:block;
}

/* v0.62 — Desktop & Mobile visual test */
.desktop-mobile-head{margin:92px auto 0;text-align:center}
.desktop-mobile-head h2{margin:0;color:#0b1833;font-size:38px;line-height:1.12;font-weight:800}
.desktop-mobile-head p{margin:14px 0 0;color:#60708f;font-size:15px}
.desktop-mobile-visual{max-width:1000px;margin:48px auto 6px;display:flex;align-items:center;justify-content:center;gap:42px;min-height:470px}
.laptop-wrap{width:610px;position:relative}
.laptop-screen{height:390px;border:5px solid #cbc7d8;border-radius:18px 18px 9px 9px;background:#f7f8fb;overflow:hidden;box-shadow:0 22px 48px rgba(48,35,118,.10)}
.dm-appbar{height:45px;background:#fff;border-bottom:1px solid #e2e2ea;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:11px;color:#17213a}
.dm-brand b{color:#5b3df5;margin-right:5px}.dm-live{font-size:9px;font-weight:800;color:#fff;background:#5b3df5;border-radius:7px;padding:6px 9px}
.dm-desktop-body{display:grid;grid-template-columns:142px 1fr;height:345px}
.dm-sidebar{background:#fff;border-right:1px solid #e2e2ea;padding:22px 15px;color:#64708a;font-size:10px;position:relative}
.dm-sidebar>div{margin-bottom:14px}.dm-side-active{color:#5b3df5!important;background:#f0edff;border-radius:7px;padding:10px;margin:-4px 0 14px!important;font-weight:700}
.dm-side-lines{height:60px;border-top:1px solid #ececf2;border-bottom:1px solid #ececf2;margin-top:25px!important}
.dm-side-user{position:absolute;left:18px;bottom:18px;width:27px;height:27px;border-radius:50%;background:linear-gradient(145deg,#f0c9a5,#8d5a45)}
.dm-content{padding:20px 22px;background:#fafaff}
.dm-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:15px}
.dm-stats span{background:#fff;border:1px solid #e5e3ef;border-radius:10px;padding:10px 12px;display:flex;align-items:baseline;gap:7px}
.dm-stats b{font-size:17px;color:#101b35}.dm-stats small{font-size:8px;color:#7a8498}
.dm-lead{background:#fff;border:1px solid #e4e3ec;border-radius:10px;padding:12px;display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:start;margin-top:10px}
.dm-lead i,.dm-mobile-lead i{width:27px;height:27px;border-radius:50%;background:linear-gradient(145deg,#f0c9a5,#8d5a45);display:block}
.dm-lead b{font-size:10px;color:#121d35}.dm-lead small{display:block;font-size:7px;color:#8a92a2;margin-top:2px}.dm-lead p{font-size:8px;color:#56627a;margin:8px 0 0}.dm-lead em{font-style:normal;font-size:7px;color:#008c70;background:#e8fbf6;border:1px solid #bdeee1;border-radius:6px;padding:5px 6px}
.laptop-base{height:18px;background:#cbc7d8;border-radius:2px 2px 48% 48%;width:660px;margin-left:-25px;position:relative;box-shadow:0 14px 20px rgba(48,35,118,.08)}
.laptop-base span{position:absolute;width:90px;height:4px;background:#aaa5bd;border-radius:0 0 6px 6px;left:50%;transform:translateX(-50%)}
.dm-link{width:38px;display:flex;align-items:center;gap:5px;color:#5b3df5}.dm-link span{height:1px;background:#cfc7ff;flex:1}.dm-link b{font-size:30px;font-weight:400}
.mobile-wrap{width:170px;height:335px;border:4px solid #cbc7d8;border-radius:29px;background:#f2f3f7;position:relative;overflow:hidden;box-shadow:0 22px 45px rgba(48,35,118,.11)}
.mobile-speaker{position:absolute;z-index:3;top:8px;left:50%;transform:translateX(-50%);width:48px;height:6px;border-radius:0 0 6px 6px;background:#bcb8ca}
.dm-mobile-app{padding:29px 10px 20px}.dm-mobile-top{height:29px;background:#fff;border-radius:7px;display:flex;align-items:center;justify-content:space-between;padding:0 8px;font-size:7px;color:#17213a}.dm-mobile-top span{color:#5b3df5}.dm-mobile-app>small{font-size:6px;color:#7e8798;display:block;margin:13px 2px 7px}
.dm-mobile-lead{background:#fff;border:1px solid #dedde7;border-radius:9px;padding:9px;margin-bottom:8px}.dm-mobile-lead>div{display:grid;grid-template-columns:22px 1fr auto;gap:6px;align-items:center}.dm-mobile-lead i{width:22px;height:22px}.dm-mobile-lead b{font-size:7px;color:#121d35}.dm-mobile-lead em{font-style:normal;font-size:5px;color:#008c70;background:#e8fbf6;border-radius:4px;padding:3px}.dm-mobile-lead p{font-size:6px;line-height:1.35;color:#58647a;margin:8px 0}.dm-mobile-lead button{border:0;border-radius:5px;background:#5b3df5;color:#fff;font-size:6px;padding:5px 8px}.dm-mobile-lead.muted{opacity:.72}.mobile-home{position:absolute;bottom:7px;left:50%;transform:translateX(-50%);width:48px;height:3px;background:#aaa5bd;border-radius:5px}

.laptop-wrap:before{
  content:"CHROME EXTENSION";
  position:absolute;
  left:18px;top:-29px;
  font-size:10px;font-weight:800;letter-spacing:.08em;color:#68748c;
}
.laptop-wrap:after{
  content:"RADAR RUNNING";
  position:absolute;
  right:15px;top:-31px;
  font-size:10px;font-weight:800;color:#34405a;
  padding-left:15px;
}
.laptop-screen:before{
  content:"";
  position:absolute;
  width:8px;height:8px;border-radius:50%;
  background:#25b979;
  right:102px;top:-25px;
  box-shadow:0 0 0 4px rgba(37,185,121,.12);
}
.laptop-screen{position:relative;overflow:hidden}

/* v0.64 — Desktop → Mobile relationship test */
.dm-live{
  color:#087b55!important;
  background:#e9fbf3!important;
  border:1px solid #8fdfc1;
  position:relative;
  padding-left:20px!important;
}
.dm-live:before{
  content:"";
  position:absolute;left:8px;top:50%;transform:translateY(-50%);
  width:7px;height:7px;border-radius:50%;background:#20b878;
  box-shadow:0 0 0 3px rgba(32,184,120,.12);
}
.laptop-wrap:after{color:#087b55!important;padding-left:17px!important}
.laptop-screen:before{background:#20b878!important}

.desktop-mobile-visual{gap:28px!important}
.dm-flow{
  width:150px!important;
  min-width:150px;
  align-self:center;
  display:flex!important;
  flex-direction:column;
  align-items:center;
  gap:13px!important;
  color:#5b3df5!important;
}
.dm-flow-top,.dm-flow-bottom{text-align:center}
.dm-flow-top strong,.dm-flow-bottom strong{
  display:block;font-size:10px;line-height:1.35;font-weight:800;letter-spacing:.02em;
}
.dm-flow-top strong{color:#12a66c}
.dm-flow-bottom strong{color:#5b3df5}
.dm-computer-icon{
  display:flex;margin:8px auto 0;width:35px;height:24px;border:2px solid #20b878;
  border-radius:4px;align-items:center;justify-content:center;color:#20b878;font-size:16px;font-weight:900;
  position:relative;
}
.dm-computer-icon:after{
  content:"";position:absolute;bottom:-6px;left:8px;width:19px;height:2px;background:#20b878;border-radius:2px;
}
.dm-flow-arrow{width:100%;display:flex;align-items:center;gap:5px}
.dm-flow-arrow span{
  height:2px;flex:1;
  background:linear-gradient(90deg,#20b878 0%,#b9c9bb 48%,#7653ff 100%);
}
.dm-flow-arrow b{font-size:30px;line-height:1;font-weight:400;color:#5b3df5}
.dm-phone-icon{
  display:block;margin:8px auto 0;width:15px;height:25px;border:2px solid #5b3df5;border-radius:4px;position:relative;
}
.dm-phone-icon:after{
  content:"";position:absolute;bottom:2px;left:50%;transform:translateX(-50%);
  width:5px;height:1px;background:#5b3df5;border-radius:2px;
}

/* v0.65 — stronger pedagogy, Chrome SVG, mirror label, pulse */
.laptop-wrap:before{content:none!important}
.chrome-extension-label{
  position:absolute;left:15px;top:-35px;
  display:flex;align-items:center;gap:8px;
  font-size:11px;font-weight:800;letter-spacing:.06em;color:#657189;
}
.chrome-extension-label img{width:22px;height:22px;display:block}

.laptop-wrap:after{
  top:-32px!important;
  font-size:11px!important;
  letter-spacing:.035em;
}
.laptop-screen:before{
  width:9px!important;height:9px!important;
  animation:radarPulse 1.8s ease-out infinite;
}
@keyframes radarPulse{
  0%{box-shadow:0 0 0 0 rgba(32,184,120,.38)}
  55%{box-shadow:0 0 0 7px rgba(32,184,120,0)}
  100%{box-shadow:0 0 0 0 rgba(32,184,120,0)}
}
.dm-live:before{animation:radarPulse 1.8s ease-out infinite}

.dm-flow{width:178px!important;min-width:178px!important;gap:15px!important}
.dm-flow-top strong,.dm-flow-bottom strong{
  font-size:13px!important;
  line-height:1.28!important;
  letter-spacing:.015em!important;
}
.dm-computer-icon{width:42px!important;height:29px!important;margin-top:10px!important}
.dm-phone-icon{width:18px!important;height:30px!important;margin-top:9px!important}
.dm-flow-arrow{
  height:32px;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  gap:0!important;
}
.dm-flow-arrow span{
  height:2px!important;
  flex:1!important;
}
.dm-flow-arrow b{
  width:18px;
  margin:0!important;
  transform:translateY(-1px);
  text-align:right;
}

.mobile-column{
  width:170px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.mobile-mirror-label{
  text-align:center;
  min-height:38px;
}
.mobile-mirror-label strong{
  display:block;
  color:#5b3df5;
  font-size:13px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:.03em;
}
.mobile-mirror-label span{
  display:block;
  margin-top:5px;
  color:#66728a;
  font-size:9px;
  font-weight:700;
  letter-spacing:.03em;
}
.mobile-column .mobile-wrap{width:170px}

/* v0.66 — clarity + icon fill + arrow alignment */
.dm-flow-top small{
  display:block;
  margin-top:5px;
  color:#66728a;
  font-size:9px;
  line-height:1.2;
  font-weight:600;
}
.dm-computer-icon{
  background:#eeeaff!important;
  border-color:#20b878!important;
}
.dm-phone-icon{
  background:#eeeaff!important;
  border-color:#5b3df5!important;
}

/* One continuous, vertically centered arrow. */
.dm-flow-arrow{
  position:relative!important;
  display:block!important;
  height:22px!important;
  width:100%!important;
}
.dm-flow-arrow span{
  position:absolute!important;
  left:0!important;
  right:13px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  height:2px!important;
  background:linear-gradient(90deg,#20b878 0%,#b9c9bb 48%,#7653ff 100%)!important;
}
.dm-flow-arrow b{
  position:absolute!important;
  right:0!important;
  top:50%!important;
  width:16px!important;
  height:22px!important;
  line-height:18px!important;
  transform:translateY(-50%)!important;
  margin:0!important;
  padding:0!important;
  text-align:center!important;
  font-size:30px!important;
  font-weight:400!important;
  color:#5b3df5!important;
}

/* v0.67 — simplified device-message concept */
.dm-simple{
  max-width:980px!important;
  gap:105px!important;
  align-items:center!important;
}
.dm-simple-laptop{width:610px!important}
.dm-simple-laptop .laptop-screen{
  height:390px!important;
  background:#fbfaff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.dm-running-label{
  position:absolute;
  right:14px;top:-34px;
  display:flex;align-items:center;gap:7px;
  color:#087b55;font-size:11px;font-weight:800;letter-spacing:.035em;
}
.dm-running-label span{
  width:9px;height:9px;border-radius:50%;background:#20b878;
  animation:radarPulse 1.8s ease-out infinite;
}
.dm-device-message{text-align:center}
.dm-desktop-message{transform:translateY(-2px)}
.dm-device-message h3{
  margin:20px 0 10px;
  color:#0b1833;
  font-size:25px;
  line-height:1.17;
  font-weight:800;
}
.dm-device-message p{
  margin:0;
  color:#66728a;
  font-size:14px;
  line-height:1.45;
}
.dm-monitor-symbol{
  width:82px;height:57px;
  margin:0 auto;
  border:3px solid #20b878;
  border-radius:9px;
  background:#eeeaff;
  display:flex;align-items:center;justify-content:center;
  position:relative;
}
.dm-monitor-symbol:before{
  content:"";position:absolute;left:31px;bottom:-11px;width:20px;height:9px;
  border-left:3px solid #20b878;border-right:3px solid #20b878;
}
.dm-monitor-symbol:after{
  content:"";position:absolute;left:22px;bottom:-14px;width:38px;height:3px;
  background:#20b878;border-radius:3px;
}
.dm-monitor-symbol span{font-size:32px;font-weight:900;color:#20b878}
.dm-on-badge{
  display:inline-flex;align-items:center;gap:7px;
  margin-top:22px;padding:8px 13px;
  border:1px solid #8fdfc1;border-radius:8px;
  background:#e9fbf3;color:#087b55;
  font-size:11px;font-weight:800;
}
.dm-on-badge i{
  width:8px;height:8px;border-radius:50%;background:#20b878;
  animation:radarPulse 1.8s ease-out infinite;
}
.dm-simple-laptop:after,.dm-simple-laptop .laptop-screen:before{display:none!important}

.dm-simple-mobile{
  width:190px!important;
  gap:14px!important;
}
.dm-simple-mobile .mobile-wrap{
  width:190px!important;height:365px!important;
  display:flex;align-items:center;justify-content:center;
  background:#f7f6fc!important;
}
.dm-mobile-message{padding:28px 17px 18px}
.dm-mobile-message h3{
  margin-top:22px;
  font-size:17px;
  color:#5b3df5;
}
.dm-mobile-message p{
  font-size:11px;
  line-height:1.45;
}
.dm-phone-symbol{
  width:43px;height:72px;
  margin:0 auto;
  border:3px solid #5b3df5;
  border-radius:9px;
  background:#eeeaff;
  position:relative;
}
.dm-phone-symbol:before{
  content:"";position:absolute;top:6px;left:50%;transform:translateX(-50%);
  width:13px;height:2px;border-radius:3px;background:#8f7aff;
}
.dm-phone-symbol:after{
  content:"";position:absolute;bottom:5px;left:50%;transform:translateX(-50%);
  width:12px;height:2px;border-radius:3px;background:#8f7aff;
}
.dm-simple-mobile .mobile-mirror-label strong{font-size:14px!important}
.dm-simple-mobile .mobile-mirror-label span{font-size:9px!important}

/* v0.68 — clean Desktop/Mobile composition */
.dm-v068{
  max-width:1040px!important;
  gap:105px!important;
  align-items:center!important;
}
.dm-v068 .laptop-screen{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.dm-laptop-topbar{
  position:absolute;
  top:0;left:0;right:0;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 22px;
  box-sizing:border-box;
}
.dm-v068 .chrome-extension-label{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  font-size:11px!important;
}
.dm-v068 .chrome-extension-label img{
  width:22px!important;height:22px!important;
}
.dm-top-on{
  margin:0!important;
  padding:7px 12px!important;
}
.dm-v068 .dm-desktop-message h3,
.dm-v068 .dm-mobile-message h3{
  color:#0b1833!important;
}
.dm-v068 .dm-device-message p{
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:400!important;
  color:#66728a!important;
}
.dm-v068 .dm-desktop-message{
  transform:none!important;
}
.dm-v068 .dm-desktop-message h3{
  margin:0 0 12px!important;
  font-size:25px!important;
}
.dm-v068 .dm-mobile-message{
  padding:22px 16px!important;
}
.dm-v068 .dm-mobile-message h3{
  margin:0 0 12px!important;
  font-size:17px!important;
}
.dm-v068 .dm-mobile-message p{
  font-size:14px!important;
  line-height:1.45!important;
}
.dm-v068 .dm-simple-mobile{
  align-self:center!important;
  justify-content:center!important;
  transform:none!important;
}
.dm-v068 .mobile-mirror-label{
  min-height:auto!important;
  margin-bottom:2px!important;
}
.dm-v068 .mobile-wrap{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.dm-v068 .dm-monitor-symbol,
.dm-v068 .dm-phone-symbol,
.dm-v068 .dm-running-label{
  display:none!important;
}
@media (max-width:760px){
  .dm-v068{
    flex-direction:column!important;
    gap:55px!important;
  }
  .dm-v068 .dm-simple-laptop{
    width:min(92vw,610px)!important;
  }
}

/* v0.69 — explanatory copy below Desktop & Mobile visual */
.dm-explanation{
  max-width:930px;
  margin:34px auto 0;
  padding:22px 26px;
  border-left:3px solid #d9d6e3;
  box-sizing:border-box;
  text-align:left;
}
.dm-explanation p{
  margin:0;
  color:#4f5f7b;
  font-size:15px;
  line-height:1.65;
}
.dm-explanation p + p{
  margin-top:14px;
}
.dm-explanation strong{
  color:#0b1833;
  font-weight:800;
}
@media (max-width:760px){
  .dm-explanation{
    width:calc(100% - 36px);
    margin-top:30px;
    padding:18px 18px;
  }
  .dm-explanation p{
    font-size:14px;
  }
}

/* v0.71 clean structure */
.hiw-main-head{margin-bottom:8px!important}
.hiw-breathing-space{height:82px}
.hiw-steps-head{margin-top:0!important}
.hiw-secondary-title{font-size:90%!important}
.hiw-final-cta{margin-top:34px!important}
@media(max-width:760px){.hiw-breathing-space{height:58px}}

/* v0.72 — HOW IT WORKS hierarchy refinements only */

/* Bring the chapter kicker closer to the main Desktop/Mobile title. */
.hiw-main-head{
  margin-bottom:0!important;
}
.hiw-main-head .how-kicker{
  margin-bottom:22px!important;
}

/* Keep How Desktop & Mobile Work Together at its validated size.
   Restore Simple from start to finish to the same title scale used by
   the Stop searching / Stop losing hours statement. */
.hiw-secondary-title{
  font-size:32px!important;
  line-height:1.12!important;
  font-weight:800!important;
}

/* Remove the previous v0.71 reduction if inherited elsewhere. */
.hiw-steps-head .hiw-secondary-title{
  font-size:32px!important;
}

@media(max-width:760px){
  .hiw-main-head .how-kicker{
    margin-bottom:16px!important;
  }
  .hiw-secondary-title,
  .hiw-steps-head .hiw-secondary-title{
    font-size:28px!important;
  }
}

/* v0.76 — FR How It Works title + kicker spacing */
.hiw-main-head{
  margin-bottom:0!important;
}
.hiw-main-head .how-kicker{
  margin-bottom:10px!important;
}
.desktop-mobile-head{
  margin-top:0!important;
}
@media(max-width:760px){
  .hiw-main-head .how-kicker{
    margin-bottom:8px!important;
  }
}

/* v0.79 — Pricing EN, based on Desktop v0.10.126 STABLE */
.pricing-section{
  position:relative;overflow:hidden;
  padding:96px 24px 110px;
  background:#fff;
}
.pricing-inner{position:relative;z-index:1;max-width:1000px;margin:0 auto;text-align:center}
.pricing-glow{position:absolute;pointer-events:none;border-radius:50%;filter:blur(10px)}
.pricing-glow-left{
  width:620px;height:620px;left:-390px;top:120px;
  background:radial-gradient(circle,rgba(119,84,246,.14) 0%,rgba(119,84,246,.065) 38%,rgba(119,84,246,0) 72%);
}
.pricing-kicker{font-size:13px;font-weight:800;letter-spacing:2.4px;color:#7754f6;margin-bottom:16px}
.pricing-head h2{margin:0;color:#0b1833;font-size:48px;line-height:1.05;letter-spacing:-1.8px}
.pricing-head>p{max-width:720px;margin:18px auto 0;color:#64718a;font-size:17px;line-height:1.6}
.pricing-trial-note{
  display:inline-flex;flex-direction:column;gap:5px;margin:34px auto 24px;
  padding:13px 24px;border:1px solid #e3dffd;border-radius:14px;background:rgba(250,249,255,.88)
}
.pricing-trial-note strong{font-size:13px;letter-spacing:1.3px;color:#7754f6}
.pricing-trial-note span{font-size:11px;font-weight:700;letter-spacing:.45px;color:#78839a}
.pricing-toggle{
  width:max-content;margin:0 auto 24px;padding:5px;display:flex;gap:4px;
  border:1px solid #e3e6ee;border-radius:12px;background:#f6f7fa
}
.pricing-toggle button{
  border:0;background:transparent;border-radius:9px;padding:11px 19px;
  font:700 13px/1 inherit;color:#657087;cursor:pointer
}
.pricing-toggle button.active{background:#fff;color:#111d38;box-shadow:0 2px 9px rgba(23,32,58,.09)}
.pricing-toggle button span{
  margin-left:7px;padding:4px 7px;border-radius:999px;background:#e8fff2;color:#16945a;
  font-size:10px;font-weight:800;white-space:nowrap
}
.site-plan-card{
  max-width:820px;margin:0 auto;padding:32px;border:1px solid #e2e5ed;border-radius:20px;
  background:rgba(255,255,255,.96);box-shadow:0 18px 55px rgba(24,31,54,.075);text-align:left
}
.site-plan-top{display:flex;justify-content:space-between;gap:40px;padding-bottom:26px;border-bottom:1px solid #eceef3}
.site-plan-name{font-size:12px;font-weight:800;letter-spacing:1.4px;color:#7754f6;text-transform:uppercase}
.site-plan-copy h3{margin:7px 0 8px;color:#0b1833;font-size:29px}
.site-plan-copy p{max-width:470px;margin:0;color:#6a758c;font-size:14px;line-height:1.5}
.site-price-box{text-align:right;min-width:230px}
.site-price-box>div{white-space:nowrap}
.site-price-box strong{font-size:38px;line-height:1;color:#0b1833;letter-spacing:-1px}
.site-price-box span{margin-left:5px;color:#69758c;font-size:13px}
.site-price-box p{margin:9px 0 0;color:#7a8498;font-size:12px;line-height:1.45}
.site-plan-features{
  display:grid;grid-template-columns:1fr 1fr;gap:15px 34px;padding:27px 0 29px
}
.site-plan-features>div{display:flex;align-items:flex-start;gap:10px;color:#33415c;font-size:14px;line-height:1.45}
.site-plan-features i{
  flex:0 0 20px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;
  background:#eefcf4;color:#15925a;font-style:normal;font-size:11px;font-weight:900
}
.site-mobile-feature{grid-column:1/-1;padding-top:2px}
.site-mobile-feature span{display:flex;flex-direction:column}
.site-mobile-feature b{color:#17233d}
.site-mobile-feature small{margin-top:2px;color:#7a8498;font-size:12px}
.site-pricing-cta{display:flex!important;width:100%;box-sizing:border-box;justify-content:center;margin:0!important}
.site-plan-fine{text-align:center!important;margin:12px 0 0!important;color:#8992a4!important;font-size:11px!important}
.site-stripe-note{margin-top:16px;color:#9098a8;font-size:11px}
@media(max-width:760px){
  .pricing-section{padding:76px 18px 86px}
  .pricing-head h2{font-size:37px}
  .pricing-trial-note{width:100%;box-sizing:border-box}
  .pricing-toggle{max-width:100%}
  .site-plan-card{padding:24px 20px}
  .site-plan-top{flex-direction:column;gap:22px}
  .site-price-box{text-align:left;min-width:0}
  .site-plan-features{grid-template-columns:1fr;gap:14px}
  .site-mobile-feature{grid-column:auto}
  .pricing-glow-left{left:-470px}
}

/* v0.80 — Pricing chapter atmosphere + Stripe reassurance */
.pricing-glow-left{
  width:760px;
  height:760px;
  left:-430px;
  top:35px;
  filter:blur(18px);
  background:radial-gradient(circle,
    rgba(119,84,246,.20) 0%,
    rgba(119,84,246,.10) 34%,
    rgba(119,84,246,.035) 55%,
    rgba(119,84,246,0) 74%);
}
.site-stripe-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:18px;
  color:#8a93a6;
  font-size:11px;
}
.site-stripe-note img{
  display:block;
  width:auto;
  height:18px;
  max-width:58px;
}
@media(max-width:760px){
  .pricing-glow-left{
    left:-545px;
    top:10px;
  }
}

/* v0.81 — ONLY requested changes: visible lateral gradient + larger Stripe logo */
.pricing-glow-left{
  width:980px;
  height:980px;
  left:-500px;
  top:-40px;
  filter:blur(22px);
  background:radial-gradient(circle,
    rgba(119,84,246,.22) 0%,
    rgba(119,84,246,.13) 30%,
    rgba(119,84,246,.065) 48%,
    rgba(119,84,246,.022) 62%,
    rgba(119,84,246,0) 76%);
}
.site-stripe-note img{
  height:30px;
  max-width:96px;
}
@media(max-width:760px){
  .pricing-glow-left{
    width:820px;
    height:820px;
    left:-520px;
    top:-20px;
  }
  .site-stripe-note img{
    height:27px;
    max-width:88px;
  }
}

/* v0.82 — ONLY: soften Pricing gradient + vertically align Stripe */
.pricing-glow-left{
  background:radial-gradient(circle,
    rgba(119,84,246,.15) 0%,
    rgba(119,84,246,.085) 30%,
    rgba(119,84,246,.042) 48%,
    rgba(119,84,246,.014) 62%,
    rgba(119,84,246,0) 76%);
}
.site-stripe-note{
  line-height:1;
}
.site-stripe-note span{
  display:flex;
  align-items:center;
  height:30px;
}
.site-stripe-note img{
  display:block;
  height:30px;
  width:auto;
  object-fit:contain;
}

/* v0.83 — ONLY: move Pricing glow below the payment card + final Stripe alignment */
.pricing-glow-left{
  width:820px;
  height:520px;
  left:50%;
  top:auto;
  bottom:-185px;
  transform:translateX(-58%);
  filter:blur(24px);
  background:radial-gradient(ellipse at center,
    rgba(119,84,246,.105) 0%,
    rgba(119,84,246,.060) 34%,
    rgba(119,84,246,.026) 53%,
    rgba(119,84,246,.008) 66%,
    rgba(119,84,246,0) 78%);
}
.site-stripe-note{
  align-items:center;
}
.site-stripe-note span{
  height:auto;
  line-height:18px;
}
.site-stripe-note img{
  height:30px;
  transform:translateY(1px);
}
@media(max-width:760px){
  .pricing-glow-left{
    width:680px;
    height:440px;
    left:50%;
    top:auto;
    bottom:-155px;
    transform:translateX(-58%);
  }
  .site-stripe-note img{
    height:27px;
    transform:translateY(1px);
  }
}

/* v0.88 — Pricing EN/FR cleanup only */
.site-price-main{
  white-space:nowrap;
}

/* v0.91 — Keep annual price + period together (FR/EN/TH) */
.site-price-main,
.site-price-main #sitePricePeriod{
  white-space: nowrap;
}
.site-price-main{
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

/* v0.94 — FAQ FR first draft */
.faq-section{padding:105px 24px 120px;position:relative}
.faq-inner{max-width:1080px;margin:0 auto}
.faq-head{text-align:center;margin-bottom:46px}
.faq-kicker{font-size:14px;font-weight:900;letter-spacing:.16em;color:#6541ff;text-transform:uppercase;margin-bottom:16px}
.faq-head h2{margin:0;color:#0c1734;font-size:44px;line-height:1.08;font-weight:900}
.faq-head p{margin:15px auto 0;color:#63708e;font-size:17px}
.faq-list{max-width:920px;margin:0 auto;border-top:1px solid #e2e5ef}
.faq-item{border-bottom:1px solid #e2e5ef;background:#fff}
.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 4px;color:#0c1734;font-size:18px;font-weight:800}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary span{flex:0 0 auto;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f3f0ff;color:#6541ff;font-size:21px;line-height:1;transition:transform .2s ease}
.faq-item[open] summary span{transform:rotate(45deg)}
.faq-answer{padding:0 52px 24px 4px;color:#5e6b89;font-size:16px;line-height:1.7}
.faq-answer strong{color:#0c1734}
@media(max-width:700px){
  .faq-section{padding:75px 20px 90px}
  .faq-head h2{font-size:34px}
  .faq-item summary{font-size:16px;padding:20px 0}
  .faq-answer{padding:0 38px 20px 0;font-size:15px}
}

/* v0.95 — FAQ FR validation: softer questions + optically centered +/- */
.faq-section[hidden]{display:none!important}
.faq-item summary{
  font-weight:600;
}
.faq-item summary span{
  position:relative;
  display:block;
  font-size:0;
}
.faq-item summary span::before{
  content:"+";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-53%);
  font-size:21px;
  line-height:1;
  font-weight:500;
}
.faq-item[open] summary span{
  transform:none;
}
.faq-item[open] summary span::before{
  content:"×";
  transform:translate(-50%,-54%);
  font-size:21px;
}

/* v0.97 — FAQ contact conclusion */
.faq-contact{
  max-width:720px;
  margin:58px auto 0;
  padding-top:4px;
  text-align:center;
}
.faq-contact h3{
  margin:0;
  color:#0c1734;
  font-size:24px;
  line-height:1.2;
  font-weight:700;
}
.faq-contact p{
  margin:12px auto 15px;
  color:#63708e;
  font-size:15px;
  line-height:1.65;
}
.faq-contact-email{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#6541ff;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
}
.faq-contact-email:hover{text-decoration:underline}
.faq-contact-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  line-height:1;
}
@media(max-width:700px){
  .faq-contact{margin-top:44px}
  .faq-contact h3{font-size:21px}
}

/* v0.101 — TH FAQ questions only: lighter visual weight */
html[lang="th"] .faq-item summary{
  font-weight:500;
}

/* v0.102 — Sticky SaaS header test */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.94);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  box-shadow:0 8px 24px rgba(12,23,48,.035);
}

/* v0.104 — reassurance strip + footer */
.trust-strip{
  position:relative;
  margin-top:110px;
  padding:58px 28px 62px;
  overflow:hidden;
  border-top:1px solid #eeeafd;
  border-bottom:1px solid #eeeafd;
  background:
    radial-gradient(circle at 16% 48%,rgba(105,65,255,.075),transparent 30%),
    radial-gradient(circle at 84% 45%,rgba(105,65,255,.045),transparent 27%),
    #fbfaff;
}
.trust-inner{max-width:1180px;margin:0 auto}
.trust-head{text-align:center;margin-bottom:38px}
.trust-kicker{margin:0 0 9px;color:#6541ff;font-size:12px;font-weight:800;letter-spacing:.16em}
.trust-head h2{margin:0;color:#0c1734;font-size:30px;line-height:1.2;font-weight:750}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{display:flex;align-items:flex-start;gap:15px;padding:8px 28px;min-height:86px}
.trust-item+.trust-item{border-left:1px solid #ddd8ef}
.trust-icon{
  flex:0 0 42px;width:42px;height:42px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:#f0ebff;color:#6541ff;font-size:22px;font-weight:700;
}
.trust-item strong{display:block;margin:2px 0 7px;color:#0c1734;font-size:13px;line-height:1.3;font-weight:750}
.trust-item p{margin:0;color:#63708e;font-size:13px;line-height:1.55}

.site-footer{background:#fff;padding:58px 30px 26px}
.footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.55fr .8fr .8fr 1.15fr;gap:58px}
.footer-brand img{width:185px;max-width:100%;height:auto}
.footer-brand p{max-width:300px;margin:18px 0 0;color:#63708e;font-size:14px;line-height:1.65}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.footer-column>strong{margin-bottom:5px;color:#0c1734;font-size:12px;font-weight:800;letter-spacing:.08em}
.footer-column a{color:#34415f;font-size:13px;text-decoration:none}
.footer-column a:hover{color:#6541ff}
.footer-contact>a{color:#6541ff;font-weight:600}
.footer-social-placeholder{
  display:inline-flex;margin-top:8px;padding:10px 13px;border:1px solid #e4e0ef;border-radius:9px;
  color:#7a849c;font-size:12px;background:#fbfbfd;
}
.footer-bottom{
  max-width:1180px;margin:45px auto 0;padding-top:22px;border-top:1px solid #e7e9f0;
  display:flex;justify-content:space-between;gap:30px;color:#7a849c;font-size:11px;line-height:1.5;
}
@media(max-width:900px){
  .trust-grid{grid-template-columns:1fr 1fr;gap:22px 0}
  .trust-item:nth-child(3){border-left:0}
  .footer-inner{grid-template-columns:1.3fr 1fr;gap:38px 55px}
}
@media(max-width:620px){
  .trust-strip{margin-top:78px;padding:48px 20px}
  .trust-head h2{font-size:25px}
  .trust-grid{grid-template-columns:1fr}
  .trust-item{padding:12px 4px}
  .trust-item+.trust-item{border-left:0;border-top:1px solid #e5e1f2;padding-top:22px}
  .footer-inner{grid-template-columns:1fr;gap:32px}
  .footer-bottom{flex-direction:column;gap:8px;margin-top:36px}
}

/* v0.105 — supplied trust icons + breathing room + Facebook footer prep */
.trust-strip{
  padding-top:66px;
  padding-bottom:76px;
}
.trust-head{
  margin-bottom:54px;
}
.trust-grid{
  align-items:start;
}
.trust-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:15px;
  padding:0 30px;
  min-height:150px;
}
.trust-icon{
  flex:0 0 54px;
  width:54px;
  height:54px;
  border-radius:15px;
  margin-bottom:3px;
}
.trust-icon img{
  width:30px;
  height:30px;
  display:block;
  object-fit:contain;
}
.trust-item strong{
  margin:0 0 7px;
}
.trust-item p{
  max-width:220px;
  margin:0 auto;
}
.footer-facebook-prep{
  width:34px;
  height:34px;
  margin-top:18px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#6541ff;
  opacity:.9;
  cursor:default;
}
.footer-facebook-prep svg{
  width:20px;
  height:20px;
  fill:#fff;
}
@media(max-width:900px){
  .trust-item{min-height:145px}
}
@media(max-width:620px){
  .trust-strip{padding-top:54px;padding-bottom:62px}
  .trust-head{margin-bottom:42px}
  .trust-item{align-items:center;text-align:center;min-height:0;padding:18px 4px}
}

/* v0.107 — Privacy Policy FR */
.legal-page{background:#fff}.legal-hero{padding:92px 28px 48px;text-align:center}.legal-wrap{width:min(900px,calc(100% - 40px));margin:0 auto}.legal-kicker{margin:0 0 13px;color:#6541ff;font-size:12px;font-weight:800;letter-spacing:.16em}.legal-hero h1{margin:0;color:#0c1734;font-size:44px;line-height:1.12;font-weight:800}.legal-updated{margin:16px 0 0;color:#8a93a8;font-size:13px}.legal-intro{max-width:760px;margin:30px auto 0;color:#63708e;font-size:16px;line-height:1.75}.legal-content{padding:24px 28px 96px}.legal-content h2{margin:48px 0 14px;color:#0c1734;font-size:18px;line-height:1.4;font-weight:600}.legal-content p{margin:0 0 15px;color:#63708e;font-size:15px;line-height:1.78}.legal-content strong{color:#263451;font-weight:600}.legal-content a{color:#6541ff;text-decoration:none;font-weight:600}.legal-content a:hover{text-decoration:underline}@media(max-width:700px){.legal-hero{padding:68px 20px 38px}.legal-hero h1{font-size:34px}.legal-wrap{width:100%}.legal-content{padding:18px 22px 72px}.legal-content h2{margin-top:40px;font-size:17px}}


/* v0.118 — Thai-only visual refinements */
html[lang="th"] .demo-heading h2{
  font-size:41px;
  line-height:1.18;
}

/* Preserve the validated cluster position; only restore the curved visual rhythm
   of the two keyword cards for Thai. */
html[lang="th"] .keyword-patch:first-child{
  transform:translateY(-4px);
}
html[lang="th"] .keyword-patch:last-child{
  transform:translateY(5px);
}


/* v0.122 — MOBILE WEBSITE / DISCOVER DEMO TEST
   Desktop remains exactly v0.120. Mobile turns the desktop product demo
   into a focused viewport: sidebar removed, active product area enlarged. */
@media (max-width:560px){
  .product-demo{
    padding:54px 14px 76px;
    overflow:hidden;
  }
  .demo-heading{
    margin-bottom:30px;
    padding:0 10px;
  }
  .demo-heading h2{
    font-size:34px;
    line-height:1.08;
  }
  .demo-heading p{
    font-size:16px;
    line-height:1.55;
  }

  .app-demo{
    height:610px;
    display:block;
    border-radius:16px;
    overflow:hidden;
  }

  /* The sidebar is useful on desktop but wastes ~1/3 of a phone viewport. */
  .demo-sidebar{
    display:none;
  }

  .demo-main{
    width:100%;
    height:100%;
    padding:20px 14px 22px;
    overflow:hidden;
  }

  .demo-topline{
    height:42px;
    align-items:flex-start;
    gap:8px;
  }
  .screen-title{
    font-size:18px;
  }
  .active-pill{
    flex:0 0 auto;
    max-width:116px;
    font-size:10px;
    line-height:1.15;
    padding:7px 10px;
    text-align:left;
  }

  .demo-screen{
    left:14px;
    right:14px;
    top:70px;
    bottom:22px;
  }

  /* Dashboard: make the useful metrics + matching lead readable. */
  .kpi-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }
  .kpi{
    height:70px;
    padding:10px;
    gap:9px;
  }
  .kpi i{
    width:36px;
    height:36px;
    flex:0 0 36px;
  }
  .kpi small{font-size:9px}
  .kpi b{font-size:20px}
  .matches-panel{margin-top:10px}
  .lead-card{font-size:10px}

  /* Settings screens: the feature itself gets the full phone width. */
  .settings-tabs{
    margin-bottom:12px;
  }
  .settings-tabs b{
    padding:10px 6px;
    font-size:10px;
  }
  .settings-card{
    max-width:none;
  }
  .group-row{
    font-size:10px;
  }
  .searchbar{
    min-height:36px;
  }

  /* Keyword view: keep the useful editor and remove desktop-only assistance. */
  .keywords-layout{
    display:block;
  }
  .help-panel{
    display:none !important;
  }

  /* Subscription: full-width readable card instead of a mini desktop crop. */
  .subscription-wrap{
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .subscription-wrap h3{
    font-size:24px;
    line-height:1.12;
  }
  .subscription-wrap > p{
    font-size:12px;
    line-height:1.45;
  }
  .plan-card{
    max-width:100%;
  }
}

/* Slightly tighter fallback for 375px-class phones without affecting 390px. */
@media (max-width:380px){
  .product-demo{padding-left:10px;padding-right:10px}
  .demo-main{padding-left:12px;padding-right:12px}
  .demo-screen{left:12px;right:12px}
  .demo-heading h2{font-size:32px}
}


/* v0.124 — RESTORE VALIDATED MOBILE HERO/RADAR FROM v0.121
   Desktop untouched; combines the validated radar layout with v0.123 Discover. */
@media (max-width:560px){
  .language-control #languageSelect{
    min-width:48px;
    min-height:44px;
    padding-left:10px;
    padding-right:25px;
  }

  html[lang="th"] .hero h1{
    font-size:39px;
    line-height:1.05;
  }

  .groups-cluster{
    left:0 !important;
    right:0 !important;
    top:7% !important;
    width:100%;
    display:block;
  }
  .groups-cluster .card-groups{
    position:absolute;
    left:-1%;
    right:auto;
    top:0;
    min-width:132px;
  }
  .groups-cluster .keyword-patches{
    position:absolute;
    right:-1%;
    top:0;
    transform:none !important;
    gap:5px;
  }

  .keyword-patch{
    min-width:68px;
    padding:8px 8px;
  }
  .keyword-patch strong{
    font-size:10px !important;
    line-height:1.12 !important;
  }
  .keyword-patch small{
    font-size:11px !important;
    line-height:1.12 !important;
  }
  html[lang="th"] .keyword-patch:first-child,
  html[lang="th"] .keyword-patch:last-child{
    transform:none;
  }

  .satellite-card small{
    font-size:12px;
    line-height:1.15;
  }
}


/* v0.125 — FR mobile radar: give the taller NEW MATCH card more breathing room. */
@media (max-width:560px){
  html[lang="fr"] .card-new-match{
    transform:translateY(18px);
  }
}


/* v0.126 — FR mobile radar: clear separation for the taller NEW MATCH card. */
@media (max-width:560px){
  html[lang="fr"] .card-new-match{
    transform:translateY(42px);
  }
}


/* v0.127 — FR mobile radar: wider NEW MATCH card instead of pushing it down. */
@media (max-width:560px){
  html[lang="fr"] .card-new-match{
    width:175px;
    min-width:175px;
    transform:none;
  }
}


/* v0.128 — FR mobile radar: final NEW MATCH card width refinement. */
@media (max-width:560px){
  html[lang="fr"] .card-new-match{
    width:190px;
    min-width:190px;
  }
}


/* v0.129 — MOBILE CASE STUDY
   The scrolling phone remains a desktop storytelling element only.
   Mobile presents the problem/testimonial directly, then the solution card. */
@media (max-width:560px){
  .scroll-pain{
    padding:64px 24px 72px;
    overflow:hidden;
  }
  .case-study-head{
    margin-bottom:34px;
  }

  .scroll-pain-grid{
    display:block;
    width:100%;
    max-width:100%;
    margin:0;
    transform:none;
  }

  .scroll-visual{
    display:none !important;
  }

  .scroll-copy{
    width:100%;
    max-width:none;
    margin:0;
  }
  .scroll-copy h3{
    font-size:36px;
    line-height:1.08;
    letter-spacing:-.035em;
  }
  .scroll-intro{
    margin:20px 0 24px;
    max-width:none;
    font-size:16px;
    line-height:1.58;
  }
  .scroll-copy blockquote{
    width:100%;
    margin:0 0 20px;
    padding:20px 28px 20px 42px;
    font-size:15px;
    line-height:1.5;
  }
  .scroll-person{
    margin-top:18px;
  }

  .case-solution-test{
    width:100%;
    max-width:100%;
    margin:44px auto 0;
    padding:28px 20px 26px;
    transform:none;
  }
}


/* v0.130 — MOBILE CASE STUDY: subtle breathing room around solution card.
   Same treatment for EN / FR / TH. Desktop unchanged. */
@media (max-width:560px){
  .case-solution-test{
    margin-top:62px;
    padding-top:36px;
    padding-bottom:36px;
  }
}


/* v0.131 — MOBILE HOW IT WORKS: laptop proportions only.
   Keep the phone and the rest of the section unchanged. Desktop unchanged. */
@media (max-width:560px){
  .dm-v068 .dm-simple-laptop{
    width:min(88vw,320px)!important;
  }
  .dm-v068 .dm-simple-laptop .laptop-screen{
    height:205px!important;
    border-width:4px!important;
    border-radius:14px 14px 7px 7px!important;
  }
  .dm-v068 .dm-simple-laptop .laptop-base{
    width:calc(100% + 18px)!important;
    height:12px!important;
    margin-left:-9px!important;
  }
  .dm-v068 .dm-simple-laptop .laptop-base span{
    width:72px!important;
    height:3px!important;
  }
  .dm-v068 .dm-laptop-topbar{
    height:46px!important;
    padding:0 14px!important;
  }
  .dm-v068 .chrome-extension-label{
    font-size:9px!important;
    gap:5px!important;
  }
  .dm-v068 .chrome-extension-label img{
    width:18px!important;
    height:18px!important;
  }
  .dm-v068 .dm-top-on{
    padding:6px 9px!important;
    font-size:9px!important;
  }
  .dm-v068 .dm-desktop-message h3{
    font-size:22px!important;
    line-height:1.12!important;
  }
  .dm-v068 .dm-desktop-message p{
    font-size:12px!important;
  }
}


/* v0.132 — FR mobile pricing CTA: center wrapped label only.
   Button dimensions/padding remain unchanged. EN and TH unchanged. */
@media (max-width:560px){
  html[lang="fr"] .site-pricing-cta{
    text-align:center!important;
    justify-content:center!important;
    align-items:center!important;
    line-height:1.25!important;
  }
}


/* v0.133 — MOBILE anchor landing + EN footer label.
   Keep section layout unchanged; only give named-anchor navigation breathing room. */
@media (max-width:760px){
  #features,
  #how-it-works,
  #pricing,
  #faq{
    scroll-margin-top:84px;
  }
}


/* v0.165 TEST — Chromium/Android horizontal overflow diagnostic.
   Single change only: prevent the document from drifting horizontally.
   No section, footer, laptop or validated layout dimensions are changed. */
@media (max-width:760px){
  html,
  body{
    overflow-x:hidden;
    overflow-x:clip;
    max-width:100%;
  }
}

/* v0.136 TEST — Lighthouse micro-corrections only.
   Stronger radar card text contrast; no geometry/layout changes. */
.keyword-patch small{color:#596579!important}
.keyword-patch:first-child strong{color:#087a59!important}
.keyword-patch:last-child strong{color:#a84b00!important}
