@media (max-width: 600px) {
  body {
    font-size: 1rem;
  }
  .container {
    padding: 0 0.5rem;
  }
  .section,
  .section-lg {
    padding: 2rem 0;
  }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.2rem; }
  h4 { font-size: 1rem; }
  .hero {
    padding: 4rem 0 2rem;
  }
  .hero h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .hero p {
    font-size: 1rem;
    margin-bottom: 1rem;
    max-width: 95vw;
  }
  .hero-buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
  .hero-stats {
    flex-direction: column;
    gap: 1.5rem;
  }
  .value-section {
    padding: 2rem 0;
  }
  .value-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .value-features {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .success-metrics {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .services-overview {
    padding: 2rem 0;
  }
  .services-showcase {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .service-category {
    padding: 1.2rem;
  }
  .category-header {
    flex-direction: row;
    gap: 0.5rem;
  }
  .category-icon {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    margin-right: 0.5rem;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .pricing-card {
    padding: 1.2rem;
  }
  .testimonials {
    padding: 1.5rem 0 !important;
  }
  .testimonials .container {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  .brand-logos-grid,
  .brandicon-grid {
    flex-direction: column;
    gap: 2rem;
    margin-top: 1rem;
    align-items: center;
  }
  .brand-logos-grid img,
  .brandicon-grid img {
    max-width: 80vw;
    max-height: 48px;
    margin: 0 auto;
  }
  .footer {
    padding: 2rem 0 0.5rem;
  }
  .footer-content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .footer-section h3 {
    font-size: 1.1rem;
  }
  .faq-section {
    padding: 2rem 0;
  }
  .faq-container {
    padding: 0 0.5rem;
  }
}
@media (max-width: 600px) {
  .brand-logos-grid,
  .brandicon-grid {
    flex-direction: column;
    gap: 2rem;
    margin-top: 1rem;
    align-items: center;
  }
  .brand-logos-grid img,
  .brandicon-grid img {
    max-width: 80vw;
    max-height: 48px;
    margin: 0 auto;
  }
}
/* Brandicon Grid - matches brand-logos-grid for consistent alignment */
.brandicon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-top: 2rem;
}
.brandicon-grid img {
  max-height: 60px;
  width: auto;
  display: block;
  object-fit: contain;
  margin: 0 1rem;
  filter: grayscale(0%);
  transition: filter 0.3s, box-shadow 0.3s;
  box-shadow: none;
}
.brandicon-grid img:hover {
  filter: grayscale(0%) drop-shadow(0 2px 8px rgba(30,58,138,0.08));
  box-shadow: 0 2px 8px rgba(30,58,138,0.08);
}
.wp-specialists-main-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 8px solid #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  position: relative;
  z-index: 2;
}
.wp-specialists-team {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.wp-specialists-member {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  pointer-events: auto;
}
.wp-specialists-member img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.wp-specialists-member-name {
  font-weight: 700;
  color: #1a202c;
  font-size: 1.08rem;
  margin-top: 0.5rem;
  text-shadow: 0 2px 8px #fff;
}
.wp-specialists-member-role {
  color: #64748b;
  font-size: 0.95rem;
  text-shadow: 0 2px 8px #fff;
}
/* Positioning team members around the main image, matching the reference */
.wp-specialists-member-roy {
  top: 0%;
  left: 0%;
  transform: translate(-30%, -30%);
}
.wp-specialists-member-bjorn {
  top: 0%;
  right: 0%;
  transform: translate(30%, -30%);
}
.wp-specialists-member-kevin {
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 40%);
}
@media (max-width: 900px) {
  .wp-specialists-img-circle {
    width: 220px;
    height: 220px;
  }
  .wp-specialists-main-img {
    width: 100px;
    height: 100px;
  }
  .wp-specialists-member img {
    width: 48px;
    height: 48px;
  }
}
/* --- WordPress Specialists Section --- */
.wp-specialists-section {
  background: #f8fafc;
  padding: 60px 0 40px 0;
}
.wp-specialists-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
.wp-specialists-content {
  flex: 1 1 420px;
  min-width: 320px;
  max-width: 540px;
}
.wp-specialists-badge {
  color: #4f8cff;
  font-weight: 700;
  font-size: 0.7m;
  letter-spacing: 0.08em;
  margin-bottom: 0.7rem;
  display: inline-block;
}
.wp-specialists-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #1a202c;
}
.wp-specialists-desc {
  color: #374151;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.wp-specialists-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.wp-specialists-list li {
  display: flex;
  align-items: center;
  font-size: 1.08rem;
  margin-bottom: 0.7rem;
  color: #222;
}
.wp-specialists-list .checkmark {
  color: #10b981;
  font-size: 1.2em;
  margin-right: 0.7em;
}
.wp-specialists-btn {
  margin-top: 0.5rem;
  font-size: 1.08rem;
}
.wp-specialists-visual {
  flex: 1 1 420px;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .wp-specialists-grid {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .wp-specialists-content, .wp-specialists-visual {
    min-width: 0;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .wp-specialists-img-circle {
    width: 260px;
    height: 260px;
  }
  .wp-specialists-img-circle img {
    width: 110px;
    height: 110px;
  }
}
/* Centering for Why Choose Us button and note */
.wcu-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.wcu-center .wcu-btn {
  margin-top: 0;
}
.wcu-center .wcu-note {
  margin-top: 10px;
  text-align: center;
}
/* --- Trusted by Industry Leaders Section --- */
.trust-section {
  background: #f8fafc;
  padding: 60px 0 40px 0;
}

.trust-section .text-center.mb-4 h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.trust-section .text-center.mb-4 p {
  color: #6c757d;
  font-size: 1.1rem;
}

.trust-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 2rem;
  justify-content: center;
  margin: 2.5rem 0 1.5rem 0;
}

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 2rem;
  min-width: 320px;
  max-width: 420px;
  flex: 1 1 320px;
}

.trust-icon {
  font-size: 2rem;
  color: #10b981;
  margin-top: 0.2rem;
}

.trust-item h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: #1a202c;
}

.trust-item p {
  color: #374151;
  font-size: 1.05rem;
  margin-bottom: 0;
}

.partnerships {
  margin-top: 2.5rem;
  text-align: center;
}

.partnerships h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.partnership-logos {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.partnership-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.2rem;
  color: #222;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
  padding: 0.7rem 1.2rem;
}

.partnership-logo i {
  font-size: 1.5rem;
  color: #4f8cff;
}

@media (max-width: 900px) {
  .trust-grid {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }

  .trust-item {
    min-width: 220px;
    max-width: 100%;
    width: 100%;
  }

  .partnership-logos {
    flex-direction: column;
    gap: 1rem;
  }
}

/* --- Success Stories / Case Studies Section --- */
.case-studies-styled {
  background: #f8fafc;
  padding: 60px 0;
}

.case-studies-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.case-studies-subtitle {
  color: #6c757d;
  font-size: 1.1rem;
}

.case-studies-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}

.case-study-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  padding: 2.5rem 2rem;
  max-width: 370px;
  width: 100%;
  flex: 1 1 300px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.case-study-image {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  font-size: 2rem;
}

.case-study-gradient1 .case-study-image {
  background: linear-gradient(135deg, #4f8cff 0%, #6ee7b7 100%);
  color: #fff;
}

.case-study-gradient2 .case-study-image {
  background: linear-gradient(135deg, #4f8cff 0%, #fbbf24 100%);
  color: #fff;
}

.case-study-gradient3 .case-study-image {
  background: linear-gradient(135deg, #4f8cff 0%, #f472b6 100%);
  color: #fff;
}

.case-study-content h3 {
  font-weight: 700;
  color: #1a202c;
}

.case-study-category {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.case-study-results {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.result-item {
  background: #f1f5f9;
  border-radius: 10px;
  padding: 0.7rem 1.2rem;
}

.result-number {
  font-size: 1.3rem;
  font-weight: 700;
}

.result-label {
  font-size: 0.95rem;
  color: #222;
}

@media (min-width: 900px) {
  .case-studies-grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
  }

  .case-study-card {
    flex: 1 1 300px !important;
    min-width: 280px !important;
    max-width: 370px !important;
  }

  .case-studies-grid>.case-study-card {
    margin: 0;
  }
}

@media (min-width: 1100px) {
  .case-studies-grid {
    justify-content: center;
  }

  .case-study-card {
    flex: 1 1 30%;
    min-width: 300px;
    max-width: 370px;
  }
}

:root {
  --primary: #1E3A8A;
  --secondary: #10B981;
  --secondary-alt: #F97316;
  --accent-product: #8B5CF6;
  /* New Product/Tech Accent */
  --accent-product-dark: #7C3AED;
  --neutral-50: #F9FAFB;
  --neutral-100: #F3F4F6;
  --neutral-200: #E5E7EB;
  --neutral-300: #D1D5DB;
  --neutral-600: #4B5563;
  --neutral-700: #374151;
  --neutral-800: #1F2937;
  --neutral-900: #111827;
  --white: #FFFFFF;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  color: var(--neutral-800);
  background-color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

p {
  margin-bottom: 1rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Navigation */
.navbar {
  background: var(--white);
  box-shadow: var(--shadow-sm);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  display: flex;
  align-items: center;
}

.logo-img {
  height: 40px;
  width: auto;
  display: block;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

.nav-menu a {
  text-decoration: none;
  color: var(--neutral-700);
  font-weight: 500;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.nav-menu a:hover {
  color: var(--primary);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--primary);
  cursor: pointer;
}

/* Hero Section Base */
.hero {
  background: var(--primary);
  color: var(--white);
  padding: 6rem 0 4rem;
  text-align: center;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: var(--white);
}

.hero-content p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: var(--neutral-100);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 1rem;
}

.btn-primary {
  background: var(--secondary);
  color: var(--white);
}

.btn-primary:hover {
  background: #059669;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-secondary {
  background: var(--secondary-alt);
  color: var(--white);
}

.btn-secondary:hover {
  background: #ea580c;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--primary);
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.btn-product {
  background: var(--accent-product);
  color: var(--white);
  border-color: var(--accent-product);
}

.btn-product:hover {
  background: var(--accent-product-dark);
  border-color: var(--accent-product-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.w-100 {
  width: 100%;
  display: block;
  text-align: center;
}

/* Footer UI */
.footer {
  background: var(--neutral-900);
  color: var(--white);
  padding: 3rem 0 1rem;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h3 {
  color: var(--secondary);
  margin-bottom: 1rem;
}

.footer-section p,
.footer-section a {
  color: var(--neutral-300);
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block;
}

.footer-section a:hover {
  color: var(--secondary);
}

.footer-bottom {
  border-top: 1px solid var(--neutral-700);
  padding-top: 1rem;
  text-align: center;
  color: var(--neutral-400);
}

/* Animation */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Pricing Section Components */
.pricing-section {
  padding: 4rem 0;
  background: var(--neutral-50);
}

.pricing-section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 3rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.pricing-card {
  background: var(--white);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid var(--neutral-200);
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
}

.pricing-card.featured {
  border-color: var(--secondary);
}

.pricing-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.pricing-header {
  text-align: center;
  margin-bottom: 2rem;
}

.pricing-name {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.pricing-price {
  font-size: 3rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 0.5rem;
}

.pricing-period {
  font-size: 1rem;
  color: var(--neutral-600);
  font-weight: 400;
}

.pricing-description {
  color: var(--neutral-600);
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.pricing-features {
  list-style: none;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.pricing-features li {
  padding: 0.75rem 0;
  color: var(--neutral-700);
  position: relative;
  padding-left: 2rem;
  border-bottom: 1px solid var(--neutral-200);
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: bold;
  font-size: 1.125rem;
}

/* FAQ Section */
.faq-section {
  padding: 4rem 0;
  background: var(--neutral-50);
}

.faq-section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 3rem;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--white);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.faq-question {
  padding: 1.5rem;
  background: var(--white);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--primary);
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: var(--neutral-50);
}

.faq-question.active {
  background: var(--primary);
  color: var(--white);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: var(--neutral-50);
}

.faq-answer.active {
  max-height: 200px;
}

.faq-answer-content {
  padding: 1.5rem;
  color: var(--neutral-700);
}

.faq-toggle {
  transition: transform 0.3s ease;
}

.faq-question.active .faq-toggle {
  transform: rotate(180deg);
}

/* Common Card Styles (Services, Features) */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  padding: 4rem 0;
}

.service-card {
  background: var(--white);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: var(--shadow-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--neutral-200);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--white);
  font-size: 1.5rem;
}

.service-card h3 {
  color: var(--primary);
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.service-card p {
  color: var(--neutral-600);
  margin-bottom: 1.5rem;
}

.service-features {
  list-style: none;
  margin-bottom: 1.5rem;
}

.service-features li {
  padding: 0.5rem 0;
  color: var(--neutral-700);
  position: relative;
  padding-left: 1.5rem;
}

.service-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: bold;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, var(--primary), #1e40af);
  color: var(--white);
  padding: 4rem 0;
  text-align: center;
}

.cta-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--white);
}

.cta-section p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  color: var(--white);
}

/* Responsive */
@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 1rem;
    box-shadow: var(--shadow-md);
  }

  .nav-menu.active {
    display: flex;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

/* Additional Utilities */
.btn-outline-primary {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-outline-primary:hover {
  background: var(--primary);
  color: var(--white);
}

.text-center {
  text-align: center;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}


/* --- Forms (Common) --- */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--neutral-700);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid var(--neutral-200);
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit {
  text-align: center;
}

.success-message {
  background: var(--secondary);
  color: var(--white);
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  display: none;
}

/* --- Contact Page Components --- */
.contact-section {
  padding: 4rem 0;
  background: var(--neutral-50);
}

.contact-section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 3rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-form {
  background: var(--white);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: var(--shadow-lg);
}

.contact-info {
  background: var(--white);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: var(--shadow-lg);
}

.contact-info h3 {
  color: var(--primary);
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--neutral-50);
  border-radius: 0.5rem;
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-icon i {
  color: var(--white);
  font-size: 1.125rem;
}

.contact-details h4 {
  color: var(--primary);
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

.contact-details p {
  color: var(--neutral-600);
  margin-bottom: 0.25rem;
}

.contact-details a {
  color: var(--secondary);
  text-decoration: none;
  font-weight: 500;
}

.contact-details a:hover {
  text-decoration: underline;
}

.live-chat-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background: var(--secondary);
  color: var(--white);
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  transition: all 0.3s ease;
  z-index: 1000;
}

.live-chat-btn:hover {
  background: #059669;
  transform: scale(1.1);
}

/* --- Portal Page Components --- */
.portal-container {
  margin-top: 6rem;
  padding: 2rem 0;
}

/* Auth Forms */
.auth-container {
  max-width: 400px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 1rem;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.auth-tabs {
  display: flex;
  border-bottom: 1px solid var(--neutral-200);
}

.auth-tab {
  flex: 1;
  padding: 1rem;
  text-align: center;
  background: var(--neutral-50);
  color: var(--neutral-600);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-size: 1rem;
  font-weight: 600;
}

.auth-tab.active {
  background: var(--white);
  color: var(--primary);
  border-bottom: 3px solid var(--primary);
}

.auth-form {
  padding: 2rem;
  display: none;
}


/* --- Product / CouponMaster Styles --- */
.product-hero-padding {
  padding: 8rem 0 6rem;
}

.card-tag {
  display: inline-block;
  background: var(--neutral-100);
  color: var(--neutral-700);
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.tag-product {
  background: var(--accent-product);
  color: var(--white);
}

.comparison-section {
  padding: 6rem 0;
  background: var(--white);
}

.comparison-table-wrapper {
  overflow-x: auto;
  margin-top: 3rem;
  box-shadow: var(--shadow-md);
  border-radius: 1rem;
  border: 1px solid var(--neutral-200);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid var(--neutral-200);
}

.comparison-table th {
  background: var(--neutral-50);
  font-weight: 700;
  color: var(--primary);
}

.comparison-table th:first-child {
  width: 40%;
}

.comparison-table th:nth-child(2),
.comparison-table th:nth-child(3) {
  text-align: center;
  width: 30%;
}

.comparison-table td {
  color: var(--neutral-700);
}

.comparison-table td:nth-child(2),
.comparison-table td:nth-child(3) {
  text-align: center;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table .check {
  color: var(--secondary);
  font-weight: bold;
  font-size: 1.25rem;
}

.comparison-table .cross {
  color: var(--neutral-300);
  font-size: 1.25rem;
}

.section-header-row th {
  background: var(--neutral-100);
  color: var(--neutral-800);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  padding-top: 1.5rem;
}

.trust-section {
  padding: 2rem 0;
  text-align: center;
  background: var(--white);
  border-bottom: 1px solid var(--neutral-200);
}

.trust-items {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--neutral-600);
  font-weight: 500;
}

.trust-item i {
  color: var(--secondary);
}


/* Dashboard */
.dashboard {
  display: none;
  background: var(--white);
  border-radius: 1rem;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.dashboard-header {
  background: linear-gradient(135deg, var(--primary), #1e40af);
  color: var(--white);
  padding: 2rem;
  text-align: center;
}

.dashboard-header h1 {
  margin-bottom: 0.5rem;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.stat-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.875rem;
  opacity: 0.9;
}

.dashboard-content {
  padding: 2rem;
}

.dashboard-section {
  margin-bottom: 2rem;
}

.dashboard-section h3 {
  color: var(--primary);
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* Quick Actions */
.quick-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.action-card {
  background: var(--neutral-50);
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.action-card:hover {
  transform: translateY(-2px);
}

.action-icon {
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.action-icon i {
  font-size: 1.5rem;
  color: var(--white);
}

.action-card h4 {
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.action-card p {
  color: var(--neutral-600);
  font-size: 0.875rem;
}

/* Ticket Form & Listings */
.ticket-form {
  background: var(--neutral-50);
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.ticket-form h4 {
  color: var(--primary);
  margin-bottom: 1rem;
}

.tickets-list {
  background: var(--neutral-50);
  border-radius: 0.5rem;
  overflow: hidden;
}

.ticket-item {
  background: var(--white);
  padding: 1rem;
  border-bottom: 1px solid var(--neutral-200);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ticket-item:last-child {
  border-bottom: none;
}

.ticket-info h5 {
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.ticket-meta {
  font-size: 0.875rem;
  color: var(--neutral-600);
}

.ticket-status {
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.status-open {
  background: var(--secondary);
  color: var(--white);
}

.status-pending {
  background: var(--secondary-alt);
  color: var(--white);
}

.status-resolved {
  background: var(--neutral-300);
  color: var(--neutral-700);
}

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

  .form-row {
    grid-template-columns: 1fr;
  }

  .dashboard-stats,
  .quick-actions {
    grid-template-columns: 1fr;
  }

  /* Fix: Stack product preview card on mobile */
  .product-preview-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .product-preview-icon {
    margin-bottom: 1rem;
  }

  .product-preview-content div {
    justify-content: center;
  }

  /* Fix: Hero buttons wrapping */
  .hero-buttons {
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
  }

  .hero-buttons .btn {
    width: 100%;
    margin: 0;
  }
}

/* --- Homepage Specific Styles --- */

.home-hero {
  /* Extending base hero for index with background image */
  position: relative;
  overflow: hidden;
}

/* Value Proposition Section Styles */
.value-section {
  background: var(--neutral-50);
  padding: 4rem 0;
}

.value-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 900px) {
  .value-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.value-content {
  /* Left column: text and features */
}

.value-visual {
  /* Right column: metrics */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.value-features {
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.value-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: var(--white);
  border-radius: 1rem;
  box-shadow: var(--shadow-md);
  padding: 1.25rem 1.5rem;
  min-width: 220px;
  flex: 1 1 220px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}

.metric-card {
  background: var(--white);
  border-radius: 1rem;
  box-shadow: var(--shadow-md);
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 180px;
}

.metric-icon {
  width: 40px;
  height: 40px;
  background: var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.metric-content h3 {
  margin: 0;
  font-size: 2rem;
  color: var(--primary);
  font-weight: 700;
}

.metric-content p {
  margin: 0;
  color: var(--neutral-600);
  font-size: 1rem;
}

.home-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.home-hero .hero-content {
  position: relative;
  z-index: 2;
}

.home-hero h1 {
  font-size: 3.5rem;
}

.home-hero p {
  font-size: 1.25rem;
}

.trust-logos {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.trust-logo {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 0.5rem;
  color: var(--white);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-logo span {
  font-size: 0.875rem;
  font-weight: 500;
}

.trust-label {
  color: var(--neutral-200);
  font-size: 0.875rem;
  margin-right: 1rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-badge i {
  color: var(--secondary);
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
  color: var(--white);
}

.stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--secondary);
  line-height: 1;
}

.stat-label {
  font-size: 0.875rem;
  color: var(--neutral-200);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary);
  top: -100px;
  left: -100px;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--secondary);
  bottom: -50px;
  right: -50px;
}

.shape-3 {
  width: 200px;
  height: 200px;
  background: #8b5cf6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .home-hero h1 {
    font-size: 2.5rem;
  }

  .hero-stats {
    gap: 1.5rem;
  }
}

/* --- Product Page Specifics --- */

.page-header {
  background: linear-gradient(135deg, var(--neutral-900), var(--primary));
  color: var(--white);
  padding: 6rem 0;
  text-align: center;
}

.page-header h1 {
  color: var(--white);
  margin-bottom: 1rem;
}

.page-header p {
  color: var(--neutral-300);
  font-size: 1.25rem;
  max-width: 600px;
  margin: 0 auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  padding: 4rem 0;
}

.product-card {
  background: var(--white);
  border-radius: 1rem;
  border: 1px solid var(--neutral-200);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
}

.product-image {
  height: 200px;
  background: var(--neutral-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-300);
  font-size: 3rem;
  position: relative;
}

.product-image.featured {
  background: linear-gradient(135deg, var(--accent-product), var(--accent-product-dark));
  color: var(--white);
}

.product-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-content h3 {
  font-size: 1.5rem;
  color: var(--neutral-900);
  margin-bottom: 0.5rem;
}

.product-content p {
  color: var(--neutral-600);
  flex-grow: 1;
}

.product-meta {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--neutral-100);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-tag {
  font-weight: 700;
  color: var(--neutral-900);
  font-size: 1.25rem;
}

.coming-soon-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--neutral-800);
  color: var(--white);
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.why-choose-us {
  background: #f8f9fa;
  padding: 60px 0 40px 0;
  font-family: 'Inter', Arial, sans-serif;
}

.wcu-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.wcu-left {
  flex: 2;
  min-width: 350px;
}

.wcu-right {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

.wcu-title h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 10px 0 20px 0;
  color: #222;
  line-height: 1.1;
}

.wcu-title p {
  color: #444;
  font-size: 1.15rem;
  margin-bottom: 30px;
}

.wcu-badge {
  color: #1a7f64;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.wcu-features {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.wcu-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 28px 22px 22px 22px;
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wcu-icon {
  background: linear-gradient(135deg, #1a7f64 60%, #3ecf8e 100%);
  color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 14px;
}

.wcu-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.wcu-card p {
  color: #444;
  font-size: 1rem;
  margin: 0;
}

.wcu-btn {
  display: inline-block;
  background: #3ecf8e;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 16px 32px;
  border-radius: 8px;
  margin-top: 18px;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(62, 207, 142, 0.08);
}

.wcu-btn:hover {
  background: #1a7f64;
}

.wcu-btn i {
  margin-right: 8px;
}

.wcu-note {
  margin-top: 10px;
  color: #444;
  font-size: 1rem;
}

.wcu-stat {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 30px;
  margin-bottom: 10px;
}

.wcu-stat-icon {
  background: linear-gradient(135deg, #3ecf8e 60%, #1a7f64 100%);
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}

.wcu-stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #234;
  display: block;
}

.wcu-stat-label {
  color: #444;
  font-size: 1.1rem;
  display: block;
}

@media (max-width: 900px) {
  .wcu-container {
    flex-direction: column;
    gap: 0;
  }

  .wcu-right {
    margin-top: 30px;
    flex-direction: row;
    gap: 18px;
  }

  .wcu-stat {
    flex: 1;
    min-width: 0;
  }
}

@media (max-width: 600px) {
  .wcu-features {
    flex-direction: column;
    gap: 16px;
  }

  .wcu-card {
    max-width: 100%;
  }

  .wcu-title h2 {
    font-size: 2rem;
  }
}
.brand-logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-top: 2rem;
}
.brand-logos-grid img {
  max-height: 60px;
  width: auto;
  display: block;
  object-fit: contain;
  margin: 0 1rem;
  filter: grayscale(0%);
  transition: filter 0.3s, box-shadow 0.3s;
  box-shadow: none;
}
.brand-logos-grid img:hover {
  filter: grayscale(0%) drop-shadow(0 2px 8px rgba(30,58,138,0.08));
  box-shadow: 0 2px 8px rgba(30,58,138,0.08);
}