@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-132 .tc-wp-content-root img, .wpc-scope-132 .tc-wp-content-root video, .wpc-scope-132 .tc-wp-content-root svg, .wpc-scope-132 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-132 .tc-wp-content-root .gta-premium-wrapper{
      width:100%;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      color:#1a1a1a;
      overflow:hidden;
      background:#fff;
    }.wpc-scope-132 .tc-wp-content-root .gta-premium-wrapper *{
      box-sizing:border-box;
    }.wpc-scope-132 .tc-wp-content-root .gta-premium-container{
      max-width:1200px;
      margin:0 auto;
    }.wpc-scope-132 .tc-wp-content-root .gta-premium-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-132 .tc-wp-content-root .gta-premium-section-white{
      background:#ffffff;
    }.wpc-scope-132 .tc-wp-content-root .gta-premium-section-soft{
      background:#f8fafc;
    }.wpc-scope-132 .tc-wp-content-root .gta-premium-section::before{
      content:"";
      position:absolute;
      width:320px;
      height:320px;
      border-radius:50%;
      background:linear-gradient(135deg,#ff7a18,#ffb347);
      opacity:.07;
      top:-120px;
      right:-120px;
      pointer-events:none;
    }.wpc-scope-132 .tc-wp-content-root .gta-premium-header{
      text-align:center;
      margin-bottom:40px;
    }.wpc-scope-132 .tc-wp-content-root .gta-premium-header h2{
      margin:0 0 14px;
      color:#000000 !important;
      font-weight:800;
      line-height:1.2;
      position:relative;
      display:inline-block;
    }.wpc-scope-132 .tc-wp-content-root .gta-premium-header h2::after{
      content:"";
      width:70px;
      height:4px;
      border-radius:50px;
      background:linear-gradient(135deg,#ff7a18,#ffb347);
      display:block;
      margin:12px auto 0;
    }.wpc-scope-132 .tc-wp-content-root .gta-premium-header p{
      max-width:820px;
      margin:0 auto;
      color:#555;
      line-height:1.8;
    }.wpc-scope-132 .tc-wp-content-root .gta-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-132 .tc-wp-content-root .gta-card{
      background:#fff;
      border:1px solid #ececec;
      border-radius:22px;
      padding:28px;
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      box-shadow:0 10px 30px rgba(0,0,0,.05);
      height:100%;
    }.wpc-scope-132 .tc-wp-content-root .gta-card:hover{
      transform:translateY(-8px);
      box-shadow:0 20px 45px rgba(0,0,0,.10);
      border-color:#ffd1a4;
    }.wpc-scope-132 .tc-wp-content-root .gta-card::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:4px;
      background:linear-gradient(135deg,#ff7a18,#ffb347);
    }.wpc-scope-132 .tc-wp-content-root .gta-card-icon{
      width:54px;
      height:54px;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:18px;
      background:linear-gradient(135deg,#ff7a18,#ffb347);
      color:#fff;
      font-weight:700;
      font-size:18px;
    }.wpc-scope-132 .tc-wp-content-root .gta-card h3{
      color:#000000 !important;
      margin:0 0 12px;
      font-weight:700;
      line-height:1.3;
    }.wpc-scope-132 .tc-wp-content-root .gta-card p{
      margin:0;
      color:#555;
      line-height:1.8;
    }.wpc-scope-132 .tc-wp-content-root .gta-steps{
      display:grid;
      gap:24px;
    }.wpc-scope-132 .tc-wp-content-root .gta-step-card{
      background:#fff;
      border-radius:24px;
      border:1px solid #ececec;
      padding:30px;
      position:relative;
      display:flex;
      align-items:flex-start;
      gap:22px;
      box-shadow:0 10px 30px rgba(0,0,0,.05);
      transition:.35s ease;
    }.wpc-scope-132 .tc-wp-content-root .gta-step-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 40px rgba(0,0,0,.08);
    }.wpc-scope-132 .tc-wp-content-root .gta-step-number{
      min-width:70px;
      width:70px;
      height:70px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:800;
      font-size:24px;
      background:linear-gradient(135deg,#ff7a18,#ffb347);
      box-shadow:0 10px 25px rgba(255,122,24,.3);
    }.wpc-scope-132 .tc-wp-content-root .gta-step-content h3{
      color:#000000 !important;
      margin:0 0 10px;
      font-weight:700;
    }.wpc-scope-132 .tc-wp-content-root .gta-step-content p{
      margin:0;
      color:#555;
      line-height:1.8;
    }.wpc-scope-132 .tc-wp-content-root .gta-badge{
      display:inline-block;
      padding:6px 12px;
      border-radius:50px;
      background:#fff4e8;
      color:#d86a0d;
      font-size:12px;
      font-weight:700;
      margin-bottom:12px;
    }.wpc-scope-132 .tc-wp-content-root .gta-reveal{
      opacity:0;
      transform:translateY(35px);
      transition:.7s ease;
    }.wpc-scope-132 .tc-wp-content-root .gta-reveal.gta-show{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .gta-premium-section{padding:55px 14px;}.tc-wp-content-root .gta-premium-container{padding:0 2px;}.tc-wp-content-root .gta-premium-header h2{font-size:26px;}.tc-wp-content-root .gta-premium-header p{font-size:14px;}.tc-wp-content-root .gta-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .gta-card{padding:20px;}.tc-wp-content-root .gta-card h3{font-size:18px;}.tc-wp-content-root .gta-card p{font-size:14px;}.tc-wp-content-root .gta-step-card{padding:20px;gap:16px;flex-direction:column;}.tc-wp-content-root .gta-step-content h3{font-size:19px;}.tc-wp-content-root .gta-step-content p{font-size:14px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .gta-premium-section{padding:60px 16px;}.tc-wp-content-root .gta-premium-header h2{font-size:28px;}.tc-wp-content-root .gta-premium-header p{font-size:15px;}.tc-wp-content-root .gta-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .gta-card{padding:22px;}.tc-wp-content-root .gta-card h3{font-size:19px;}.tc-wp-content-root .gta-card p{font-size:15px;}.tc-wp-content-root .gta-step-card{padding:22px;gap:16px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .gta-premium-section{padding:65px 20px;}.tc-wp-content-root .gta-premium-header h2{font-size:30px;}.tc-wp-content-root .gta-premium-header p{font-size:16px;}.tc-wp-content-root .gta-grid{grid-template-columns:1fr;gap:22px;}.tc-wp-content-root .gta-card h3{font-size:20px;}.tc-wp-content-root .gta-card p{font-size:15px;}.tc-wp-content-root .gta-step-card{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .gta-premium-section{padding:80px 30px;}.tc-wp-content-root .gta-premium-header h2{font-size:36px;}.tc-wp-content-root .gta-premium-header p{font-size:17px;}.tc-wp-content-root .gta-grid.gta-three{grid-template-columns:repeat(2,1fr);gap:24px;}.tc-wp-content-root .gta-grid.gta-four{grid-template-columns:repeat(2,1fr);gap:24px;}.tc-wp-content-root .gta-card{padding:26px;}.tc-wp-content-root .gta-card h3{font-size:21px;}.tc-wp-content-root .gta-card p{font-size:15px;}}@media (min-width:1024px){.tc-wp-content-root .gta-premium-section{padding:95px 40px;}.tc-wp-content-root .gta-premium-header h2{font-size:42px;}.tc-wp-content-root .gta-premium-header p{font-size:18px;}.tc-wp-content-root .gta-grid.gta-three{grid-template-columns:repeat(3,1fr);gap:28px;}.tc-wp-content-root .gta-grid.gta-four{grid-template-columns:repeat(3,1fr);gap:28px;}.tc-wp-content-root .gta-card h3{font-size:22px;}.tc-wp-content-root .gta-card p{font-size:16px;}}