@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-57 .tc-wp-content-root img, .wpc-scope-57 .tc-wp-content-root video, .wpc-scope-57 .tc-wp-content-root svg, .wpc-scope-57 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper{
            --primary:#0f766e;
            --secondary:#14b8a6;
            --accent:#5eead4;
            --text:#1f2937;
            --muted:#6b7280;
            --white:#ffffff;
            --off:#f8fafc;
            --border:#e5e7eb;
            --shadow:0 10px 30px rgba(15,118,110,.08);
            --radius:22px;
            width:100%;
            overflow:hidden;
            font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
            color:var(--text);
            background:#fff;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper *, .wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper *:before, .wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper *:after{
            box-sizing:border-box;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .container{
            max-width:1200px;
            margin:0 auto;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .section{
            position:relative;
            overflow:hidden;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .section-white{
            background:#fff;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .section-off{
            background:var(--off);
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .section-header{
            text-align:center;
            max-width:850px;
            margin:0 auto 45px;
            position:relative;
            z-index:2;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper h2{
            margin:0 0 14px;
            color:var(--text);
            font-weight:800;
            line-height:1.2;
            letter-spacing:-.02em;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .section-header p{
            margin:0;
            color:var(--muted);
            line-height:1.8;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .gradient-badge{
            display:inline-flex;
            align-items:center;
            gap:8px;
            padding:8px 16px;
            border-radius:999px;
            margin-bottom:18px;
            background:linear-gradient(135deg,var(--primary),var(--secondary));
            color:#fff;
            font-size:.85rem;
            font-weight:700;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .gradient-badge:before{
            content:"";
            width:8px;
            height:8px;
            border-radius:50%;
            background:#fff;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .grid{
            display:grid;
            align-items:stretch;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .card{
            position:relative;
            background:#fff;
            border:1px solid var(--border);
            border-radius:var(--radius);
            box-shadow:var(--shadow);
            transition:.35s ease;
            height:100%;
            overflow:hidden;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .card:before{
            content:"";
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:4px;
            background:linear-gradient(90deg,var(--primary),var(--secondary));
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .card:hover{
            transform:translateY(-6px);
            box-shadow:0 18px 45px rgba(15,118,110,.15);
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .card-icon{
            width:54px;
            height:54px;
            border-radius:16px;
            display:flex;
            align-items:center;
            justify-content:center;
            margin-bottom:18px;
            background:linear-gradient(135deg,rgba(20,184,166,.12),rgba(15,118,110,.18));
            position:relative;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .card-icon:before{
            content:"";
            width:18px;
            height:18px;
            border-radius:50%;
            background:linear-gradient(135deg,var(--primary),var(--secondary));
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper h3{
            margin:0 0 12px;
            color:var(--text);
            line-height:1.35;
            font-weight:700;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .card p{
            margin:0;
            color:var(--muted);
            line-height:1.8;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .step-list{
            display:grid;
            gap:24px;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .step-card{
            position:relative;
            background:#fff;
            border:1px solid var(--border);
            border-radius:24px;
            box-shadow:var(--shadow);
            overflow:hidden;
            transition:.35s ease;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .step-card:hover{
            transform:translateY(-4px);
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .step-card-inner{
            display:flex;
            align-items:flex-start;
            gap:24px;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .step-number{
            flex-shrink:0;
            width:70px;
            height:70px;
            border-radius:20px;
            background:linear-gradient(135deg,var(--primary),var(--secondary));
            color:#fff;
            font-size:1.6rem;
            font-weight:800;
            display:flex;
            align-items:center;
            justify-content:center;
            box-shadow:0 10px 25px rgba(15,118,110,.25);
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .step-content p{
            margin:0;
            color:var(--muted);
            line-height:1.9;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .decor{
            position:absolute;
            border-radius:50%;
            background:linear-gradient(135deg,rgba(20,184,166,.12),rgba(94,234,212,.18));
            pointer-events:none;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .decor.one{
            width:240px;
            height:240px;
            top:-120px;
            right:-90px;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .decor.two{
            width:180px;
            height:180px;
            bottom:-90px;
            left:-70px;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .reveal{
            opacity:0;
            transform:translateY(30px);
            transition:all .7s ease;
        }.wpc-scope-57 .tc-wp-content-root .ct-tax-content-wrapper .reveal.active{
            opacity:1;
            transform:translateY(0);
        }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .ct-tax-content-wrapper .section{padding:55px 14px;}.tc-wp-content-root .ct-tax-content-wrapper .container{padding:0 2px;}.tc-wp-content-root .ct-tax-content-wrapper h2{font-size:1.65rem;}.tc-wp-content-root .ct-tax-content-wrapper .section-header p{font-size:.94rem;}.tc-wp-content-root .ct-tax-content-wrapper .grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .ct-tax-content-wrapper .card{padding:22px;}.tc-wp-content-root .ct-tax-content-wrapper h3{font-size:1.05rem;}.tc-wp-content-root .ct-tax-content-wrapper .card p, .tc-wp-content-root .ct-tax-content-wrapper .step-content p{font-size:.92rem;}.tc-wp-content-root .ct-tax-content-wrapper .step-card{padding:22px;}.tc-wp-content-root .ct-tax-content-wrapper .step-card-inner{flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .ct-tax-content-wrapper .section{padding:60px 18px;}.tc-wp-content-root .ct-tax-content-wrapper h2{font-size:1.8rem;}.tc-wp-content-root .ct-tax-content-wrapper .section-header p{font-size:.97rem;}.tc-wp-content-root .ct-tax-content-wrapper .grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .ct-tax-content-wrapper .card{padding:24px;}.tc-wp-content-root .ct-tax-content-wrapper h3{font-size:1.08rem;}.tc-wp-content-root .ct-tax-content-wrapper .card p, .tc-wp-content-root .ct-tax-content-wrapper .step-content p{font-size:.95rem;}.tc-wp-content-root .ct-tax-content-wrapper .step-card{padding:24px;}.tc-wp-content-root .ct-tax-content-wrapper .step-card-inner{flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .ct-tax-content-wrapper .section{padding:70px 22px;}.tc-wp-content-root .ct-tax-content-wrapper h2{font-size:2rem;}.tc-wp-content-root .ct-tax-content-wrapper .section-header p{font-size:1rem;}.tc-wp-content-root .ct-tax-content-wrapper .grid{grid-template-columns:1fr;gap:22px;}.tc-wp-content-root .ct-tax-content-wrapper .card{padding:26px;}.tc-wp-content-root .ct-tax-content-wrapper h3{font-size:1.12rem;}.tc-wp-content-root .ct-tax-content-wrapper .card p, .tc-wp-content-root .ct-tax-content-wrapper .step-content p{font-size:.98rem;}.tc-wp-content-root .ct-tax-content-wrapper .step-card{padding:28px;}.tc-wp-content-root .ct-tax-content-wrapper .step-card-inner{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .ct-tax-content-wrapper .section{padding:80px 28px;}.tc-wp-content-root .ct-tax-content-wrapper h2{font-size:2.3rem;}.tc-wp-content-root .ct-tax-content-wrapper .section-header p{font-size:1.05rem;}.tc-wp-content-root .ct-tax-content-wrapper .grid{grid-template-columns:repeat(2,1fr);gap:24px;}.tc-wp-content-root .ct-tax-content-wrapper .card{padding:28px;}.tc-wp-content-root .ct-tax-content-wrapper h3{font-size:1.15rem;}.tc-wp-content-root .ct-tax-content-wrapper .card p, .tc-wp-content-root .ct-tax-content-wrapper .step-content p{font-size:1rem;}.tc-wp-content-root .ct-tax-content-wrapper .step-card{padding:30px;}}@media (min-width:1024px){.tc-wp-content-root .ct-tax-content-wrapper .section{padding:95px 32px;}.tc-wp-content-root .ct-tax-content-wrapper h2{font-size:2.7rem;}.tc-wp-content-root .ct-tax-content-wrapper .section-header p{font-size:1.08rem;}.tc-wp-content-root .ct-tax-content-wrapper .grid.three{grid-template-columns:repeat(3,1fr);gap:28px;}.tc-wp-content-root .ct-tax-content-wrapper .card{padding:30px;}.tc-wp-content-root .ct-tax-content-wrapper h3{font-size:1.2rem;}.tc-wp-content-root .ct-tax-content-wrapper .card p, .tc-wp-content-root .ct-tax-content-wrapper .step-content p{font-size:1rem;}.tc-wp-content-root .ct-tax-content-wrapper .step-card{padding:34px;}}