:root{
  --fp-ink:#0c1220;
  --fp-muted:#64748b;
  --fp-blue:#2563eb;
  --fp-indigo:#5b5bd6;
  --fp-sky:#5b8cff;
  --fp-orange:#f49e47;
  --fp-line:#e2e8f0;
  --fp-soft:#f8fafc;
  --fp-white:#fff;
  --fp-radius:18px;
  --fp-shadow:0 24px 70px rgba(15,23,42,.14);
  --fp-font:ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", "Noto Sans", sans-serif;
}
*{box-sizing:border-box}
[hidden]{display:none !important}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--fp-font);
  color:var(--fp-ink);
  background:var(--fp-white);
}
a{color:inherit}
.sales-page{
  min-height:100vh;
  overflow-x:hidden;
}
.sales-shell{
  width:min(1160px, calc(100vw - 32px));
  margin:0 auto;
}
.sales-topbar{
  position:sticky;
  top:0;
  z-index:30;
  border-bottom:1px solid rgba(226,232,240,.78);
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
}
.sales-topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:74px;
}
.sales-logo{
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  text-decoration:none;
}
.sales-logo img{
  width:44px;
  height:44px;
  object-fit:contain;
}
.sales-logo span{
  font-size:18px;
}
.sales-nav{
  display:flex;
  align-items:center;
  gap:18px;
  color:#475569;
  font-size:14px;
  font-weight:800;
}
.sales-nav a{
  text-decoration:none;
}
.sales-nav a:hover{
  color:var(--fp-indigo);
}
.sales-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.sales-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border:1px solid transparent;
  border-radius:12px;
  color:var(--fp-ink);
  font-weight:900;
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.sales-btn:hover{
  transform:translateY(-1px);
}
.sales-btn.primary{
  color:#fff;
  background:linear-gradient(135deg, var(--fp-blue), var(--fp-sky));
  box-shadow:0 16px 32px rgba(37,99,235,.24);
}
.sales-btn.secondary{
  border-color:#cbd5e1;
  background:#fff;
}
.sales-btn.orange{
  color:#fff;
  background:linear-gradient(135deg, #f49e47, #fb7b34);
  box-shadow:0 16px 34px rgba(244,158,71,.28);
}
.whatsapp-btn{
  gap:9px;
}
.whatsapp-btn svg{
  width:21px;
  height:21px;
  flex:0 0 auto;
}
.hero{
  position:relative;
  background:
    radial-gradient(900px 420px at 84% 8%, rgba(91,140,255,.22), transparent 58%),
    radial-gradient(760px 380px at 20% 14%, rgba(244,158,71,.14), transparent 58%),
    linear-gradient(180deg, #f8fbff 0%, #fff 76%);
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0, .96fr) minmax(420px, 1.04fr);
  gap:46px;
  align-items:center;
  min-height:calc(100vh - 74px);
  padding:74px 0 54px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:32px;
  padding:5px 12px;
  border:1px solid #fed7aa;
  border-radius:999px;
  color:#c2410c;
  background:#fff7ed;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
.hero h1{
  margin:18px 0 16px;
  font-size:clamp(42px, 6.4vw, 78px);
  line-height:.96;
  letter-spacing:0;
}
.hero h1 span{
  color:var(--fp-indigo);
}
.hero-lead{
  max-width:620px;
  margin:0;
  color:#475569;
  font-size:19px;
  line-height:1.7;
}
.hero-ctas{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.hero-proof{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
  margin-top:30px;
}
.proof-item{
  padding:14px;
  border:1px solid var(--fp-line);
  border-radius:12px;
  background:rgba(255,255,255,.78);
}
.proof-item strong{
  display:block;
  font-size:22px;
}
.proof-item span{
  display:block;
  margin-top:4px;
  color:var(--fp-muted);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
.hero-product{
  position:relative;
  min-height:540px;
  display:grid;
  place-items:center;
}
.product-frame{
  width:100%;
  border:1px solid rgba(255,255,255,.5);
  border-radius:28px;
  padding:18px;
  background:linear-gradient(135deg, rgba(91,91,214,.86), rgba(91,140,255,.92));
  box-shadow:var(--fp-shadow);
}
.product-frame img{
  width:100%;
  display:block;
  border-radius:18px;
  background:#fff;
}
.floating-panel{
  position:absolute;
  left:-18px;
  bottom:42px;
  width:min(310px, 46vw);
  padding:16px;
  border:1px solid rgba(226,232,240,.88);
  border-radius:16px;
  background:rgba(255,255,255,.94);
  box-shadow:0 22px 50px rgba(15,23,42,.16);
}
.floating-panel span{
  display:block;
  color:var(--fp-muted);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.floating-panel strong{
  display:block;
  margin-top:5px;
  font-size:22px;
}
.section{
  padding:82px 0;
}
.section.soft{
  background:#f8fafc;
}
.dashboard-showcase{
  background:#fff;
}
.dashboard-showcase-grid{
  display:grid;
  grid-template-columns:minmax(0, .82fr) minmax(520px, 1.18fr);
  gap:36px;
  align-items:center;
}
.dashboard-copy h2{
  margin:18px 0 12px;
  font-size:clamp(32px, 4.6vw, 56px);
  line-height:1.04;
}
.dashboard-copy p{
  margin:0;
  color:#475569;
  font-size:17px;
  line-height:1.68;
}
.dashboard-points{
  display:grid;
  gap:10px;
  margin-top:22px;
}
.dashboard-points article{
  padding:16px;
  border:1px solid var(--fp-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.dashboard-points strong,
.dashboard-points span{
  display:block;
}
.dashboard-points strong{
  color:#4f46e5;
  font-size:16px;
}
.dashboard-points span{
  margin-top:5px;
  color:#475569;
  line-height:1.45;
}
.dashboard-preview{
  position:relative;
  overflow:hidden;
  min-height:0;
  margin:0;
  padding:12px;
  border:1px solid #dbeafe;
  border-radius:24px;
  background:
    linear-gradient(90deg, rgba(91,140,255,.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  box-shadow:var(--fp-shadow);
}
.product-screenshot{
  position:relative;
  overflow:hidden;
  margin:0;
  border:1px solid #dbeafe;
  border-radius:24px;
  background:#fff;
  box-shadow:var(--fp-shadow);
}
.product-screenshot img{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
}
.product-screenshot figcaption{
  position:absolute;
  left:22px;
  bottom:22px;
  max-width:min(410px, calc(100% - 44px));
  padding:14px 16px;
  border:1px solid rgba(226,232,240,.92);
  border-radius:16px;
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 38px rgba(15,23,42,.14);
}
.product-screenshot figcaption strong,
.product-screenshot figcaption span{
  display:block;
}
.product-screenshot figcaption strong{
  color:#111827;
  font-size:17px;
}
.product-screenshot figcaption span{
  margin-top:4px;
  color:#475569;
  font-size:13px;
  font-weight:750;
  line-height:1.35;
}
.preview-topline{
  display:flex;
  justify-content:flex-end;
  gap:9px;
  padding-bottom:14px;
  border-bottom:1px solid #e2e8f0;
}
.preview-topline span{
  width:14px;
  height:14px;
  border:2px solid #7c3aed;
  border-radius:50%;
}
.preview-topline span:first-child{
  border-color:#fb923c;
}
.preview-topline span:last-child{
  width:28px;
  height:28px;
  margin-top:-7px;
  border:0;
  background:linear-gradient(135deg, #dbeafe, #fef3c7);
}
.preview-title{
  display:grid;
  gap:6px;
  margin-top:18px;
}
.preview-title strong{
  font-size:22px;
}
.preview-title small{
  color:#475569;
}
.preview-cards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
  margin-top:22px;
}
.preview-cards article{
  min-height:86px;
  padding:14px;
  border:1px solid var(--fp-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.preview-cards b{
  display:block;
  color:#5b21b6;
}
.preview-cards small{
  display:inline-flex;
  margin-top:18px;
  padding:5px 8px;
  border:1px solid #e2e8f0;
  border-radius:999px;
  color:#334155;
  font-size:11px;
}
.preview-main{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:14px;
  margin-top:20px;
}
.preview-calendar,
.preview-notes{
  min-height:300px;
  padding:14px;
  border:1px solid var(--fp-line);
  border-radius:16px;
  background:#fff;
}
.preview-calendar-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.preview-calendar-head strong,
.preview-notes strong{
  font-size:20px;
}
.preview-calendar-head span{
  color:#6d28d9;
  font-size:12px;
  font-weight:950;
}
.preview-week,
.preview-days{
  display:grid;
  grid-template-columns:repeat(7, minmax(0, 1fr));
}
.preview-week span{
  padding:8px 6px;
  color:#475569;
  background:#f8fafc;
  font-size:9px;
  font-weight:950;
}
.preview-days i{
  position:relative;
  min-height:46px;
  padding:7px 6px;
  border-top:1px solid #e2e8f0;
  border-left:1px solid #e2e8f0;
  color:#0f172a;
  background:#fff;
  font-size:12px;
  font-style:normal;
  font-weight:900;
}
.preview-days i:nth-child(7n){
  border-right:1px solid #e2e8f0;
}
.preview-days i.has-project,
.preview-days i.today{
  background:#f3edff;
}
.preview-days i.today{
  outline:2px solid #c4b5fd;
  outline-offset:-2px;
}
.preview-days i span{
  position:absolute;
  left:6px;
  bottom:6px;
  color:#6d28d9;
  font-size:9px;
  font-weight:950;
}
.preview-notes{
  background:
    linear-gradient(90deg, rgba(244,158,71,.08) 1px, transparent 1px),
    linear-gradient(rgba(244,158,71,.08) 1px, transparent 1px),
    #fff;
  background-size:22px 22px;
}
.note-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}
.note{
  min-height:110px;
  border-radius:13px;
  box-shadow:0 16px 34px rgba(15,23,42,.08);
}
.note.yellow{background:linear-gradient(135deg, #fef9c3, #fde68a)}
.note.blue{background:linear-gradient(135deg, #dbeafe, #e0e7ff)}
.note.lilac{background:linear-gradient(135deg, #ede9fe, #ddd6fe)}
.note.pink{background:linear-gradient(135deg, #ffe4e6, #fecdd3)}
.section-head{
  max-width:780px;
  margin-bottom:30px;
}
.section-head.center{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.section-head h2{
  margin:0;
  font-size:clamp(30px, 4.2vw, 52px);
  line-height:1.05;
}
.section-head p{
  margin:12px 0 0;
  color:#475569;
  font-size:17px;
  line-height:1.65;
}
.benefits-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.benefit-card{
  min-height:250px;
  padding:22px;
  border:1px solid var(--fp-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 35px rgba(15,23,42,.05);
}
.benefit-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg, var(--fp-indigo), var(--fp-sky));
  font-weight:950;
}
.benefit-card:nth-child(2n) .benefit-icon{
  background:linear-gradient(135deg, var(--fp-orange), #fb7b34);
}
.benefit-card h3{
  margin:18px 0 8px;
  font-size:21px;
}
.benefit-card p{
  margin:0;
  color:#475569;
  line-height:1.65;
}
.feature-band{
  background:
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.advanced-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
}
.advanced-card{
  min-height:230px;
  padding:20px;
  border:1px solid #dbeafe;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 44px rgba(37,99,235,.06);
}
.advanced-card span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:4px 9px;
  border-radius:999px;
  color:#1d4ed8;
  background:#eff6ff;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
}
.advanced-card h3{
  margin:16px 0 8px;
  font-size:20px;
  line-height:1.2;
}
.advanced-card p{
  margin:0;
  color:#475569;
  line-height:1.6;
}
.feature-shot{
  display:grid;
  grid-template-columns:minmax(0, .72fr) minmax(560px, 1.28fr);
  gap:28px;
  align-items:center;
  margin-top:28px;
}
.feature-shot-wide{
  padding:18px;
  border:1px solid #e0e7ff;
  border-radius:24px;
  background:
    linear-gradient(135deg, rgba(255,247,237,.72), rgba(239,246,255,.9));
}
.feature-shot-copy h3{
  margin:18px 0 10px;
  font-size:clamp(28px, 3.8vw, 44px);
  line-height:1.05;
}
.feature-shot-copy h2{
  margin:18px 0 10px;
  font-size:clamp(30px, 4vw, 48px);
  line-height:1.05;
}
.feature-shot-copy p{
  margin:0;
  color:#475569;
  font-size:16px;
  line-height:1.7;
}
.workflow{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
}
.workflow-list{
  display:grid;
  gap:12px;
}
.workflow-item{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:start;
  padding:16px;
  border:1px solid var(--fp-line);
  border-radius:14px;
  background:#fff;
}
.workflow-number{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:12px;
  color:#fff;
  background:var(--fp-indigo);
  font-weight:950;
}
.workflow-item h3{
  margin:0 0 5px;
}
.workflow-item p{
  margin:0;
  color:#475569;
  line-height:1.55;
}
.workflow-media{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.workflow-media.product-screenshot{
  display:block;
  align-self:center;
}
.resource-screenshot img{
  min-height:460px;
  object-fit:cover;
  object-position:left center;
}
.status-report-section{
  background:#fff;
}
.workspace-shot{
  grid-template-columns:minmax(560px, 1.25fr) minmax(0, .75fr);
}
.status-report-copy{
  padding:8px 0;
}
.status-report-grid{
  display:grid;
  gap:10px;
  margin-top:22px;
}
.status-report-grid article{
  padding:16px;
  border:1px solid #dbeafe;
  border-radius:14px;
  background:#f8fbff;
  box-shadow:0 12px 30px rgba(37,99,235,.05);
}
.status-report-grid strong,
.status-report-grid span{
  display:block;
}
.status-report-grid strong{
  color:#1d4ed8;
  font-size:16px;
}
.status-report-grid span{
  margin-top:5px;
  color:#475569;
  line-height:1.45;
}
.media-tile{
  border:1px solid var(--fp-line);
  border-radius:16px;
  padding:16px;
  background:#fff;
  box-shadow:0 16px 38px rgba(15,23,42,.06);
}
.media-tile img{
  width:54px;
  height:54px;
  object-fit:contain;
}
.media-tile strong{
  display:block;
  margin-top:14px;
  font-size:18px;
}
.media-tile span{
  display:block;
  margin-top:5px;
  color:var(--fp-muted);
  line-height:1.45;
}
.use-cases{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
}
.use-case{
  padding:18px;
  border:1px solid var(--fp-line);
  border-radius:16px;
  background:#fff;
}
.use-case strong{
  display:block;
  font-size:17px;
}
.use-case span{
  display:block;
  margin-top:8px;
  color:#475569;
  line-height:1.5;
}
.individual-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-bottom:18px;
}
.individual-card{
  min-height:190px;
  padding:20px;
  border:1px solid var(--fp-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 44px rgba(15,23,42,.05);
}
.individual-card h3{
  margin:14px 0 0;
  font-size:20px;
}
.individual-card p{
  margin:10px 0 0;
  color:#475569;
  line-height:1.55;
}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:12px;
}
.pricing-grid.individual-pricing{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
.price-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:250px;
  padding:20px;
  border:1px solid var(--fp-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 44px rgba(15,23,42,.06);
}
.price-card.featured{
  border-color:rgba(244,158,71,.55);
  box-shadow:0 24px 54px rgba(244,158,71,.16);
}
.price-badge{
  align-self:flex-start;
  padding:5px 9px;
  border-radius:999px;
  color:#c2410c;
  background:#fff7ed;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
}
.price-card h3{
  margin:16px 0 0;
  font-size:18px;
}
.plan-users{
  margin-top:8px;
  color:#020817;
  font-size:18px;
  font-weight:800;
}
.price{
  margin-top:12px;
}
.price strong{
  font-size:35px;
  line-height:1;
}
.price span{
  color:var(--fp-muted);
  font-weight:800;
}
.annual-price{
  display:flex;
  flex-direction:column;
  gap:3px;
  margin-top:10px;
  padding:10px 12px;
  border:1px solid #dbeafe;
  border-radius:12px;
  background:#f8fbff;
}
.annual-price span{
  color:#64748b;
  font-size:11px;
  font-weight:950;
  text-transform:lowercase;
}
.annual-price strong{
  color:#0f172a;
  font-size:16px;
  line-height:1.2;
}
.plan-feature-list{
  display:flex;
  flex-direction:column;
  gap:7px;
  margin:14px 0 0;
  padding:0;
  list-style:none;
}
.plan-feature-list li{
  position:relative;
  padding-left:20px;
  color:#334155;
  font-size:13px;
  font-weight:750;
  line-height:1.35;
}
.plan-feature-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:5px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 3px rgba(34,197,94,.14);
}
.price-card p{
  margin:14px 0 0;
  color:#475569;
  line-height:1.55;
}
.price-card .sales-btn{
  margin-top:auto;
}
.pricing-note{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:12px;
  margin-top:16px;
  padding:18px;
  border:1px solid #c7d2fe;
  border-radius:16px;
  background:#eef2ff;
}
.pricing-note strong{
  display:block;
}
.pricing-note span{
  color:#475569;
}
.checkout-open{
  overflow:hidden;
}
.checkout-modal{
  position:fixed;
  inset:0;
  z-index:90;
  display:grid;
  place-items:center;
  padding:20px;
}
.checkout-backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.52);
}
.checkout-card{
  position:relative;
  width:min(540px, 100%);
  max-height:calc(100vh - 40px);
  overflow:auto;
  padding:24px;
  border-radius:18px;
  background:#fff;
  box-shadow:var(--fp-shadow);
}
.checkout-close{
  position:absolute;
  top:14px;
  right:14px;
  width:36px;
  height:36px;
  border:1px solid var(--fp-line);
  border-radius:10px;
  background:#fff;
  cursor:pointer;
  font-weight:900;
}
.checkout-head h2{
  margin:14px 0 8px;
  font-size:30px;
}
.checkout-head p{
  margin:0;
  color:#475569;
  line-height:1.5;
}
.checkout-form{
  display:grid;
  gap:12px;
  margin-top:20px;
}
.checkout-field{
  display:grid;
  gap:7px;
  color:#334155;
  font-size:13px;
  font-weight:900;
}
.checkout-field input{
  width:100%;
  min-height:46px;
  padding:0 12px;
  border:1px solid #cbd5e1;
  border-radius:12px;
  font:inherit;
}
.checkout-field input:focus{
  outline:2px solid rgba(37,99,235,.18);
  border-color:var(--fp-blue);
}
.trial-consent-box{
  display:grid;
  gap:10px;
  padding:14px;
  border:1px solid #fed7aa;
  border-radius:14px;
  background:#fff7ed;
}
.trial-consent-box[hidden]{
  display:none;
}
.trial-consent-box strong{
  color:#9a3412;
  font-size:14px;
}
.trial-consent-box p{
  margin:0;
  color:#7c2d12;
  font-size:13px;
  font-weight:750;
  line-height:1.45;
}
.trial-consent-check{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:10px;
  align-items:flex-start;
  padding-top:10px;
  border-top:1px solid #fed7aa;
}
.trial-consent-check input{
  width:18px;
  height:18px;
  margin-top:2px;
  accent-color:#f97316;
}
.trial-consent-check span{
  color:#431407;
  font-size:12.5px;
  font-weight:800;
  line-height:1.45;
}
.checkout-alert{
  padding:12px;
  border:1px solid #fecaca;
  border-radius:12px;
  color:#991b1b;
  background:#fff1f2;
  line-height:1.45;
}
.checkout-alert[data-type="success"]{
  border-color:#bbf7d0;
  color:#166534;
  background:#f0fdf4;
}
.checkout-submit{
  width:100%;
  margin-top:6px;
}
.checkout-result{
  margin-top:18px;
  padding:16px;
  border:1px solid #bfdbfe;
  border-radius:14px;
  background:#eff6ff;
}
.checkout-result strong{
  display:block;
  font-size:20px;
}
.checkout-result p{
  color:#475569;
  line-height:1.55;
}
.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.faq-item{
  padding:20px;
  border:1px solid var(--fp-line);
  border-radius:16px;
  background:#fff;
}
.faq-item h3{
  margin:0 0 8px;
}
.faq-item p{
  margin:0;
  color:#475569;
  line-height:1.6;
}
.final-cta{
  margin:84px 0;
  padding:42px;
  border-radius:28px;
  color:#fff;
  background:
    linear-gradient(135deg, rgba(12,18,32,.2), rgba(12,18,32,.05)),
    linear-gradient(135deg, var(--fp-indigo), var(--fp-sky));
  box-shadow:var(--fp-shadow);
}
.final-cta h2{
  margin:0;
  max-width:740px;
  font-size:clamp(30px, 4.5vw, 54px);
  line-height:1.05;
}
.final-cta p{
  max-width:700px;
  margin:14px 0 24px;
  color:rgba(255,255,255,.84);
  font-size:17px;
  line-height:1.65;
}
.sales-footer{
  padding:28px 0;
  border-top:1px solid var(--fp-line);
  color:var(--fp-muted);
  font-size:13px;
}
.sales-footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.sales-footer nav{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.sales-footer a{
  text-decoration:none;
  font-weight:800;
}
.sales-footer a:hover{
  color:var(--fp-indigo);
}
@media (max-width: 1040px){
  .sales-nav{display:none}
  .hero-grid,
  .workflow,
  .dashboard-showcase-grid,
  .feature-shot{
    grid-template-columns:1fr;
  }
  .hero-product{
    min-height:auto;
  }
  .pricing-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .pricing-grid.individual-pricing,
  .individual-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .use-cases{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .advanced-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .feature-shot{
    padding:14px;
  }
  .resource-screenshot img{
    min-height:0;
  }
}
@media (max-width: 760px){
  .sales-topbar-inner{
    min-height:auto;
    padding:14px 0;
    align-items:flex-start;
  }
  .sales-actions{
    display:none;
  }
  .hero-grid{
    padding:44px 0 38px;
  }
  .hero-proof,
  .benefits-grid,
  .preview-cards,
  .preview-main,
  .pricing-grid,
  .pricing-grid.individual-pricing,
  .individual-grid,
  .advanced-grid,
  .faq-grid,
  .use-cases,
  .workflow-media{
    grid-template-columns:1fr;
  }
  .floating-panel{
    position:static;
    width:100%;
    margin-top:12px;
  }
  .section{
    padding:54px 0;
  }
  .dashboard-preview{
    min-height:auto;
    padding:14px;
  }
  .product-screenshot{
    border-radius:18px;
  }
  .product-screenshot img{
    border-radius:13px;
  }
  .product-screenshot figcaption{
    position:static;
    max-width:none;
    margin:10px 0 0;
    box-shadow:none;
  }
  .feature-shot{
    margin-top:18px;
  }
  .final-cta{
    margin:54px 0;
    padding:28px;
  }
  .sales-footer-inner{
    align-items:flex-start;
    flex-direction:column;
  }
}
