.taskora-feature-section-alt{
  padding:90px 20px;
  background:linear-gradient(180deg,#f8f9fb 0%,#f3f5f8 100%);
}

.taskora-feature-inner-reverse{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.08fr 0.92fr;
  gap:48px;
  align-items:center;
}

.taskora-feature-copy{
  max-width:540px;
}

.taskora-feature-eyebrow{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(136,24,37,.08);
  border:1px solid rgba(136,24,37,.12);
  color:#881825;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:20px;
}

.taskora-feature-copy h2{
  margin:0 0 18px;
  font-size:clamp(2rem,4vw,3.3rem);
  line-height:1.08;
  letter-spacing:-.04em;
  color:#20252d;
  font-weight:800;
}

.taskora-feature-copy p{
  margin:0 0 28px;
  font-size:1.06rem;
  line-height:1.7;
  color:#5f6878;
}

.taskora-feature-points{
  display:grid;
  gap:14px;
}

.taskora-feature-point{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:1rem;
  color:#344054;
  font-weight:600;
}

.taskora-point-icon{
  width:24px;
  height:24px;
  border-radius:50%;
  background:rgba(47,158,91,.12);
  color:#2f9e5b;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:800;
  flex-shrink:0;
  margin-top:2px;
}

.taskora-worklog-frame{
  background:#fff;
  border:1px solid #e4e7ec;
  border-radius:28px;
  padding:24px;
  box-shadow:0 24px 60px rgba(15,23,42,.08);
}

.taskora-worklog-header{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  margin-bottom:22px;
}

.taskora-worklog-label,
.taskora-panel-label{
  display:inline-block;
  margin-bottom:8px;
  color:#667085;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.taskora-worklog-header h3{
  margin:0 0 8px;
  font-size:1.9rem;
  line-height:1.1;
  letter-spacing:-.03em;
  color:#20252d;
}

.taskora-worklog-header p{
  margin:0;
  color:#667085;
  font-size:15px;
}

.taskora-worklog-close{
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid #e4e7ec;
  background:#fafafa;
  color:#667085;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  flex-shrink:0;
}

.taskora-worklog-grid{
  display:grid;
  grid-template-columns:.9fr 1.3fr;
  gap:18px;
}

.taskora-worklog-right{
  display:grid;
  gap:16px;
}

.taskora-panel{
  background:#fafbfc;
  border:1px solid #eceff3;
  border-radius:24px;
  padding:18px;
}

.taskora-panel h4{
  margin:0 0 14px;
  font-size:1.1rem;
  color:#20252d;
  letter-spacing:-.02em;
}

.taskora-summary-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-bottom:14px;
}

.taskora-info-box,
.taskora-field-box{
  background:#fff;
  border:1px solid #e4e7ec;
  border-radius:18px;
  padding:14px;
}

.taskora-info-box label,
.taskora-field-box label,
.taskora-text-box label{
  display:block;
  font-size:14px;
  color:#667085;
  margin-bottom:8px;
}

.taskora-info-box strong,
.taskora-field-box div,
.taskora-text-box div{
  font-size:1rem;
  color:#20252d;
  font-weight:700;
}

.taskora-text-box{
  background:#fff;
  border:1px solid #e4e7ec;
  border-radius:18px;
  padding:14px;
  min-height:120px;
}

.taskora-stopwatch-card{
  background:linear-gradient(180deg,#fffdfd 0%,#fdf9fa 100%);
  border:1px solid #ead9dd;
  border-radius:22px;
  padding:18px;
  margin-bottom:14px;
}

.taskora-stopwatch-time{
  font-size:clamp(2.5rem,5vw,4rem);
  line-height:1;
  letter-spacing:-.05em;
  color:#20252d;
  font-weight:800;
  margin-bottom:14px;
}

.taskora-stopwatch-note{
  color:#667085;
  font-size:15px;
  margin-bottom:14px;
}

.taskora-stopwatch-actions,
.taskora-signature-actions,
.taskora-worklog-footer{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.taskora-btn-mini,
.taskora-btn-mini:link,
.taskora-btn-mini:visited,
.taskora-feature-section-alt button.taskora-btn-mini{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding:12px 18px !important;
  min-height:48px !important;
  border-radius:999px !important;
  border:1px solid #dfe3ea !important;
  background:#fff !important;
  color:#344054 !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:700 !important;
  font-family:inherit !important;
  text-decoration:none !important;
  box-shadow:none !important;
  cursor:pointer !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  transition:all .25s ease !important;
}

.taskora-btn-mini:hover,
.taskora-feature-section-alt button.taskora-btn-mini:hover{
  transform:translateY(-1px) !important;
  border-color:#cfd6df !important;
  color:#20252d !important;
}

.taskora-btn-primary,
.taskora-feature-section-alt button.taskora-btn-primary{
  background:linear-gradient(135deg,#9f1d2d 0%,#781623 100%) !important;
  color:#fff !important;
  border:1px solid transparent !important;
  box-shadow:0 14px 28px rgba(136,24,37,.18) !important;
}

.taskora-btn-primary:hover,
.taskora-feature-section-alt button.taskora-btn-primary:hover{
  color:#fff !important;
  transform:translateY(-2px) !important;
  box-shadow:0 18px 34px rgba(136,24,37,.24) !important;
}

.taskora-mini-form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.taskora-field-box.center div{
  text-align:center;
}

.taskora-large-box{
  min-height:140px;
  border-radius:20px;
  border:1px solid #e4e7ec;
  background:#fff;
  padding:18px;
  font-size:1rem;
}

.taskora-large-box.muted{
  color:#8a93a3;
}

.taskora-panel-two-up{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  align-items:start;
}

.taskora-checkbox-box{
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff;
  border:1px solid #e4e7ec;
  border-radius:18px;
  padding:16px 14px;
  color:#344054;
  font-weight:500;
}

.taskora-checkbox{
  width:20px;
  height:20px;
  border:1.5px solid #98a2b3;
  border-radius:4px;
  display:inline-block;
  flex-shrink:0;
}

.taskora-signature-text{
  margin:0 0 14px;
  color:#667085;
  font-size:15px;
}

.taskora-signature-box{
  min-height:150px;
  border-radius:20px;
  background:#fff;
  border:1px dashed #cfd5dd;
  margin-bottom:14px;
}

@media (max-width:1100px){
  .taskora-feature-inner-reverse{
    grid-template-columns:1fr;
    gap:36px;
  }

  .taskora-feature-copy{
    max-width:100%;
  }

  .taskora-worklog-grid{
    grid-template-columns:1fr;
  }

  .taskora-panel-two-up{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .taskora-feature-section-alt{
    padding:70px 20px;
  }

  .taskora-feature-copy h2{
    font-size:2rem;
  }

  .taskora-worklog-header h3{
    font-size:1.45rem;
  }

  .taskora-summary-grid,
  .taskora-mini-form-grid{
    grid-template-columns:1fr;
  }

  .taskora-btn-mini{
    width:100% !important;
  }

  .taskora-worklog-footer{
    flex-direction:column;
  }
}

/* TASKORA GLOBAL BUTTON RESET */
.taskora-btn,
.taskora-btn:link,
.taskora-btn:visited,
.taskora-btn:hover,
.taskora-btn:focus,
.taskora-btn:active,
button.taskora-btn,
button.taskora-btn:hover,
button.taskora-btn:focus,
button.taskora-btn:active,
input[type="button"].taskora-btn,
input[type="submit"].taskora-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 18px !important;
  min-height: 48px !important;
  border-radius: 999px !important;
  border: 1px solid #dfe3ea !important;
  background: #ffffff !important;
  color: #344054 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: all 0.25s ease !important;
  outline: none !important;
}

.taskora-btn:hover,
button.taskora-btn:hover,
input[type="button"].taskora-btn:hover,
input[type="submit"].taskora-btn:hover {
  transform: translateY(-1px) !important;
  border-color: #cfd6df !important;
  color: #20252d !important;
}

.taskora-btn-primary,
.taskora-btn-primary:link,
.taskora-btn-primary:visited,
.taskora-btn-primary:hover,
.taskora-btn-primary:focus,
.taskora-btn-primary:active,
button.taskora-btn-primary,
button.taskora-btn-primary:hover,
button.taskora-btn-primary:focus,
button.taskora-btn-primary:active,
input[type="button"].taskora-btn-primary,
input[type="submit"].taskora-btn-primary {
  background: linear-gradient(135deg, #9f1d2d 0%, #781623 100%) !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
  box-shadow: 0 14px 28px rgba(136, 24, 37, 0.18) !important;
}

.taskora-btn-primary:hover,
button.taskora-btn-primary:hover,
input[type="button"].taskora-btn-primary:hover,
input[type="submit"].taskora-btn-primary:hover {
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 34px rgba(136, 24, 37, 0.24) !important;
}

.taskora-btn-soft,
.taskora-btn-soft:link,
.taskora-btn-soft:visited,
button.taskora-btn-soft,
input[type="button"].taskora-btn-soft,
input[type="submit"].taskora-btn-soft {
  background: #ffffff !important;
  color: #344054 !important;
  border: 1px solid #dfe3ea !important;
  box-shadow: none !important;
}

.taskora-pricing-section{
  padding:90px 20px;
  background:#ffffff;
}

.taskora-pricing-inner{
  max-width:1280px;
  margin:0 auto;
}

.taskora-pricing-heading{
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}

.taskora-pricing-heading h2{
  margin:0 0 18px;
  font-size:clamp(2rem,4vw,3.3rem);
  line-height:1.08;
  letter-spacing:-0.04em;
  color:#20252d;
  font-weight:800;
}

.taskora-pricing-heading p{
  margin:0;
  font-size:1.06rem;
  line-height:1.7;
  color:#5f6878;
}

.taskora-pricing-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.taskora-price-card{
  position:relative;
  background:#ffffff;
  border:1px solid #e4e7ec;
  border-radius:28px;
  padding:28px;
  box-shadow:0 24px 60px rgba(15,23,42,0.06);
}

.taskora-price-card.featured{
  border-color:rgba(136,24,37,0.18);
  box-shadow:0 24px 60px rgba(136,24,37,0.08);
}

.taskora-price-badge{
  position:absolute;
  top:18px;
  right:18px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(136,24,37,0.08);
  color:#881825;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.taskora-price-label{
  display:inline-block;
  margin-bottom:10px;
  color:#667085;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.taskora-price-card h3{
  margin:0 0 14px;
  font-size:2rem;
  line-height:1.1;
  letter-spacing:-0.03em;
  color:#20252d;
}

.taskora-price-amount{
  display:flex;
  align-items:flex-end;
  gap:10px;
  margin-bottom:18px;
}

.taskora-price-amount strong{
  font-size:3rem;
  line-height:1;
  letter-spacing:-0.05em;
  color:#20252d;
  font-weight:800;
}

.taskora-price-amount span{
  color:#667085;
  font-size:1rem;
  font-weight:600;
  margin-bottom:6px;
}

.taskora-price-copy{
  margin:0 0 24px;
  color:#5f6878;
  font-size:1rem;
  line-height:1.7;
}

.taskora-price-features{
  display:grid;
  gap:14px;
  margin-bottom:28px;
}

.taskora-price-feature{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:#344054;
  font-size:1rem;
  font-weight:600;
}

.taskora-price-feature span:first-child{
  width:22px;
  height:22px;
  border-radius:50%;
  background:rgba(47,158,91,0.12);
  color:#2f9e5b;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:800;
  flex-shrink:0;
  margin-top:2px;
}

.taskora-price-actions{
  display:flex;
}

.taskora-price-actions .taskora-btn{
  width:100%;
}

@media (max-width: 900px){
  .taskora-pricing-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .taskora-pricing-section{
    padding:70px 20px;
  }

  .taskora-pricing-heading h2{
    font-size:2rem;
  }

  .taskora-price-card{
    padding:24px;
  }

  .taskora-price-amount{
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
  }

  .taskora-price-amount strong{
    font-size:2.4rem;
  }

  .taskora-price-amount span{
    margin-bottom:0;
  }
}

.taskora-cta-section{
  padding:90px 20px;
  background:linear-gradient(135deg,#8f1d2b 0%,#6d1521 100%);
}

.taskora-cta-inner{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:36px;
  align-items:center;
}

.taskora-cta-content h2{
  margin:0 0 18px;
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:1.08;
  letter-spacing:-0.04em;
  color:#ffffff;
  font-weight:800;
}

.taskora-cta-content p{
  margin:0 0 28px;
  font-size:1.06rem;
  line-height:1.7;
  color:rgba(255,255,255,0.84);
  max-width:620px;
}

.taskora-feature-eyebrow-light{
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.16);
  color:#ffffff;
}

.taskora-cta-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.taskora-cta-actions .taskora-btn-soft{
  background:rgba(255,255,255,0.12) !important;
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,0.22) !important;
}

.taskora-cta-actions .taskora-btn-soft:hover{
  color:#ffffff !important;
  border-color:rgba(255,255,255,0.32) !important;
}

.taskora-cta-card{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:28px;
  padding:24px;
  backdrop-filter:blur(6px);
}

.taskora-cta-point{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,0.12);
}

.taskora-cta-point:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.taskora-cta-point:first-child{
  padding-top:0;
}

.taskora-cta-point span{
  width:26px;
  height:26px;
  border-radius:50%;
  background:rgba(255,255,255,0.14);
  color:#ffffff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:800;
  flex-shrink:0;
  margin-top:2px;
}

.taskora-cta-point strong{
  display:block;
  margin-bottom:6px;
  font-size:1rem;
  color:#ffffff;
}

.taskora-cta-point p{
  margin:0;
  color:rgba(255,255,255,0.78);
  font-size:0.96rem;
  line-height:1.6;
}

@media (max-width: 960px){
  .taskora-cta-inner{
    grid-template-columns:1fr;
    gap:28px;
  }
}

@media (max-width: 640px){
  .taskora-cta-section{
    padding:70px 20px;
  }

  .taskora-cta-content h2{
    font-size:2rem;
  }

  .taskora-cta-actions{
    flex-direction:column;
  }

  .taskora-cta-actions .taskora-btn{
    width:100%;
  }
}

.taskora-seo-section{
  padding:90px 20px;
  background:linear-gradient(180deg,#f8f9fb 0%,#f3f5f8 100%);
}

.taskora-seo-inner{
  max-width:1280px;
  margin:0 auto;
}

.taskora-seo-header{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.taskora-seo-header h2{
  margin:0 0 18px;
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1.08;
  letter-spacing:-0.04em;
  color:#20252d;
  font-weight:800;
}

.taskora-seo-intro{
  margin:0 auto;
  max-width:760px;
  font-size:1.06rem;
  line-height:1.8;
  color:#5f6878;
}

.taskora-seo-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.taskora-seo-card{
  background:#ffffff;
  border:1px solid #e4e7ec;
  border-radius:24px;
  padding:26px;
  box-shadow:0 18px 40px rgba(15,23,42,0.05);
}

.taskora-seo-card h3{
  margin:0 0 12px;
  font-size:1.25rem;
  line-height:1.2;
  letter-spacing:-0.02em;
  color:#20252d;
  font-weight:800;
}

.taskora-seo-card p{
  margin:0;
  font-size:1rem;
  line-height:1.8;
  color:#5f6878;
}

@media (max-width: 900px){
  .taskora-seo-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .taskora-seo-section{
    padding:70px 20px;
  }

  .taskora-seo-header h2{
    font-size:2rem;
  }

  .taskora-seo-card{
    padding:22px;
  }
}

.taskora-seo-footer{
  margin-top:28px;
  max-width:820px;
}

.taskora-seo-footer p{
  margin:0 0 16px;
  font-size:1rem;
  line-height:1.8;
  color:#5f6878;
}

.taskora-seo-extra{
  margin-top:32px;
  max-width:820px;
}

.taskora-seo-extra h3{
  margin:0 0 14px;
  font-size:1.4rem;
  color:#20252d;
  font-weight:800;
}

.taskora-seo-extra p{
  margin:0 0 14px;
  font-size:1rem;
  line-height:1.8;
  color:#5f6878;
}

.taskora-about-page{
  background:linear-gradient(180deg,#f8f9fb 0%,#f3f5f8 100%);
}

.taskora-about-hero{
  padding:110px 20px 70px;
  background:linear-gradient(135deg,#20252d 0%,#161a20 100%);
}

.taskora-about-hero-inner{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}

.taskora-about-eyebrow{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.12);
  color:#ffffff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:22px;
}

.taskora-about-hero h1{
  margin:0 0 22px;
  font-size:clamp(2.4rem,5vw,4.6rem);
  line-height:1.03;
  letter-spacing:-0.05em;
  color:#ffffff;
  font-weight:800;
}

.taskora-about-intro{
  max-width:860px;
  margin:0 auto;
  font-size:1.12rem;
  line-height:1.8;
  color:rgba(255,255,255,0.82);
}

.taskora-about-content{
  max-width:1280px;
  margin:0 auto;
  padding:90px 20px;
}

.taskora-about-section{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:28px;
  align-items:center;
  margin-bottom:34px;
}

.taskora-about-section.reverse{
  grid-template-columns:0.95fr 1.05fr;
}

.taskora-about-text,
.taskora-about-card{
  background:#ffffff;
  border:1px solid #e4e7ec;
  border-radius:28px;
  padding:32px;
  box-shadow:0 20px 50px rgba(15,23,42,0.05);
}

.taskora-about-label{
  display:inline-block;
  margin-bottom:12px;
  color:#881825;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.taskora-about-label.light{
  color:#ffffff;
}

.taskora-about-text h2,
.taskora-about-highlight h2,
.taskora-about-cta h2{
  margin:0 0 18px;
  font-size:clamp(1.8rem,3vw,3rem);
  line-height:1.08;
  letter-spacing:-0.04em;
  color:#20252d;
  font-weight:800;
}

.taskora-about-text p,
.taskora-about-card p,
.taskora-about-highlight p,
.taskora-about-cta p{
  margin:0 0 16px;
  color:#5f6878;
  font-size:1rem;
  line-height:1.85;
}

.taskora-about-text p:last-child,
.taskora-about-card p:last-child,
.taskora-about-highlight p:last-child,
.taskora-about-cta p:last-child{
  margin-bottom:0;
}

.taskora-about-card h3{
  margin:0 0 16px;
  font-size:1.35rem;
  line-height:1.2;
  letter-spacing:-0.02em;
  color:#20252d;
  font-weight:800;
}

.taskora-about-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:14px;
}

.taskora-about-card li{
  position:relative;
  padding-left:28px;
  color:#344054;
  font-size:1rem;
  line-height:1.7;
  font-weight:600;
}

.taskora-about-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:20px;
  height:20px;
  border-radius:50%;
  background:rgba(47,158,91,0.12);
  color:#2f9e5b;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:800;
  line-height:20px;
  text-align:center;
}

.taskora-about-highlight{
  margin:34px 0;
  border-radius:32px;
  background:linear-gradient(135deg,#8f1d2b 0%,#6d1521 100%);
  box-shadow:0 24px 60px rgba(136,24,37,0.18);
}

.taskora-about-highlight-inner{
  max-width:980px;
  padding:48px 38px;
}

.taskora-about-highlight h2{
  color:#ffffff;
}

.taskora-about-highlight p{
  color:rgba(255,255,255,0.84);
}

.taskora-about-cta{
  margin-top:36px;
  background:#ffffff;
  border:1px solid #e4e7ec;
  border-radius:30px;
  padding:40px 34px;
  text-align:center;
  box-shadow:0 20px 50px rgba(15,23,42,0.05);
}

.taskora-about-cta p{
  max-width:760px;
  margin:0 auto 24px;
}

.taskora-about-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

/* global button styles if not already added */
.taskora-btn,
.taskora-btn:link,
.taskora-btn:visited,
button.taskora-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding:12px 18px !important;
  min-height:48px !important;
  border-radius:999px !important;
  border:1px solid #dfe3ea !important;
  background:#ffffff !important;
  color:#344054 !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:700 !important;
  font-family:inherit !important;
  text-decoration:none !important;
  box-shadow:none !important;
  cursor:pointer !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  transition:all .25s ease !important;
}

.taskora-btn:hover{
  transform:translateY(-1px) !important;
  border-color:#cfd6df !important;
  color:#20252d !important;
}

.taskora-btn-primary{
  background:linear-gradient(135deg,#9f1d2d 0%,#781623 100%) !important;
  color:#ffffff !important;
  border:1px solid transparent !important;
  box-shadow:0 14px 28px rgba(136,24,37,0.18) !important;
}

.taskora-btn-primary:hover{
  color:#ffffff !important;
  transform:translateY(-2px) !important;
  box-shadow:0 18px 34px rgba(136,24,37,0.24) !important;
}

.taskora-btn-soft{
  background:#ffffff !important;
  color:#344054 !important;
  border:1px solid #dfe3ea !important;
}

@media (max-width: 980px){
  .taskora-about-section,
  .taskora-about-section.reverse{
    grid-template-columns:1fr;
  }

  .taskora-about-highlight-inner{
    padding:38px 28px;
  }
}

@media (max-width: 640px){
  .taskora-about-hero{
    padding:85px 20px 55px;
  }

  .taskora-about-content{
    padding:70px 20px;
  }

  .taskora-about-hero h1{
    font-size:2.4rem;
  }

  .taskora-about-text,
  .taskora-about-card,
  .taskora-about-cta{
    padding:24px;
  }

  .taskora-about-actions{
    flex-direction:column;
  }

  .taskora-about-actions .taskora-btn{
    width:100%;
  }
}

.taskora-seo-footer-section{
  padding:90px 20px;
  background:linear-gradient(180deg,#f8f9fb 0%,#f3f5f8 100%);
}

.taskora-seo-footer{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}

/* Eyebrow */
.taskora-seo-eyebrow{
  display:inline-block;
  margin-bottom:18px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(136,24,37,0.08);
  border:1px solid rgba(136,24,37,0.12);
  color:#881825;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* Heading */
.taskora-seo-footer h2{
  margin:0 0 32px;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.08;
  letter-spacing:-0.04em;
  color:#20252d;
  font-weight:800;
}

/* Columns */
.taskora-seo-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  text-align:left;
  margin-bottom:28px;
}

/* Text blocks */
.taskora-seo-col p{
  margin:0 0 16px;
  font-size:1rem;
  line-height:1.85;
  color:#5f6878;
}

/* Links section */
.taskora-seo-links{
  margin-top:18px;
  font-size:1rem;
}

.taskora-seo-links a{
  color:#881825;
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid rgba(136,24,37,0.3);
  transition:all .2s ease;
}

.taskora-seo-links a:hover{
  color:#5f0f19;
  border-color:#5f0f19;
}

/* Mobile */
@media (max-width: 900px){
  .taskora-seo-columns{
    grid-template-columns:1fr;
  }

  .taskora-seo-footer{
    text-align:left;
  }

  .taskora-seo-footer h2{
    text-align:left;
  }

  .taskora-seo-eyebrow{
    display:inline-block;
  }
}

@media (max-width: 640px){
  .taskora-seo-footer-section{
    padding:70px 20px;
  }

  .taskora-seo-footer h2{
    font-size:2rem;
  }
}