.wt-hero-shapes { position: absolute; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; }
.wt-shape { position: absolute; border-radius: 50%; }
.wt-shape-1 { width: 400px; height: 400px; background: rgba(162,73,237,0.08); top: -100px; left: -100px; }
.wt-shape-2 { width: 300px; height: 300px; background: rgba(114,55,233,0.06); bottom: -50px; right: -50px; }
.wt-shape-3 { width: 150px; height: 150px; background: rgba(162,73,237,0.1); top: 40%; right: 20%; animation: wt-float 6s ease-in-out infinite; }
.wt-shape-4 { width: 80px; height: 80px; background: rgba(255,255,255,0.05); top: 20%; left: 30%; animation: wt-float 8s ease-in-out infinite reverse; }
.wt-shape-5 { width: 200px; height: 200px; background: rgba(162,73,237,0.05); bottom: 10%; left: 10%; animation: wt-float 7s ease-in-out infinite; }

@keyframes wt-float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.wt-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 700; letter-spacing: 3px; color: rgba(255,255,255,0.9);
    margin-bottom: 24px; text-transform: uppercase;
}
.wt-badge-dot {
    width: 8px; height: 8px; background: #A249ED; border-radius: 50%; display: inline-block;
}
.wt-hero-title {
    font-size: 52px; font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 24px;
}
.wt-gradient-text {
    background: linear-gradient(135deg, #A249ED, #BE60FF, #ff6b9d);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.wt-hero-desc {
    font-size: 17px; color: rgba(255,255,255,0.75); line-height: 1.8; margin-bottom: 36px; max-width: 520px;
}
.wt-hero-actions { display: flex; gap: 16px; margin-bottom: 48px; flex-wrap: wrap; }
.wt-btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 16px 36px; background: linear-gradient(135deg, #A249ED, #7237E9);
    color: #fff; font-weight: 700; font-size: 15px; border-radius: 50px;
    transition: all 0.3s; text-decoration: none; border: none;
    box-shadow: 0 8px 30px rgba(162,73,237,0.35);
}
.wt-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(162,73,237,0.5); color: #fff; }
.wt-btn-outline {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 16px 36px; background: transparent;
    color: #fff; font-weight: 700; font-size: 15px; border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.3); transition: all 0.3s; text-decoration: none;
}
.wt-btn-outline:hover { border-color: #A249ED; background: rgba(162,73,237,0.1); color: #fff; }

.wt-hero-stats { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.wt-stat-item { text-align: left; }
.wt-stat-number { display: block; font-size: 28px; font-weight: 800; color: #fff; line-height: 1; }
.wt-stat-label { font-size: 13px; color: rgba(255,255,255,0.6); font-weight: 500; margin-top: 4px; display: block; }
.wt-stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.15); }

.wt-hero-visual { position: relative; padding: 20px; }
.wt-browser-mockup {
    background: #1a1a2e; border-radius: 16px; overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.08);
}
.wt-browser-bar {
    display: flex; align-items: center; gap: 8px;
    padding: 14px 18px; background: rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05);
}
.wt-dot { width: 12px; height: 12px; border-radius: 50%; }
.wt-dot-red { background: #ff5f57; }
.wt-dot-yellow { background: #febc2e; }
.wt-dot-green { background: #28c840; }
.wt-url-bar {
    flex: 1; margin-left: 12px; padding: 6px 16px; background: rgba(255,255,255,0.08);
    border-radius: 8px; font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 500;
}
.wt-browser-body { padding: 20px; }
.wt-mock-header {
    height: 12px; background: linear-gradient(90deg, rgba(162,73,237,0.4), rgba(190,96,255,0.2));
    border-radius: 6px; margin-bottom: 16px; width: 60%;
}
.wt-mock-hero {
    height: 80px; background: linear-gradient(135deg, rgba(162,73,237,0.15), rgba(114,55,233,0.1));
    border-radius: 12px; margin-bottom: 16px;
}
.wt-mock-cards { display: flex; gap: 10px; margin-bottom: 16px; }
.wt-mock-card {
    flex: 1; height: 50px; background: rgba(255,255,255,0.05); border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05);
}
.wt-mock-content { display: flex; flex-direction: column; gap: 8px; }
.wt-mock-line { height: 8px; background: rgba(255,255,255,0.05); border-radius: 4px; }
.wt-w-80 { width: 80%; }
.wt-w-60 { width: 60%; }
.wt-w-90 { width: 90%; }

.wt-floating-badge {
    position: absolute; display: flex; align-items: center; gap: 8px;
    padding: 10px 18px; background: rgba(255,255,255,0.95); border-radius: 50px;
    font-size: 13px; font-weight: 700; color: #1a1a2e;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15); z-index: 3;
}
.wt-floating-badge i { font-size: 16px; color: #A249ED; }
.wt-fb-1 { top: 10px; right: -10px; animation: wt-float 4s ease-in-out infinite; }
.wt-fb-2 { bottom: 30%; left: -10px; animation: wt-float 5s ease-in-out infinite 1s; }
.wt-fb-3 { bottom: 10px; right: 20px; animation: wt-float 4.5s ease-in-out infinite 0.5s; }

.wt-section-badge {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    font-size: 13px; font-weight: 700; letter-spacing: 3px; color: #A249ED;
    margin-bottom: 12px; text-transform: uppercase;
}
.wt-section-title {
    font-size: 38px; font-weight: 800; color: #1a1a2e; margin-bottom: 16px; line-height: 1.3;
}
.wt-section-desc {
    font-size: 16px; color: #888; max-width: 550px; margin: 0 auto; line-height: 1.7;
}

.wt-service-card {
    background: #fff; border-radius: 20px; padding: 40px 32px; height: 100%;
    border: 1px solid #f0f0f5; transition: all 0.4s;
    position: relative; overflow: hidden;
}
.wt-service-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #A249ED, #7237E9); transform: scaleX(0);
    transition: transform 0.4s; transform-origin: left;
}
.wt-service-card:hover {
    transform: translateY(-8px); box-shadow: 0 20px 50px rgba(162,73,237,0.12);
    border-color: rgba(162,73,237,0.2);
}
.wt-service-card:hover::before { transform: scaleX(1); }
.wt-service-featured {
    border-color: rgba(162,73,237,0.3); box-shadow: 0 10px 40px rgba(162,73,237,0.1);
}
.wt-featured-badge {
    position: absolute; top: 20px; right: 20px;
    background: linear-gradient(135deg, #A249ED, #7237E9);
    color: #fff; font-size: 11px; font-weight: 700; padding: 4px 14px;
    border-radius: 50px; letter-spacing: 1px;
}
.wt-service-icon {
    width: 64px; height: 64px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px; color: #fff; margin-bottom: 24px;
}
.wt-service-title {
    font-size: 20px; font-weight: 700; color: #1a1a2e; margin-bottom: 12px;
}
.wt-service-desc {
    font-size: 14px; color: #888; line-height: 1.7; margin-bottom: 20px;
}
.wt-service-features { list-style: none; padding: 0; margin: 0; }
.wt-service-features li {
    display: flex; align-items: center; gap: 10px;
    font-size: 14px; color: #555; padding: 6px 0; font-weight: 500;
}
.wt-service-features li i { color: #A249ED; font-size: 12px; }

.wt-why-list { display: flex; flex-direction: column; gap: 20px; }
.wt-why-item {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 20px; background: #fff; border-radius: 16px;
    border: 1px solid #f0f0f5; transition: all 0.3s;
}
.wt-why-item:hover {
    box-shadow: 0 8px 30px rgba(162,73,237,0.1);
    border-color: rgba(162,73,237,0.2);
}
.wt-why-icon {
    width: 48px; height: 48px; min-width: 48px; border-radius: 12px;
    background: linear-gradient(135deg, rgba(162,73,237,0.1), rgba(114,55,233,0.05));
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #A249ED;
}

.wt-counter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.wt-counter-card {
    padding: 36px 28px; border-radius: 20px; text-align: center;
    transition: all 0.3s; border: 1px solid transparent;
}
.wt-counter-card:hover { transform: translateY(-5px); }
.wt-cc-1 { background: linear-gradient(135deg, rgba(162,73,237,0.08), rgba(162,73,237,0.02)); }
.wt-cc-2 { background: linear-gradient(135deg, rgba(10,189,227,0.08), rgba(10,189,227,0.02)); }
.wt-cc-3 { background: linear-gradient(135deg, rgba(38,222,129,0.08), rgba(38,222,129,0.02)); }
.wt-cc-4 { background: linear-gradient(135deg, rgba(255,107,107,0.08), rgba(255,107,107,0.02)); }
.wt-counter-icon { font-size: 28px; color: #A249ED; margin-bottom: 16px; }
.wt-cc-2 .wt-counter-icon { color: #0abde3; }
.wt-cc-3 .wt-counter-icon { color: #26de81; }
.wt-cc-4 .wt-counter-icon { color: #ff6b6b; }
.wt-counter-number { font-size: 36px; font-weight: 800; color: #1a1a2e; line-height: 1; margin-bottom: 6px; }
.wt-counter-label { font-size: 14px; color: #888; font-weight: 500; }

.wt-tech-grid {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-top: 20px;
}
.wt-tech-item {
    display: flex; flex-direction: column; align-items: center; gap: 12px;
    padding: 28px 36px; background: #f8f9ff; border-radius: 16px;
    transition: all 0.3s; border: 1px solid transparent; min-width: 120px;
}
.wt-tech-item:hover {
    transform: translateY(-5px); background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08); border-color: #f0f0f5;
}
.wt-tech-item i { font-size: 36px; }
.wt-tech-item span { font-size: 14px; font-weight: 700; color: #1a1a2e; }

.wt-process-bg-shape {
    position: absolute; width: 600px; height: 600px; border-radius: 50%;
    background: rgba(162,73,237,0.08); top: -200px; right: -200px;
}
.wt-process-card {
    background: rgba(255,255,255,0.06); backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1); border-radius: 20px;
    padding: 36px 28px; text-align: center; height: 100%;
    transition: all 0.4s; position: relative;
}
.wt-process-card:hover {
    background: rgba(255,255,255,0.1); transform: translateY(-8px);
    border-color: rgba(162,73,237,0.3);
}
.wt-process-number {
    font-size: 48px; font-weight: 800; color: rgba(162,73,237,0.3);
    line-height: 1; margin-bottom: 16px;
}
.wt-process-icon {
    width: 64px; height: 64px; border-radius: 50%;
    background: linear-gradient(135deg, #A249ED, #7237E9);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; font-size: 24px; color: #fff;
    box-shadow: 0 8px 25px rgba(162,73,237,0.35);
}
.wt-process-title { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.wt-process-desc { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.7; margin: 0; }

.wt-cta-box {
    background: linear-gradient(135deg, #A249ED 0%, #7237E9 50%, #5b2dd3 100%);
    border-radius: 24px; padding: 60px; position: relative; overflow: hidden;
}
.wt-cta-shapes { position: absolute; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; }
.wt-cta-shape-1 {
    position: absolute; width: 200px; height: 200px; border-radius: 50%;
    background: rgba(255,255,255,0.08); top: -60px; right: -40px;
}
.wt-cta-shape-2 {
    position: absolute; width: 150px; height: 150px; border-radius: 50%;
    background: rgba(255,255,255,0.05); bottom: -40px; left: 10%;
}
.wt-cta-btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 18px 40px; background: #fff; color: #7237E9;
    font-weight: 700; font-size: 16px; border-radius: 50px;
    transition: all 0.3s; text-decoration: none;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.wt-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.25); color: #5b2dd3; }

.content-body h1, .content-body h2, .content-body h3 { font-weight: 700; color: #1a1a1a; margin-top: 1.5rem; margin-bottom: 1rem; }
.content-body p { margin-bottom: 1rem; line-height: 1.7; color: #666; }

@media (max-width: 991px) {
    .wt-hero-title { font-size: 36px; }
    .wt-section-title { font-size: 30px; }
    .wt-hero-stats { gap: 20px; }
    .wt-stat-divider { display: none; }
    .wt-cta-box { padding: 40px 24px; }
    .wt-cta-box h2 { font-size: 28px; }
}
@media (max-width: 576px) {
    .wt-hero-title { font-size: 30px; }
    .wt-hero-actions { flex-direction: column; }
    .wt-btn-primary, .wt-btn-outline { justify-content: center; }
    .wt-counter-grid { grid-template-columns: 1fr; }
    .wt-tech-grid { gap: 12px; }
    .wt-tech-item { padding: 20px 24px; min-width: 100px; }
}
