@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-24 .tc-wp-content-root img, .wpc-scope-24 .tc-wp-content-root video, .wpc-scope-24 .tc-wp-content-root svg, .wpc-scope-24 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-content-wrapper{
  --accent1:#0ea5e9;
  --accent2:#14b8a6;
  --accent3:#22c55e;
  --text:#1f2937;
  --muted:#64748b;
  --white:#ffffff;
  --off:#f8fafc;
  --border:#e5e7eb;
  --shadow:0 10px 30px rgba(15,23,42,.08);
  --radius:22px;
  width:100%;
  overflow:hidden;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--text);
}.wpc-scope-24 .tc-wp-content-root .tic-tax-content-wrapper *{
  box-sizing:border-box;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-section{
  position:relative;
  padding:90px 0;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-white{
  background:#fff;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-off{
  background:var(--off);
}.wpc-scope-24 .tc-wp-content-root .tic-tax-section-title{
  text-align:center;
  font-size:2.2rem;
  line-height:1.2;
  margin:0 0 14px;
  font-weight:800;
  color:var(--text);
}.wpc-scope-24 .tc-wp-content-root .tic-tax-section-title span{
  background:linear-gradient(135deg,var(--accent1),var(--accent2));
  -webkit-background-clip:text;
  color:transparent;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-intro{
  max-width:820px;
  margin:0 auto 50px;
  text-align:center;
  color:var(--muted);
  line-height:1.8;
  font-size:1.05rem;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-grid{
  display:grid;
  gap:24px;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-grid-3{
  grid-template-columns:repeat(3,1fr);
}.wpc-scope-24 .tc-wp-content-root .tic-tax-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:28px;
  position:relative;
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:.35s ease;
  display:flex;
  flex-direction:column;
  height:100%;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--accent1),var(--accent2),var(--accent3));
}.wpc-scope-24 .tc-wp-content-root .tic-tax-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(15,23,42,.12);
}.wpc-scope-24 .tc-wp-content-root .tic-tax-icon{
  width:56px;
  height:56px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(14,165,233,.12),rgba(20,184,166,.18));
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  position:relative;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-icon::after{
  content:"";
  width:18px;
  height:18px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--accent1),var(--accent2));
}.wpc-scope-24 .tc-wp-content-root .tic-tax-card h3{
  margin:0 0 12px;
  font-size:1.18rem;
  font-weight:700;
  color:var(--text);
}.wpc-scope-24 .tc-wp-content-root .tic-tax-card p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
  font-size:.97rem;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-step-wrap{
  display:grid;
  gap:24px;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-step{
  background:#fff;
  border:1px solid var(--border);
  border-radius:26px;
  padding:30px;
  display:flex;
  align-items:flex-start;
  gap:24px;
  box-shadow:var(--shadow);
  transition:.35s ease;
  position:relative;
  overflow:hidden;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-step:hover{
  transform:translateY(-6px);
}.wpc-scope-24 .tc-wp-content-root .tic-tax-step::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(14,165,233,.04),transparent);
}.wpc-scope-24 .tc-wp-content-root .tic-tax-number{
  min-width:72px;
  width:72px;
  height:72px;
  border-radius:20px;
  background:linear-gradient(135deg,var(--accent1),var(--accent2));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.6rem;
  font-weight:800;
  box-shadow:0 10px 25px rgba(14,165,233,.25);
}.wpc-scope-24 .tc-wp-content-root .tic-tax-step-content h3{
  margin:0 0 10px;
  font-size:1.25rem;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-step-content p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-benefits{
  grid-template-columns:repeat(3,1fr);
}.wpc-scope-24 .tc-wp-content-root .tic-tax-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(14,165,233,.08);
  color:var(--accent1);
  font-size:.85rem;
  font-weight:700;
  margin-bottom:14px;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-badge::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--accent2);
}.wpc-scope-24 .tc-wp-content-root .tic-tax-reveal{
  opacity:0;
  transform:translateY(30px);
  transition:.8s ease;
}.wpc-scope-24 .tc-wp-content-root .tic-tax-reveal.active{
  opacity:1;
  transform:translateY(0);
}.wpc-scope-24 .tc-wp-content-root .tic-tax-section::after{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(14,165,233,.08),transparent 70%);
  right:-120px;
  top:50px;
  pointer-events:none;
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .tic-tax-section{padding:55px 0;}.tc-wp-content-root .tic-tax-container{padding:0 14px;}.tc-wp-content-root .tic-tax-section-title{font-size:1.55rem;}.tc-wp-content-root .tic-tax-intro{font-size:.92rem;margin-bottom:32px;}.tc-wp-content-root .tic-tax-grid-3, .tc-wp-content-root .tic-tax-benefits{grid-template-columns:1fr;}.tc-wp-content-root .tic-tax-card{padding:20px;}.tc-wp-content-root .tic-tax-card h3{font-size:1rem;}.tc-wp-content-root .tic-tax-card p{font-size:.9rem;}.tc-wp-content-root .tic-tax-step{padding:20px;flex-direction:column;}.tc-wp-content-root .tic-tax-number{width:58px;height:58px;min-width:58px;font-size:1.2rem;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .tic-tax-section{padding:60px 0;}.tc-wp-content-root .tic-tax-container{padding:0 16px;}.tc-wp-content-root .tic-tax-section-title{font-size:1.7rem;}.tc-wp-content-root .tic-tax-intro{font-size:.95rem;}.tc-wp-content-root .tic-tax-grid-3, .tc-wp-content-root .tic-tax-benefits{grid-template-columns:1fr;}.tc-wp-content-root .tic-tax-card{padding:22px;}.tc-wp-content-root .tic-tax-step{padding:22px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .tic-tax-section{padding:70px 0;}.tc-wp-content-root .tic-tax-container{padding:0 18px;}.tc-wp-content-root .tic-tax-section-title{font-size:1.9rem;}.tc-wp-content-root .tic-tax-grid-3, .tc-wp-content-root .tic-tax-benefits{grid-template-columns:1fr;}.tc-wp-content-root .tic-tax-step{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .tic-tax-section{padding:80px 0;}.tc-wp-content-root .tic-tax-grid-3{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .tic-tax-benefits{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .tic-tax-section-title{font-size:2rem;}}@media (min-width:1024px){.tc-wp-content-root .tic-tax-grid-3{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .tic-tax-benefits{grid-template-columns:repeat(3,1fr);}}