@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-87 .tc-wp-content-root img, .wpc-scope-87 .tc-wp-content-root video, .wpc-scope-87 .tc-wp-content-root svg, .wpc-scope-87 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-87 .tc-wp-content-root .gtuf-premium-wrapper{
      width:100%;
      background:#fff;
      color:#1a1a1a;
      overflow:hidden;
      font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
      --accent1:#d20f39;
      --accent2:#ff7b00;
      --accent3:#fff4f0;
      --white:#ffffff;
      --off:#fafafa;
      --text:#1c1c1c;
      --muted:#5f6368;
      --border:#ececec;
      --shadow:0 10px 35px rgba(0,0,0,.06);
      --radius:22px;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-premium-wrapper *{
      box-sizing:border-box;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-container{
      max-width:1200px;
      margin:0 auto;
      padding:0 20px;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-white{
      background:#fff;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-off{
      background:#fafafa;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-section-header{
      text-align:center;
      max-width:850px;
      margin:0 auto 45px;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-section-header h2{
      color:#000 !important;
      margin:0 0 14px;
      font-weight:800;
      line-height:1.2;
      letter-spacing:-.4px;
      position:relative;
      z-index:2;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-section-header p{
      color:var(--muted);
      margin:0;
      line-height:1.8;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-accent{
      position:absolute;
      width:340px;
      height:340px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      opacity:.06;
      filter:blur(20px);
      pointer-events:none;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-accent.left{
      top:-120px;
      left:-100px;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-accent.right{
      bottom:-120px;
      right:-100px;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      position:relative;
      transition:.35s ease;
      height:100%;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 40px rgba(0,0,0,.1);
    }.wpc-scope-87 .tc-wp-content-root .gtuf-card::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:4px;
      border-radius:20px 20px 0 0;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
    }.wpc-scope-87 .tc-wp-content-root .gtuf-card h3{
      color:#000 !important;
      margin:0 0 12px;
      font-weight:700;
      line-height:1.3;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-icon{
      width:58px;
      height:58px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:22px;
      margin-bottom:18px;
      box-shadow:0 10px 25px rgba(210,15,57,.18);
    }.wpc-scope-87 .tc-wp-content-root .gtuf-step-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      position:relative;
      box-shadow:var(--shadow);
      transition:.35s ease;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-step-card:hover{
      transform:translateY(-5px);
    }.wpc-scope-87 .tc-wp-content-root .gtuf-step-row{
      display:flex;
      gap:22px;
      align-items:flex-start;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-step-number{
      min-width:72px;
      width:72px;
      height:72px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      font-weight:800;
      box-shadow:0 10px 25px rgba(210,15,57,.2);
    }.wpc-scope-87 .tc-wp-content-root .gtuf-badge{
      position:absolute;
      top:18px;
      right:18px;
      background:var(--accent3);
      color:#b22a00;
      font-size:12px;
      font-weight:700;
      padding:8px 12px;
      border-radius:999px;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-trust{
      text-align:center;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-trust .gtuf-icon{
      margin-left:auto;
      margin-right:auto;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:.7s ease;
    }.wpc-scope-87 .tc-wp-content-root .gtuf-reveal.gtuf-show{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .gtuf-section{padding:55px 0;}.tc-wp-content-root .gtuf-container{padding:0 14px;}.tc-wp-content-root .gtuf-section-header h2{font-size:26px;}.tc-wp-content-root .gtuf-section-header p{font-size:14px;}.tc-wp-content-root .gtuf-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .gtuf-card{padding:22px;}.tc-wp-content-root .gtuf-card h3{font-size:18px;}.tc-wp-content-root .gtuf-card p{font-size:14px;}.tc-wp-content-root .gtuf-step-card{padding:24px;}.tc-wp-content-root .gtuf-step-row{flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .gtuf-section{padding:60px 0;}.tc-wp-content-root .gtuf-container{padding:0 16px;}.tc-wp-content-root .gtuf-section-header h2{font-size:28px;}.tc-wp-content-root .gtuf-section-header p{font-size:15px;}.tc-wp-content-root .gtuf-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .gtuf-card{padding:24px;}.tc-wp-content-root .gtuf-card h3{font-size:19px;}.tc-wp-content-root .gtuf-card p{font-size:15px;}.tc-wp-content-root .gtuf-step-card{padding:26px;}.tc-wp-content-root .gtuf-step-row{flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .gtuf-section{padding:70px 0;}.tc-wp-content-root .gtuf-container{padding:0 18px;}.tc-wp-content-root .gtuf-section-header h2{font-size:31px;}.tc-wp-content-root .gtuf-section-header p{font-size:16px;}.tc-wp-content-root .gtuf-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .gtuf-card{padding:26px;}.tc-wp-content-root .gtuf-card h3{font-size:20px;}.tc-wp-content-root .gtuf-card p{font-size:15px;}.tc-wp-content-root .gtuf-step-card{padding:28px;}.tc-wp-content-root .gtuf-step-row{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .gtuf-section{padding:85px 0;}.tc-wp-content-root .gtuf-container{padding:0 24px;}.tc-wp-content-root .gtuf-section-header h2{font-size:36px;}.tc-wp-content-root .gtuf-section-header p{font-size:17px;}.tc-wp-content-root .gtuf-grid.gtuf-three{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .gtuf-grid.gtuf-step{grid-template-columns:1fr;}.tc-wp-content-root .gtuf-card{padding:28px;}.tc-wp-content-root .gtuf-card h3{font-size:21px;}.tc-wp-content-root .gtuf-card p{font-size:15px;}.tc-wp-content-root .gtuf-step-card{padding:30px;}.tc-wp-content-root .gtuf-grid{gap:24px;}}@media (min-width:1024px){.tc-wp-content-root .gtuf-section{padding:100px 0;}.tc-wp-content-root .gtuf-container{padding:0 20px;}.tc-wp-content-root .gtuf-section-header h2{font-size:42px;}.tc-wp-content-root .gtuf-section-header p{font-size:18px;}.tc-wp-content-root .gtuf-grid.gtuf-three{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .gtuf-grid.gtuf-step{grid-template-columns:1fr;}.tc-wp-content-root .gtuf-grid{gap:26px;}.tc-wp-content-root .gtuf-card{padding:30px;}.tc-wp-content-root .gtuf-card h3{font-size:22px;}.tc-wp-content-root .gtuf-card p{font-size:16px;}.tc-wp-content-root .gtuf-step-card{padding:34px;}}