body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
        /* --- CSS VARIABLES & RESET --- */
        :root {
            --gt-primary: #512da8;
            --gt-secondary: #6366f1;
            --gt-accent: linear-gradient(135deg, #ff6b6b, #ff8e53);
            --gt-dark: #0f172a;
            --gt-light: #f8fafc;
            --gt-gray: #64748b;
            --gt-purple-grad: linear-gradient(135deg, #4a148c, #7c4dff);
        }

        .gt-body-wrapper {
            font-family: 'Plus Jakarta Sans', sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            background-color: #ffffff;
            color: var(--gt-dark);
            overflow-x: hidden;
        }

        .gt-body-wrapper *, .gt-body-wrapper *:before, .gt-body-wrapper *:after {
            box-sizing: inherit;
        }

        /* --- 1. TOP NAVBAR / HEADER --- */
        .gt-topbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: rgba(255, 255, 255, 0.95);
            border: 1px solid rgba(99, 102, 241, 0.15);
            border-radius: 100px;
            padding: 10px 24px;
            margin: 20px auto;
            max-width: 1280px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.04);
            width: 95%;
        }

        .gt-info-item {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .gt-info-icon {
            width: 42px;
            height: 42px;
            background: #ffebee;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ff5252;
            font-size: 18px;
        }

        .gt-info-icon.phone-bg {
            background: #eae1ff;
            color: #651fff;
        }

        .gt-info-text strong {
            display: block;
            font-size: 14px;
            color: var(--gt-dark);
        }

        .gt-info-text span {
            font-size: 12px;
            color: var(--gt-gray);
        }

        .gt-btn-pay {
            border: 1px solid var(--gt-secondary);
            color: var(--gt-secondary);
            padding: 8px 18px;
            border-radius: 50px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: 0.3s;
        }

        .gt-btn-pay:hover {
            background: var(--gt-secondary);
            color: white;
        }

        .gt-social-links {
            display: flex;
            gap: 10px;
        }

        .gt-social-icon {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            font-size: 14px;
            transition: 0.3s;
        }

        .gt-fb { background: #1877f2; }
        .gt-ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
        .gt-x { background: #000000; }
        .gt-yt { background: #ff0000; }
        .gt-ln { background: #0077b5; }

        .gt-btn-quote {
            background: linear-gradient(90deg, #6366f1, #4f46e5);
            color: white;
            padding: 10px 22px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4);
        }

        /* --- 2. HERO SECTION --- */
        .gt-hero {
            max-width: 1280px;
            margin: 0 auto;
            padding: 40px 20px;
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            align-items: center;
            gap: 40px;
            width: 95%;
        }

        .gt-hero-badge {
            background: #f1f3fe;
            color: var(--gt-secondary);
            padding: 6px 16px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 14px;
            display: inline-block;
            margin-bottom: 15px;
        }

        .gt-hero h1 {
            font-size: 52px;
            font-weight: 800;
            line-height: 1.1;
            margin: 0 0 20px 0;
        }

        .gt-hero h1 span {
            color: var(--gt-secondary);
            position: relative;
        }

        .gt-hero p {
            color: var(--gt-gray);
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .gt-hero-features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .gt-h-feat {
            display: flex;
            align-items: center;
            gap: 10px;
            background: var(--gt-light);
            padding: 12px;
            border-radius: 12px;
            font-size: 14px;
            font-weight: 600;
        }

        .gt-h-feat i {
            color: #10b981;
        }

        .gt-hero-image {
            position: relative;
            display: flex;
            justify-content: center;
        }

        .gt-hero-image img {
            max-width: 100%;
            height: auto;
            filter: drop-shadow(0 20px 50px rgba(0,0,0,0.15));
        }

        /* --- 3. HOW IT WORKS --- */
        .gt-section-title {
            text-align: center;
            margin: 60px 0 40px 0;
        }

        .gt-section-title h2 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .gt-section-title p {
            color: var(--gt-gray);
        }

        .gt-steps-grid {
            max-width: 1280px;
            margin: 0 auto 60px auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            padding: 0 20px;
        }

        .gt-step-card {
            background: white;
            border: 1px solid #f1f5f9;
            border-radius: 16px;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0,0,0,0.02);
            position: relative;
            transition: 0.3s;
        }

        .gt-step-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(99, 102, 241, 0.08);
        }

        .gt-step-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px auto;
            font-size: 24px;
        }

        .gt-s1 { background: #eef2ff; color: #4f46e5; }
        .gt-s2 { background: #fff7ed; color: #ea580c; }
        .gt-s3 { background: #f0fdf4; color: #16a34a; }
        .gt-s4 { background: #f0f9ff; color: #0284c7; }

        .gt-step-card span {
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
            color: var(--gt-gray);
            display: block;
            margin-bottom: 8px;
        }

        .gt-step-card h3 {
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 10px 0;
        }

        .gt-step-card p {
            font-size: 13px;
            color: var(--gt-gray);
            margin: 0;
            line-height: 1.5;
        }

        /* --- 4. WHY CHOOSE US & EXPERTISE GRID --- */
        .gt-main-showcase {
            max-width: 1280px;
            margin: 0 auto 60px auto;
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 30px;
            padding: 0 20px;
        }

        .gt-why-choose-side h2 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .gt-grid-reasons {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .gt-reason-box {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            padding: 24px;
            border-radius: 16px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .gt-reason-header {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 700;
            font-size: 16px;
        }

        .gt-reason-header i {
            font-size: 20px;
            color: var(--gt-secondary);
        }

        .gt-reason-box p {
            margin: 0;
            font-size: 13px;
            color: var(--gt-gray);
            line-height: 1.6;
        }

        /* Right Side Gradient Expertise Menu */
        .gt-expertise-side {
            background: var(--gt-purple-grad);
            border-radius: 24px;
            padding: 30px;
            color: white;
            box-shadow: 0 15px 40px rgba(74, 20, 140, 0.3);
        }

        .gt-expertise-side h3 {
            font-size: 24px;
            font-weight: 700;
            margin: 0 0 20px 0;
            border-bottom: 1px solid rgba(255,255,255,0.2);
            padding-bottom: 15px;
        }

        .gt-exp-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .gt-exp-item {
            display: flex;
            align-items: center;
            gap: 12px;
            background: rgba(255, 255, 255, 0.1);
            padding: 12px 16px;
            border-radius: 12px;
            font-size: 14px;
            font-weight: 600;
            transition: 0.3s;
        }

        .gt-exp-item:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateX(5px);
        }

        /* --- 5. BOTTOM CTA BANNER --- */
        .gt-cta-banner {
            max-width: 1280px;
            margin: 0 auto 60px auto;
            background: linear-gradient(90deg, #0f172a 0%, #1e1b4b 100%);
            border-radius: 24px;
            padding: 40px 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: white;
            width: 95%;
            position: relative;
            overflow: hidden;
        }

        .gt-cta-text h3 {
            font-size: 28px;
            font-weight: 700;
            margin: 0 0 10px 0;
        }

        .gt-cta-text p {
            margin: 0;
            color: #cbd5e1;
            font-size: 15px;
        }

        .gt-btn-cta-launch {
            background: linear-gradient(90deg, #f97316, #ea580c);
            color: white;
            padding: 14px 32px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 10px 25px rgba(249, 115, 22, 0.4);
            transition: 0.3s;
            border: none;
            cursor: pointer;
        }

        .gt-btn-cta-launch:hover {
            transform: scale(1.03);
            box-shadow: 0 12px 30px rgba(249, 115, 22, 0.5);
        }

        /* --- RESPONSIVE BREAKPOINTS --- */
        @media (max-width: 1024px) {
            .gt-topbar { flex-direction: column; gap: 15px; border-radius: 20px; text-align: center; }
            .gt-hero { grid-template-columns: 1fr; text-align: center; }
            .gt-hero-features { justify-content: center; }
            .gt-steps-grid { grid-template-columns: repeat(2, 1fr); }
            .gt-main-showcase { grid-template-columns: 1fr; }
            .gt-cta-banner { flex-direction: column; text-align: center; gap: 25px; }
        }

        @media (max-width: 640px) {
            .gt-steps-grid { grid-template-columns: 1fr; }
            .gt-grid-reasons { grid-template-columns: 1fr; }
            .gt-hero h1 { font-size: 36px; }
            .gt-social-links { margin: 10px 0; }
        }
    