/* TEXTORASIGN MULTI-PAGE MARKETING SYSTEM */

html{
  scroll-behavior:smooth;
}

.marketingInnerPage{
  margin:0;
  background:#f4f3ef;
}

.marketingPageHeader{
  position:relative;
  z-index:30;
}

.desktopNav a.active{
  color:#102f34;
  font-weight:650;
}

.desktopNav a.active::after{
  content:"";
  display:block;
  width:100%;
  height:2px;
  margin-top:5px;
  background:#102f34;
  border-radius:999px;
}

.pageHero{
  min-height:690px;
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(520px, 1.1fr);
  align-items:center;
  gap:68px;
  padding:96px clamp(28px, 6vw, 92px);
}

.pageHeroCopy{
  position:relative;
  z-index:2;
  max-width:650px;
}

.pageHeroCopy h1,
.pricingPageHero h1{
  margin:22px 0 24px;
  font-size:clamp(52px, 6vw, 84px);
  line-height:.98;
  font-weight:430;
  letter-spacing:-.065em;
}

.pageHeroCopy p,
.pricingPageHero p{
  max-width:610px;
  margin:0 0 32px;
  font-size:17px;
  line-height:1.72;
}

.darkCopy{
  color:#102f34;
}

.darkCopy p{
  color:#536266;
}

.pageHeroPanel{
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 28px 70px rgba(0,0,0,.18);
}

.productOverviewPanel{
  color:#102f34;
  background:#f8f8f5;
}

.overviewTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 22px;
  background:#fff;
  border-bottom:1px solid #dde2df;
}

.overviewTop b{
  padding:8px 11px;
  color:#18464b;
  background:#dcf3ea;
  border-radius:999px;
  font-size:11px;
}

.overviewBody{
  min-height:440px;
  display:grid;
  grid-template-columns:150px 1fr;
}

.overviewBody aside{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:24px 18px;
  border-right:1px solid #dde2df;
  background:#eef0ed;
}

.overviewBody aside small{
  margin-bottom:10px;
  color:#6b7779;
  font-size:10px;
  letter-spacing:.1em;
}

.overviewBody aside span{
  padding:11px;
  background:#fff;
  border:1px solid #d8ddda;
  border-radius:9px;
  font-size:12px;
}

.overviewBody article{
  width:min(72%, 420px);
  min-height:350px;
  margin:38px auto;
  padding:36px;
  background:#fff;
  box-shadow:0 14px 34px rgba(0,0,0,.08);
}

.overviewBody article h3{
  margin:16px 0 30px;
  font-size:25px;
}

.overviewBody article i{
  display:block;
  width:100%;
  height:7px;
  margin:12px 0;
  background:#e7e8e5;
  border-radius:999px;
}

.overviewBody article i.short{
  width:64%;
}

.overviewField{
  margin-top:72px;
  padding:13px;
  color:#17464b;
  background:#e5f3ef;
  border:1px solid #7eaaa6;
  border-radius:7px;
  font-size:12px;
}

.innerSection{
  padding:110px clamp(28px, 7vw, 110px);
  background:#f4f3ef;
}

.innerIntro{
  max-width:780px;
  margin-bottom:60px;
}

.innerIntro h2{
  margin:18px 0;
  font-size:clamp(40px, 5vw, 68px);
  line-height:1.02;
  font-weight:430;
  letter-spacing:-.055em;
}

.innerIntro p{
  max-width:650px;
  color:#586568;
  font-size:16px;
  line-height:1.7;
}

.featureRows{
  display:grid;
  gap:18px;
}

.featureRow{
  display:grid;
  grid-template-columns:60px minmax(280px, 1fr) minmax(280px, .85fr);
  align-items:center;
  gap:28px;
  padding:34px;
  background:#fff;
  border:1px solid #dde0dc;
  border-radius:22px;
}

.featureRowNumber{
  color:#7b8788;
  font-size:13px;
}

.featureRow h3{
  margin:0 0 10px;
  font-size:26px;
  font-weight:480;
  letter-spacing:-.03em;
}

.featureRow p{
  max-width:560px;
  margin:0;
  color:#647073;
  line-height:1.65;
}

.miniInterface,
.statusPreview{
  display:grid;
  gap:9px;
  padding:18px;
  background:#eef1ee;
  border-radius:14px;
}

.miniInterface span,
.statusPreview span{
  padding:11px 13px;
  background:#fff;
  border:1px solid #d7ddda;
  border-radius:9px;
  font-size:12px;
}

.invitationPreview{
  padding:22px;
  background:#102f34;
  border-radius:16px;
  color:#fff;
}

.invitationPreview b,
.invitationPreview span{
  display:block;
}

.invitationPreview span{
  margin-top:8px;
  color:#bed0d2;
  font-size:12px;
}

.workflowPageHero{
  background:#eee9df;
}

.workflowHeroSteps{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
}

.workflowHeroSteps article{
  min-height:155px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:24px;
  background:#fff;
  border:1px solid #dadbd6;
  border-radius:18px;
}

.workflowHeroSteps span{
  margin-bottom:auto;
  color:#829092;
  font-size:11px;
}

.workflowHeroSteps strong{
  font-size:24px;
  font-weight:500;
}

.workflowHeroSteps small{
  margin-top:7px;
  color:#697578;
}

.processTimeline{
  display:grid;
  gap:1px;
  background:#d7dbd7;
  border:1px solid #d7dbd7;
}

.processTimeline > article{
  display:grid;
  grid-template-columns:70px minmax(300px, 1fr) minmax(300px, .8fr);
  align-items:center;
  gap:34px;
  padding:50px;
  background:#f8f7f3;
}

.processNumber{
  align-self:start;
  color:#748184;
  font-size:12px;
}

.processCopy h2{
  margin:14px 0;
  font-size:39px;
  line-height:1.08;
  font-weight:450;
  letter-spacing:-.045em;
}

.processCopy p{
  max-width:550px;
  color:#5f6b6e;
  line-height:1.7;
}

.processVisual{
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px;
  border-radius:18px;
}

.documentVisual{
  background:#fff;
  box-shadow:0 12px 35px rgba(0,0,0,.07);
}

.documentVisual i{
  display:block;
  height:7px;
  margin-top:13px;
  background:#e7e8e5;
  border-radius:999px;
}

.documentVisual span{
  margin-top:45px;
  padding:12px;
  color:#17474c;
  background:#e3f2ed;
  border:1px solid #78a5a1;
  border-radius:7px;
}

.invitationVisual{
  color:#fff;
  background:#102f34;
}

.invitationVisual button,
.signingVisual button,
.completedVisual button{
  margin-top:28px;
  padding:13px 16px;
  border:0;
  border-radius:9px;
}

.signingVisual{
  background:#e5efed;
}

.signingVisual div{
  margin-top:24px;
  padding:15px;
  color:#17474c;
  background:#fff;
  border:1px solid #76a29e;
  border-radius:8px;
}

.completedVisual{
  align-items:center;
  text-align:center;
  background:#fff;
}

.completedVisual > span{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  color:#17474c;
  background:#dff3eb;
  border-radius:50%;
  font-size:23px;
}

.solutionsHeroGrid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
}

.solutionsHeroGrid article{
  min-height:170px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:24px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:18px;
  background:rgba(255,255,255,.07);
}

.solutionsHeroGrid span{
  color:#adc3c5;
  font-size:11px;
}

.solutionsHeroGrid strong{
  font-size:22px;
  font-weight:500;
}

.solutionGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:20px;
}

.solutionCard{
  min-height:370px;
  padding:38px;
  border-radius:24px;
}

.solutionCard h2{
  margin:44px 0 16px;
  font-size:38px;
  font-weight:450;
  letter-spacing:-.045em;
}

.solutionCard p{
  max-width:520px;
  line-height:1.7;
}

.solutionCard ul{
  display:grid;
  gap:10px;
  margin:30px 0 0;
  padding:0;
  list-style:none;
}

.solutionCard li::before{
  content:"✓";
  margin-right:9px;
}

.solutionNumber{
  font-size:11px;
  letter-spacing:.1em;
}

.solutionCard.warm{
  background:#eee0cf;
}

.solutionCard.cool{
  background:#dfece7;
}

.solutionCard.blue{
  background:#dce9ef;
}

.solutionCard.ink{
  color:#fff;
  background:#102f34;
}

.pricingPageHero{
  padding:100px 24px 62px;
  text-align:center;
  background:#f1f1f1;
}

.pricingPageHero h1{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  color:#102f34;
}

.pricingPageHero p{
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
  color:#596568;
}

.pricingPageSection{
  padding:20px 28px 110px;
  background:#f1f1f1;
}

.marketingPricingGrid{
  max-width:1040px;
}

.pricingPageNote{
  max-width:680px;
  margin:25px auto 0;
  color:#667174;
  font-size:12px;
  line-height:1.6;
  text-align:center;
}

.securityHeroVisual{
  display:grid;
  gap:16px;
}

.accessPanel,
.activityPanel{
  padding:28px;
  color:#102f34;
  background:#fff;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,.16);
}

.securityLock{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  color:#17474c;
  background:#e2f1ec;
  border-radius:13px;
  font-size:21px;
}

.accessPanel small,
.activityPanel small{
  display:block;
  margin-bottom:16px;
  color:#6c797b;
  font-size:10px;
  letter-spacing:.1em;
}

.accessPanel strong{
  display:block;
  font-size:24px;
  font-weight:500;
}

.activityPanel div{
  display:grid;
  grid-template-columns:22px 1fr auto;
  gap:9px;
  padding:13px 0;
  border-bottom:1px solid #e3e6e3;
  font-size:13px;
}

.activityPanel div:last-child{
  border-bottom:0;
}

.activityPanel b{
  color:#7b8789;
  font-size:11px;
}

.securityFeatureGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
}

.securityFeatureGrid article{
  padding:34px;
  background:#fff;
  border:1px solid #dce0dc;
  border-radius:20px;
}

.securityFeatureGrid article > span{
  color:#768386;
  font-size:11px;
}

.securityFeatureGrid h3{
  margin:38px 0 12px;
  font-size:27px;
  font-weight:470;
  letter-spacing:-.035em;
}

.securityFeatureGrid p{
  color:#606d70;
  line-height:1.7;
}

.marketingPageCta{
  border-top:1px solid rgba(16,47,52,.1);
}

@media(max-width:1050px){
  .pageHero{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .pageHeroCopy{
    max-width:760px;
  }

  .featureRow{
    grid-template-columns:50px 1fr;
  }

  .featureRow > :last-child{
    grid-column:2;
  }

  .processTimeline > article{
    grid-template-columns:50px 1fr;
  }

  .processVisual{
    grid-column:2;
  }
}

@media(max-width:760px){
  .pageHero{
    gap:46px;
    padding:70px 20px;
  }

  .pageHeroCopy h1,
  .pricingPageHero h1{
    font-size:48px;
  }

  .overviewBody{
    grid-template-columns:110px 1fr;
  }

  .overviewBody article{
    width:auto;
    margin:24px;
    padding:24px;
  }

  .innerSection{
    padding:76px 20px;
  }

  .featureRow{
    grid-template-columns:1fr;
    padding:26px;
  }

  .featureRow > :last-child{
    grid-column:auto;
  }

  .workflowHeroSteps,
  .solutionsHeroGrid,
  .solutionGrid,
  .securityFeatureGrid{
    grid-template-columns:1fr;
  }

  .processTimeline > article{
    grid-template-columns:1fr;
    padding:30px 24px;
  }

  .processVisual{
    grid-column:auto;
  }

  .pricingPageHero{
    padding:74px 20px 46px;
  }

  .pricingPageSection{
    padding-left:16px;
    padding-right:16px;
  }
}

@media(max-width:480px){
  .pageHeroCopy h1,
  .pricingPageHero h1{
    font-size:42px;
  }

  .overviewBody{
    grid-template-columns:1fr;
  }

  .overviewBody aside{
    display:none;
  }

  .solutionCard{
    padding:28px;
  }
}

/* TEXTORASIGN INNER PAGE CENTER SAFETY START */

.marketingInnerPage{
  min-height:100vh;
  overflow-x:hidden;
}

.marketingInnerPage .pageHero{
  width:100%;
  margin:0 auto;
}

.marketingInnerPage .pageHeroCopy{
  align-self:center;
}

.marketingInnerPage .pageHeroPanel,
.marketingInnerPage .workflowHeroSteps,
.marketingInnerPage .solutionsHeroGrid,
.marketingInnerPage .securityHeroVisual{
  align-self:center;
}

@media(min-width:901px){
  .marketingInnerPage .pageHero{
    padding-top:74px;
    padding-bottom:74px;
  }
}

@media(min-width:901px) and (max-height:759px){
  .marketingInnerPage .pageHeroCopy,
  .marketingInnerPage .pageHeroPanel,
  .marketingInnerPage .workflowHeroSteps,
  .marketingInnerPage .solutionsHeroGrid,
  .marketingInnerPage .securityHeroVisual{
    align-self:start;
  }
}

/* TEXTORASIGN INNER PAGE CENTER SAFETY END */

/* TEXTORASIGN PRICING PAGE TAB POSITION START */

.pricingPageHero + .pricingPageSection .billingTabs{
  margin-top:0;
  margin-bottom:42px;
}

.pricingPageHero + .pricingPageSection .marketingPricingGrid{
  margin-top:0;
}

/* TEXTORASIGN PRICING PAGE TAB POSITION END */


/* TEXTORASIGN PRICING BUTTON TYPOGRAPHY V2 */
.pricingPage a[href*="/signup"],
.marketingPage a[href*="/signup"],
#marketingProSignupButton{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 25px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:14px;
  font-weight:650;
  line-height:1;
  letter-spacing:-.014em;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

#marketingProSignupButton{
  font-weight:700;
  letter-spacing:-.018em;
}


/* TEXTORASIGN BRANDED COMPANY AND LEGAL PAGES V1 */
.legalHero,
.contactHero{
  padding:110px clamp(24px,6vw,90px) 72px;
  background:#f4f4f1;
  border-bottom:1px solid rgba(20,35,40,.1);
}

.legalHero > div,
.contactHero{
  max-width:860px;
}

.legalHero h1,
.contactHero h1{
  margin:15px 0 18px;
  max-width:820px;
  color:#14282d;
  font-size:clamp(42px,6vw,76px);
  font-weight:600;
  line-height:.98;
  letter-spacing:-.055em;
}

.legalHero p,
.contactHero p{
  max-width:690px;
  margin:0;
  color:#5d6b6e;
  font-size:17px;
  line-height:1.7;
}

.legalPageSection{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:70px;
  max-width:1180px;
  margin:0 auto;
  padding:80px 28px 120px;
}

.legalDocument{
  max-width:760px;
}

.legalDocument h2{
  margin:42px 0 12px;
  color:#14282d;
  font-size:21px;
  font-weight:650;
  letter-spacing:-.025em;
}

.legalDocument h2:first-child{
  margin-top:0;
}

.legalDocument p,
.legalDocument li{
  color:#526267;
  font-size:15px;
  line-height:1.8;
}

.legalDocument p{
  margin:0 0 15px;
}

.legalDocument ul{
  margin:0 0 18px;
  padding-left:22px;
}

.legalDocument a,
.contactGrid a{
  color:#053b49;
  font-weight:650;
  text-underline-offset:3px;
}

.legalAside{
  align-self:start;
  position:sticky;
  top:110px;
  padding:28px;
  border:1px solid rgba(20,35,40,.12);
  border-radius:20px;
  background:#f7f7f4;
}

.legalAside h3{
  margin:12px 0;
  color:#14282d;
  font-size:25px;
  font-weight:600;
  line-height:1.15;
  letter-spacing:-.035em;
}

.legalAside p{
  margin:0 0 22px;
  color:#637175;
  font-size:14px;
  line-height:1.65;
}

.aboutStatement{
  max-width:420px;
  padding:32px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:22px;
  background:rgba(255,255,255,.07);
}

.aboutStatement small{
  color:rgba(255,255,255,.62);
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
}

.aboutStatement strong{
  display:block;
  margin:17px 0 12px;
  color:#fff;
  font-size:29px;
  font-weight:600;
  letter-spacing:-.04em;
}

.aboutStatement p{
  margin:0;
  color:rgba(255,255,255,.72);
  line-height:1.65;
}

.contactGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  max-width:1180px;
  margin:0 auto;
  padding:72px 28px;
}

.contactGrid article{
  padding:30px;
  border:1px solid rgba(20,35,40,.12);
  border-radius:20px;
  background:#fff;
}

.contactGrid article > span{
  color:#8d999b;
  font-size:12px;
  font-weight:700;
}

.contactGrid h3{
  margin:18px 0 10px;
  color:#14282d;
  font-size:23px;
  font-weight:600;
  letter-spacing:-.03em;
}

.contactGrid p{
  min-height:48px;
  margin:0 0 20px;
  color:#637175;
  line-height:1.6;
}

.contactSupport{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  max-width:1124px;
  margin:0 auto 110px;
  padding:42px;
  border-radius:24px;
  background:#edf2f0;
}

.contactSupport h2{
  margin:10px 0 8px;
  color:#14282d;
  font-size:32px;
  font-weight:600;
  letter-spacing:-.04em;
}

.contactSupport p{
  margin:0;
  color:#637175;
}

@media(max-width:820px){
  .legalPageSection{
    grid-template-columns:1fr;
    gap:45px;
  }

  .legalAside{
    position:static;
  }

  .contactGrid{
    grid-template-columns:1fr;
  }

  .contactSupport{
    align-items:flex-start;
    flex-direction:column;
    margin-left:18px;
    margin-right:18px;
  }
}

/* TEXTORASIGN PRICING SLIDING TAB FINAL V3 */
.billingTabs{
  position:relative !important;
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  width:366px !important;
  max-width:calc(100vw - 32px) !important;
  height:72px !important;
  padding:5px !important;
  overflow:hidden !important;
  border:1px solid rgba(20,40,45,.14) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 12px 30px rgba(20,40,45,.08) !important;
  isolation:isolate !important;
}

.billingTabs::before{
  content:"" !important;
  position:absolute !important;
  z-index:0 !important;
  top:5px !important;
  bottom:5px !important;
  left:5px !important;
  width:calc(50% - 5px) !important;
  border-radius:14px !important;
  background:#123a40 !important;
  transform:translateX(0) !important;
  transition:transform .28s cubic-bezier(.2,.8,.2,1) !important;
  pointer-events:none !important;
}

.billingTabs.annualSelected::before{
  transform:translateX(100%) !important;
}

.billingTabs.monthlySelected::before{
  transform:translateX(0) !important;
}

.billingTabs .billingTab{
  position:relative !important;
  z-index:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  min-width:0 !important;
  height:62px !important;
  margin:0 !important;
  padding:0 14px !important;
  border:0 !important;
  border-radius:14px !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#344f54 !important;
  font:600 15px/1 Inter,"Segoe UI",sans-serif !important;
  cursor:pointer !important;
  transition:color .2s ease !important;
}

.billingTabs .billingTab.active{
  background:transparent !important;
  color:#fff !important;
}

.billingTabs .billingTab span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:6px 9px !important;
  border-radius:999px !important;
  background:#e8fff6 !important;
  color:#153d39 !important;
  font-size:12px !important;
  font-weight:700 !important;
  white-space:nowrap !important;
}

@media(max-width:480px){
  .billingTabs{
    width:100% !important;
  }

  .billingTabs .billingTab{
    padding:0 8px !important;
    font-size:14px !important;
  }

  .billingTabs .billingTab span{
    padding:5px 7px !important;
    font-size:11px !important;
  }
}
