/*
Theme Name: تهران پیامک
Theme URI: https://tehran-sms.ir
Description: قالب اختصاصی سامانه پیامکی تهران پیامک - طراحی سبز و سفید
Author: Tehran SMS
Author URI: https://tehran-sms.ir
Template: hello-elementor
Version: 3.0.0
Text Domain: tehran-sms
*/

:root {
  --ts-green: #00a651;
  --ts-green-dark: #008a42;
  --ts-green-light: #e8f5e9;
  --ts-green-bg: #f0faf3;
  --ts-white: #ffffff;
  --ts-gray: #f8faf8;
  --ts-gray-border: #e8ece8;
  --ts-text: #1a1a2e;
  --ts-text-muted: #6b7280;
  --ts-text-light: #9ca3af;
  --ts-shadow: 0 4px 20px rgba(0,0,0,0.06);
  --ts-shadow-lg: 0 12px 40px rgba(0,0,0,0.08);
  --ts-shadow-green: 0 8px 30px rgba(0,166,81,0.15);
  --ts-radius: 12px;
  --ts-radius-lg: 16px;
}

@font-face { font-family: 'Estedad'; src: url('assets/fonts/Estedad-Thin.woff2') format('woff2'); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: 'Estedad'; src: url('assets/fonts/Estedad-ExtraLight.woff2') format('woff2'); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: 'Estedad'; src: url('assets/fonts/Estedad-Light.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Estedad'; src: url('assets/fonts/Estedad-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Estedad'; src: url('assets/fonts/Estedad-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Estedad'; src: url('assets/fonts/Estedad-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Estedad'; src: url('assets/fonts/Estedad-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Estedad'; src: url('assets/fonts/Estedad-ExtraBold.woff2') format('woff2'); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Estedad'; src: url('assets/fonts/Estedad-Black.woff2') format('woff2'); font-weight: 900; font-style: normal; font-display: swap; }

*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Estedad', 'IRANSans', 'Vazir', 'Tahoma', sans-serif;
  color: var(--ts-text);
  line-height: 1.7;
  background: var(--ts-white);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--ts-green); transition: all 0.3s; text-decoration: none; }
a:hover { color: var(--ts-green-dark); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; }

.ts-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; border-radius: 8px; font-weight: 700;
  font-size: 0.95rem; text-decoration: none !important;
  transition: all 0.3s; cursor: pointer; border: none; font-family: inherit;
}
.ts-btn-primary {
  background: linear-gradient(135deg, var(--ts-green), var(--ts-green-dark));
  color: var(--ts-white) !important; box-shadow: var(--ts-shadow-green);
}
.ts-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,166,81,0.25);
}
.ts-btn-outline {
  background: transparent; color: var(--ts-green) !important;
  border: 2px solid var(--ts-green);
}
.ts-btn-outline:hover { background: var(--ts-green); color: var(--ts-white) !important; }
.ts-btn-light {
  background: var(--ts-white); color: var(--ts-green) !important;
}
.ts-btn-light:hover { background: var(--ts-green-light); transform: translateY(-1px); }

.section {
  padding: 90px 0; position: relative;
}
.section-gray {
  background: var(--ts-gray);
  position: relative;
}
.section-gray::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,166,81,0.06), transparent);
  pointer-events: none;
}
.section-green {
  background: linear-gradient(135deg, var(--ts-green-bg) 0%, #d5f5e3 50%, var(--ts-green-bg) 100%);
  position: relative;
}

.section-label {
  display: inline-block;
  background: var(--ts-green-light);
  color: var(--ts-green-dark);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.section-title {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--ts-text);
  margin: 0 0 16px;
  line-height: 1.3;
}
.section-subtitle {
  font-size: 1.05rem;
  color: var(--ts-text-muted);
  margin: 0 0 48px;
  line-height: 1.7;
  max-width: 600px;
}
.section-center { text-align: center; }
.section-center .section-subtitle { margin-left: auto; margin-right: auto; }

/* ===== HEADER ===== */
.ts-header {
  background: var(--ts-white);
  border-bottom: 1px solid var(--ts-gray-border);
  position: sticky; top: 0; z-index: 1000;
  direction: rtl;
  box-shadow: 0 2px 20px rgba(0,0,0,0.04);
}
.ts-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; max-width: 1200px; margin: 0 auto; padding: 0 24px;
}
.ts-header-brand {
  display: flex; align-items: center; gap: 10px; text-decoration: none;
  flex-shrink: 0;
}
.ts-header-brand img { height: 38px; width: auto; }
.ts-header-brand span {
  font-size: 1.15rem; font-weight: 900; color: var(--ts-text);
}
.ts-header-actions { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.ts-header-actions .ts-btn { padding: 8px 18px; font-size: 0.85rem; }

.ts-menu-toggle {
  display: none; background: none; border: none; color: var(--ts-text);
  font-size: 1rem; cursor: pointer; padding: 4px;
}
body.menu-open { overflow: hidden; }

/* Mobile menu wrap - hidden on desktop */
.ts-mobile-menu-wrap { display: none; }

/* ===== NAV MENU (JetMenu enhanced) ===== */
.ts-mega-nav {
  display: flex; align-items: center; gap: 2px;
}
.ts-mega-nav > li {
  list-style: none;
}
.ts-mega-nav > li > a {
  color: var(--ts-text-muted); text-decoration: none;
  font-size: 0.88rem; padding: 8px 16px; border-radius: 6px;
  transition: all 0.3s; white-space: nowrap; display: flex;
  align-items: center; gap: 4px; font-weight: 500;
}
.ts-mega-nav > li > a:hover,
.ts-mega-nav > li > a.active {
  color: var(--ts-green); background: var(--ts-green-light);
}
/* JetMenu styles */
.jet-menu { display: flex; align-items: center; gap: 12px !important; padding: 0; margin: 0; }
.jet-menu > li { list-style: none; }
.jet-menu > li > a,
.jet-menu .top-level-link {
  color: var(--ts-text-muted) !important; padding: 6px 12px !important; border-radius: 6px;
  font-size: 0.82rem !important; font-weight: 500 !important;
  font-family: 'Estedad', 'IRANSans', 'Vazir', 'Tahoma', sans-serif !important;
  text-decoration: none; transition: all 0.3s;
}
.jet-menu > li > a:hover,
.jet-menu .top-level-link:hover { color: var(--ts-green) !important; background: var(--ts-green-light) !important; }
.jet-menu .jet-menu-title { font-size: 0.82rem !important; font-weight: 500 !important; }
.jet-dropdown-arrow { font-size: 0.6rem !important; margin-right: 3px !important; }
.jet-mega-menu-item .jet-sub-mega-menu {
  direction: rtl;
  font-family: 'Estedad', 'IRANSans', 'Vazir', 'Tahoma', sans-serif !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1) !important;
  border: 1px solid #eef0f4 !important;
  border-top: none !important;
}
.jet-mega-menu-item .jet-sub-mega-menu * {
  font-family: 'Estedad', 'IRANSans', 'Vazir', 'Tahoma', sans-serif !important;
}
.jet-sub-mega-menu .elementor-widget-text-editor a {
  font-size: 0.82rem !important;
  font-family: 'Estedad', 'IRANSans', 'Vazir', 'Tahoma', sans-serif !important;
  color: #444 !important;
  padding: 10px 14px !important;
  margin-bottom: 6px !important;
  display: flex !important;
}
.jet-sub-mega-menu .elementor-widget-text-editor a:hover {
  background: #f5f5f5 !important;
  color: #1a1a2e !important;
}
.jet-sub-mega-menu .elementor-widget-text-editor a:last-child { margin-bottom: 0 !important; }
.jet-menu-item .jet-sub-menu { 
  border-radius: 12px; overflow: hidden; border: 1px solid var(--ts-gray-border);
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
}
.jet-menu-item .sub-level-link { font-size: 0.82rem !important; padding: 10px 18px !important; display: flex !important; }
.jet-sub-menu li { margin-bottom: 2px !important; }
.jet-sub-menu li:last-child { margin-bottom: 0 !important; }

/* ===== HERO ===== */
.ts-hero {
  background: linear-gradient(135deg, #f5fef8 0%, #e8f7ee 25%, #ffffff 50%, #f0faf5 75%, #e5f5eb 100%);
  min-height: 75vh; display: flex; align-items: center; position: relative;
  overflow: hidden;
}
.ts-hero-blob1 {
  position: absolute; top: -20%; right: -10%;
  width: 800px; height: 800px;
  background: radial-gradient(circle at 30% 40%, rgba(0,166,81,0.07) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  animation: tsFloat 20s ease-in-out infinite;
}
.ts-hero-blob2 {
  position: absolute; bottom: -15%; left: -5%;
  width: 550px; height: 550px;
  background: radial-gradient(circle at 60% 70%, rgba(0,166,81,0.05) 0%, transparent 60%);
  border-radius: 40% 60% 50% 50%;
  pointer-events: none;
  animation: tsFloat 25s ease-in-out infinite reverse;
}
.ts-hero-blob3 {
  position: absolute; top: 40%; left: -8%;
  width: 400px; height: 400px;
  background: radial-gradient(circle at 50% 50%, rgba(0,200,83,0.04) 0%, transparent 60%);
  border-radius: 60% 40% 50% 50%;
  pointer-events: none;
  animation: tsFloat 18s ease-in-out infinite;
}
.ts-hero-pattern {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(0,166,81,0.015) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(0,166,81,0.015) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(0,166,81,0.01) 0%, transparent 50%);
}
.ts-hero-line {
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0,166,81,0.08) 30%, rgba(0,166,81,0.12) 50%, rgba(0,166,81,0.08) 70%, transparent 100%);
  pointer-events: none;
}
@keyframes tsFloat {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(20px, -25px) rotate(2deg); }
  66% { transform: translate(-15px, 15px) rotate(-1deg); }
}
.ts-hero-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center;
  position: relative; z-index: 1;
}
.ts-hero h1 {
  font-size: 3rem; font-weight: 900; color: var(--ts-text); line-height: 1.2; margin: 0;
}
.ts-hero h1 span { color: var(--ts-green); }
.ts-hero p {
  font-size: 1.05rem; color: var(--ts-text-muted); margin: 20px 0 32px;
  line-height: 1.8;
}
.ts-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.ts-hero-stats { display: flex; gap: 48px; margin-top: 48px; }
.ts-hero-stat h3 { font-size: 2rem; font-weight: 900; color: var(--ts-green); margin: 0; }
.ts-hero-stat p { font-size: 0.85rem; color: var(--ts-text-light); margin: 4px 0 0; }
.ts-hero-card {
  background: var(--ts-white); border: 1px solid var(--ts-gray-border);
  border-radius: var(--ts-radius-lg); padding: 44px 32px;
  text-align: center; max-width: 420px; margin: 0 auto;
  box-shadow: var(--ts-shadow-lg);
}
.ts-hero-card-icon { font-size: 2.8rem; margin-bottom: 16px; }
.ts-hero-card h3 { color: var(--ts-text); font-size: 1.3rem; margin: 0 0 8px; }
.ts-hero-card p { color: var(--ts-text-muted); font-size: 0.9rem; margin: 0 0 24px; }
.ts-hero-card-form { display: flex; gap: 8px; }
.ts-hero-card-form input {
  flex: 1; padding: 12px 16px; border-radius: 8px;
  border: 1px solid var(--ts-gray-border); background: var(--ts-gray);
  color: var(--ts-text); font-size: 0.95rem; outline: none; font-family: inherit;
}
.ts-hero-card-form input::placeholder { color: var(--ts-text-light); }

/* ===== FEATURES GRID ===== */
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.ts-feature-card {
  background: #fff; border: 1px solid #eef0f4; border-radius: 16px;
  padding: 32px 28px; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative; overflow: hidden;
}
.ts-feature-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--ts-green), transparent);
  opacity: 0; transition: opacity 0.4s; transform: translateY(-3px);
}
.ts-feature-card:hover::after { opacity: 1; transform: translateY(0); }
.ts-feature-card:hover {
  border-color: transparent; transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}
.ts-feature-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 18px;
}
.ts-feature-card { text-align: center; }
.ts-feature-card h3 { font-size: 1.05rem; font-weight: 800; color: var(--ts-text); margin: 0 0 8px; }
.ts-feature-card p { font-size: 0.88rem; color: var(--ts-text-muted); margin: 0; line-height: 1.7; }
.ts-feature-icon { margin-left: auto; margin-right: auto; }

/* ===== PRICING ===== */
.pricing-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.ts-price-card {
  background: #fff; border: 1px solid #eef0f4; border-radius: 20px;
  padding: 40px 28px; text-align: center; position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex; flex-direction: column;
}
.ts-price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);
  border-color: var(--ts-green);
}
.ts-price-card.featured {
  border: 2px solid var(--ts-green);
  box-shadow: 0 8px 40px rgba(0,166,81,0.15);
  background: linear-gradient(180deg, #fff 0%, #f0faf5 100%);
}
.ts-price-card.featured::before {
  content: 'محبوب‌ترین';
  position: absolute; top: 16px; left: -32px;
  background: linear-gradient(135deg, var(--ts-green), var(--ts-green-dark));
  color: var(--ts-white);
  padding: 4px 40px; font-size: 0.75rem; font-weight: 800;
  transform: rotate(-45deg); letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0,166,81,0.2);
}
.ts-price-card .ts-price-badge {
  display: inline-block; background: var(--ts-green-light);
  color: var(--ts-green-dark); padding: 4px 14px; border-radius: 20px;
  font-size: 0.8rem; font-weight: 700; margin-bottom: 16px; align-self: center;
}
.ts-price-card h3 { font-size: 1.2rem; font-weight: 800; color: var(--ts-text); margin: 0 0 4px; }
.ts-price-card .ts-price-amount {
  font-size: 2.4rem; font-weight: 900; color: var(--ts-text); margin: 16px 0; line-height: 1.2;
}
.ts-price-card .ts-price-amount small { font-size: 0.9rem; color: var(--ts-text-light); font-weight: 400; }
.ts-price-card p { color: var(--ts-text-muted); font-size: 0.88rem; margin: 0 0 24px; }
.ts-price-card ul { list-style: none; padding: 0; margin: 0 0 28px; text-align: right; flex-grow: 1; }
.ts-price-card ul li {
  padding: 10px 0; color: #555; font-size: 0.88rem;
  border-bottom: 1px solid #f5f5f5;
}
.ts-price-card ul li::before { content: '✓ '; color: var(--ts-green); font-weight: 700; }

/* ===== BULK SMS ===== */
.ts-bulk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ts-bulk-grid ul { list-style: none; padding: 0; margin: 0 0 24px; }
.ts-bulk-grid ul li {
  display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
  color: var(--ts-text-muted); font-size: 0.95rem;
}
.ts-bulk-grid ul li .ts-bullet {
  width: 20px; height: 20px; background: var(--ts-green);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 0.7rem; color: var(--ts-white); font-weight: 700;
}
.ts-bulk-card {
  background: var(--ts-white); border: 1px solid var(--ts-gray-border);
  border-radius: var(--ts-radius-lg); padding: 48px;
  text-align: center; box-shadow: var(--ts-shadow);
}

/* ===== SERVICE LINE ===== */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.ts-service-card {
  background: var(--ts-white); border: 1px solid var(--ts-gray-border);
  border-radius: var(--ts-radius); padding: 28px 24px;
  display: flex; gap: 16px; align-items: flex-start;
  transition: all 0.3s; box-shadow: var(--ts-shadow);
}
.ts-service-card:hover {
  border-color: var(--ts-green); box-shadow: var(--ts-shadow-lg);
}
.ts-service-icon {
  font-size: 1.6rem; flex-shrink: 0; margin-top: 2px;
}
.ts-service-card h3 { font-size: 1rem; font-weight: 800; color: var(--ts-text); margin: 0 0 6px; }
.ts-service-card p { font-size: 0.85rem; color: var(--ts-text-muted); margin: 0; line-height: 1.6; }

/* ===== TESTIMONIALS ===== */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.ts-testimonial {
  background: var(--ts-white); border: 1px solid var(--ts-gray-border);
  border-radius: 18px; padding: 32px;
  position: relative; transition: all 0.4s;
}
.ts-testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.06);
  border-color: transparent;
}
.ts-testimonial-stars { color: #f1c40f; font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 2px; }
.ts-testimonial-text {
  color: var(--ts-text-muted); font-size: 0.92rem; line-height: 1.9;
  margin: 0 0 24px; position: relative; padding-top: 8px;
}
.ts-testimonial-text::before {
  content: '"'; font-size: 4.5rem; color: var(--ts-green); opacity: 0.08;
  position: absolute; top: -16px; right: -4px; line-height: 1; font-weight: 900;
}
.ts-testimonial-author { display: flex; align-items: center; gap: 14px; padding-top: 16px; border-top: 1px solid #f0f0f0; }
.ts-testimonial-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--ts-green), var(--ts-green-dark));
  display: flex; align-items: center; justify-content: center;
  color: var(--ts-white); font-weight: 800; font-size: 1rem; flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,166,81,0.2);
}
.ts-testimonial-author h4 { font-size: 0.92rem; font-weight: 700; color: var(--ts-text); margin: 0; }
.ts-testimonial-author span { font-size: 0.8rem; color: var(--ts-text-light); }

/* ===== PARTNERS ===== */
.ts-partners { display: flex; flex-wrap: wrap; justify-content: center; gap: 60px; align-items: center; }
.ts-partner-item {
  font-size: 1.3rem; font-weight: 700; color: var(--ts-text-light);
  letter-spacing: 1px; transition: all 0.3s; padding: 8px 16px;
  border-radius: 8px; opacity: 0.6;
}
.ts-partner-item:hover { color: var(--ts-green); opacity: 1; background: var(--ts-green-light); }

/* ===== CTA ===== */
.ts-cta {
  background: linear-gradient(135deg, var(--ts-green), var(--ts-green-dark));
  padding: 80px 0; text-align: center; position: relative; overflow: hidden;
}
.ts-cta::before {
  content: ''; position: absolute; top: -50%; left: -20%;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.ts-cta::after {
  content: ''; position: absolute; bottom: -30%; right: -10%;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 60%);
  pointer-events: none;
}
.ts-cta h2 { font-size: 2.2rem; font-weight: 900; color: var(--ts-white); margin: 0; position: relative; z-index: 1; }
.ts-cta p { color: rgba(255,255,255,0.8); font-size: 1.05rem; margin: 12px 0 28px; position: relative; z-index: 1; }
.ts-cta-form { display: flex; gap: 8px; max-width: 480px; margin: 0 auto; position: relative; z-index: 1; }
.ts-cta-form input {
  flex: 1; padding: 14px 20px; border-radius: 10px;
  border: none; font-size: 0.95rem; outline: none; font-family: inherit;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* ===== FOOTER ===== */
.ts-footer { background: var(--ts-text); direction: rtl; }
.ts-footer-top { padding: 60px 0 40px; }
.ts-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.ts-footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.ts-footer-brand img { height: 32px; width: auto; }
.ts-footer-brand span { font-size: 1.15rem; font-weight: 900; color: var(--ts-white); }
.ts-footer-about { color: rgba(255,255,255,0.55); font-size: 0.88rem; line-height: 1.8; margin: 0 0 16px; }
.ts-footer-since {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,166,81,0.1); padding: 6px 14px; border-radius: 8px;
  font-size: 0.82rem; color: var(--ts-green); font-weight: 600;
}
.ts-footer h4 { color: var(--ts-white); font-size: 0.95rem; font-weight: 800; margin: 0 0 20px; }
.ts-footer ul { list-style: none; padding: 0; margin: 0; }
.ts-footer ul li { margin-bottom: 10px; }
.ts-footer ul li a {
  color: rgba(255,255,255,0.5); text-decoration: none;
  font-size: 0.88rem; transition: all 0.3s;
}
.ts-footer ul li a:hover { color: var(--ts-green); }
.ts-footer-contact li { color: rgba(255,255,255,0.5); font-size: 0.88rem; }
.ts-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 20px 0; display: flex; justify-content: space-between;
  align-items: center; max-width: 1200px; margin: 0 auto; padding: 20px 24px;
}
.ts-footer-bottom p { color: rgba(255,255,255,0.3); font-size: 0.82rem; margin: 0; }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.ts-animate { animation: fadeInUp 0.6s ease forwards; }

/* ===== PAGE BANNER ===== */
.ts-page-banner {
  background: linear-gradient(160deg, var(--ts-green-bg) 0%, var(--ts-white) 100%);
  padding: 100px 0 80px; text-align: center;
}
.ts-page-banner h1 {
  font-size: 2.5rem; font-weight: 900; color: var(--ts-text); margin: 0;
}
.ts-page-banner h1 span { color: var(--ts-green); }
.ts-page-banner .banner-line {
  width: 60px; height: 3px; background: var(--ts-green);
  margin: 20px auto; border-radius: 2px;
}
.ts-page-banner p {
  color: var(--ts-text-muted); font-size: 1.05rem; margin: 10px 0 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .ts-hero h1 { font-size: 2.2rem; }
  .features-grid, .pricing-grid, .testimonials-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .ts-hero-grid, .ts-bulk-grid { grid-template-columns: 1fr; }
  .ts-footer-grid { grid-template-columns: 1fr 1fr; }
  .ts-hero-stats { gap: 24px; }
}

@media (max-width: 768px) {
  /* ===== Hamburger Menu Icon ===== */
  .ts-menu-toggle {
    display: flex; flex-direction: column; gap: 5px;
    z-index: 1002; position: relative; width: 28px; height: 28px;
    background: none; border: none; cursor: pointer; padding: 2px;
    align-items: center; justify-content: center;
  }
  .hm-bar {
    display: block; width: 22px; height: 2.5px; background: #333;
    border-radius: 2px; transition: all 0.3s;
  }
  .ts-mega-nav.open ~ .ts-header-actions .ts-menu-toggle .hm-bar:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .ts-mega-nav.open ~ .ts-header-actions .ts-menu-toggle .hm-bar:nth-child(2) { opacity: 0; }
  .ts-mega-nav.open ~ .ts-header-actions .ts-menu-toggle .hm-bar:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
  .ts-menu-overlay {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5); z-index: 998;
    opacity: 0; visibility: hidden; transition: all 0.3s;
  }
  .ts-menu-overlay.open { opacity: 1; visibility: visible; }
  .ts-mobile-menu-wrap { display: flex; }
  .ts-close-menu {
    display: none;
  }
  .ts-mega-nav.open .ts-close-menu {
    display: flex; position: absolute; top: 16px; left: 16px;
    width: 32px; height: 32px; border-radius: 50%; background: #f5f5f5;
    border: none; align-items: center; justify-content: center;
    cursor: pointer; font-size: 1rem; color: #666; z-index: 1003;
  }
  /* Mobile menu - custom fallback */
  .ts-mega-nav { position: static; display: flex; }
  .ts-mobile-menu-wrap { 
    display: flex; position: fixed; top: 0; right: -300px; bottom: 0; width: 290px;
    background: #fff; z-index: 1000;
    transition: right 0.35s cubic-bezier(0.25,0.46,0.45,0.94);
    box-shadow: -4px 0 30px rgba(0,0,0,0.1);
    overflow-y: auto; flex-direction: column;
  }
  .ts-mobile-menu-wrap.open { right: 0; }
  .ts-mobile-menu-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 20px; background: linear-gradient(135deg,#00a651,#008a42);
    color: #fff; flex-shrink: 0;
  }
  .ts-mobile-menu-title { font-weight: 700; font-size: 1rem; }
  .ts-mobile-close { background: rgba(255,255,255,0.2); border: none; color: #fff; width: 32px; height: 32px; border-radius: 50%; cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: center; }
  .ts-mobile-menu-list { list-style: none; padding: 0; margin: 0; }
  .ts-mobile-menu-list li { border-bottom: 1px solid #f5f5f5; }
  .ts-mobile-menu-list a { display: flex; padding: 14px 20px; color: #444; text-decoration: none; font-size: 0.9rem; align-items: center; gap: 8px; }
  .ts-mobile-menu-list a:hover { background: #f0faf5; color: #00a651; }
  .ts-mobile-menu-list .sub-menu { display: none; background: #fafafa; padding: 0; margin: 0; list-style: none; }
  .ts-mobile-menu-list .has-sub.open > .sub-menu { display: block; }
  .ts-mobile-menu-list .has-sub > a::after { content: '◀'; margin-right: auto; font-size: 0.6rem; color: #999; transition: transform 0.3s; }
  .ts-mobile-menu-list .has-sub.open > a::after { transform: rotate(-90deg); }

  .ts-header-actions .ts-btn { padding: 8px 14px; font-size: 0.8rem; }
  .ts-header-actions .ts-btn-outline { display: none; }

  .ts-hero { min-height: auto; padding: 60px 0; }
  .ts-hero h1 { font-size: 1.8rem; }
  .ts-hero-stat h3 { font-size: 1.4rem; }
  .ts-hero-stats { gap: 16px; flex-wrap: wrap; justify-content: center; }
  .ts-hero-card { padding: 28px 20px; }
  .ts-hero-card-form { flex-direction: column; }

  .section { padding: 60px 0; }
  .section-title { font-size: 1.5rem; }

  .features-grid, .pricing-grid, .testimonials-grid, .services-grid {
    grid-template-columns: 1fr; gap: 16px;
  }

  .pricing-grid { gap: 16px; }

  .ts-bulk-card { padding: 28px 20px; }

  .ts-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .ts-footer-top { padding: 40px 0 24px; }
  .ts-footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  .ts-cta-form { flex-direction: column; }
  .ts-cta h2 { font-size: 1.6rem; }

  .ts-service-card { padding: 20px 16px; }
  .section { text-align: center; }
  .container { text-align: center; }
  .ts-price-card, .ts-feature-card, .ts-testimonial, .ts-service-card { text-align: center; }
  .ts-feature-icon { margin-left: auto; margin-right: auto; }
  .pricing-grid, .features-grid, .services-grid, .testimonials-grid { justify-items: center; }

  .ts-partners { gap: 24px; }
  .ts-partner-item { font-size: 1rem; }
}

@media (max-width: 480px) {
  .ts-hero h1 { font-size: 1.5rem; }
  .ts-hero-actions { flex-direction: column; }
  .ts-hero-actions .ts-btn { width: 100%; justify-content: center; }
  .ts-header-actions .ts-btn { font-size: 0.75rem; padding: 6px 12px; }
  .ts-header-brand span { font-size: 1rem; }
  .ts-header-brand img { height: 32px; }
}
