/* Osrilo public landing page — Build 119 consolidated conversion pass */
body.landing-visible{
  padding:0;
  background:#f8fafc;
}
body.landing-visible .page-loading[hidden]{display:none!important}
.landing-page{
  min-height:100vh;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 8%,rgba(14,165,166,.13),transparent 30%),
    radial-gradient(circle at 90% 15%,rgba(15,118,110,.10),transparent 25%),
    linear-gradient(180deg,#f8fafc 0%,#ffffff 44%,#f8fafc 100%);
  color:var(--ink);
}
.landing-page a{color:inherit}
.landing-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.landing-header{
  position:relative;
  z-index:20;
  border-bottom:1px solid rgba(226,232,240,.85);
  background:rgba(248,250,252,.92);
  backdrop-filter:blur(16px);
}
.landing-header-inner{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.landing-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-size:24px;font-weight:900;letter-spacing:-.025em}
.landing-brand img{width:52px;height:52px;object-fit:contain}
.landing-nav{display:flex;align-items:center;gap:22px}
.landing-nav>a:not(.landing-button){color:#475569;font-size:14px;font-weight:750;text-decoration:none}
.landing-nav>a:not(.landing-button):hover{color:var(--brand-dark)}
.landing-nav-actions{display:flex;align-items:center;gap:10px}
.landing-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border:1px solid transparent;
  border-radius:12px;
  background:var(--brand);
  color:#fff!important;
  font-size:15px;
  font-weight:850;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(14,165,166,.22);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
  cursor:pointer;
  font-family:inherit;
}
.landing-button:hover{background:var(--brand-dark);transform:translateY(-1px);box-shadow:0 13px 28px rgba(15,118,110,.24)}
.landing-button:focus-visible,.landing-text-link:focus-visible,.landing-nav a:focus-visible,.landing-footer-link:focus-visible{outline:3px solid var(--ring);outline-offset:3px}
.landing-button-secondary{background:#fff;color:var(--ink)!important;border-color:#cbd5e1;box-shadow:none}
.landing-button-secondary:hover{background:#f1f5f9;color:var(--brand-dark)!important}
.landing-button-small{min-height:40px;padding:0 16px;font-size:14px;border-radius:10px}
.landing-hero{padding:84px 0 64px}
.landing-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);align-items:center;gap:66px}
.landing-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 18px;
  color:var(--brand-dark);
  font-size:12px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.landing-eyebrow::before{content:"";width:24px;height:2px;border-radius:999px;background:var(--brand)}
.landing-hero h1{max-width:690px;margin:0;font-size:clamp(42px,5.4vw,72px);line-height:1.02;letter-spacing:-.055em}
.landing-hero h1 span{color:var(--brand-dark)}
.landing-hero-lead{max-width:650px;margin:25px 0 0;color:#475569;font-size:clamp(18px,2vw,21px);line-height:1.65}
.landing-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:31px}
.landing-hero-actions .landing-button{min-height:54px;padding:0 24px;font-size:16px}
.landing-trial-note{display:flex;flex-wrap:wrap;gap:8px 18px;margin:18px 0 0;color:#64748b;font-size:13px;font-weight:700}
.landing-trial-note span{display:inline-flex;align-items:center;gap:7px}
.landing-trial-note span::before{content:"✓";display:grid;place-items:center;width:18px;height:18px;border-radius:999px;background:#ccfbf1;color:#0f766e;font-size:11px;font-weight:900}
.landing-product-shot{position:relative;margin:0;min-width:0}
.landing-product-shot::before{content:"";position:absolute;inset:auto -34px -36px 38px;height:145px;border-radius:50%;background:rgba(14,165,166,.18);filter:blur(42px);z-index:-1}
.landing-product-shot-frame{overflow:hidden;border:1px solid rgba(148,163,184,.44);border-radius:27px;background:#fff;box-shadow:0 30px 75px rgba(15,23,42,.17);transform:rotate(.15deg)}
.landing-product-shot img{display:block;width:100%;height:auto;aspect-ratio:256/127;object-fit:cover}
.landing-product-shot figcaption{margin:12px 12px 0;color:#64748b;font-size:12px;line-height:1.5;text-align:center}
.landing-proof-strip{padding:17px 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#fff}
.landing-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.landing-proof-item{display:flex;align-items:center;justify-content:center;gap:11px;color:#334155;font-size:14px;font-weight:800;text-align:center}
.landing-proof-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#ecfeff;color:#0f766e;font-size:16px;font-weight:900}
.landing-section{padding:92px 0}
.landing-section-muted{background:#f1f5f9}
.landing-section-heading{max-width:720px;margin-bottom:42px}
.landing-section-heading h2{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.045em}
.landing-section-heading>p:not(.landing-eyebrow){margin:16px 0 0;color:#64748b;font-size:18px;line-height:1.65}
.landing-workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.landing-workflow-card{position:relative;padding:27px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.06)}
.landing-workflow-number{display:grid;place-items:center;width:42px;height:42px;margin-bottom:22px;border-radius:12px;background:#0f172a;color:#fff;font-size:14px;font-weight:900}
.landing-workflow-card h3{font-size:21px}.landing-workflow-card p{margin:10px 0 0;color:#64748b;line-height:1.65}
.landing-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.landing-feature-card{padding:24px;border:1px solid #e2e8f0;border-radius:17px;background:#fff}
.landing-feature-icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:12px;background:#ecfeff;color:#0f766e;font-size:18px;font-weight:900}
.landing-feature-card h3{font-size:18px}.landing-feature-card p{margin:9px 0 0;color:#64748b;line-height:1.6}
.landing-audience-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:64px}
.landing-audience-copy h2{margin:0;font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.045em}
.landing-audience-copy>p{margin:18px 0 0;color:#64748b;font-size:18px;line-height:1.65}
.landing-trades{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.landing-trade{display:flex;align-items:center;gap:11px;padding:15px;border:1px solid #e2e8f0;border-radius:13px;background:#fff;font-weight:800}
.landing-trade::before{content:"✓";display:grid;place-items:center;min-width:24px;height:24px;border-radius:8px;background:#ccfbf1;color:#0f766e;font-size:12px}
.landing-trial-panel{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:18px;padding:18px;border:1px solid #99f6e4;border-radius:25px;background:linear-gradient(135deg,#ecfeff,#fff);box-shadow:0 24px 60px rgba(15,118,110,.10)}
.landing-trial-main{padding:34px}
.landing-trial-main h2{margin:0;font-size:clamp(34px,4vw,52px);line-height:1.06;letter-spacing:-.05em}
.landing-trial-main>p{max-width:650px;margin:18px 0 0;color:#475569;font-size:18px;line-height:1.65}
.landing-trial-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:25px 0}
.landing-trial-list span{display:flex;align-items:center;gap:9px;font-weight:800}
.landing-trial-list span::before{content:"✓";display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#0f766e;color:#fff;font-size:11px}
.landing-free-card{padding:28px;border-radius:18px;background:#0f172a;color:#fff}
.landing-free-card .landing-eyebrow{color:#99f6e4}.landing-free-card .landing-eyebrow::before{background:#2dd4bf}
.landing-free-card h3{color:#fff;font-size:25px}
.landing-free-card>p{margin:10px 0 20px;color:#cbd5e1;line-height:1.6}
.landing-free-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.landing-free-list li{display:flex;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid rgba(148,163,184,.22);color:#cbd5e1;font-size:13px}
.landing-free-list li:last-child{border-bottom:0}.landing-free-list strong{color:#fff}
.landing-fine-print{margin:18px 0 0;color:#64748b;font-size:12px;line-height:1.55}
.landing-beta{padding:72px 0}
.landing-beta-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;padding:36px 40px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 12px 36px rgba(15,23,42,.07)}
.landing-beta-panel h2{margin:0;font-size:32px;letter-spacing:-.035em}.landing-beta-panel p{max-width:760px;margin:12px 0 0;color:#64748b;line-height:1.65}
.landing-final{padding:88px 0;background:#0f172a;color:#fff}
.landing-final-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}
.landing-final h2{max-width:780px;margin:0;color:#fff;font-size:clamp(34px,4.5vw,55px);line-height:1.08;letter-spacing:-.045em}
.landing-final p{margin:15px 0 0;color:#cbd5e1;font-size:17px}.landing-final .landing-button{white-space:nowrap}
.landing-footer{padding:28px 0;background:#020617;color:#94a3b8}
.landing-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px}
.landing-footer-nav{display:flex;flex-wrap:wrap;align-items:center;gap:18px}.landing-footer a{text-decoration:none}.landing-footer a:hover{color:#fff}.landing-footer-link{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.landing-footer-link:hover{color:#fff}
@media(max-width:980px){
  .landing-nav>a:not(.landing-button){display:none}
  .landing-hero{padding-top:58px}
  .landing-hero-grid,.landing-audience-grid,.landing-trial-panel{grid-template-columns:1fr;gap:42px}
  .landing-product-shot{width:min(820px,100%);margin:0 auto}
  .landing-feature-grid{grid-template-columns:repeat(2,1fr)}
  .landing-beta-panel,.landing-final-inner{grid-template-columns:1fr;display:grid}
  .landing-final .landing-button{justify-self:start}
}
@media(max-width:720px){
  .landing-container{width:min(100% - 28px,1180px)}
  .landing-header-inner{min-height:74px}.landing-brand span{font-size:20px}.landing-brand img{width:42px;height:42px}
  .landing-nav-actions{gap:6px}.landing-nav-actions .landing-button{display:inline-flex}.landing-button-small{min-height:40px;padding:0 11px;font-size:12px}
  .landing-hero{padding:48px 0 44px}.landing-hero-grid{gap:37px}.landing-hero h1{font-size:clamp(39px,12vw,54px)}
  .landing-hero-lead{font-size:17px}.landing-hero-actions{display:grid}.landing-hero-actions .landing-button{width:100%}
  .landing-product-shot-frame{border-radius:20px}.landing-product-shot figcaption{margin-top:9px;font-size:11px}
  .landing-proof-grid,.landing-workflow-grid,.landing-feature-grid{grid-template-columns:1fr}
  .landing-proof-item{justify-content:flex-start;text-align:left}
  .landing-section{padding:68px 0}.landing-section-heading{margin-bottom:30px}.landing-section-heading>p:not(.landing-eyebrow){font-size:16px}
  .landing-trades{grid-template-columns:1fr}.landing-trial-main{padding:23px 17px}.landing-trial-list{grid-template-columns:1fr}
  .landing-free-card{padding:23px}.landing-beta{padding:52px 0}.landing-beta-panel{padding:27px 23px}.landing-beta-panel .landing-button{width:100%}
  .landing-final{padding:66px 0}.landing-final .landing-button{width:100%}.landing-footer-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:420px){
  .landing-product-shot-frame{border-radius:16px}
}

/* Build 111 HOTFIX11 — public landing mission, messaging, and restrained surface polish */
body.landing-visible{
  background:#e9eef1;
}
.landing-page{
  background:
    radial-gradient(circle at 12% 6%,rgba(15,118,110,.10),transparent 29%),
    radial-gradient(circle at 91% 17%,rgba(71,85,105,.08),transparent 26%),
    linear-gradient(180deg,#eef2f4 0%,#f7f8f8 31%,#edf1f3 100%);
}
.landing-header{
  border-bottom-color:rgba(148,163,184,.42);
  background:rgba(241,245,246,.94);
  box-shadow:0 1px 0 rgba(15,23,42,.03);
}
.landing-hero{padding:92px 0 72px}
.landing-hero-copy{position:relative;padding:34px 0}
.landing-hero-copy::before{
  content:"";
  position:absolute;
  left:-34px;
  top:0;
  bottom:0;
  width:5px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--brand),rgba(15,118,110,.16));
}
.landing-hero h1{max-width:720px}
.landing-hero-lead{max-width:700px;color:#334155;font-size:clamp(19px,2vw,22px);line-height:1.58}
.landing-hero-lead strong{font-weight:780}
.landing-hero-support{max-width:650px;margin:16px 0 0;color:#64748b;font-size:16px;line-height:1.72}
.landing-product-shot-frame{border-color:rgba(100,116,139,.45);background:#fbfcfc;box-shadow:0 30px 70px rgba(15,23,42,.15),0 2px 0 rgba(255,255,255,.75) inset}
.landing-proof-strip{background:#e5ebee;border-color:#cbd5dc}
.landing-proof-item{color:#263546}
.landing-proof-icon{background:#f7faf9;border:1px solid #b7d8d3;box-shadow:0 2px 8px rgba(15,23,42,.04)}
.landing-section{position:relative}
.landing-section:not(.landing-section-muted):not(.landing-mission){background:rgba(247,249,249,.74)}
.landing-section-muted{background:#e6ecef;border-top:1px solid #d4dde2;border-bottom:1px solid #d4dde2}
.landing-section-heading>p:not(.landing-eyebrow){color:#536273}
.landing-mission{
  background:#17212b;
  color:#f8fafc;
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(15,23,42,.28);
}
.landing-mission-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:56px;align-items:start}
.landing-mission-copy{padding:10px 0}
.landing-mission .landing-eyebrow{color:#9fe1d7}
.landing-mission .landing-eyebrow::before{background:#44b8a9}
.landing-mission-copy h2{max-width:620px;margin:0;color:#fff;font-size:clamp(36px,4.4vw,56px);line-height:1.05;letter-spacing:-.05em}
.landing-mission-copy>p{max-width:660px;margin:19px 0 0;color:#cbd5df;font-size:17px;line-height:1.72}
.landing-mission-copy .landing-mission-lead{color:#f1f5f9;font-size:20px;font-weight:760;line-height:1.55}
.landing-mission-callout{padding:19px 21px;border:1px solid rgba(94,234,212,.19);border-radius:15px;background:rgba(15,118,110,.13);color:#e8fffb!important}
.landing-mission-values{display:grid;gap:13px}
.landing-mission-values article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;padding:21px;border:1px solid rgba(203,213,225,.15);border-radius:17px;background:rgba(255,255,255,.055);box-shadow:0 12px 28px rgba(2,6,23,.16)}
.landing-mission-values article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#f3f8f7;color:#0f766e;font-size:12px;font-weight:900}
.landing-mission-values h3{margin:0;color:#fff;font-size:19px}
.landing-mission-values p{margin:8px 0 0;color:#bec9d5;line-height:1.62}
.landing-workflow-card,.landing-feature-card,.landing-trade,.landing-beta-panel{border-color:#cbd5dc;background:#fbfcfc;box-shadow:0 8px 24px rgba(15,23,42,.055)}
.landing-workflow-card{background:linear-gradient(180deg,#ffffff,#f7f9f9)}
.landing-workflow-card p,.landing-feature-card p{color:#536273}
.landing-feature-grid{grid-template-columns:repeat(4,1fr)}
.landing-feature-card{min-height:190px}
.landing-feature-card-intelligence{border-color:#9fcfc8;background:linear-gradient(180deg,#f6fbfa,#eef7f5)}
.landing-feature-card-intelligence .landing-feature-icon{background:#0f766e;color:#fff}
.landing-audience-copy>p{color:#536273}
.landing-trade{background:#f8faf9}
.landing-trial-panel{border-color:#9fcfc8;background:linear-gradient(135deg,#e5f2f0 0%,#f8faf9 55%,#eef2f4 100%);box-shadow:0 22px 54px rgba(15,23,42,.09)}
.landing-trial-main>p{color:#435363}
.landing-beta{background:#dfe6e9;border-top:1px solid #cdd7dc}
.landing-beta-panel{background:#f5f7f7}
.landing-final{background:linear-gradient(135deg,#111b25,#172630 64%,#12312f)}
.landing-final .landing-eyebrow{color:#9fe1d7;margin-bottom:13px}
.landing-final .landing-eyebrow::before{background:#44b8a9}
.landing-footer{background:#091018}

@media(max-width:1100px){
  .landing-feature-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:980px){
  .landing-mission-grid{grid-template-columns:1fr;gap:34px}
}
@media(max-width:720px){
  .landing-hero{padding:52px 0 48px}
  .landing-hero-copy{padding:8px 0 10px}
  .landing-hero-copy::before{display:none}
  .landing-hero-support{font-size:15px}
  .landing-mission-values article{grid-template-columns:42px minmax(0,1fr);padding:18px}
  .landing-feature-grid{grid-template-columns:1fr}
  .landing-feature-card{min-height:0}
}

/* Build 111 HOTFIX35 — final public-site hierarchy, pricing, and wording alignment */
.landing-header{
  position:sticky;
  top:0;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}
.landing-hero{padding:78px 0 64px}
.landing-hero-copy{padding:28px 0}
.landing-hero h1{max-width:760px}
.landing-hero-support{max-width:700px}
.landing-toolchain{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 0}
.landing-toolchain span{padding:7px 10px;border:1px solid #c8d5da;border-radius:999px;background:rgba(255,255,255,.66);color:#435363;font-size:12px;font-weight:800;box-shadow:0 2px 7px rgba(15,23,42,.035)}
.landing-proof-strip{padding:15px 0}
.landing-proof-item{font-size:13px}
.landing-section{padding:82px 0}
.landing-section-heading{max-width:790px}
.landing-workflow-card,.landing-feature-card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.landing-workflow-card:hover,.landing-feature-card:hover{transform:translateY(-2px);border-color:#aebdc5;box-shadow:0 13px 28px rgba(15,23,42,.075)}
.landing-pricing-section{background:#dfe6e9!important;border-top:1px solid #cdd7dc;border-bottom:1px solid #cdd7dc}
.landing-pricing-heading{margin-bottom:34px}
.landing-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.landing-plan-card{display:flex;flex-direction:column;min-width:0;padding:0 17px 18px;border:1px solid #c7d2d9;border-radius:18px;background:#f8faf9;box-shadow:0 10px 26px rgba(15,23,42,.065)}
.landing-plan-card-free{background:#f3f6f7}
.landing-plan-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin:0 -17px 15px;padding:15px 17px 13px;border-bottom:1px solid #d5dee3;border-radius:17px 17px 0 0;background:#edf2f3}
.landing-plan-card:not(.landing-plan-card-free) .landing-plan-topline{background:#e3efed}
.landing-plan-topline>span{max-width:92px;color:#415466;font-size:11px;font-weight:900;letter-spacing:.025em;line-height:1.35;text-transform:uppercase}
.landing-plan-topline strong{color:#102a2e;font-size:24px;letter-spacing:-.04em;white-space:nowrap}
.landing-plan-topline small{margin-left:2px;color:#64748b;font-size:11px;font-weight:750;letter-spacing:0}
.landing-plan-card h3{margin:0;color:#0f172a;font-size:23px;letter-spacing:-.035em}
.landing-plan-card>p{min-height:40px;margin:7px 0 14px;color:#64748b;font-size:13px;line-height:1.5}
.landing-plan-card ul{display:grid;gap:9px;margin:0;padding:15px 0 0;border-top:1px solid #d8e0e4;list-style:none}
.landing-plan-card li{position:relative;padding-left:18px;color:#334155;font-size:12px;line-height:1.45}
.landing-plan-card li::before{content:"✓";position:absolute;left:0;top:0;color:#0f766e;font-weight:950}
.landing-plan-card li strong{color:#102a2e}
.landing-pricing-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:22px;padding:19px 21px;border:1px solid #a7c9c4;border-radius:16px;background:#f6faf9}
.landing-pricing-cta>div{display:grid;gap:3px}
.landing-pricing-cta strong{font-size:16px;color:#17313a}
.landing-pricing-cta span{color:#64748b;font-size:13px}
.landing-free-card{box-shadow:0 14px 30px rgba(2,6,23,.18)}
.landing-beta-panel{border-color:#bac8cf}
.landing-final{padding:76px 0}
.landing-footer{padding:25px 0}

@media(max-width:900px){
  .landing-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .landing-pricing-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:720px){
  .landing-header{position:relative}
  .landing-toolchain{margin-top:18px}
  .landing-pricing-grid{grid-template-columns:1fr}
  .landing-plan-card>p{min-height:0}
  .landing-pricing-cta .landing-button{width:100%}
}

/* Build 118 RC1 HOTFIX1 - landing document proof and refreshed anonymous workspace image. */
.landing-documents-showcase{background:linear-gradient(180deg,#f7fafa 0%,#eef3f4 100%);border-top:1px solid #d7e0e4;border-bottom:1px solid #d7e0e4}
.landing-documents-heading{max-width:790px}
.landing-document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:30px}
.landing-document-card{min-width:0;padding:20px;border:1px solid #c8d4da;border-radius:22px;background:#fff;box-shadow:0 18px 44px rgba(15,23,42,.09)}
.landing-document-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:15px}
.landing-document-type{display:block;margin-bottom:6px;color:#087b78;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.landing-document-card h3{margin:0;color:#172033;font-size:20px;line-height:1.25}
.landing-document-badge{flex:0 0 auto;padding:7px 9px;border:1px solid #b6d9d5;border-radius:999px;background:#edfafa;color:#087b78;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.landing-document-preview{display:block;overflow:hidden;border:1px solid #d9e1e5;border-radius:15px;background:#f7f9fa;box-shadow:0 7px 24px rgba(15,23,42,.08);transition:transform .18s ease,box-shadow .18s ease}
.landing-document-preview:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(15,23,42,.12)}
.landing-document-preview img{display:block;width:100%;height:auto;aspect-ratio:620/802;object-fit:cover;object-position:top center}
.landing-document-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:15px}
.landing-document-actions .landing-button{margin:0;padding:10px 15px;white-space:nowrap}
.landing-document-actions span{color:#64748b;font-size:11px;font-weight:700;text-align:right}
.landing-document-proof-note{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:22px;padding:20px 22px;border:1px solid #a9c9c5;border-radius:17px;background:#f8fbfa;box-shadow:0 9px 28px rgba(15,23,42,.055)}
.landing-document-proof-note>div{display:grid;gap:5px;max-width:760px}
.landing-document-proof-note strong{color:#17313a;font-size:16px}
.landing-document-proof-note span{color:#5b6978;font-size:13px;line-height:1.55}
.landing-document-proof-note .landing-button{flex:0 0 auto;white-space:nowrap}
@media(max-width:820px){.landing-document-grid{grid-template-columns:1fr}.landing-document-card{padding:16px}.landing-document-actions{align-items:flex-start;flex-direction:column}.landing-document-actions span{text-align:left}.landing-document-card h3{font-size:18px}.landing-document-proof-note{align-items:flex-start;flex-direction:column}.landing-document-proof-note .landing-button{width:100%}}

/* Build 127 FINAL Workflow Cohesion HOTFIX15 — landing page aligned to the current app */
.landing-product-tour{background:#e7edef!important}
.landing-tour-stack{display:grid;gap:34px}
.landing-tour-row{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:center;gap:30px;padding:26px;border:1px solid #cbd5dc;border-radius:22px;background:#f8faf9;box-shadow:0 14px 34px rgba(15,23,42,.07)}
.landing-tour-row-reverse{grid-template-columns:minmax(0,1.28fr) minmax(260px,.72fr)}
.landing-tour-row-reverse .landing-tour-copy{order:2}.landing-tour-row-reverse .landing-tour-shot{order:1}
.landing-tour-copy>span{display:inline-flex;margin-bottom:10px;padding:5px 8px;border:1px solid #add5d0;border-radius:999px;background:#e9f6f4;color:#0f766e;font-size:11px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}
.landing-tour-copy h3{margin:0;color:#172033;font-size:clamp(25px,3vw,36px);line-height:1.1;letter-spacing:-.04em}
.landing-tour-copy p{margin:14px 0 0;color:#536273;font-size:15px;line-height:1.7}
.landing-tour-shot{margin:0;overflow:hidden;border:1px solid #bccbd2;border-radius:16px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.12)}
.landing-tour-shot img{display:block;width:100%;height:auto;aspect-ratio:256/127;object-fit:cover}
.landing-feature-grid-complete{grid-template-columns:repeat(3,minmax(0,1fr))}
.landing-feature-grid-complete .landing-feature-card{min-height:205px}
.landing-feature-grid-complete .landing-feature-icon{font-size:14px;letter-spacing:-.02em}
.landing-feature-grid-complete .landing-feature-card-intelligence{border-color:#7fc4bb}
@media(max-width:1100px){.landing-feature-grid-complete{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.landing-tour-row,.landing-tour-row-reverse{grid-template-columns:1fr;gap:20px;padding:20px}.landing-tour-row-reverse .landing-tour-copy,.landing-tour-row-reverse .landing-tour-shot{order:initial}}
@media(max-width:720px){.landing-feature-grid-complete{grid-template-columns:1fr}.landing-feature-grid-complete .landing-feature-card{min-height:0}.landing-tour-stack{gap:22px}.landing-tour-row,.landing-tour-row-reverse{padding:14px;border-radius:17px}.landing-tour-shot{border-radius:12px}.landing-tour-copy{padding:6px 4px 4px}.landing-tour-copy p{font-size:14px}}
