/* ============================================================
   WeboTech Studio Site Manager — Frontend CSS v1.3.1
   DEFINITIVE — full-width breakout, theme container override
   ============================================================ */

/* === NUCLEAR RESET — Force dark bg on EVERYTHING === */
html { overflow-x: hidden !important; }
body { overflow-x: hidden !important; }
body, html, .site, .site-content, .page, .entry-content, main, article,
.elementor-section-wrap, .elementor, .elementor-widget-wrap,
.elementor-widget-shortcode, .elementor-widget-container,
.page-template-default, #content, #primary, #main,
.ast-container, .site-main, .hentry, .type-page,
.ast-single-post, .ast-page-builder-template, .single-post,
#page, .content-area, .ast-plain-container,
.ast-separate-container, .ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.ast-separate-container .content-area, .ast-right-sidebar .content-area,
.ast-no-sidebar .content-area, .ast-full-width-layout .content-area,
.ast-separate-container .ast-comment-list li.depth-1,
.ast-page-builder-template .site-content > .ast-container,
.ast-plain-container .site-content, .ast-page-builder-template .site-main > *,
.e-con, .e-con-inner, .elementor-element, .elementor-section,
.elementor-section .elementor-container, .elementor-inner-section {
    background-color: #0a0a0a !important;
}

/* === KILL ALL THEME CONTAINERS — no padding, no max-width, no margins === */
.entry-content, .ast-container, .site-main, .post-content,
.page .entry-content, .ast-no-sidebar .entry-content,
.ast-separate-container .entry-content,
.ast-page-builder-template .entry-content,
.ast-plain-container .entry-content,
.ast-page-builder-template .site-main,
.ast-page-builder-template .site-content > .ast-container,
.ast-separate-container .ast-article-post,
#primary, .content-area, #main, .site-main,
.ast-separate-container .content-area,
.ast-separate-container .site-main,
.ast-plain-container .content-area,
.ast-full-width-layout .ast-container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow: visible !important;
}
.entry-content > *,
.elementor-widget-shortcode > .elementor-widget-container {
    margin-bottom: 0 !important;
}
/* Ensure Elementor wrappers don't clip full-width breakout */
.elementor-widget-container,
.elementor-widget-shortcode,
.elementor-column-wrap,
.elementor-widget-wrap,
.elementor-element,
.elementor-column,
.elementor-row,
.elementor-container,
.elementor-section-wrap,
.e-con, .e-con-inner {
    overflow: visible !important;
}
/* Kill Astra's article box-shadow / border */
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.ast-separate-container .comment-respond,
.ast-separate-container .ast-comment-list li {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}
/* Kill Elementor footer gap */
.elementor-location-footer,
footer.elementor-location-footer,
.elementor-location-footer .elementor-section,
.elementor-location-footer .e-con,
.ehf-footer,
.site-footer,
footer#colophon,
.ast-footer-overlay,
.site-footer-above-section-1,
.ast-above-footer,
.ast-small-footer {
    background: #0a0a0a !important;
    margin: 0 !important;
    padding-top: 0 !important;
    border: none !important;
}
/* Elementor header fix */
.elementor-location-header,
.elementor-location-header .elementor-section,
.elementor-location-header .e-con {
    background: rgba(10,10,10,0.85) !important;
}
/* Fix Astra theme footer spacing */
.ast-footer-copyright,
.ast-builder-footer-grid-columns,
.site-below-footer-wrap,
.ast-builder-grid-row {
    background: #0a0a0a !important;
}
/* Kill ALL possible spacing between content and Elementor footer */
.site-content { padding-bottom: 0 !important; margin-bottom: 0 !important; }
.site-footer { margin-top: 0 !important; padding-top: 0 !important; }
.ast-separate-container .site-content > .ast-container { padding-bottom: 0 !important; }

/* === FULL-WIDTH BREAKOUT — force every section to viewport edge === */
.wts-section, .wts-hero, .wts-stats, .wts-cta,
.wts-page-hero, .wts-footer, .wts-header,
.wts-testimonials-section, .wts-team-section,
.wts-why-choose, .wts-contact-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    box-sizing: border-box;
}
/* Kill any gap between any adjacent sections */
.wts-section + .wts-section,
.wts-section + .wts-cta,
.wts-cta + .wts-section,
.wts-cta + .wts-footer,
.wts-section + .wts-footer,
.wts-hero + .wts-stats,
.wts-stats + .wts-section,
.wts-page-hero + .wts-section {
    margin-top: 0 !important;
    border-top: none;
    padding-top: 32px;
}
/* Kill Elementor gaps between shortcode widgets */
.elementor-widget-shortcode + .elementor-widget-shortcode {
    margin-top: 0 !important;
}
.elementor-widget-shortcode {
    margin-bottom: 0 !important;
}
/* Kill WordPress block editor gaps */
.wp-block-shortcode,
.wp-block-shortcode + .wp-block-shortcode {
    margin: 0 !important;
    padding: 0 !important;
}

/* === GLOBAL LINK RESET — NO UNDERLINES ANYWHERE === */
a, .wts-section a, .wts-hero a, .wts-stats a, .wts-header a, .wts-footer a,
.wts-cta a, .wts-page-hero a, .wts-team-section a,
.wts-testimonials-section a, .wts-contact-section a,
.wts-service-block a, .wts-service-card a,
.wts-why-card a, .wts-process-step a, .wts-btn {
    text-decoration: none !important;
}

/* === ELEMENTOR WIDGET CONTAINER FIXES === */
.elementor-widget-shortcode > .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
/* Elementor inner section/column zero padding for shortcodes */
.elementor-widget-shortcode {
    width: 100% !important;
    padding: 0 !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
}
/* Header logo sizing — controlled via admin settings (dynamic inline CSS) */
header img[class*="logo"],
.elementor-location-header img,
.elementor-widget-theme-site-logo img,
.elementor-widget-image img,
.hfe-site-logo img,
.custom-logo,
.site-logo img {
    height: auto !important;
    object-fit: contain !important;
}

/* === ROOT === */
:root {
    --bg: #0a0a0a;
    --bg2: #111827;
    --bg3: #1a1a2e;
    --blue: #2D7DD2;
    --cyan: #00d4ff;
    --purple: #7c3aed;
    --white: #ffffff;
    --gray: #94a3b8;
    --grayd: #64748b;
    --border: rgba(255,255,255,0.06);
    --borderhover: rgba(0,212,255,0.3);
    --glow: rgba(0,212,255,0.1);
    --grad: linear-gradient(135deg, #2D7DD2, #00d4ff);
    --font: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    --fonth: 'Syne', 'Outfit', sans-serif;
    --fontbtn: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    --radius: 16px;
    --maxw: 1200px;
}

/* === BASE RESET FOR ALL PLUGIN ELEMENTS === */
.wts-section, .wts-hero, .wts-stats, .wts-header, .wts-footer,
.wts-cta, .wts-page-hero, .wts-team-section, .wts-testimonials-section {
    margin: 0 !important;
    font-family: var(--font) !important;
    color: var(--white);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wts-section *, .wts-hero *, .wts-stats *, .wts-header *,
.wts-footer *, .wts-cta *, .wts-page-hero * {
    box-sizing: border-box;
}

/* === CONTAINER === */
.wts-container {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

/* === SECTION BASE === */
.wts-section {
    padding: 52px 0;
    background: var(--bg);
    position: relative;
    overflow: hidden;
}

/* === SECTION HEADERS === */
.wts-section-header {
    text-align: center;
    margin-bottom: 32px;
}
.wts-section-title {
    font-family: var(--fonth) !important;
    font-size: 34px;
    font-weight: 800;
    color: var(--white) !important;
    margin: 0 0 8px 0;
    line-height: 1.15;
    letter-spacing: -0.5px;
}
.wts-section-subtitle {
    font-size: 15px;
    color: var(--gray) !important;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 600px;
}

/* === BUTTONS === */
.wts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 10px;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    border: none;
    line-height: 1.4;
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
}
.wts-btn-primary {
    background: linear-gradient(135deg, #2D7DD2, #00b4d8);
    color: var(--white) !important;
    box-shadow: 0 4px 20px rgba(0,180,216,0.25), inset 0 1px 0 rgba(255,255,255,0.1);
}
.wts-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0,180,216,0.35), inset 0 1px 0 rgba(255,255,255,0.15);
    color: var(--white) !important;
}
.wts-btn-primary:active { transform: translateY(-1px); }
.wts-btn-outline {
    background: transparent;
    border: 1.5px solid rgba(45,125,210,0.35);
    color: var(--gray) !important;
    backdrop-filter: blur(8px);
}
.wts-btn-outline:hover {
    background: rgba(45,125,210,0.06);
    border-color: rgba(0,212,255,0.5);
    transform: translateY(-3px);
    color: var(--cyan) !important;
    box-shadow: 0 8px 24px rgba(0,212,255,0.1);
}
.wts-btn-lg { padding: 16px 40px; font-size: 15px; border-radius: 12px; }

/* ============================================================
   HEADER — template class: .wts-header
   ============================================================ */
.wts-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    z-index: 9999;
    background: rgba(10,10,10,0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    transition: all 0.3s ease;
    padding: 0 !important;
}
.wts-header.scrolled {
    background: rgba(10,10,10,0.95);
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.wts-header .wts-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}
.wts-logo { display: flex; align-items: center; text-decoration: none !important; }
.wts-logo-img { height: 38px; width: auto; }
.wts-logo-text {
    font-family: var(--fonth);
    font-size: 20px;
    font-weight: 800;
    color: var(--white) !important;
}
.wts-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wts-nav a {
    color: var(--gray) !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}
.wts-nav a:hover, .wts-nav a.active { color: var(--white) !important; }
.wts-nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--grad);
    transition: width 0.3s ease;
}
.wts-nav a:hover::after { width: 100%; }

/* Dropdown Navigation */
.wts-nav-dropdown { position: relative; }
.wts-nav-parent { display: flex; align-items: center; gap: 5px; }
.wts-nav-arrow { font-size: 8px; transition: transform 0.3s ease; color: var(--gray); margin-top: 1px; }
.wts-nav-dropdown:hover .wts-nav-arrow { transform: rotate(180deg); color: var(--cyan); }
.wts-nav-submenu {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    min-width: 260px;
    background: rgba(10,10,26,0.96);
    backdrop-filter: blur(24px) saturate(1.4);
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.03), inset 0 1px 0 rgba(255,255,255,0.04);
    z-index: 1000;
}
.wts-nav-submenu::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
}
.wts-nav-submenu::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: rgba(10,10,26,0.96);
    border-left: 1px solid rgba(255,255,255,0.07);
    border-top: 1px solid rgba(255,255,255,0.07);
}
.wts-nav-dropdown:hover .wts-nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}
.wts-nav-submenu a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 11px 14px !important;
    font-size: 13.5px !important;
    color: var(--gray) !important;
    border-radius: 10px;
    transition: all 0.2s ease !important;
    white-space: nowrap;
    position: relative;
}
.wts-nav-submenu a::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.2s;
    flex-shrink: 0;
}
.wts-nav-submenu a:hover {
    background: rgba(45,125,210,0.1) !important;
    color: var(--white) !important;
}
.wts-nav-submenu a:hover::before {
    background: var(--cyan);
    box-shadow: 0 0 6px var(--cyan);
}
.wts-nav-submenu a::after { display: none !important; }

/* Mobile dropdown */
.wts-mobile-dropdown { border-bottom: 1px solid var(--border); }
.wts-mobile-dropdown-toggle { display: flex; align-items: center; justify-content: space-between; }
.wts-mobile-dropdown-toggle a {
    flex: 1;
    border-bottom: none !important;
}
.wts-mobile-arrow {
    background: none;
    border: none;
    color: var(--gray);
    padding: 14px 8px;
    cursor: pointer;
    transition: transform 0.3s;
    font-size: 12px;
}
.wts-mobile-arrow.open { transform: rotate(180deg); }
.wts-mobile-submenu {
    display: none;
    padding: 0 0 10px 16px;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.wts-mobile-submenu.open { display: block; }
.wts-mobile-submenu a {
    font-size: 14px !important;
    padding: 10px 0 !important;
    color: var(--gray) !important;
    border-bottom: none !important;
    opacity: 0.8;
}
.wts-mobile-submenu a:hover { opacity: 1; color: var(--cyan) !important; }
.wts-header-cta { padding: 10px 22px; font-size: 13px; }
.wts-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
}
.wts-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    transition: all 0.3s ease;
}
/* Mobile menu */
.wts-mobile-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.wts-mobile-overlay.open {
    display: block;
    opacity: 1;
}
.wts-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: #0d0d1a;
    border-left: 1px solid var(--border);
    z-index: 10001;
    padding: 80px 24px 30px;
    transition: right 0.3s ease;
    flex-direction: column;
    overflow-y: auto;
}
.wts-mobile-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: #e2e8f0;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 5;
}
.wts-mobile-close:hover {
    background: rgba(220,38,38,0.15);
    border-color: rgba(220,38,38,0.4);
    color: #f87171;
}
.wts-mobile-menu.open { right: 0; }
.wts-mobile-menu a {
    color: var(--gray) !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 0;
    display: block;
    border-bottom: 1px solid var(--border);
    transition: color 0.3s;
}
.wts-mobile-menu a:hover { color: var(--cyan) !important; }

/* ============================================================
   HERO
   ============================================================ */
.wts-hero {
    padding: 140px 0 80px;
    background: var(--bg);
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    text-align: center;
    min-height: 90vh;
    display: flex;
    align-items: center;
}
/* Animated gradient orbs */
.wts-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    will-change: transform;
}
.wts-hero-orb-1 {
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(45,125,210,0.15) 0%, transparent 70%);
    top: -15%; left: -10%;
    animation: wtsOrb1 12s ease-in-out infinite;
}
.wts-hero-orb-2 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(0,212,255,0.1) 0%, transparent 70%);
    bottom: -10%; right: -5%;
    animation: wtsOrb2 10s ease-in-out infinite;
}
.wts-hero-orb-3 {
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(124,58,237,0.08) 0%, transparent 70%);
    top: 30%; right: 20%;
    animation: wtsOrb3 14s ease-in-out infinite;
}
@keyframes wtsOrb1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(60px, 30px) scale(1.1); }
    66% { transform: translate(-30px, -20px) scale(0.95); }
}
@keyframes wtsOrb2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-50px, -40px) scale(1.15); }
}
@keyframes wtsOrb3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(40px, 30px); }
}
/* Subtle grid */
.wts-hero-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(45,125,210,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45,125,210,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}
/* Film grain noise texture */
.wts-hero-noise {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: 0.4;
}
.wts-hero::before { display: none; }
/* Staggered reveal animation */
.wts-reveal {
    opacity: 0;
    transform: translateY(24px);
    animation: wtsReveal 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: var(--d, 0s);
}
@keyframes wtsReveal {
    to { opacity: 1; transform: translateY(0); }
}
/* Hero content */
.wts-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}
/* Availability badge */
.wts-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--cyan);
    letter-spacing: 0.5px;
    margin-bottom: 28px;
    padding: 6px 16px 6px 12px;
    border: 1px solid rgba(0,212,255,0.2);
    border-radius: 100px;
    background: rgba(0,212,255,0.05);
}
.wts-hero-badge-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #00d4ff;
    animation: wtsPulse 2s ease-in-out infinite;
}
@keyframes wtsPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0,212,255,0.4); }
    50% { box-shadow: 0 0 0 6px rgba(0,212,255,0); }
}
/* Title */
.wts-hero-title {
    font-family: var(--fonth) !important;
    font-size: 62px;
    font-weight: 800;
    line-height: 1.08;
    margin: 0 0 24px 0;
    color: var(--white) !important;
    letter-spacing: -1.5px;
}
.wts-gradient-text {
    background: linear-gradient(135deg, #00d4ff, #2D7DD2, #7c3aed);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: wtsGradShift 4s ease infinite;
}
@keyframes wtsGradShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
.wts-hero-subtitle {
    font-size: 17px;
    color: var(--gray);
    line-height: 1.7;
    margin: 0 auto 36px;
    max-width: 620px;
    font-weight: 400;
}
.wts-hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
/* Trust strip */
.wts-hero-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.wts-hero-trust-item {
    font-size: 13px;
    color: var(--grayd);
    font-weight: 500;
}
.wts-hero-trust-num {
    color: var(--white);
    font-weight: 700;
    font-family: var(--fonth);
    margin-right: 4px;
}
.wts-hero-trust-sep {
    width: 1px;
    height: 16px;
    background: var(--border);
}

/* ============================================================
   STATS — template class: .wts-stats
   ============================================================ */
.wts-stats {
    padding: 36px 0;
    background: var(--bg2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin: 0 !important;
}
.wts-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    text-align: center;
}
.wts-stat-item { padding: 10px; }
.wts-stat-number, .wts-stat-suffix {
    font-family: var(--fonth);
    font-size: 42px;
    font-weight: 800;
    background: var(--grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    display: inline;
}
.wts-stat-label {
    font-size: 12px;
    color: var(--gray);
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* ============================================================
   SERVICE CARDS (homepage grid) — .wts-service-card
   ============================================================ */
.wts-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.wts-service-card {
    background: rgba(15, 15, 30, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 16px;
    padding: 32px 24px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.wts-service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 40px; height: 2px;
    background: var(--grad);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.wts-service-card:hover::before { width: 100%; opacity: 1; }
.wts-service-card:hover {
    border-color: rgba(0,212,255,0.1);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 60px rgba(0,212,255,0.04);
}
.wts-service-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(45,125,210,0.12), rgba(0,212,255,0.12));
    border: 1px solid rgba(0,212,255,0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 22px;
    color: var(--cyan);
    transition: all 0.4s ease;
}
.wts-service-card:hover .wts-service-icon {
    background: linear-gradient(135deg, rgba(45,125,210,0.2), rgba(0,212,255,0.2));
    transform: scale(1.05);
}
.wts-service-card h3, .wts-service-title {
    font-family: var(--fonth) !important;
    font-size: 17px;
    font-weight: 700;
    color: var(--white) !important;
    margin: 0 0 10px 0;
    text-decoration: none !important;
}
.wts-service-card p, .wts-service-desc {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   SERVICES FULL PAGE — .wts-service-block
   ============================================================ */
/* Quick nav links */
.wts-service-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 36px;
}
.wts-service-nav-link {
    font-family: var(--font);
    font-size: 13px;
    font-weight: 500;
    color: var(--gray) !important;
    text-decoration: none !important;
    padding: 8px 20px;
    border: 1px solid var(--border);
    border-radius: 100px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.wts-service-nav-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,212,255,0.1), rgba(45,125,210,0.1));
    border-radius: 100px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.wts-service-nav-link:hover::before { transform: scaleX(1); }
.wts-service-nav-link:hover {
    color: var(--cyan) !important;
    border-color: rgba(0,212,255,0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,212,255,0.08);
}
.wts-service-nav-link.active {
    color: var(--white) !important;
    border-color: var(--cyan);
    background: rgba(0,212,255,0.08);
}
/* Service blocks — full width, 70/25 split with illustration */
.wts-services-page { padding-top: 32px; }
.wts-services-full-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
}
.wts-service-block {
    display: grid;
    grid-template-columns: 1fr 25%;
    gap: 0;
    background: rgba(15, 15, 30, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 16px;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    scroll-margin-top: 90px;
    position: relative;
    overflow: hidden;
}
.wts-service-block::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 3px; height: 0;
    background: var(--grad);
    border-radius: 0 2px 2px 0;
    transition: height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
}
.wts-service-block:hover::before { height: 100%; }
.wts-service-block:hover {
    border-color: rgba(0,212,255,0.1);
    background: rgba(20, 20, 40, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.2), 0 0 60px rgba(0,212,255,0.03);
}
/* Content side — 70% */
.wts-service-block-content {
    padding: 32px 36px;
}
.wts-service-block-icon {
    width: 44px;
    height: 44px;
    background: rgba(0,212,255,0.06);
    border: 1px solid rgba(0,212,255,0.1);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--cyan);
    margin-bottom: 14px;
}
.wts-service-block-content h3 {
    font-family: var(--fonth) !important;
    font-size: 20px;
    font-weight: 700;
    color: var(--white) !important;
    margin: 0 0 4px 0;
    text-decoration: none !important;
}
.wts-service-price {
    font-size: 14px;
    color: var(--cyan) !important;
    font-weight: 600;
    margin-bottom: 10px;
}
.wts-service-block-content p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.7;
    margin: 0 0 16px 0;
}
.wts-service-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-bottom: 20px;
    list-style: none !important;
    padding: 0 !important;
}
.wts-service-features li {
    font-size: 14px;
    color: var(--gray);
    list-style: none !important;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 0 !important;
    margin: 0 !important;
}
.wts-service-features li i {
    color: var(--cyan);
    font-size: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}
.wts-service-features li::before { display: none !important; }

/* Visual side — 25% illustration area */
.wts-service-block-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    border-left: 1px solid rgba(255,255,255,0.03);
    background: rgba(0,212,255,0.015);
    position: relative;
    overflow: hidden;
}
.wts-service-block-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(0,212,255,0.04) 0%, transparent 70%);
    pointer-events: none;
}
.wts-service-block-svg {
    width: 100%;
    max-width: 180px;
    opacity: 0.85;
    transition: all 0.4s ease;
}
.wts-service-block:hover .wts-service-block-svg {
    opacity: 1;
    transform: scale(1.04);
}
.wts-service-block-svg svg {
    width: 100%;
    height: auto;
}
.wts-service-block-img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 8px;
    opacity: 0.9;
    transition: all 0.4s ease;
}
.wts-service-block:hover .wts-service-block-img {
    opacity: 1;
    transform: scale(1.03);
}

/* ============================================================
   SERVICE SINGLE PAGE
   ============================================================ */
.wts-service-single-hero { text-align: center; }
.wts-service-single-icon {
    width: 56px; height: 56px;
    background: rgba(0,212,255,0.08);
    border: 1px solid rgba(0,212,255,0.15);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--cyan);
    margin: 0 auto 16px;
}
.wts-service-single-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--cyan);
    margin: -4px 0 12px;
}
.wts-service-single-content { padding-top: 20px; }
.wts-service-single-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start;
}
/* Main content */
.wts-service-single-main {}
.wts-svc-intro {
    font-size: 16px;
    line-height: 1.8;
    color: var(--gray);
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
}
.wts-svc-intro p { margin: 0; }
.wts-svc-features-block {
    margin-bottom: 32px;
    padding: 24px;
    background: rgba(0,212,255,0.03);
    border: 1px solid rgba(0,212,255,0.08);
    border-radius: 16px;
}
.wts-svc-features-block h2 {
    font-family: var(--fonth);
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 16px 0;
}
.wts-svc-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.wts-svc-checklist li {
    font-size: 14px;
    color: var(--gray);
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.wts-svc-checklist li i {
    color: var(--cyan);
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}
.wts-svc-section {
    margin-bottom: 32px;
}
.wts-svc-section h2 {
    font-family: var(--fonth);
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 12px 0;
}
.wts-svc-section p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--gray);
    margin: 0;
}
/* Section with image — 70% text / 30% image */
.wts-svc-section-with-image {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}
.wts-svc-section-with-image .wts-svc-section-text {
    flex: 0 0 70%;
    max-width: 70%;
}
.wts-svc-section-with-image .wts-svc-section-image {
    flex: 0 0 28%;
    max-width: 28%;
}
.wts-svc-section-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid var(--border);
    object-fit: cover;
}
/* Reversed: image on left */
.wts-svc-img-left { flex-direction: row; }
.wts-svc-img-right { flex-direction: row; }
@media (max-width: 767px) {
    .wts-svc-section-with-image {
        flex-direction: column !important;
    }
    .wts-svc-section-with-image .wts-svc-section-text,
    .wts-svc-section-with-image .wts-svc-section-image {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* FAQ */
.wts-svc-faq {
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
}
.wts-svc-faq h2 {
    font-family: var(--fonth);
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 20px 0;
}
.wts-faq-item {
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    background: rgba(15,15,30,0.4);
    transition: border-color 0.3s ease;
}
.wts-faq-item:hover,
.wts-faq-item.open {
    border-color: rgba(0,212,255,0.1);
}
.wts-faq-question {
    padding: 16px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.wts-faq-question span {
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
}
.wts-faq-question i {
    color: var(--cyan);
    font-size: 12px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.wts-faq-item.open .wts-faq-question i { transform: rotate(180deg); }
.wts-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s ease;
    padding: 0 20px;
}
.wts-faq-item.open .wts-faq-answer {
    max-height: 500px;
    padding: 0 20px 16px;
}
.wts-faq-answer p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--gray);
    margin: 0;
}
/* Sidebar */
.wts-service-single-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 100px;
}
.wts-svc-sidebar-card {
    background: rgba(15,15,30,0.6);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 24px;
    backdrop-filter: blur(12px);
}
.wts-svc-sidebar-card h3 {
    font-family: var(--fonth);
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 12px 0;
}
.wts-svc-sidebar-price {
    font-size: 28px;
    font-weight: 800;
    color: var(--cyan);
    margin-bottom: 10px;
}
.wts-svc-sidebar-card p {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.6;
    margin: 0 0 16px 0;
}
.wts-svc-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wts-svc-sidebar-list li {
    font-size: 13px;
    color: var(--gray);
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    display: flex;
    align-items: center;
    gap: 8px;
}
.wts-svc-sidebar-list li:last-child { border-bottom: none; }
.wts-svc-sidebar-list li i {
    color: var(--cyan);
    font-size: 12px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}
.wts-svc-sidebar-services {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wts-svc-sidebar-services li {
    border-bottom: 1px solid rgba(255,255,255,0.03);
}
.wts-svc-sidebar-services li:last-child { border-bottom: none; }
.wts-svc-sidebar-services li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 13px;
    color: var(--gray) !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}
.wts-svc-sidebar-services li a:hover { color: var(--cyan) !important; }
.wts-svc-sidebar-services li a i {
    color: var(--cyan);
    font-size: 14px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

/* ============================================================
   WHY CHOOSE US — template section class: .wts-why-choose
   ============================================================ */
.wts-why-choose {
    background: var(--bg2);
}
.wts-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.wts-why-card {
    background: rgba(26, 26, 46, 0.5);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    transition: all 0.3s ease;
}
.wts-why-card:hover {
    border-color: var(--borderhover);
    box-shadow: 0 8px 32px var(--glow);
    transform: translateY(-2px);
}
.wts-why-icon {
    font-size: 28px;
    color: var(--cyan);
    margin-bottom: 16px;
}
.wts-why-card h3 {
    font-family: var(--fonth) !important;
    font-size: 18px;
    font-weight: 700;
    color: var(--white) !important;
    margin: 0 0 10px 0;
}
.wts-why-card p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   PROCESS — template uses .wts-process-step (card), .wts-process-number
   ============================================================ */
.wts-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.wts-process-step {
    background: rgba(26, 26, 46, 0.5);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 20px;
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
}
.wts-process-step:hover {
    border-color: var(--borderhover);
    box-shadow: 0 8px 32px var(--glow);
    transform: translateY(-4px);
}
.wts-process-number {
    width: 48px;
    height: 48px;
    background: var(--grad);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-family: var(--fonth);
    font-size: 18px;
    font-weight: 800;
    color: var(--white);
}
.wts-process-step h3 {
    font-family: var(--fonth) !important;
    font-size: 16px;
    font-weight: 700;
    color: var(--white) !important;
    margin: 0 0 10px 0;
}
.wts-process-step p {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   TESTIMONIALS — Multi-card grid
   ============================================================ */
.wts-testimonials-section {
    background: var(--bg2);
    padding: 80px 0;
}
/* Slider wrapper */
.wts-testimonials-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}
.wts-testimonials-slider {
    overflow: hidden;
    width: 100%;
    border-radius: var(--radius);
}
.wts-testimonials-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.wts-testimonial-card {
    background: rgba(26, 26, 46, 0.5);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    min-width: calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
    flex-shrink: 0;
    box-sizing: border-box;
}
.wts-testimonial-card:hover {
    border-color: var(--borderhover);
    box-shadow: 0 8px 32px var(--glow);
    transform: translateY(-3px);
}
/* Slider arrows */
.wts-tslider-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: rgba(26, 26, 46, 0.8);
    color: var(--gray);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 2;
}
.wts-tslider-arrow:hover {
    border-color: var(--cyan);
    color: var(--cyan);
    background: rgba(0, 212, 255, 0.1);
}
/* Slider dots */
.wts-tslider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}
.wts-tslider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}
.wts-tslider-dot.active {
    background: var(--cyan);
    border-color: var(--cyan);
    box-shadow: 0 0 8px rgba(0, 212, 255, 0.4);
}
.wts-testimonial-quote-icon {
    font-size: 24px;
    color: var(--blue);
    opacity: 0.5;
    margin-bottom: 12px;
    line-height: 1;
}
.wts-testimonial-stars { margin-bottom: 14px; }
.wts-testimonial-stars i { color: #FFD700; font-size: 13px; margin-right: 2px; }
.wts-testimonial-text {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.7;
    margin: 0 0 20px 0;
    flex: 1;
    font-style: italic;
}
.wts-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}
.wts-testimonial-avatar,
.wts-testimonial-avatar-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}
.wts-testimonial-avatar { object-fit: cover; }
.wts-testimonial-avatar-placeholder {
    background: rgba(45,125,210,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cyan);
    font-size: 16px;
}
.wts-testimonial-name { font-weight: 600; color: var(--white); font-size: 14px; }
.wts-testimonial-role { font-size: 12px; color: var(--grayd); }

/* ============================================================
   CTA — template class: .wts-cta
   ============================================================ */
.wts-cta {
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(45,125,210,0.12), rgba(0,212,255,0.08));
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    text-align: center;
    margin: 0 !important;
}
.wts-cta-content {
    max-width: 700px;
    margin: 0 auto;
}
.wts-cta-title {
    font-family: var(--fonth) !important;
    font-size: 34px;
    font-weight: 800;
    color: var(--white) !important;
    margin: 0 0 16px 0;
    background: linear-gradient(135deg, #fff, #c8d6e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.wts-cta-text {
    font-size: 16px;
    color: var(--gray);
    margin: 0 0 30px 0;
    line-height: 1.6;
}

/* ============================================================
   ABOUT STORY — .wts-about-content, .wts-about-text
   ============================================================ */
.wts-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.wts-about-text p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    margin: 0 0 16px 0;
}
.wts-about-text strong {
    color: var(--white);
}
.wts-about-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wts-about-image {
    width: 100%;
    max-width: 420px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}
.wts-about-lottie {
    width: 100%;
    max-width: 400px;
}
.wts-about-svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(0,212,255,0.1));
}

/* ============================================================
   PAGE HERO — .wts-page-hero
   ============================================================ */
.wts-page-hero {
    padding: 100px 0 32px;
    background: var(--bg);
    text-align: center;
    position: relative;
    margin: 0 !important;
    overflow: hidden;
}
.wts-page-hero .wts-hero-grid-bg { opacity: 0.15; }
.wts-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(45,125,210,0.06) 0%, transparent 70%);
    pointer-events: none;
}
.wts-page-hero-title {
    font-family: var(--fonth) !important;
    font-size: 40px;
    font-weight: 800;
    color: var(--white) !important;
    margin: 0 0 8px 0;
    position: relative;
    letter-spacing: -0.5px;
}
.wts-page-hero-subtitle {
    font-size: 16px;
    color: var(--gray);
    margin: 0;
    position: relative;
}

/* ============================================================
   PORTFOLIO PREVIEW (homepage)
   ============================================================ */
.wts-portfolio-preview { background: var(--bg); }

/* ============================================================
   CONTACT — .wts-contact-section (inside .wts-section)
   ============================================================ */
.wts-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}
.wts-contact-section { overflow: visible; }
.wts-contact-info h2 {
    font-family: var(--fonth) !important;
    font-size: 28px;
    font-weight: 800;
    color: var(--white) !important;
    margin: 0 0 14px 0;
}
.wts-contact-info > p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.7;
    margin: 0 0 24px 0;
}
.wts-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}
.wts-contact-item i { color: var(--cyan); font-size: 18px; width: 24px; text-align: center; margin-top: 2px; }
.wts-contact-item strong { color: var(--white); font-size: 14px; }
.wts-contact-item span,
.wts-contact-item a,
.wts-contact-item div {
    color: var(--gray);
    font-size: 14px;
    text-decoration: none !important;
    transition: color 0.3s;
}
.wts-contact-item a:hover { color: var(--cyan); }
.wts-contact-socials {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.wts-contact-socials a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray) !important;
    font-size: 14px;
    transition: all 0.3s;
    text-decoration: none !important;
}
.wts-contact-socials a:hover {
    color: var(--cyan) !important;
    border-color: var(--cyan);
    background: rgba(0,212,255,0.1);
}
/* Contact Form */
.wts-contact-form input,
.wts-contact-form select,
.wts-contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    background: rgba(26,26,46,0.6);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--white);
    font-family: var(--font);
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 14px;
}
.wts-contact-form input:focus,
.wts-contact-form select:focus,
.wts-contact-form textarea:focus {
    outline: none;
    border-color: var(--cyan);
    background: rgba(26,26,46,0.9);
    box-shadow: 0 0 0 3px rgba(0,212,255,0.1);
}
.wts-contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
    min-height: 48px;
}
.wts-contact-form select option {
    background: #1a1a2e;
    color: var(--white);
    padding: 10px;
}
.wts-contact-form textarea { min-height: 120px; resize: vertical; }
.wts-contact-form input::placeholder,
.wts-contact-form textarea::placeholder { color: var(--grayd); }
.wts-contact-form .wts-btn-primary {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    margin-top: 4px;
}
.wts-fallback-form h3 {
    font-family: var(--fonth) !important;
    font-size: 22px;
    font-weight: 700;
    color: var(--white) !important;
    margin: 0 0 20px 0;
}
.wts-form-row { margin-bottom: 14px; }
.wts-form-row input,
.wts-form-row select,
.wts-form-row textarea {
    width: 100%;
    padding: 14px 16px;
    background: rgba(26,26,46,0.6);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--white);
    font-family: var(--font);
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.wts-form-row input:focus,
.wts-form-row select:focus,
.wts-form-row textarea:focus {
    outline: none;
    border-color: var(--cyan);
    box-shadow: 0 0 0 3px rgba(0,212,255,0.1);
}
.wts-form-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
    height: auto;
    min-height: 48px;
}
.wts-form-row select option {
    background: #1a1a2e;
    color: var(--white);
    padding: 10px;
}
.wts-form-row textarea { min-height: 120px; resize: vertical; }
.wts-form-row input::placeholder,
.wts-form-row textarea::placeholder { color: var(--grayd); }
.wts-form-status {
    margin-top: 12px;
    padding: 12px;
    border-radius: 8px;
    display: none;
}
.wts-form-success {
    color: #4ade80;
    border: 1px solid rgba(74,222,128,0.3);
    background: rgba(74,222,128,0.1);
}
.wts-form-error {
    color: #f87171;
    border: 1px solid rgba(248,113,113,0.3);
    background: rgba(248,113,113,0.1);
}

/* ============================================================
   CUSTOM PAGE — .wts-custom-page-content
   ============================================================ */
.wts-custom-page-content {
    padding: 60px 0 80px;
}
.wts-cp-section {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border);
}
.wts-cp-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.wts-cp-section h2 {
    font-family: var(--fonth);
    font-size: 26px;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 16px 0;
    position: relative;
    padding-bottom: 12px;
}
.wts-cp-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--grad);
    border-radius: 2px;
}
.wts-cp-section-content {
    font-size: 16px;
    line-height: 1.9;
    color: var(--gray);
}
/* Section with image — 70% text / 30% image */
.wts-cp-section-with-image {
    display: flex;
    gap: 36px;
    align-items: flex-start;
}
.wts-cp-section-with-image .wts-cp-section-text {
    flex: 0 0 68%;
    max-width: 68%;
}
.wts-cp-section-with-image .wts-cp-section-image {
    flex: 0 0 30%;
    max-width: 30%;
}
.wts-cp-section-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--border);
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.wts-cp-cta { padding-top: 20px; }
@media (max-width: 767px) {
    .wts-cp-section-with-image {
        flex-direction: column !important;
    }
    .wts-cp-section-with-image .wts-cp-section-text,
    .wts-cp-section-with-image .wts-cp-section-image {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wts-cp-section h2 { font-size: 22px; }
    .wts-cp-section-content { font-size: 15px; }
}

/* ============================================================
   FOOTER — template class: .wts-footer
   ============================================================ */
.wts-footer {
    background: #060610;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 60px 0 0;
    margin: 0 !important;
    font-family: var(--font);
    color: var(--gray);
}
.wts-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
}
.wts-footer-logo { width: 140px; max-width: 100%; height: auto; margin-bottom: 12px; display: block; }
.wts-footer-brand {
    font-family: var(--fonth);
    font-size: 20px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 6px;
}
.wts-footer-tagline {
    font-size: 13px;
    color: var(--grayd);
    margin: 0 0 16px 0;
    font-style: italic;
}
.wts-footer-description {
    font-size: 13px;
    line-height: 1.65;
    color: var(--grayd);
    margin: 0 0 18px 0;
    max-width: 300px;
}
.wts-footer-socials { display: flex; gap: 10px; }
.wts-footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray) !important;
    text-decoration: none !important;
    font-size: 14px;
    transition: all 0.3s;
}
.wts-footer-socials a:hover {
    color: var(--cyan) !important;
    border-color: var(--cyan);
    background: rgba(0,212,255,0.1);
}
.wts-footer-col h4 {
    font-family: var(--fonth);
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 16px 0;
}
.wts-footer-col ul, .wts-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wts-footer-col li { margin-bottom: 8px; }
.wts-footer-col a,
.wts-footer-contact a {
    color: var(--grayd) !important;
    text-decoration: none !important;
    font-size: 14px;
    transition: color 0.3s;
}
.wts-footer-col a:hover,
.wts-footer-contact a:hover { color: var(--cyan) !important; }
.wts-footer-contact i {
    color: var(--cyan);
    margin-right: 8px;
    font-size: 13px;
}
.wts-footer-contact li {
    font-size: 14px;
    color: var(--grayd);
    display: flex;
    align-items: flex-start;
    gap: 0;
}
.wts-footer-bottom {
    border-top: 1px solid var(--border);
    padding: 20px 0;
    text-align: center;
}
.wts-footer-bottom p {
    font-size: 13px;
    color: var(--grayd);
    margin: 0;
}

/* ============================================================
   CHATBOT (matches both template & JS injection)
   ============================================================ */
.wts-chatbot-toggle {
    position: fixed !important;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--grad);
    border: none;
    color: white;
    font-size: 22px;
    cursor: pointer;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,212,255,0.4);
    transition: transform 0.3s, box-shadow 0.3s;
    animation: wtsPulse 2s infinite;
}
@keyframes wtsPulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(0,212,255,0.4); }
    50% { box-shadow: 0 4px 30px rgba(0,212,255,0.6); }
}
.wts-chatbot-toggle:hover { transform: scale(1.1); }
.wts-chatbot-window {
    position: fixed;
    bottom: 90px;
    right: 24px;
    width: 380px;
    max-height: 500px;
    background: #0d0d1a;
    border: 1px solid var(--border);
    border-radius: 16px;
    z-index: 99998;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.wts-chatbot-window.open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.wts-chatbot-header {
    padding: 16px 20px;
    background: linear-gradient(135deg, rgba(45,125,210,0.3), rgba(0,212,255,0.15));
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wts-chatbot-header-info { display: flex; align-items: center; gap: 10px; }
.wts-chatbot-header-info strong { color: var(--white); font-size: 15px; }
.wts-chatbot-header-info small { color: var(--gray); font-size: 11px; }
.wts-chatbot-header-title { font-weight: 700; color: var(--white); font-size: 15px; }
.wts-chatbot-header-sub { font-size: 11px; color: var(--gray); }
.wts-chatbot-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0,212,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cyan);
    font-size: 16px;
}
.wts-chatbot-close {
    background: none;
    border: none;
    color: var(--gray);
    cursor: pointer;
    font-size: 18px;
    padding: 4px;
}
.wts-chatbot-close:hover { color: var(--white); }
.wts-chatbot-messages {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    min-height: 300px;
    max-height: 350px;
}
.wts-chatbot-msg { margin-bottom: 12px; display: flex; }
.wts-chatbot-msg.user { justify-content: flex-end; }
.wts-chatbot-bubble {
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
}
.wts-chatbot-msg.bot .wts-chatbot-bubble {
    background: rgba(45,125,210,0.15);
    color: var(--white);
    border-bottom-left-radius: 4px;
}
.wts-chatbot-msg.user .wts-chatbot-bubble {
    background: var(--grad);
    color: white;
    border-bottom-right-radius: 4px;
}
.wts-chatbot-input-wrap {
    padding: 12px 16px;
    border-top: 1px solid var(--border);
    display: flex;
    gap: 8px;
    align-items: flex-end;
}
.wts-chatbot-input-wrap input,
.wts-chatbot-input-wrap textarea {
    flex: 1;
    padding: 10px 12px;
    background: rgba(26,26,46,0.5);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--white);
    font-family: var(--font);
    font-size: 14px;
    resize: none;
    outline: none;
}
.wts-chatbot-input-wrap input:focus,
.wts-chatbot-input-wrap textarea:focus { border-color: var(--cyan); }
.wts-chatbot-send,
.wts-chatbot-input-wrap button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 8px;
    background: var(--grad);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.wts-typing-dots { display: flex; gap: 4px; padding: 4px 0; }
.wts-typing-dots span {
    width: 7px; height: 7px;
    background: var(--gray);
    border-radius: 50%;
    animation: wtsTypB 1.4s infinite ease-in-out;
}
.wts-typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.wts-typing-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes wtsTypB {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
    40% { transform: scale(1); opacity: 1; }
}


/* ============================================================
   RESPONSIVE — Comprehensive Mobile Overhaul v3.2
   Breakpoints: 1024 → 768 → 480 → 360
   ============================================================ */

/* ────────────── 1024px: Tablets ────────────── */
@media (max-width: 1024px) {
    .wts-container { padding: 0 20px; }
    .wts-section { padding: 48px 0; }

    /* Header */
    .wts-header .wts-header-inner { padding: 0 20px; }

    /* Hero */
    .wts-hero { min-height: 70vh; }
    .wts-hero-title { font-size: 44px; }
    .wts-hero-trust { gap: 14px; }

    /* Stats */
    .wts-stats-grid { grid-template-columns: repeat(3, 1fr); }

    /* Services */
    .wts-services-grid { grid-template-columns: repeat(2, 1fr); }
    .wts-service-block { grid-template-columns: 1fr 200px; }
    .wts-service-features { grid-template-columns: 1fr; }

    /* About */
    .wts-about-grid { gap: 32px; }

    /* Process, Why, Values */
    .wts-process-grid { grid-template-columns: repeat(2, 1fr); }
    .wts-values-grid, .wts-why-grid { grid-template-columns: repeat(2, 1fr); }

    /* Testimonials */
    .wts-testimonial-card { min-width: calc((100% - 24px) / 2); max-width: calc((100% - 24px) / 2); }
    .wts-tslider-arrow { display: none; }
    .wts-testimonials-slider-wrap { gap: 0; }

    /* Footer */
    .wts-footer-grid { grid-template-columns: repeat(2, 1fr); }

    /* Service single */
    .wts-service-single-grid { grid-template-columns: 1fr 280px; gap: 24px; }
    .wts-svc-checklist { grid-template-columns: 1fr; }

    /* Page hero */
    .wts-page-hero { padding: 90px 0 28px; }
}

/* ────────────── 768px: Mobile (landscape + small tablets) ────────────── */
@media (max-width: 768px) {
    .wts-container { padding: 0 16px; }
    .wts-section { padding: 36px 0; }

    /* ── HEADER / NAV ── */
    .wts-nav, .wts-header-cta { display: none !important; }
    .wts-hamburger { display: flex !important; }
    .wts-mobile-menu { display: flex; }
    .wts-header .wts-header-inner { padding: 0 16px; }
    .wts-logo-img { height: 32px; }

    /* ── HERO ── */
    .wts-hero { padding: 100px 0 44px; min-height: auto; }
    .wts-hero-title { font-size: 30px; letter-spacing: -0.5px; line-height: 1.2; }
    .wts-hero-subtitle { font-size: 14px; margin-bottom: 24px; line-height: 1.6; max-width: 100%; }
    .wts-hero-badge { font-size: 11px; padding: 5px 14px; }
    .wts-hero-buttons { flex-direction: column; margin-bottom: 28px; gap: 10px; }
    .wts-hero-buttons .wts-btn { width: 100%; text-align: center; justify-content: center; }
    .wts-hero-trust { gap: 8px; }
    .wts-hero-trust-sep { display: none; }
    .wts-hero-trust-item { font-size: 12px; }
    .wts-hero-trust-num { font-size: 14px; }
    .wts-hero-orb-1 { width: 300px; height: 300px; }
    .wts-hero-orb-2 { width: 250px; height: 250px; }
    .wts-hero-orb-3 { display: none; }

    /* ── SECTION HEADERS ── */
    .wts-section-title { font-size: 24px; }
    .wts-section-subtitle { font-size: 14px; line-height: 1.6; }
    .wts-section-header { margin-bottom: 20px; }

    /* ── STATS ── */
    .wts-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .wts-stat-number, .wts-stat-suffix { font-size: 30px; }
    .wts-stat-label { font-size: 12px; }

    /* ── SERVICES ── */
    .wts-services-grid { grid-template-columns: 1fr; gap: 14px; }
    .wts-service-card { padding: 22px 18px; }
    .wts-service-card h3 { font-size: 17px; }
    .wts-service-card p { font-size: 13px; line-height: 1.6; }
    .wts-service-card-icon { width: 46px; height: 46px; font-size: 19px; }
    .wts-service-block { padding: 0; grid-template-columns: 1fr; }
    .wts-service-block-content { padding: 22px; }
    .wts-service-block-visual {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.03);
        padding: 18px;
        min-height: 130px;
    }
    .wts-service-features { grid-template-columns: 1fr; }

    /* ── ABOUT ── */
    .wts-about-grid { grid-template-columns: 1fr; gap: 24px; }
    .wts-about-visual { order: -1; }
    .wts-about-text .wts-section-title { text-align: center !important; }
    .wts-about-text p { font-size: 14px; line-height: 1.7; }
    .wts-about-image { max-height: 260px; border-radius: 14px; }

    /* ── PROCESS ── */
    .wts-process-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .wts-process-step { padding: 18px; }
    .wts-process-step h3 { font-size: 15px; }
    .wts-process-step p { font-size: 12px; line-height: 1.6; }
    .wts-process-num { width: 38px; height: 38px; font-size: 14px; }

    /* ── WHY / VALUES ── */
    .wts-why-grid, .wts-values-grid { grid-template-columns: 1fr; gap: 12px; }
    .wts-why-card, .wts-value-card { padding: 20px; }
    .wts-why-card h3, .wts-value-card h3 { font-size: 16px; }
    .wts-why-card p, .wts-value-card p { font-size: 13px; line-height: 1.6; }
    .wts-why-icon, .wts-value-icon { width: 42px; height: 42px; font-size: 17px; }

    /* ── TESTIMONIALS ── */
    .wts-testimonials-section { padding: 40px 0; }
    .wts-testimonial-card { min-width: 100%; max-width: 100%; padding: 22px 18px; }
    .wts-testimonial-text { font-size: 13px; line-height: 1.65; }
    .wts-testimonial-author { font-size: 13px; gap: 10px; }
    .wts-testimonial-role { font-size: 11px; }
    .wts-testimonial-stars i { font-size: 12px; }
    .wts-testimonial-avatar, .wts-testimonial-avatar-placeholder { width: 36px; height: 36px; }
    .wts-tslider-dots { margin-top: 16px; }
    .wts-tslider-dot { width: 8px; height: 8px; }

    /* ── CONTACT ── */
    .wts-contact-grid { grid-template-columns: 1fr; gap: 28px; }
    .wts-contact-info h2 { font-size: 24px; }
    .wts-contact-info > p { font-size: 14px; }
    .wts-contact-item { gap: 12px; margin-bottom: 14px; }
    .wts-contact-item i { font-size: 16px; }
    .wts-contact-item strong { font-size: 13px; }
    .wts-contact-item span, .wts-contact-item a, .wts-contact-item div { font-size: 13px; }
    .wts-contact-socials a { width: 34px; height: 34px; font-size: 13px; }
    .wts-contact-form input,
    .wts-contact-form select,
    .wts-contact-form textarea { font-size: 14px; padding: 12px 14px; }
    .wts-contact-form .wts-btn-primary { font-size: 14px; }
    .wts-fallback-form h3 { font-size: 20px; }
    .wts-form-row input, .wts-form-row select, .wts-form-row textarea { padding: 12px 14px; font-size: 14px; }

    /* ── CTA ── */
    .wts-cta { padding: 44px 0; }
    .wts-cta-title { font-size: 24px; }
    .wts-cta-subtitle { font-size: 14px; }
    .wts-cta-buttons { flex-direction: column; gap: 10px; }
    .wts-cta-buttons .wts-btn { width: 100%; text-align: center; justify-content: center; }

    /* ── FOOTER ── */
    .wts-footer { padding: 36px 0 0; }
    .wts-footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .wts-footer-col h4 { font-size: 14px; margin-bottom: 10px; }
    .wts-footer-col a, .wts-footer-contact a { font-size: 13px; }
    .wts-footer-description { font-size: 13px; max-width: 100%; }
    .wts-footer-logo { width: 130px; }
    .wts-footer-socials a { width: 34px; height: 34px; font-size: 13px; }
    .wts-footer-contact li { font-size: 13px; }
    .wts-footer-bottom { padding: 16px 0; margin-top: 20px; }
    .wts-footer-bottom p { font-size: 12px; }

    /* ── PAGE HERO ── */
    .wts-page-hero { padding: 85px 0 20px; }
    .wts-page-hero-title { font-size: 26px; }
    .wts-page-hero-subtitle { font-size: 14px; }

    /* ── BUTTONS ── */
    .wts-btn-lg { padding: 13px 28px; font-size: 14px; }

    /* ── SERVICE SINGLE ── */
    .wts-service-single-grid { grid-template-columns: 1fr; gap: 24px; }
    .wts-service-single-sidebar { position: static; }
    .wts-service-nav { flex-wrap: wrap; gap: 6px; }
    .wts-service-nav-link { font-size: 12px; padding: 6px 12px; }
    .wts-svc-section h2 { font-size: 22px; }
    .wts-svc-section-content { font-size: 14px; }
    .wts-svc-checklist li { font-size: 13px; }
    .wts-ss-card { padding: 18px; }
    .wts-ss-card h3 { font-size: 16px; }
    .wts-faq-question span { font-size: 14px; }
    .wts-faq-answer p { font-size: 13px; }

    /* ── CUSTOM PAGE ── */
    .wts-cp-section h2 { font-size: 22px; }
    .wts-cp-section-content { font-size: 14px; }

    /* ── CHATBOT ── */
    .wts-chatbot-window { width: calc(100vw - 32px); right: 16px; bottom: 80px; }

    /* ── BACK TO TOP ── */
    .wts-back-to-top { bottom: 16px; left: 16px; width: 38px; height: 38px; }
    body:has(.wts-back-to-top.visible) .wts-proof-toast { bottom: 70px; }
}

/* ────────────── 480px: Small phones ────────────── */
@media (max-width: 480px) {
    .wts-container { padding: 0 14px; }
    .wts-section { padding: 28px 0; }

    /* Hero */
    .wts-hero { padding: 90px 0 36px; }
    .wts-hero-title { font-size: 24px; line-height: 1.18; }
    .wts-hero-subtitle { font-size: 13px; }
    .wts-hero-badge { font-size: 10px; padding: 4px 10px; }
    .wts-hero-buttons .wts-btn { padding: 12px 20px; font-size: 13px; }
    .wts-hero-trust-item { font-size: 11px; }

    /* Section headers */
    .wts-section-title { font-size: 21px; }
    .wts-section-subtitle { font-size: 12px; }
    .wts-section-header { margin-bottom: 16px; }

    /* Stats */
    .wts-stats-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .wts-stat-number, .wts-stat-suffix { font-size: 26px; }
    .wts-stat-label { font-size: 11px; }

    /* Services */
    .wts-service-card { padding: 18px 16px; }
    .wts-service-card h3 { font-size: 15px; }
    .wts-service-card p { font-size: 12px; }
    .wts-service-card-icon { width: 42px; height: 42px; font-size: 17px; }

    /* About */
    .wts-about-text p { font-size: 13px; }
    .wts-about-image { max-height: 200px; }

    /* Process */
    .wts-process-grid { grid-template-columns: 1fr; gap: 12px; }
    .wts-process-step { padding: 16px; }
    .wts-process-num { width: 34px; height: 34px; font-size: 13px; }
    .wts-process-step h3 { font-size: 14px; }
    .wts-process-step p { font-size: 12px; }

    /* Why / Values */
    .wts-why-card, .wts-value-card { padding: 16px; }
    .wts-why-card h3, .wts-value-card h3 { font-size: 14px; }
    .wts-why-card p, .wts-value-card p { font-size: 12px; }
    .wts-why-icon, .wts-value-icon { width: 38px; height: 38px; font-size: 15px; }

    /* Testimonials */
    .wts-testimonials-section { padding: 32px 0; }
    .wts-testimonial-card { padding: 18px 14px; }
    .wts-testimonial-text { font-size: 12px; }
    .wts-testimonial-quote-icon { font-size: 18px; margin-bottom: 8px; }

    /* Contact */
    .wts-contact-grid { gap: 20px; }
    .wts-contact-info h2 { font-size: 21px; }
    .wts-contact-info > p { font-size: 13px; }
    .wts-contact-form input, .wts-contact-form select, .wts-contact-form textarea { padding: 11px 12px; }
    .wts-contact-form .wts-btn-primary { width: 100%; padding: 13px; }

    /* CTA */
    .wts-cta { padding: 32px 0; }
    .wts-cta-title { font-size: 21px; }
    .wts-cta-subtitle { font-size: 12px; }

    /* Footer */
    .wts-footer { padding: 24px 0 0; }
    .wts-footer-logo { width: 110px; }
    .wts-footer-description { font-size: 12px; }
    .wts-footer-socials a { width: 32px; height: 32px; font-size: 12px; }
    .wts-footer-col h4 { font-size: 13px; }
    .wts-footer-col a, .wts-footer-contact a { font-size: 12px; }
    .wts-footer-contact li { font-size: 12px; }
    .wts-footer-bottom p { font-size: 11px; }

    /* Page hero */
    .wts-page-hero { padding: 78px 0 16px; }
    .wts-page-hero-title { font-size: 22px; }
    .wts-page-hero-subtitle { font-size: 12px; }

    /* Buttons */
    .wts-btn, .wts-btn-primary, .wts-btn-secondary { font-size: 13px; }
    .wts-btn-lg { padding: 12px 22px; font-size: 13px; }

    /* Service single */
    .wts-svc-section h2 { font-size: 19px; }
    .wts-svc-section-content { font-size: 13px; }
    .wts-svc-checklist li { font-size: 12px; }
    .wts-service-nav-link { font-size: 11px; padding: 5px 10px; }
    .wts-faq-question span { font-size: 13px; }
    .wts-faq-question { padding: 14px 16px; }

    /* Custom page */
    .wts-cp-section h2 { font-size: 19px; }
    .wts-cp-section-content { font-size: 13px; }
}

/* ────────────── 360px: Very small phones ────────────── */
@media (max-width: 360px) {
    .wts-container { padding: 0 12px; }
    .wts-hero-title { font-size: 21px; }
    .wts-hero-subtitle { font-size: 12px; }
    .wts-hero-badge { font-size: 9px; }
    .wts-section-title { font-size: 19px; }
    .wts-section-subtitle { font-size: 11px; }
    .wts-stat-number, .wts-stat-suffix { font-size: 22px; }
    .wts-service-card h3 { font-size: 14px; }
    .wts-contact-info h2 { font-size: 19px; }
    .wts-cta-title { font-size: 19px; }
    .wts-page-hero-title { font-size: 20px; }
    .wts-footer-grid { gap: 18px; }
}

/* ============================================================
   SCROLL-REVEAL ANIMATION SYSTEM
   Triggered by .wts-animate class added on scroll
   Admin can disable via body.wts-no-animations
   ============================================================ */

/* Scroll reveal — elements start hidden */
.wts-scroll-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.wts-scroll-reveal.wts-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger children */
.wts-scroll-reveal[data-delay="1"] { transition-delay: 0.08s; }
.wts-scroll-reveal[data-delay="2"] { transition-delay: 0.16s; }
.wts-scroll-reveal[data-delay="3"] { transition-delay: 0.24s; }
.wts-scroll-reveal[data-delay="4"] { transition-delay: 0.32s; }
.wts-scroll-reveal[data-delay="5"] { transition-delay: 0.4s; }

/* Reveal from left */
.wts-reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.wts-reveal-left.wts-revealed { opacity: 1; transform: translateX(0); }

/* Reveal from right */
.wts-reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.wts-reveal-right.wts-revealed { opacity: 1; transform: translateX(0); }

/* Reveal scale */
.wts-reveal-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.wts-reveal-scale.wts-revealed { opacity: 1; transform: scale(1); }

/* Disable all animations */
body.wts-no-animations .wts-scroll-reveal,
body.wts-no-animations .wts-reveal-left,
body.wts-no-animations .wts-reveal-right,
body.wts-no-animations .wts-reveal-scale {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}
body.wts-no-animations .wts-hero-orb,
body.wts-no-animations .wts-hero-particles,
body.wts-no-animations .wts-glow-line { display: none !important; }

/* ============================================================
   ENHANCED HERO ANIMATIONS
   Floating gradient mesh + particles
   ============================================================ */
.wts-hero { position: relative; overflow: hidden; }

/* Animated gradient mesh */
.wts-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.18;
    pointer-events: none;
    will-change: transform;
}
.wts-hero-orb-1 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, #2D7DD2, transparent 70%);
    top: -150px; left: -100px;
    animation: wtsOrbFloat1 18s ease-in-out infinite;
}
.wts-hero-orb-2 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, #00d4ff, transparent 70%);
    bottom: -100px; right: -50px;
    animation: wtsOrbFloat2 22s ease-in-out infinite;
}
.wts-hero-orb-3 {
    width: 300px; height: 300px;
    background: radial-gradient(circle, #7c3aed, transparent 70%);
    top: 40%; left: 60%;
    animation: wtsOrbFloat3 15s ease-in-out infinite;
}

@keyframes wtsOrbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(60px, 40px) scale(1.1); }
    66% { transform: translate(-30px, 60px) scale(0.95); }
}
@keyframes wtsOrbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-50px, -30px) scale(1.05); }
    66% { transform: translate(40px, -50px) scale(0.9); }
}
@keyframes wtsOrbFloat3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-60px, 30px) scale(1.15); }
}

/* Subtle particle dots */
.wts-hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.wts-particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(0,212,255,0.4);
    border-radius: 50%;
    animation: wtsParticleRise linear infinite;
}
@keyframes wtsParticleRise {
    0% { opacity: 0; transform: translateY(0) scale(0); }
    20% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; transform: translateY(-400px) scale(0.3); }
}

/* Animated glow line at section top */
.wts-glow-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--cyan) 50%, transparent 100%);
    opacity: 0.3;
    animation: wtsGlowSweep 4s ease-in-out infinite;
}
@keyframes wtsGlowSweep {
    0%, 100% { opacity: 0.1; transform: scaleX(0.3); }
    50% { opacity: 0.4; transform: scaleX(1); }
}

/* Page hero subtle animation */
.wts-page-hero { position: relative; overflow: hidden; }
.wts-page-hero .wts-glow-line { animation-duration: 5s; }

/* ============================================================
   SCROLL PROGRESS BAR
   ============================================================ */
.wts-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #2D7DD2, #00d4ff, #7c3aed);
    z-index: 99999;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.1s linear;
    pointer-events: none;
}

/* ============================================================
   BACK TO TOP BUTTON
   ============================================================ */
.wts-back-to-top {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(14,14,30,0.9);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.08);
    color: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 9970;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    font-size: 16px;
}
.wts-back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.wts-back-to-top:hover {
    color: var(--cyan);
    border-color: rgba(0,212,255,0.3);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0,212,255,0.15);
}

/* Social proof position adjustment when back-to-top visible */
body:has(.wts-back-to-top.visible) .wts-proof-toast { bottom: 80px; }

/* ============================================================
   SERVICE CARD HOVER ENHANCEMENTS
   ============================================================ */
.wts-service-card {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.wts-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3), 0 0 0 1px rgba(45,125,210,0.15);
}
