@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-135 .tc-wp-content-root img, .wpc-scope-135 .tc-wp-content-root video, .wpc-scope-135 .tc-wp-content-root svg, .wpc-scope-135 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-135 .tc-wp-content-root .gta-premium-wrapper{
      width:100%;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      background:#fff;
      color:#1a1a1a;
      overflow:hidden;
    }.wpc-scope-135 .tc-wp-content-root .gta-premium-wrapper *{
      box-sizing:border-box;
    }.wpc-scope-135 .tc-wp-content-root .gta-premium-container{
      max-width:1200px;
      margin:0 auto;
      width:100%;
    }.wpc-scope-135 .tc-wp-content-root .gta-premium-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-135 .tc-wp-content-root .gta-premium-white{
      background:#ffffff;
    }.wpc-scope-135 .tc-wp-content-root .gta-premium-offwhite{
      background:#f8fafc;
    }.wpc-scope-135 .tc-wp-content-root .gta-premium-section::before{
      content:"";
      position:absolute;
      width:320px;
      height:320px;
      border-radius:50%;
      background:linear-gradient(135deg,#7c3aed20,#06b6d420);
      top:-120px;
      right:-120px;
      pointer-events:none;
    }.wpc-scope-135 .tc-wp-content-root .gta-premium-section::after{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      border-radius:50%;
      background:linear-gradient(135deg,#06b6d415,#7c3aed15);
      bottom:-100px;
      left:-100px;
      pointer-events:none;
    }.wpc-scope-135 .tc-wp-content-root .gta-premium-header{
      text-align:center;
      max-width:850px;
      margin:0 auto 45px;
      position:relative;
      z-index:2;
    }.wpc-scope-135 .tc-wp-content-root .gta-premium-header h2{
      color:#000000 !important;
      margin:0 0 15px;
      font-weight:800;
      line-height:1.2;
      position:relative;
      display:inline-block;
    }.wpc-scope-135 .tc-wp-content-root .gta-premium-header h2::after{
      content:"";
      width:70px;
      height:4px;
      border-radius:20px;
      background:linear-gradient(90deg,#7c3aed,#06b6d4);
      position:absolute;
      left:50%;
      transform:translateX(-50%);
      bottom:-12px;
    }.wpc-scope-135 .tc-wp-content-root .gta-premium-header p{
      color:#4b5563;
      margin:22px auto 0;
      line-height:1.8;
    }.wpc-scope-135 .tc-wp-content-root .gta-grid{
      display:grid;
      align-items:stretch;
      position:relative;
      z-index:2;
    }.wpc-scope-135 .tc-wp-content-root .gta-card{
      background:#fff;
      border:1px solid #e5e7eb;
      border-radius:22px;
      padding:28px;
      box-shadow:0 10px 35px rgba(15,23,42,.06);
      transition:.35s ease;
      position:relative;
      overflow:hidden;
      height:100%;
    }.wpc-scope-135 .tc-wp-content-root .gta-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,#7c3aed,#06b6d4);
    }.wpc-scope-135 .tc-wp-content-root .gta-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 45px rgba(15,23,42,.12);
    }.wpc-scope-135 .tc-wp-content-root .gta-card h3{
      color:#000000 !important;
      margin:0 0 12px;
      font-weight:700;
      line-height:1.3;
    }.wpc-scope-135 .tc-wp-content-root .gta-card p{
      margin:0;
      color:#4b5563;
      line-height:1.8;
    }.wpc-scope-135 .tc-wp-content-root .gta-icon{
      width:52px;
      height:52px;
      border-radius:16px;
      background:linear-gradient(135deg,#7c3aed,#06b6d4);
      margin-bottom:18px;
      position:relative;
    }.wpc-scope-135 .tc-wp-content-root .gta-icon:before{
      content:"";
      position:absolute;
      width:18px;
      height:18px;
      border-radius:50%;
      background:#fff;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
    }.wpc-scope-135 .tc-wp-content-root .gta-steps{
      display:flex;
      flex-direction:column;
      gap:24px;
      position:relative;
      z-index:2;
    }.wpc-scope-135 .tc-wp-content-root .gta-step{
      display:flex;
      gap:24px;
      align-items:flex-start;
      background:#fff;
      border:1px solid #e5e7eb;
      border-radius:24px;
      padding:30px;
      box-shadow:0 10px 35px rgba(15,23,42,.06);
      transition:.35s ease;
    }.wpc-scope-135 .tc-wp-content-root .gta-step:hover{
      transform:translateY(-5px);
    }.wpc-scope-135 .tc-wp-content-root .gta-step-number{
      min-width:72px;
      width:72px;
      height:72px;
      border-radius:20px;
      background:linear-gradient(135deg,#7c3aed,#06b6d4);
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:28px;
      font-weight:800;
      box-shadow:0 10px 25px rgba(124,58,237,.25);
    }.wpc-scope-135 .tc-wp-content-root .gta-step-content h3{
      color:#000000 !important;
      margin:0 0 10px;
      font-weight:700;
    }.wpc-scope-135 .tc-wp-content-root .gta-step-content p{
      margin:0;
      color:#4b5563;
      line-height:1.8;
    }.wpc-scope-135 .tc-wp-content-root .gta-badge{
      display:inline-block;
      padding:6px 12px;
      border-radius:999px;
      background:linear-gradient(135deg,#7c3aed15,#06b6d415);
      color:#4b5563;
      font-size:12px;
      font-weight:700;
      margin-bottom:12px;
      border:1px solid #e5e7eb;
    }.wpc-scope-135 .tc-wp-content-root .gta-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:.8s ease;
    }.wpc-scope-135 .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:28px;}.tc-wp-content-root .gta-premium-header p{font-size:14px;}.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:14px;}.tc-wp-content-root .gta-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .gta-step{padding:22px;flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .gta-premium-section{padding:60px 18px;}.tc-wp-content-root .gta-premium-container{padding:0 2px;}.tc-wp-content-root .gta-premium-header h2{font-size:30px;}.tc-wp-content-root .gta-premium-header p{font-size:15px;}.tc-wp-content-root .gta-card{padding:24px;}.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-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .gta-step{padding:24px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .gta-premium-section{padding:70px 20px;}.tc-wp-content-root .gta-premium-header h2{font-size:34px;}.tc-wp-content-root .gta-premium-header p{font-size:16px;}.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;}.tc-wp-content-root .gta-grid{grid-template-columns:1fr;gap:22px;}.tc-wp-content-root .gta-step{padding:26px;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:38px;}.tc-wp-content-root .gta-premium-header p{font-size:17px;}.tc-wp-content-root .gta-card{padding:28px;}.tc-wp-content-root .gta-card h3{font-size:22px;}.tc-wp-content-root .gta-card p{font-size:15px;}.tc-wp-content-root .gta-grid{grid-template-columns:repeat(2,1fr);gap:24px;}}@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-card{padding:30px;}.tc-wp-content-root .gta-card h3{font-size:22px;}.tc-wp-content-root .gta-card p{font-size:16px;}.tc-wp-content-root .gta-grid.gta-three{grid-template-columns:repeat(3,1fr);gap:26px;}}