/* ============================================
   WOOTRACK HOME - iOS STYLE
   Primary: #147EFB
   Border Radius: 10px
============================================ */

:root {
    --wt-blue: #147EFB;
    --wt-blue-dark: #0b5fcc;
    --wt-blue-light: #4da3ff;
    --wt-purple: #5856D6;
    --wt-green: #34C759;
    --wt-green-dark: #28a745;
    --wt-orange: #FF9500;
    --wt-red: #FF3B30;
    --wt-teal: #5AC8FA;
    --wt-pink: #FF2D55;
    --wt-yellow: #FFCC00;
    --wt-gray-50: #fafafa;
    --wt-gray-100: #f5f5f7;
    --wt-gray-200: #e8e8ed;
    --wt-gray-400: #aeaeb2;
    --wt-gray-500: #86868b;
    --wt-gray-600: #636366;
    --wt-gray-900: #1d1d1f;
    --wt-radius: 10px;
}

.wt-home {
    font-family: system-ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: var(--wt-gray-900);
    line-height: 1.6;
    overflow-x: hidden;
    border-radius: var(--wt-radius);
}

.wt-home * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wt-home img {
    max-width: 100%;
    height: auto;
}

.wt-home a {
    text-decoration: none;
    color: inherit;
}

/* Container */
.wt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.wt-container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   HERO SECTION - Full Width Blue Gradient
============================================ */
.wt-hero {
    background: linear-gradient(180deg, #147EFB 0%, #0b5fcc 50%, #0a4a9e 100%);
    padding: 120px 0 140px;
    position: relative;
    overflow: hidden;
    border-radius: var(--wt-radius);
}

.wt-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 20%, rgba(255,255,255,0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 80%, rgba(0,0,0,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.wt-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.wt-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: var(--wt-radius);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 32px;
    border: 1px solid rgba(255,255,255,0.3);
}

.wt-hero-badge svg {
    width: 18px;
    height: 18px;
}

.wt-hero h1 {
    font-size: clamp(42px, 7vw, 76px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 28px;
    letter-spacing: -0.03em;
}

.wt-hero h1 span {
    display: block;
    color: #fff;
}

.wt-hero-subtitle {
    font-size: clamp(18px, 2.5vw, 24px);
    opacity: 0.9;
    max-width: 750px;
    margin: 0 auto 28px;
    line-height: 1.7;
}

.wt-hero-features {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.wt-hero-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.9;
}

.wt-hero-feature svg {
    width: 18px;
    height: 18px;
    color: var(--wt-green);
}

.wt-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff !important;
    color: #147EFB !important;
    padding: 20px 44px;
    border-radius: var(--wt-radius);
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.wt-hero-cta:visited,
.wt-hero-cta:link,
.wt-hero-cta:active {
    color: #147EFB !important;
}

.wt-hero-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    background: #f0f7ff !important;
    color: #0b5fcc !important;
}

.wt-hero-cta svg {
    transition: transform 0.3s ease;
    stroke: #147EFB !important;
}

.wt-hero-cta:hover svg {
    transform: translateX(4px);
    stroke: #0b5fcc !important;
}

.wt-hero-note {
    margin-top: 24px;
    font-size: 14px;
    opacity: 0.8;
}

.wt-hero-note svg {
    vertical-align: -2px;
    margin-right: 6px;
}

/* ============================================
   TRUST BAR
============================================ */
.wt-trust {
    background: #fff;
    padding: 40px 0;
    border-bottom: 1px solid var(--wt-gray-200);
}

.wt-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.wt-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--wt-gray-600);
}

.wt-trust-item svg {
    width: 20px;
    height: 20px;
    color: var(--wt-green);
}

.wt-trust-item--platforms {
    gap: 12px;
    min-width: 0;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.wt-platform-logos {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 1;
    min-width: 0;
    max-width: 100%;
}

.wt-platform-logo {
    display: block;
    flex-shrink: 1;
    min-width: 0;
    width: auto;
    height: 20px;
    max-height: 20px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.wt-platform-logo--woo {
    max-width: min(52px, 28vw);
}

.wt-platform-logo--shopify {
    width: 22px;
    height: 22px;
    max-width: 22px;
    max-height: 22px;
    flex-shrink: 0;
    object-fit: contain;
}

.wt-platform-logo-sep {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: var(--wt-gray-300);
    border-radius: 1px;
    flex-shrink: 0;
}

/* ============================================
   STATS BAR
============================================ */
.wt-stats {
    background: var(--wt-gray-100);
    padding: 60px 0;
}

.wt-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

@media (max-width: 768px) {
    .wt-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.wt-stat-item {
    text-align: center;
}

.wt-stat-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--wt-blue);
    line-height: 1;
    margin-bottom: 8px;
}

.wt-stat-label {
    font-size: 15px;
    color: var(--wt-gray-500);
    font-weight: 500;
}

/* ============================================
   PROBLEM SECTION
============================================ */
.wt-problem {
    padding: 120px 0;
    background: #fff;
}

.wt-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.wt-section-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--wt-blue);
    margin-bottom: 16px;
}

.wt-section-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    color: var(--wt-gray-900);
}

.wt-section-subtitle {
    font-size: 18px;
    color: var(--wt-gray-500);
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}

.wt-problems-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 900px) {
    .wt-problems-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .wt-problems-grid {
        grid-template-columns: 1fr;
    }
}

.wt-problem-card {
    background: var(--wt-gray-100);
    border-radius: var(--wt-radius);
    padding: 32px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.wt-problem-card:hover {
    transform: translateY(-4px);
    background: #fff;
    border-color: var(--wt-gray-200);
    box-shadow: 0 16px 48px rgba(0,0,0,0.08);
}

.wt-problem-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #fee2e2, #fecaca);
    border-radius: var(--wt-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 26px;
}

.wt-problem-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--wt-gray-900);
}

.wt-problem-card p {
    font-size: 15px;
    color: var(--wt-gray-500);
    line-height: 1.7;
}

/* ============================================
   SOLUTION SECTION - Blue Gradient
============================================ */
.wt-solution {
    background: linear-gradient(180deg, #147EFB 0%, #0b5fcc 100%);
    padding: 120px 0;
    position: relative;
    border-radius: var(--wt-radius);
}

.wt-solution::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.1) 0%, transparent 60%);
    pointer-events: none;
}

.wt-solution-content {
    position: relative;
    z-index: 2;
}

.wt-solution .wt-section-label {
    color: rgba(255,255,255,0.8);
}

.wt-solution .wt-section-title {
    color: #fff;
}

.wt-solution .wt-section-subtitle {
    color: rgba(255,255,255,0.85);
}

.wt-solution-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--wt-radius);
    padding: 56px;
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

@media (max-width: 900px) {
    .wt-solution-card {
        grid-template-columns: 1fr;
        padding: 36px;
    }
}

.wt-solution-text h3 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.wt-solution-text h3 span {
    color: #a5d6ff;
}

.wt-solution-text > p {
    font-size: 17px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
    line-height: 1.8;
}

.wt-solution-list {
    list-style: none;
}

.wt-solution-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    color: #fff;
}

.wt-solution-list li:last-child {
    border-bottom: none;
}

.wt-solution-list svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: var(--wt-green);
    margin-top: 2px;
}

.wt-solution-list span {
    font-size: 16px;
    line-height: 1.6;
}

.wt-solution-list strong {
    font-weight: 600;
}

.wt-solution-visual {
    background: rgba(255,255,255,0.15);
    border-radius: var(--wt-radius);
    padding: 48px;
    text-align: center;
}

.wt-formula-box {
    background: #fff;
    border-radius: var(--wt-radius);
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.wt-formula-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--wt-gray-500);
    margin-bottom: 16px;
}

.wt-formula-main {
    font-size: 36px;
    font-weight: 700;
    color: var(--wt-blue);
    margin-bottom: 16px;
}

.wt-formula-desc {
    font-size: 15px;
    color: var(--wt-gray-500);
    line-height: 1.6;
}

/* ============================================
   GALLERY SECTION
============================================ */
.wt-gallery {
    padding: 120px 0;
    background: #fff;
}

.wt-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 56px;
}

@media (max-width: 1100px) {
    .wt-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .wt-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .wt-gallery-grid {
        grid-template-columns: 1fr;
    }
}

.wt-gallery-item {
    position: relative;
    border-radius: var(--wt-radius);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 16/10;
    background: var(--wt-gray-100);
    border: 1px solid var(--wt-gray-200);
    transition: all 0.3s ease;
}

.wt-gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.12);
    border-color: var(--wt-blue);
}

.wt-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wt-gallery-item:hover img {
    transform: scale(1.05);
}

.wt-gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.wt-gallery-item:hover .wt-gallery-overlay {
    opacity: 1;
}

.wt-gallery-overlay h4,
.wt-gallery-overlay-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    color: inherit;
}

.wt-gallery-overlay p {
    font-size: 13px;
    opacity: 0.85;
}

.wt-gallery-zoom {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.wt-gallery-item:hover .wt-gallery-zoom {
    opacity: 1;
}

.wt-gallery-zoom svg {
    width: 18px;
    height: 18px;
    color: var(--wt-blue);
}

/* Lightbox — must work outside shortcode DOM: theme uses content-visibility on .pm-content-wrap,
   which breaks fixed overlays & images inside that subtree. JS moves this node to document.body. */
.wt-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    max-height: 100vh;
    margin: 0;
    border: none;
    padding: 40px 20px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.95);
    z-index: 2147483000;
    overflow-y: auto;
    overflow-x: hidden;
    isolation: isolate;
    contain: none;
}

.wt-lightbox.active {
    display: block;
}

.wt-lightbox-content {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 80px);
    padding: 60px 0;
}

/* Isolate from theme/global img rules (lazy-load, opacity fades, etc.) */
.wt-lightbox-content img.wt-lightbox-photo,
#wt-lightbox-img.wt-lightbox-photo {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: var(--wt-radius);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.wt-lightbox-caption {
    text-align: center;
    margin-top: 24px;
    padding-bottom: 40px;
}

.wt-lightbox-caption h4,
.wt-lightbox-caption-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
}

.wt-lightbox-caption p {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.85;
}

.wt-lightbox-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 100000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.wt-lightbox-close:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
}

.wt-lightbox-close svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.wt-lightbox-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: black;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 100000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.wt-lightbox-nav:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
}

.wt-lightbox-nav svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.wt-lightbox-prev {
    left: 20px;
}

.wt-lightbox-next {
    right: 20px;
}

/* ============================================
   AUTOMATION SECTION - Purple Gradient
============================================ */
.wt-automation {
    background: linear-gradient(180deg, #5856D6 0%, #3634a3 100%);
    padding: 120px 0;
    position: relative;
    margin-top:10px;
    border-radius: var(--wt-radius);
}

.wt-automation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(0,0,0,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.wt-automation-content {
    position: relative;
    z-index: 2;
}

.wt-automation .wt-section-label {
    color: rgba(255,255,255,0.8);
}

.wt-automation .wt-section-title {
    color: #fff;
}

.wt-automation .wt-section-subtitle {
    color: rgba(255,255,255,0.85);
}

.wt-automation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 56px;
}

@media (max-width: 900px) {
    .wt-automation-grid {
        grid-template-columns: 1fr;
    }
}

.wt-automation-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--wt-radius);
    padding: 40px;
    text-align: center;
    transition: all 0.3s ease;
}

.wt-automation-card:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.15);
}

.wt-automation-icon {
    width: 72px;
    height: 72px;
    background: rgba(255,255,255,0.2);
    border-radius: var(--wt-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 36px;
}

.wt-automation-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.wt-automation-card p {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin-bottom: 20px;
}

.wt-automation-card ul {
    list-style: none;
    text-align: left;
}

.wt-automation-card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: rgba(255,255,255,0.9);
    font-size: 14px;
}

.wt-automation-card ul li::before {
    content: '✓';
    color: var(--wt-green);
    font-weight: 600;
}

.wt-automation-highlight {
    grid-column: span 3;
    background: rgba(255,255,255,0.15);
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    text-align: left;
}

@media (max-width: 900px) {
    .wt-automation-highlight {
        grid-column: span 1;
        grid-template-columns: 1fr;
        padding: 32px;
    }
}

.wt-automation-highlight h3 {
    text-align: left;
    color:white;
    margin-bottom: 16px;
}

.wt-automation-highlight p {
    text-align: left;
    color:white;
}

.wt-automation-flow {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wt-flow-step {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255,255,255,0.1);
    padding: 16px 20px;
    border-radius: var(--wt-radius);
    color: #fff;
}

.wt-flow-step-num {
    width: 32px;
    height: 32px;
    background: var(--wt-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.wt-flow-step span {
    font-size: 15px;
}

/* ============================================
   FEATURES SECTION
============================================ */
.wt-features {
    padding: 120px 0;
    background: var(--wt-gray-50);
}

.wt-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 56px;
}

@media (max-width: 900px) {
    .wt-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .wt-features-grid {
        grid-template-columns: 1fr;
    }
}

.wt-feature-card {
    background: #fff;
    border-radius: var(--wt-radius);
    padding: 36px;
    border: 1px solid var(--wt-gray-200);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.wt-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border-color: transparent;
}

.wt-feature-card.featured {
    grid-column: span 3;
    background: linear-gradient(135deg, #147EFB 0%, #0b5fcc 100%);
    border: none;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 48px;
}

@media (max-width: 900px) {
    .wt-feature-card.featured {
        grid-column: span 2;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .wt-feature-card.featured {
        grid-column: span 1;
    }
}

.wt-feature-card.featured .wt-feature-icon {
    background: rgba(255,255,255,0.2);
}

.wt-feature-card.featured h3,
.wt-feature-card.featured p {
    color: #fff;
}

.wt-feature-card.featured p {
    opacity: 0.9;
}

.wt-feature-card.featured .wt-feature-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.wt-feature-highlight {
    background: rgba(255,255,255,0.15);
    border-radius: var(--wt-radius);
    padding: 20px;
    text-align: center;
}

.wt-feature-highlight-value {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4px;
}

.wt-feature-highlight-label {
    font-size: 13px;
    opacity: 0.8;
}

.wt-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--wt-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
}

.wt-feature-icon.blue { background: linear-gradient(135deg, #dbeafe, #bfdbfe); }
.wt-feature-icon.green { background: linear-gradient(135deg, #dcfce7, #bbf7d0); }
.wt-feature-icon.purple { background: linear-gradient(135deg, #ede9fe, #ddd6fe); }
.wt-feature-icon.orange { background: linear-gradient(135deg, #ffedd5, #fed7aa); }
.wt-feature-icon.teal { background: linear-gradient(135deg, #ccfbf1, #99f6e4); }
.wt-feature-icon.pink { background: linear-gradient(135deg, #fce7f3, #fbcfe8); }
.wt-feature-icon.red { background: linear-gradient(135deg, #fee2e2, #fecaca); }
.wt-feature-icon.yellow { background: linear-gradient(135deg, #fef3c7, #fde68a); }

.wt-feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--wt-gray-900);
}

.wt-feature-card p {
    font-size: 15px;
    color: var(--wt-gray-500);
    line-height: 1.7;
}
.wt-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.wt-hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent !important;
    color: #fff !important;
    padding: 20px 36px;
    border-radius: var(--wt-radius);
    font-size: 18px;
    font-weight: 600;
    border: 2px solid rgba(255,255,255,0.5);
    transition: all 0.3s ease;
}

.wt-hero-cta-secondary:visited,
.wt-hero-cta-secondary:link,
.wt-hero-cta-secondary:active {
    color: #fff !important;
}

.wt-hero-cta-secondary:hover {
    background: rgba(255,255,255,0.15) !important;
    border-color: rgba(255,255,255,0.8);
    transform: translateY(-3px);
}

.wt-hero-cta-secondary svg {
    stroke: #fff !important;
    transition: transform 0.3s ease;
}

.wt-hero-cta-secondary:hover svg {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 480px) {
    .wt-hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .wt-hero-cta-secondary {
        padding: 14px 28px;
        font-size: 15px;
        width: 100%;
        justify-content: center;
    }
}
.wt-feature-card ul {
    margin-top: 16px;
    list-style: none;
}

.wt-feature-card ul li {
    font-size: 14px;
    color: white;
    padding: 6px 0;
    font-weight:bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wt-feature-card ul li::before {
    content: '✓';
    color: var(--wt-green);
    font-weight: 600;
}

/* ============================================
   LABELING SECTION - Blue Gradient
============================================ */
.wt-labeling {
    background: linear-gradient(180deg, #147EFB 0%, #5856D6 100%);
    padding: 120px 0;
    position: relative;
    border-radius: var(--wt-radius);
}

.wt-labeling::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 30% 20%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(0,0,0,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.wt-labeling-content {
    position: relative;
    z-index: 2;
}

.wt-labeling .wt-section-label {
    color: rgba(255,255,255,0.8);
}

.wt-labeling .wt-section-title {
    color: #fff;
}

.wt-labeling .wt-section-subtitle {
    color: rgba(255,255,255,0.85);
}

.wt-labels-grid {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 60px;
}

.wt-label-card {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: var(--wt-radius);
    padding: 44px 52px;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 220px;
}

.wt-label-card:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255,255,255,0.2);
}

.wt-label-letter {
    width: 80px;
    height: 80px;
    border-radius: var(--wt-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin: 0 auto 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.wt-label-letter.a { background: linear-gradient(135deg, #34C759, #28a745); }
.wt-label-letter.c { background: linear-gradient(135deg, #FF9500, #e68a00); }
.wt-label-letter.x { background: linear-gradient(135deg, #FF3B30, #dc2626); }

.wt-label-card h3,
.wt-label-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.wt-label-card p {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}

.wt-label-card .wt-label-action {
    margin-top: 16px;
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 8px 16px;
    border-radius: var(--wt-radius);
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

/* ============================================
   HOW IT WORKS
============================================ */
.wt-how {
    padding: 120px 0;
    background: #fff;
}

.wt-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 60px;
    position: relative;
}

@media (max-width: 900px) {
    .wt-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .wt-steps {
        grid-template-columns: 1fr;
    }
}

.wt-steps::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 12%;
    right: 12%;
    height: 4px;
    background: linear-gradient(90deg, var(--wt-blue), var(--wt-purple));
    border-radius: 2px;
    z-index: 0;
}

@media (max-width: 900px) {
    .wt-steps::before {
        display: none;
    }
}

.wt-step {
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 16px;
}

.wt-step-number {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, var(--wt-blue), var(--wt-blue-dark));
    color: #fff;
    border-radius: var(--wt-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto 24px;
    box-shadow: 0 8px 24px rgba(20, 126, 251, 0.35);
}

.wt-step h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--wt-gray-900);
}

.wt-step p {
    font-size: 15px;
    color: var(--wt-gray-500);
    line-height: 1.6;
}

/* ============================================
   PRESETS SECTION
============================================ */
.wt-presets {
    padding: 120px 0;
    background: var(--wt-gray-50);
}

.wt-presets-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 56px;
}

@media (max-width: 900px) {
    .wt-presets-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .wt-presets-grid {
        grid-template-columns: 1fr;
    }
}

.wt-preset-card {
    background: #fff;
    border-radius: var(--wt-radius);
    padding: 36px;
    border: 1px solid var(--wt-gray-200);
    text-align: center;
    transition: all 0.3s ease;
}

.wt-preset-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.08);
    border-color: var(--wt-blue);
}

.wt-preset-icon {
    font-size: 52px;
    margin-bottom: 20px;
}

.wt-preset-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--wt-gray-900);
}

.wt-preset-card p {
    font-size: 14px;
    color: var(--wt-gray-500);
    line-height: 1.7;
    margin-bottom: 16px;
}

.wt-preset-tag {
    display: inline-block;
    background: var(--wt-gray-100);
    padding: 6px 14px;
    border-radius: var(--wt-radius);
    font-size: 12px;
    font-weight: 600;
    color: var(--wt-gray-600);
}

/* ============================================
   BENEFITS SECTION - Blue Gradient
============================================ */
.wt-benefits {
    background: linear-gradient(180deg, #147EFB 0%, #0a4a9e 100%);
    padding: 120px 0;
    position: relative;
    border-radius: var(--wt-radius);
}

.wt-benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.08) 0%, transparent 60%);
    pointer-events: none;
}

.wt-benefits-content {
    position: relative;
    z-index: 2;
}

.wt-benefits .wt-section-label {
    color: rgba(255,255,255,0.8);
}

.wt-benefits .wt-section-title {
    color: #fff;
}

.wt-benefits .wt-section-subtitle {
    color: rgba(255,255,255,0.85);
}

.wt-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 56px;
}

@media (max-width: 768px) {
    .wt-benefits-grid {
        grid-template-columns: 1fr;
    }
}

.wt-benefit-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--wt-radius);
    padding: 36px;
    text-align: center;
    transition: all 0.3s ease;
}

.wt-benefit-card:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.15);
}

.wt-benefit-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.wt-benefit-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.wt-benefit-card p {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
}

/* ============================================
   CTA SECTION - Blue Gradient
============================================ */
.wt-cta {
    background: linear-gradient(180deg, #147EFB 0%, #0a4a9e 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    border-radius: var(--wt-radius);
}

.wt-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.08) 0%, transparent 50%);
    pointer-events: none;
}

.wt-cta-content {
    position: relative;
    z-index: 2;
}

.wt-cta-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--wt-radius);
    padding: 72px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .wt-cta-card {
        padding: 48px 24px;
    }
}

.wt-cta-badge {
    display: inline-block;
    background: var(--wt-green);
    color: #fff;
    padding: 14px 28px;
    border-radius: var(--wt-radius);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 32px;
}

.wt-cta-card h3 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.wt-cta-card > p {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 24px;
}

.wt-cta-price {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
    margin: 28px 0;
}

.wt-cta-price span {
    font-size: 22px;
    font-weight: 500;
    opacity: 0.8;
}

.wt-cta-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 36px;
    margin-bottom: 40px;
}

.wt-cta-features span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: rgba(255,255,255,0.9);
}

.wt-cta-features svg {
    width: 20px;
    height: 20px;
    color: var(--wt-green);
}

.wt-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff !important;
    color: #147EFB !important;
    padding: 22px 52px;
    border-radius: var(--wt-radius);
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.wt-cta-btn:visited,
.wt-cta-btn:link,
.wt-cta-btn:active {
    color: #147EFB !important;
}

.wt-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    background: #f0f7ff !important;
    color: #0b5fcc !important;
}

.wt-cta-note {
    margin-top: 24px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

/* ============================================
   FAQ SECTION
============================================ */
.wt-faq {
    padding: 120px 0;
    background: #fff;
}

.wt-faq-list {
    max-width: 800px;
    margin: 56px auto 0;
}

.wt-faq-item {
    border-bottom: 1px solid var(--wt-gray-200);
}

.wt-faq-item summary {
    padding: 28px 0;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--wt-gray-900);
    transition: color 0.2s ease;
}

.wt-faq-item summary:hover {
    color: var(--wt-blue);
}

.wt-faq-item summary::-webkit-details-marker {
    display: none;
}

.wt-faq-item summary::after {
    content: '+';
    font-size: 28px;
    font-weight: 400;
    color: var(--wt-gray-400);
    transition: transform 0.3s ease;
}

.wt-faq-item[open] summary::after {
    transform: rotate(45deg);
}

.wt-faq-item p {
    padding: 0 0 28px;
    font-size: 16px;
    color: var(--wt-gray-500);
    line-height: 1.8;
}

.wt-faq-item p a {
    color: var(--wt-blue);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wt-faq-item p a:hover {
    color: #004099;
}

/* ============================================
   FOOTER CTA
============================================ */
.wt-footer-cta {
    background: var(--wt-gray-900);
    padding: 100px 0;
    text-align: center;
}

.wt-footer-cta h2 {
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.wt-footer-cta p {
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 36px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.wt-footer-cta .wt-cta-btn {
    background: linear-gradient(135deg, var(--wt-blue), var(--wt-blue-dark)) !important;
    color: #fff !important;
}

.wt-footer-cta .wt-cta-btn:visited,
.wt-footer-cta .wt-cta-btn:link,
.wt-footer-cta .wt-cta-btn:active {
    color: #fff !important;
}

.wt-footer-cta .wt-cta-btn:hover {
    background: linear-gradient(135deg, var(--wt-blue-light), var(--wt-blue)) !important;
    color: #fff !important;
}

/* ============================================
   LATEST BLOGS
============================================ */
.wt-latest-blogs {
    padding: 84px 0 96px;
    background: #ffffff;
}

.wt-latest-blogs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.wt-latest-blogs-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.wt-latest-blogs-header .wt-section-subtitle {
    margin-bottom: 0;
}

.wt-see-all-blogs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4da3ff 0%, #147efb 55%, #5856d6 100%);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(20, 126, 251, 0.32), inset 0 1px 1px rgba(255, 255, 255, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.wt-see-all-blogs-btn:visited,
.wt-see-all-blogs-btn:link,
.wt-see-all-blogs-btn:active {
    color: #fff !important;
}

.wt-see-all-blogs-btn:hover {
    color: #fff !important;
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 12px 24px rgba(20, 126, 251, 0.38), inset 0 1px 1px rgba(255, 255, 255, 0.45);
}

.wt-blog-card {
    border: 1px solid var(--wt-gray-200);
    border-radius: 12px;
    background: #fff;
    padding: 18px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wt-blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    border-color: rgba(20, 126, 251, 0.35);
}

.wt-blog-date {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    color: var(--wt-gray-500);
    margin-bottom: 8px;
}

.wt-blog-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: var(--wt-gray-900);
}

.wt-blog-excerpt {
    color: var(--wt-gray-600);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 14px;
    flex: 1;
}

.wt-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: var(--wt-blue);
    margin-top: auto;
}

.wt-blog-link:hover {
    color: var(--wt-blue-dark);
}

.wt-blog-image-wrap {
    display: block;
    margin: -18px -18px 14px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.wt-blog-image {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
    background: var(--wt-gray-100);
}

/* ============================================
   INTEGRATIONS BAR
============================================ */
.wt-integrations {
    padding: 80px 0;
    background: var(--wt-gray-100);
}

.wt-integrations-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--wt-gray-500);
    margin-bottom: 40px;
}

.wt-integrations-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    flex-wrap: wrap;
}

.wt-integration {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.wt-integration:hover {
    opacity: 1;
    transform: translateY(-4px);
}

.wt-integration-icon {
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: var(--wt-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.wt-integration-icon--brand {
    padding: 12px;
}

.wt-integration-icon--brand img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 48px;
    max-height: 40px;
    object-fit: contain;
}

.wt-integration-icon--brand img[alt="Shopify"] {
    max-width: 40px;
    max-height: 40px;
}

.wt-integration span {
    font-size: 14px;
    font-weight: 600;
    color: var(--wt-gray-600);
}

/* ============================================
   RESPONSIVE - MOBILE PADDING FIXES
============================================ */
@media (max-width: 768px) {
    .wt-hero {
        padding: 60px 0 70px;
    }
    
    .wt-hero h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .wt-hero-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .wt-hero-features {
        gap: 16px;
        margin-bottom: 28px;
    }
    
    .wt-hero-feature {
        font-size: 13px;
    }
    
    .wt-hero-cta {
        padding: 16px 32px;
        font-size: 16px;
    }
    
    .wt-hero-badge {
        padding: 10px 18px;
        font-size: 13px;
        margin-bottom: 24px;
    }
    
    .wt-trust {
        padding: 24px 0;
    }
    
    .wt-trust-inner {
        gap: 20px;
    }
    
    .wt-trust-item {
        font-size: 12px;
    }

    .wt-platform-logo--woo {
        max-width: min(44px, 24vw);
    }

    .wt-stats {
        padding: 40px 0;
    }
    
    .wt-stats-grid {
        gap: 20px;
    }
    
    .wt-stat-number {
        font-size: 32px;
    }
    
    .wt-stat-label {
        font-size: 13px;
    }
    
    .wt-problem,
    .wt-features,
    .wt-how,
    .wt-presets,
    .wt-faq,
    .wt-gallery {
        padding: 60px 0;
    }
    
    .wt-solution,
    .wt-labeling,
    .wt-benefits,
    .wt-cta,
    .wt-automation {
        padding: 60px 0;
    }
    
    .wt-section-header {
        margin-bottom: 36px;
    }
    
    .wt-section-title {
        font-size: 28px;
        margin-bottom: 14px;
    }
    
    .wt-section-subtitle {
        font-size: 15px;
    }
    
    .wt-problem-card,
    .wt-feature-card,
    .wt-preset-card {
        padding: 24px;
    }
    
    .wt-problem-icon,
    .wt-feature-icon {
        width: 44px;
        height: 44px;
        font-size: 22px;
        margin-bottom: 14px;
    }
    
    .wt-problem-card h3,
    .wt-feature-card h3 {
        font-size: 18px;
    }
    
    .wt-problem-card p,
    .wt-feature-card p {
        font-size: 14px;
    }
    
    .wt-solution-card {
        padding: 28px 20px;
        gap: 32px;
    }
    
    .wt-solution-text h3 {
        font-size: 26px;
    }
    
    .wt-solution-text > p {
        font-size: 15px;
        margin-bottom: 24px;
    }
    
    .wt-solution-list li {
        padding: 12px 0;
        gap: 10px;
    }
    
    .wt-solution-list span {
        font-size: 14px;
    }
    
    .wt-solution-visual {
        padding: 24px;
    }
    
    .wt-formula-box {
        padding: 24px;
    }
    
    .wt-formula-main {
        font-size: 24px;
    }
    
    .wt-feature-card.featured {
        padding: 28px 20px;
        gap: 24px;
    }
    
    .wt-feature-highlights {
        gap: 12px;
    }
    
    .wt-feature-highlight {
        padding: 14px;
    }
    
    .wt-feature-highlight-value {
        font-size: 22px;
    }
    
    .wt-label-card {
        padding: 28px 24px;
        min-width: unset;
    }
    
    .wt-label-letter {
        width: 60px;
        height: 60px;
        font-size: 32px;
    }
    
    .wt-label-card h3,
    .wt-label-card h4 {
        font-size: 18px;
    }
    
    .wt-labels-grid {
        gap: 16px;
        margin-top: 36px;
    }
    
    .wt-steps {
        gap: 24px;
        margin-top: 36px;
    }
    
    .wt-step-number {
        width: 56px;
        height: 56px;
        font-size: 22px;
        margin-bottom: 16px;
    }
    
    .wt-step h3 {
        font-size: 18px;
    }
    
    .wt-step p {
        font-size: 14px;
    }
    
    .wt-presets-grid {
        gap: 16px;
        margin-top: 36px;
    }
    
    .wt-preset-icon {
        font-size: 40px;
        margin-bottom: 14px;
    }
    
    .wt-preset-card h3 {
        font-size: 18px;
    }
    
    .wt-benefits-grid {
        gap: 16px;
        margin-top: 36px;
    }
    
    .wt-benefit-card {
        padding: 28px 20px;
    }
    
    .wt-benefit-icon {
        font-size: 36px;
        margin-bottom: 14px;
    }
    
    .wt-benefit-card h3 {
        font-size: 18px;
    }
    
    .wt-integrations {
        padding: 48px 0;
    }
    
    .wt-integrations-inner {
        gap: 32px;
    }
    
    .wt-integration-icon {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }
    
    .wt-cta-card {
        padding: 36px 20px;
    }
    
    .wt-cta-badge {
        padding: 10px 20px;
        font-size: 14px;
        margin-bottom: 24px;
    }
    
    .wt-cta-card h3 {
        font-size: 24px;
    }
    
    .wt-cta-card > p {
        font-size: 15px;
    }
    
    .wt-cta-price {
        font-size: 48px;
        margin: 20px 0;
    }
    
    .wt-cta-price span {
        font-size: 18px;
    }
    
    .wt-cta-features {
        gap: 12px 24px;
        margin-bottom: 28px;
    }
    
    .wt-cta-features span {
        font-size: 14px;
    }
    
    .wt-cta-btn {
        padding: 16px 32px;
        font-size: 16px;
    }
    
    .wt-faq-list {
        margin-top: 36px;
    }
    
    .wt-faq-item summary {
        padding: 20px 0;
        font-size: 16px;
    }
    
    .wt-faq-item p {
        padding-bottom: 20px;
        font-size: 14px;
    }
    
    .wt-footer-cta {
        padding: 60px 0;
    }
    
    .wt-footer-cta h2 {
        font-size: 24px;
    }
    
    .wt-footer-cta p {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .wt-latest-blogs {
        padding: 56px 0 0px;
    }

    .wt-latest-blogs-grid {
        grid-template-columns: 1fr;
    }

    .wt-latest-blogs-header {
        align-items: flex-start;
        flex-direction: column;
    }
    
    .wt-see-all-blogs-btn {
        padding: 11px 20px;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    
    .wt-container {
        padding: 0 16px;
    }
    
    .wt-automation-grid {
        gap: 16px;
        margin-top: 36px;
    }
    
    .wt-automation-card {
        padding: 28px 20px;
    }
    
    .wt-automation-icon {
        width: 56px;
        height: 56px;
        font-size: 28px;
        margin-bottom: 16px;
    }
    
    .wt-automation-card h3 {
        font-size: 18px;
    }
    
    .wt-gallery-grid {
        gap: 12px;
        margin-top: 36px;
    }
    
    .wt-lightbox {
        padding: 20px 15px;
    }
    
    .wt-lightbox-content {
        justify-content: center;
        padding: 60px 0 40px;
    }
    
    .wt-lightbox-content img.wt-lightbox-photo,
    #wt-lightbox-img.wt-lightbox-photo {
        max-height: 65vh;
    }
    
    .wt-lightbox-nav {
        width: 48px;
        height: 48px;
        background: rgba(255,255,255,0.2);
        border-width: 2px;
    }
    
    .wt-lightbox-nav svg {
        width: 22px;
        height: 22px;
    }
    
    .wt-lightbox-prev {
        left: 15px;
    }
    
    .wt-lightbox-next {
        right: 15px;
    }
    
    .wt-lightbox-close {
        top: 15px;
        right: 15px;
        width: 44px;
        height: 44px;
        background: rgba(255,255,255,0.2);
    }
    
    .wt-lightbox-caption {
        margin-top: 20px;
        padding: 0 15px 30px;
    }
}

@media (max-width: 480px) {
    .wt-hero {
        padding: 48px 0 56px;
    }
    
    .wt-hero h1 {
        font-size: 26px;
    }
    
    .wt-hero-features {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .wt-hero-cta {
        padding: 14px 28px;
        font-size: 15px;
        width: 100%;
        justify-content: center;
    }
    
    .wt-trust-inner {
        flex-direction: column;
        gap: 12px;
    }
    
    .wt-problem,
    .wt-features,
    .wt-how,
    .wt-presets,
    .wt-faq,
    .wt-gallery {
        padding: 48px 0;
    }
    
    .wt-solution,
    .wt-labeling,
    .wt-benefits,
    .wt-cta,
    .wt-automation {
        padding: 48px 0;
    }
    
    .wt-section-title {
        font-size: 24px;
    }
    
    .wt-cta-features {
        flex-direction: column;
        align-items: center;
    }
    
    .wt-cta-btn {
        width: 100%;
        justify-content: center;
    }
    
    .wt-labels-grid {
        flex-direction: column;
        align-items: stretch;
    }
    
    .wt-label-card {
        width: 100%;
    }
    
    .wt-lightbox-nav {
        width: 44px;
        height: 44px;
        background: black;
        border-width: 2px;
    }
    
    .wt-lightbox-nav svg {
        width: 20px;
        height: 20px;
    }
    
    .wt-lightbox-prev {
        left: 10px;
    }
    
    .wt-lightbox-next {
        right: 10px;
    }
    
    .wt-lightbox {
        padding: 20px 10px;
    }
    
    .wt-lightbox-content {
        justify-content: center;
        padding: 70px 0 40px;
    }
    
    .wt-lightbox-content img.wt-lightbox-photo,
    #wt-lightbox-img.wt-lightbox-photo {
        max-height: 60vh;
    }
    
    .wt-lightbox-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.25);
    }
    
    .wt-lightbox-close svg {
        width: 20px;
        height: 20px;
    }
    
    .wt-lightbox-caption {
        margin-top: 20px;
        padding: 0 10px 30px;
    }
    
    .wt-lightbox-caption h4,
    .wt-lightbox-caption-title {
        font-size: 16px;
    }
    
    .wt-lightbox-caption p {
        font-size: 14px;
    }
}
