@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-129 .tc-wp-content-root img, .wpc-scope-129 .tc-wp-content-root video, .wpc-scope-129 .tc-wp-content-root svg, .wpc-scope-129 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper{
    --gtp-accent:#7c3aed;
    --gtp-accent2:#06b6d4;
    --gtp-text:#1a1a1a;
    --gtp-muted:#5f6773;
    --gtp-bg:#ffffff;
    --gtp-soft:#f8f9fc;
    --gtp-border:#e8ebf2;
    --gtp-shadow:0 10px 35px rgba(20,20,43,.08);
    width:100%;
    overflow:hidden;
    font-family:Inter,Segoe UI,Arial,sans-serif;
    color:var(--gtp-text);
    position:relative;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-container{
    max-width:1200px;
    margin:0 auto;
    position:relative;
    z-index:2;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section{
    position:relative;
    overflow:hidden;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-white{
    background:#fff;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-soft-bg{
    background:var(--gtp-soft);
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section-title{
    text-align:center;
    color:#000 !important;
    font-weight:800;
    letter-spacing:-.5px;
    margin:0 0 14px;
    line-height:1.2;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section-intro{
    text-align:center;
    color:var(--gtp-muted);
    max-width:820px;
    margin:0 auto 42px;
    line-height:1.8;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-grid{
    display:grid;
    align-items:stretch;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card{
    background:#fff;
    border:1px solid var(--gtp-border);
    border-radius:22px;
    box-shadow:var(--gtp-shadow);
    position:relative;
    overflow:hidden;
    transition:.35s ease;
    height:100%;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(20,20,43,.12);
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,var(--gtp-accent),var(--gtp-accent2));
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card-badge{
    width:54px;
    height:54px;
    border-radius:16px;
    background:linear-gradient(135deg,var(--gtp-accent),var(--gtp-accent2));
    position:relative;
    margin-bottom:18px;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card-badge:before{
    content:"";
    width:18px;
    height:18px;
    border-radius:50%;
    background:#fff;
    position:absolute;
    top:18px;
    left:18px;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card h3{
    color:#000 !important;
    margin:0 0 12px;
    font-weight:700;
    line-height:1.3;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card p{
    margin:0;
    color:var(--gtp-muted);
    line-height:1.8;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-wrap{
    display:flex;
    flex-direction:column;
    gap:22px;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card{
    background:#fff;
    border:1px solid var(--gtp-border);
    border-radius:24px;
    box-shadow:var(--gtp-shadow);
    display:flex;
    align-items:flex-start;
    gap:22px;
    position:relative;
    overflow:hidden;
    transition:.35s ease;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card:hover{
    transform:translateY(-4px);
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-number{
    flex:0 0 74px;
    width:74px;
    height:74px;
    border-radius:20px;
    background:linear-gradient(135deg,var(--gtp-accent),var(--gtp-accent2));
    color:#fff;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card h3{
    color:#000 !important;
    margin:0 0 10px;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card p{
    color:var(--gtp-muted);
    margin:0;
    line-height:1.8;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-glow{
    position:absolute;
    width:280px;
    height:280px;
    background:radial-gradient(circle,rgba(124,58,237,.12),transparent 70%);
    border-radius:50%;
    pointer-events:none;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-glow-1{
    top:-80px;
    right:-60px;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-glow-2{
    bottom:-100px;
    left:-60px;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-reveal{
    opacity:0;
    transform:translateY(30px);
    transition:all .7s ease;
}.wpc-scope-129 .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-reveal.gtp-active{
    opacity:1;
    transform:translateY(0);
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section{
    padding:55px 0;
}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-container{
    padding:0 14px;
}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section-title{
    font-size:28px;
}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section-intro{
    font-size:14px;
}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-grid{
    grid-template-columns:1fr;
    gap:16px;
}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card{
    padding:22px;
}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card h3, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card h3{
    font-size:19px;
}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card p, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card p{
    font-size:14px;
}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card{
    flex-direction:column;
}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section{padding:60px 0;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-container{padding:0 18px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section-title{font-size:30px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section-intro{font-size:15px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card{padding:24px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card h3, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card h3{font-size:20px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card p, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card p{font-size:15px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card{flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section{padding:65px 0;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-container{padding:0 20px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section-title{font-size:34px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section-intro{font-size:16px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card{padding:26px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card h3, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card h3{font-size:21px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card p, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card p{font-size:15px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section{padding:80px 0;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-container{padding:0 28px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section-title{font-size:38px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section-intro{font-size:17px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-grid{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card{padding:28px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card h3, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card h3{font-size:22px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card p, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card p{font-size:16px;}}@media (min-width:1024px){.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section{padding:95px 0;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-container{padding:0 24px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section-title{font-size:42px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-section-intro{font-size:18px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-grid{grid-template-columns:repeat(3,1fr);gap:24px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card{padding:30px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card h3, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card h3{font-size:22px;}.tc-wp-content-root .gtp-picture-tool-wrapper .gtp-card p, .tc-wp-content-root .gtp-picture-tool-wrapper .gtp-step-card p{font-size:16px;}}