.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}
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:'DM Sans',system-ui,-apple-system,sans-serif;background:#fff;color:#002816;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit}
:root{
  --color-border-tertiary:rgba(0,0,0,.06);
  --border-radius-lg:16px;
  --font-sans:'DM Sans',system-ui,-apple-system,sans-serif;
}
.page-main{max-width:100%;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:0}
@media (max-width:768px){.page-main{padding:0;gap:0}
}
/* Hide the approve/tweak buttons that were left in widgets from iteration */
.page-main > div > div:last-child > button{display:none}
.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}
.th-wrap{font-family:'DM Sans',system-ui,sans-serif;border-radius:0;overflow:hidden;border:none;border-bottom:1px solid rgba(0,0,0,.06);background:#fff}
.th-nav{display:flex;align-items:center;justify-content:space-between;padding:14px 32px;border-bottom:1px solid #eee;background:rgba(255,255,255,.96)}
.th-nav-left{display:flex;align-items:center;gap:32px}
.th-nav-verticals{display:flex;align-items:center;gap:20px}
.th-nav-v{font-size:13px;color:#666;font-weight:500;cursor:pointer;padding:6px 12px;border-radius:100px}
.th-nav-right{display:flex;align-items:center;gap:20px}
.th-nav-right a{font-size:13px;color:#888;cursor:pointer}
.th-nav-right a.active{color:#002816;font-weight:600}
.th-nav-cta{background:#008352;color:#fff;padding:7px 18px;border-radius:100px;font-size:13px;font-weight:500}

.th-hero{padding:130px 32px 80px;background:#fff;position:relative;overflow:hidden}
.th-hero-inner{text-align:center}
.th-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#008352;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px;background:#e6f5ee;padding:6px 14px;border-radius:100px}
.th-tag::before{content:'';width:6px;height:6px;border-radius:50%;background:#008352}
.th-h1{font-size:60px;font-weight:700;color:#002816;line-height:1.02;letter-spacing:-.035em;margin-bottom:24px}
.th-h1 em{color:#008352;font-style:normal}
.th-sub{font-size:18px;color:#666;line-height:1.6;margin-bottom:40px;max-width:640px;margin-left:auto;margin-right:auto}

/* stack diagram */
.th-stack{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px}
.th-stack-card{background:#fafafa;border:1px solid #eee;border-radius:16px;padding:22px;text-align:left;transition:all .2s}
.th-stack-card:hover{border-color:#c5e6d6;background:#fff}
.th-stack-icon{width:40px;height:40px;border-radius:10px;background:#e6f5ee;display:flex;align-items:center;justify-content:center;color:#008352;margin-bottom:14px}
.th-stack-label{font-size:10px;color:#008352;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}
.th-stack-title{font-size:17px;font-weight:700;color:#002816;letter-spacing:-.01em;margin-bottom:8px}
.th-stack-desc{font-size:13px;color:#666;line-height:1.55}

@media (max-width: 992px){
  .th-hero{padding:110px 24px 72px}
  .th-h1{font-size:48px}
  .th-sub{max-width:720px}
  .th-stack{grid-template-columns:repeat(2,1fr)}
  .th-stack-card:nth-child(3){grid-column:1 / -1;max-width:560px;margin-left:auto;margin-right:auto}
}
@media (max-width: 768px){
  .th-nav{padding:12px 16px}
  .th-nav-left{gap:16px}
  .th-nav-verticals{gap:8px;flex-wrap:wrap}
  .th-hero{padding:100px 16px 60px}
  .th-h1{font-size:38px}
  .th-sub{font-size:16px;margin-bottom:28px}
  .th-stack{grid-template-columns:1fr}
  .th-stack-card{padding:18px}
  .th-stack-card:nth-child(3){max-width:none}
}
@media (max-width: 480px){
  .th-hero{padding:100px 14px 52px}
  .th-h1{font-size:32px}
}
.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}
.ta-section{font-family:'DM Sans',system-ui,sans-serif;background:#fafafa;padding:80px 40px;border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,.06)}
.ta-inner{max-width:100%;margin:0 auto}
.ta-header{margin-bottom:48px;max-width:640px}
.ta-tag{display:inline-block;font-size:12px;color:#008352;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
.ta-h2{font-size:42px;font-weight:700;color:#002816;line-height:1.1;letter-spacing:-.03em;margin-bottom:16px}
.ta-h2 em{color:#008352;font-style:normal}
.ta-sub{font-size:16px;color:#666;line-height:1.7}

.ta-diagram{background:#fff;border:1px solid #eee;border-radius:20px;padding:40px 32px;position:relative}

.ta-flow{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;position:relative;margin-bottom:32px}

.ta-stage{background:#fafafa;border:1px solid #eee;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:8px;position:relative;z-index:2}
.ta-stage-label{font-size:10px;color:#008352;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}
.ta-stage-title{font-size:17px;font-weight:700;color:#002816;letter-spacing:-.01em;margin-bottom:10px}

.ta-components{display:flex;flex-direction:column;gap:6px}
.ta-comp{display:flex;align-items:center;gap:8px;background:#fff;border:0.5px solid #eee;border-radius:8px;padding:8px 10px;font-size:12px;color:#333}
.ta-comp-icon{width:20px;height:20px;border-radius:5px;background:#e6f5ee;color:#008352;display:flex;align-items:center;justify-content:center;flex-shrink:0}

/* flow arrows */
.ta-arrow-h{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:2px;z-index:3}
.ta-arrow-h.a1{left:calc(33.33% + 10px);transform:translate(-100%,-50%)}
.ta-arrow-h.a2{left:calc(66.66% + 10px);transform:translate(-100%,-50%)}
.ta-arrow-dot{width:4px;height:4px;border-radius:50%;background:#008352}
.ta-arrow-line{width:20px;height:2px;background:#008352}
.ta-arrow-tip{color:#008352}

/* bottom detail */
.ta-detail{background:#f8f9fa;border:1px solid #eee;border-radius:12px;padding:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.ta-detail-item{display:flex;flex-direction:column;gap:4px}
.ta-detail-label{font-size:10px;color:#888;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.ta-detail-val{font-size:14px;color:#002816;font-weight:700}

@media (max-width: 992px){
  .ta-section{padding:70px 28px}
  .ta-h2{font-size:38px}
  .ta-detail{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px){
  .ta-section{padding:60px 0px}
  .ta-h2{font-size:32px}
  .ta-diagram{padding:24px 16px;border-radius:16px}
  .ta-flow{grid-template-columns:1fr;gap:0px}
  .ta-arrow-h{position:relative;top:auto;left:auto;transform:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;z-index:1;margin:4px 0}
  .ta-arrow-h.a1,.ta-arrow-h.a2{left:auto;transform:none}
  .ta-arrow-line{width:2px;height:18px}
  .ta-arrow-dot{width:6px;height:6px}
  .ta-arrow-tip{transform:rotate(90deg)}
  .ta-stage{padding:18px}
  .ta-stage-title{font-size:16px}
  .ta-detail{grid-template-columns:1fr;gap:14px}
}
@media (max-width: 480px){
  .ta-h2{font-size:28px}
  .ta-comp{font-size:11px}
}
.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}
.ts-section{font-family:'DM Sans',system-ui,sans-serif;background:#fff;padding:80px 40px;border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,.06)}
.ts-inner{max-width:100%;margin:0 auto}
.ts-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:40px}
.ts-tag{display:inline-block;font-size:12px;color:#008352;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
.ts-h2{font-size:42px;font-weight:700;color:#002816;line-height:1.1;letter-spacing:-.03em;margin-bottom:16px}
.ts-h2 em{color:#008352;font-style:normal}
.ts-sub{font-size:16px;color:#666;line-height:1.7}

.ts-right{display:flex;flex-direction:column;gap:10px}
.ts-right-item{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:16px 18px;display:flex;align-items:center;gap:14px}
.ts-right-icon{width:32px;height:32px;border-radius:8px;background:#e6f5ee;color:#008352;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ts-right-label{font-size:10px;color:#999;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:2px}
.ts-right-title{font-size:14px;font-weight:700;color:#002816}

.ts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.ts-card{background:#fafafa;border:1px solid #eee;border-radius:14px;padding:22px}
.ts-card-icon{width:36px;height:36px;border-radius:9px;background:#e6f5ee;color:#008352;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.ts-card-title{font-size:15px;font-weight:700;color:#002816;margin-bottom:8px;letter-spacing:-.01em}
.ts-card-desc{font-size:13px;color:#666;line-height:1.6}

@media (max-width: 992px){
  .ts-section{padding:70px 28px}
  .ts-header{grid-template-columns:1fr;gap:28px}
  .ts-h2{font-size:38px}
  .ts-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px){
  .ts-section{padding:60px 16px}
  .ts-h2{font-size:32px}
  .ts-right-item{padding:14px 16px}
  .ts-grid{grid-template-columns:1fr}
  .ts-card{padding:18px}
}
@media (max-width: 480px){
  .ts-h2{font-size:28px}
}
.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}
.tc-section{font-family:'DM Sans',system-ui,sans-serif;position:relative;padding:80px 40px;border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,.06);overflow:hidden;background:#002816}
.tc-inner{margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:center}
.tc-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(0,131,82,.2) 0%,transparent 60%)}
.tc-bg::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(0,131,82,.15) 0%,transparent 70%);filter:blur(40px)}

.tc-left{display:flex;flex-direction:column;gap:18px}
.tc-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#5dcaa5;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:rgba(93,202,165,.1);backdrop-filter:blur(8px);padding:5px 14px;border-radius:100px;border:1px solid rgba(93,202,165,.2);align-self:flex-start}
.tc-tag::before{content:'';width:6px;height:6px;border-radius:50%;background:#5dcaa5}
.tc-h2{font-size:40px;font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.03em}
.tc-h2 em{color:#5dcaa5;font-style:normal}
.tc-sub{font-size:15px;color:rgba(255,255,255,.7);line-height:1.65}
.tc-ctas{display:flex;gap:12px;margin-top:10px;flex-wrap:wrap}
.tc-btn-primary{background:#fff;color:#002816;padding:13px 26px;border-radius:100px;font-size:14px;font-weight:600}
.tc-btn-primary a{font-size: 14px;font-weight: 600;}
.tc-btn-ghost{background:transparent;color:#fff;padding:13px 24px;border-radius:100px;font-size:14px;font-weight:600;border:1px solid rgba(255,255,255,.25)}

.tc-right{background:rgba(255,255,255,.06);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:24px}
.tc-right-label{font-size:10px;color:rgba(255,255,255,.5);letter-spacing:.08em;text-transform:uppercase;font-weight:600;margin-bottom:14px}
.tc-right-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px;color:rgba(255,255,255,.85)}
.tc-right-item:last-child{border-bottom:none}
.tc-right-item svg{color:#5dcaa5;flex-shrink:0}

@media (max-width: 992px){
  .tc-section{padding:70px 28px}
  .tc-inner{grid-template-columns:1fr}
}
@media (max-width: 768px){
  .tc-section{padding:60px 16px}
  .tc-h2{font-size:34px}
  .tc-btn-primary,.tc-btn-ghost{padding:12px 20px}
  .tc-right{padding:18px}
}
@media (max-width: 480px){
  .tc-h2{font-size:28px}
  .tc-ctas{gap:10px}
  .tc-btn-primary,.tc-btn-ghost{width:100%;text-align:center}
}
