@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-59 .tc-wp-content-root img, .wpc-scope-59 .tc-wp-content-root video, .wpc-scope-59 .tc-wp-content-root svg, .wpc-scope-59 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-59 .tc-wp-content-root .aitc-wrapper{
  --primary:#0f766e;
  --secondary:#14b8a6;
  --accent:#22c55e;
  --text:#1f2937;
  --muted:#6b7280;
  --white:#ffffff;
  --off:#f8fafc;
  --border:#e5e7eb;
  --shadow:0 10px 30px rgba(15,118,110,.08);
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
  width:100%;
  color:var(--text);
  overflow:hidden;
}.wpc-scope-59 .tc-wp-content-root .aitc-wrapper *{
  box-sizing:border-box;
}.wpc-scope-59 .tc-wp-content-root .aitc-container{
  max-width:1200px;
  margin:0 auto;
}.wpc-scope-59 .tc-wp-content-root .aitc-section{
  position:relative;
  overflow:hidden;
}.wpc-scope-59 .tc-wp-content-root .aitc-white{
  background:#fff;
}.wpc-scope-59 .tc-wp-content-root .aitc-off{
  background:var(--off);
}.wpc-scope-59 .tc-wp-content-root .aitc-heading{
  text-align:center;
  margin-bottom:16px;
  font-weight:800;
  line-height:1.2;
  color:#111827;
}.wpc-scope-59 .tc-wp-content-root .aitc-intro{
  text-align:center;
  color:var(--muted);
  max-width:850px;
  margin:0 auto 40px;
  line-height:1.8;
}.wpc-scope-59 .tc-wp-content-root .aitc-accent{
  position:absolute;
  width:280px;
  height:280px;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(20,184,166,.12),rgba(34,197,94,.08));
  filter:blur(15px);
  pointer-events:none;
}.wpc-scope-59 .tc-wp-content-root .aitc-accent.a1{
  top:-120px;
  left:-80px;
}.wpc-scope-59 .tc-wp-content-root .aitc-accent.a2{
  right:-100px;
  bottom:-100px;
}.wpc-scope-59 .tc-wp-content-root .aitc-grid{
  display:grid;
  align-items:stretch;
}.wpc-scope-59 .tc-wp-content-root .aitc-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:28px;
  box-shadow:var(--shadow);
  transition:.35s ease;
  position:relative;
  height:100%;
}.wpc-scope-59 .tc-wp-content-root .aitc-card:hover{
  transform:translateY(-8px);
  border-color:rgba(20,184,166,.35);
  box-shadow:0 18px 40px rgba(15,118,110,.14);
}.wpc-scope-59 .tc-wp-content-root .aitc-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  border-radius:22px 22px 0 0;
  background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent));
}.wpc-scope-59 .tc-wp-content-root .aitc-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  margin-bottom:18px;
  position:relative;
}.wpc-scope-59 .tc-wp-content-root .aitc-icon::after{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:50%;
  background:#fff;
  opacity:.9;
}.wpc-scope-59 .tc-wp-content-root .aitc-card h3{
  margin:0 0 12px;
  color:#111827;
  font-weight:700;
}.wpc-scope-59 .tc-wp-content-root .aitc-card p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}.wpc-scope-59 .tc-wp-content-root .aitc-steps{
  display:flex;
  flex-direction:column;
  gap:24px;
}.wpc-scope-59 .tc-wp-content-root .aitc-step{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:28px;
  position:relative;
  box-shadow:var(--shadow);
  transition:.35s ease;
}.wpc-scope-59 .tc-wp-content-root .aitc-step:hover{
  transform:translateY(-6px);
}.wpc-scope-59 .tc-wp-content-root .aitc-step::before{
  content:"";
  position:absolute;
  left:34px;
  top:78px;
  bottom:-24px;
  width:2px;
  background:linear-gradient(var(--secondary),transparent);
}.wpc-scope-59 .tc-wp-content-root .aitc-step:last-child::before{
  display:none;
}.wpc-scope-59 .tc-wp-content-root .aitc-step-top{
  display:flex;
  align-items:center;
  gap:18px;
}.wpc-scope-59 .tc-wp-content-root .aitc-step-no{
  width:56px;
  height:56px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  flex-shrink:0;
}.wpc-scope-59 .tc-wp-content-root .aitc-step h3{
  margin:0 0 6px;
}.wpc-scope-59 .tc-wp-content-root .aitc-step p{
  margin:10px 0 0 74px;
  color:var(--muted);
  line-height:1.8;
}.wpc-scope-59 .tc-wp-content-root .aitc-badge{
  position:absolute;
  right:18px;
  top:18px;
  font-size:12px;
  font-weight:700;
  color:var(--primary);
  background:rgba(20,184,166,.12);
  padding:8px 12px;
  border-radius:999px;
}.wpc-scope-59 .tc-wp-content-root .aitc-reveal{
  opacity:0;
  transform:translateY(30px);
  transition:.7s ease;
}.wpc-scope-59 .tc-wp-content-root .aitc-reveal.aitc-show{
  opacity:1;
  transform:translateY(0);
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .aitc-section{padding:50px 14px;}.tc-wp-content-root .aitc-container{padding:0;}.tc-wp-content-root .aitc-heading{font-size:28px;}.tc-wp-content-root .aitc-intro{font-size:14px;}.tc-wp-content-root .aitc-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .aitc-card{padding:20px;}.tc-wp-content-root .aitc-card h3{font-size:18px;}.tc-wp-content-root .aitc-card p{font-size:14px;}.tc-wp-content-root .aitc-step{padding:20px;}.tc-wp-content-root .aitc-step h3{font-size:18px;}.tc-wp-content-root .aitc-step p{font-size:14px;margin-left:0;margin-top:14px;}.tc-wp-content-root .aitc-step::before{display:none;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .aitc-section{padding:55px 16px;}.tc-wp-content-root .aitc-heading{font-size:30px;}.tc-wp-content-root .aitc-intro{font-size:15px;}.tc-wp-content-root .aitc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .aitc-card{padding:22px;}.tc-wp-content-root .aitc-card h3{font-size:19px;}.tc-wp-content-root .aitc-card p{font-size:15px;}.tc-wp-content-root .aitc-step p{margin-left:0;margin-top:14px;font-size:15px;}.tc-wp-content-root .aitc-step::before{display:none;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .aitc-section{padding:60px 20px;}.tc-wp-content-root .aitc-heading{font-size:32px;}.tc-wp-content-root .aitc-intro{font-size:16px;}.tc-wp-content-root .aitc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .aitc-card{padding:24px;}.tc-wp-content-root .aitc-card h3{font-size:20px;}.tc-wp-content-root .aitc-card p{font-size:15px;}.tc-wp-content-root .aitc-step p{margin-left:0;margin-top:14px;}.tc-wp-content-root .aitc-step::before{display:none;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .aitc-section{padding:75px 24px;}.tc-wp-content-root .aitc-heading{font-size:38px;}.tc-wp-content-root .aitc-intro{font-size:17px;}.tc-wp-content-root .aitc-grid{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .aitc-card{padding:26px;}.tc-wp-content-root .aitc-card h3{font-size:21px;}.tc-wp-content-root .aitc-card p{font-size:15px;}}@media (min-width:1024px){.tc-wp-content-root .aitc-section{padding:90px 28px;}.tc-wp-content-root .aitc-heading{font-size:42px;}.tc-wp-content-root .aitc-intro{font-size:18px;}.tc-wp-content-root .aitc-grid-3{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .aitc-grid{gap:24px;}.tc-wp-content-root .aitc-card h3{font-size:22px;}.tc-wp-content-root .aitc-card p{font-size:16px;}}