/*
 * Hexaforge Technologies – Homepage Redesign CSS
 * home-redesign.css
 * Supplements assets/css/main.css
 */

/* ============================================================
   HERO SECTION
   ============================================================ */
.min-vh-hero {
  min-height: 85vh;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 22px;
  letter-spacing: 0.3px;
}

.hero-highlight {
  background: linear-gradient(135deg, #4c8fad, #78c8f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-trust-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  font-size: 0.88rem;
  font-weight: 500;
  opacity: 0.92;
  color: #fff;
}

.hero-trust-bar i {
  color: #4c8fad;
  margin-right: 5px;
}

.trust-divider {
  opacity: 0.4;
  font-size: 1rem;
}

@media (max-width: 576px) {
  .hero-trust-bar {
    justify-content: center;
  }
  .trust-divider { display: none; }
}

/* Hero stats card */
.hero-stats-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 30px 25px;
  color: #fff;
}

.stats-card-header h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.decoration-line {
  height: 3px;
  width: 50px;
  background: linear-gradient(90deg, #4c8fad, #78c8f0);
  border-radius: 3px;
  margin-bottom: 20px;
}

.hero-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hero-stat-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 14px 12px;
  transition: 0.3s;
}

.hero-stat-item:hover {
  background: rgba(76, 143, 173, 0.2);
}

.hero-stat-icon {
  font-size: 1.3rem;
  color: #4c8fad;
  flex-shrink: 0;
}

.hero-stat-content h4 {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0;
  color: #fff;
  line-height: 1;
}

.hero-stat-content p {
  font-size: 0.75rem;
  margin: 4px 0 0;
  opacity: 0.75;
  color: #fff;
}

/* ============================================================
   SHARED COMPONENTS
   ============================================================ */
.section-tag {
  display: inline-block;
  color: #2c455a;
  background: rgba(44, 69, 90, 0.1);
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.section-tag-light {
  display: inline-block;
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

/* Shared CTA Buttons */
.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  background: #2c455a;
  color: #fff !important;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #2c455a;
}

.btn-cta-primary:hover {
  background: #1e3347;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(44,69,90,0.3);
  color: #fff !important;
}

.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #2c455a !important;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #2c455a;
}

.btn-cta-secondary:hover {
  background: #2c455a;
  color: #fff !important;
  transform: translateY(-2px);
}

.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #fff !important;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid rgba(255,255,255,0.5);
}

.btn-cta-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-cta-white {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #2c455a !important;
  padding: 16px 36px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}

.btn-cta-white:hover {
  background: transparent;
  color: #fff !important;
  transform: translateY(-2px);
}

.btn-cta-ghost {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #fff !important;
  padding: 16px 36px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid rgba(255,255,255,0.5);
}

.btn-cta-ghost:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  transform: translateY(-2px);
}

/* ============================================================
   PROBLEM SECTION
   ============================================================ */
.problem-section {}

.pain-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  text-align: center;
  border-top: 4px solid transparent;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  position: relative;
}

.pain-card:hover {
  transform: translateY(-6px);
  border-top-color: #2c455a;
  box-shadow: 0 12px 40px rgba(44,69,90,0.15);
}

.pain-icon {
  width: 60px;
  height: 60px;
  background: rgba(44,69,90,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.5rem;
  color: #2c455a;
  transition: 0.3s;
}

.pain-card:hover .pain-icon {
  background: #2c455a;
  color: #fff;
}

.pain-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a2d3d;
}

.pain-card p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #555;
  margin: 0;
}

.problem-transition {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
  text-align: center;
}

.problem-transition p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c455a;
  white-space: nowrap;
  margin: 0;
}

.problem-transition strong {
  color: #2c455a;
  font-weight: 800;
}

.transition-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, #2c455a, transparent);
  min-width: 40px;
  max-width: 200px;
}

/* ============================================================
   SOLUTION SECTION
   ============================================================ */
.solution-section {}

.solution-image-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.solution-image-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.solution-badge {
  position: absolute;
  bottom: -20px;
  right: 20px;
  background: #2c455a;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(44,69,90,0.35);
}

.solution-badge i {
  font-size: 1.1rem;
  color: #4c8fad;
}

.solution-content {
  padding-left: 10px;
}

@media (max-width: 991px) {
  .solution-content { padding-left: 0; margin-top: 50px; }
}

.solution-content h2 {
  font-size: 2.2rem;
  line-height: 1.25;
  margin-bottom: 16px;
}

.solution-lead {
  font-size: 1rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 30px;
}

.solution-pillars {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.pillar-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.pillar-item > i {
  font-size: 1.6rem;
  color: #2c455a;
  flex-shrink: 0;
  margin-top: 2px;
}

.pillar-item h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2d3d;
  margin-bottom: 5px;
}

.pillar-item p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services-section {}

.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  height: 100%;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  transition: all 0.35s ease;
  position: relative;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: #2c455a;
  box-shadow: 0 20px 50px rgba(44,69,90,0.14);
}

.service-card-featured {
  background: linear-gradient(160deg, #1e3347 0%, #2c455a 100%);
  color: #fff;
  border-color: transparent;
}

.service-card-featured h3,
.service-card-featured .service-desc,
.service-card-featured .service-bullets li {
  color: rgba(255,255,255,0.9) !important;
}

.service-card-featured .service-link {
  color: #78c8f0 !important;
}

.service-card-featured .service-link:hover {
  color: #fff !important;
}

.service-card-featured .service-bullets li i {
  color: #4c8fad !important;
}

.featured-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #4c8fad;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 18px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.service-icon {
  width: 65px;
  height: 65px;
  background: rgba(76, 143, 173, 0.12);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: #2c455a;
  margin-bottom: 22px;
  flex-shrink: 0;
}

.service-card-featured .service-icon {
  background: rgba(255,255,255,0.12);
  color: #78c8f0;
}

.service-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a2d3d;
}

.service-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 22px;
}

.service-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  flex: 1;
}

.service-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: #444;
  padding: 6px 0;
  line-height: 1.5;
}

.service-bullets li i {
  color: #2c455a;
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2c455a;
  text-decoration: none;
  transition: gap 0.2s;
  margin-top: auto;
}

.service-link:hover {
  gap: 12px;
  color: #1a2d3d;
}

/* ============================================================
   STATS SECTION
   ============================================================ */
.stats-section {
  padding: 80px 0;
}

.stats-headline {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #fff;
}

.stats-sub {
  font-size: 0.98rem;
  opacity: 0.8;
  line-height: 1.75;
  margin-bottom: 30px;
  color: rgba(255,255,255,0.85);
}

.stats-cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.stat-box-new {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  transition: all 0.3s;
  cursor: default;
}

.stat-box-new:hover {
  background: rgba(76,143,173,0.15);
  border-color: rgba(76,143,173,0.4);
  transform: translateY(-4px);
}

.stat-box-icon {
  font-size: 1.8rem;
  color: #4c8fad;
  margin-bottom: 12px;
}

.stat-box-number {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-box-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================================
   PORTFOLIO SECTION
   ============================================================ */
.portfolio-section {}

.portfolio-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(44,69,90,0.16);
}

.portfolio-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.portfolio-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-card:hover .portfolio-img {
  transform: scale(1.06);
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 51, 71, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #2c455a !important;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s;
  transform: translateY(10px);
}

.portfolio-card:hover .portfolio-view-btn {
  transform: translateY(0);
}

.portfolio-card-body {
  padding: 26px 28px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.case-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 14px;
}

.case-badge-mobile {
  background: rgba(76,143,173,0.12);
  color: #2c455a;
}

.case-badge-web {
  background: rgba(44,69,90,0.08);
  color: #1a3450;
}

.portfolio-card-body h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2d3d;
  margin-bottom: 10px;
}

.portfolio-card-body p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 16px;
}

.portfolio-result {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(44,69,90,0.05);
  border-left: 3px solid #2c455a;
  padding: 10px 14px;
  border-radius: 0 8px 8px 0;
  font-size: 0.84rem;
  color: #444;
  line-height: 1.5;
}

.portfolio-result i {
  color: #2c455a;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ============================================================
   WHY US SECTION
   ============================================================ */
.why-us-section {}

.why-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.3s;
  height: 100%;
  border-bottom: 3px solid transparent;
}

.why-card:hover {
  transform: translateY(-6px);
  border-bottom-color: #2c455a;
  box-shadow: 0 16px 40px rgba(44,69,90,0.12);
}

.why-icon {
  width: 52px;
  height: 52px;
  background: rgba(44,69,90,0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #2c455a;
  margin-bottom: 18px;
  transition: 0.3s;
}

.why-card:hover .why-icon {
  background: #2c455a;
  color: #fff;
}

.why-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2d3d;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

.why-card-cta {
  background: linear-gradient(145deg, #1e3347, #2c455a);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 32px;
}

.why-card-cta:hover {
  border-bottom-color: #4c8fad;
}

.why-card-cta p {
  color: rgba(255,255,255,0.85);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.7;
}

.why-card-cta cite {
  display: block;
  font-size: 0.85rem;
  font-style: normal;
  color: rgba(255,255,255,0.55);
  margin-bottom: 4px;
}

/* ============================================================
   TRUST / FOUNDER SECTION
   ============================================================ */
.trust-section {}

.founder-card {
  position: relative;
}

.founder-card img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.trust-content h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 22px;
}

.founder-quote {
  font-size: 0.95rem;
  line-height: 1.85;
  color: #555;
  border-left: 4px solid #2c455a;
  padding-left: 20px;
  margin: 0 0 24px 0;
  font-style: italic;
}

.founder-sig {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

.founder-sig strong {
  font-size: 1rem;
  font-weight: 800;
  color: #1a2d3d;
}

.founder-sig span {
  font-size: 0.85rem;
  color: #888;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(44,69,90,0.07);
  color: #2c455a;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
}

.trust-badge i {
  color: #2c455a;
}

/* ============================================================
   TESTIMONIALS (NEW STYLE)
   ============================================================ */
.testimonials-new {}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 34px 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  border-top: 4px solid transparent;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  border-top-color: #2c455a;
  box-shadow: 0 16px 45px rgba(44,69,90,0.14);
}

.testimonial-card-featured {
  background: linear-gradient(155deg, #1e3347, #2c455a);
  border-top-color: #4c8fad;
}

.testimonial-card-featured .testimonial-text {
  color: rgba(255,255,255,0.88);
}

.testimonial-card-featured .testimonial-stars i {
  color: #f1c40f;
}

.testimonial-card-featured .author-avatar {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

.testimonial-card-featured .testimonial-author strong {
  color: #fff;
}

.testimonial-card-featured .testimonial-author span {
  color: rgba(255,255,255,0.6);
}

.testimonial-stars {
  margin-bottom: 16px;
}

.testimonial-stars i {
  color: #f1c40f;
  font-size: 0.9rem;
}

.testimonial-text {
  font-size: 0.93rem;
  line-height: 1.75;
  color: #555;
  flex: 1;
  margin-bottom: 22px;
}

.testimonial-author {
  display: flex;
  gap: 14px;
  align-items: center;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(44,69,90,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c455a;
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.testimonial-author strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a2d3d;
  line-height: 1.3;
}

.testimonial-author span {
  font-size: 0.8rem;
  color: #888;
}

/* ============================================================
   FINAL CTA SECTION
   ============================================================ */
.final-cta-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.final-cta-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(76,143,173,0.15) 0%, transparent 50%),
                    radial-gradient(circle at 80% 20%, rgba(44,69,90,0.2) 0%, transparent 40%);
  pointer-events: none;
}

.urgency-tag {
  display: inline-flex;
  align-items: center;
  background: rgba(241,196,15,0.15);
  border: 1px solid rgba(241,196,15,0.4);
  color: #f1c40f;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 26px;
  animation: pulse-glow 2.5s infinite;
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(241,196,15,0); }
  50% { box-shadow: 0 0 0 8px rgba(241,196,15,0.08); }
}

.final-cta-headline {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.15;
}

@media (max-width: 768px) {
  .final-cta-headline { font-size: 2.2rem; }
}

.cta-highlight {
  background: linear-gradient(135deg, #4c8fad, #78c8f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.final-cta-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.78);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.final-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.final-cta-reassurance {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}

.final-cta-reassurance span i {
  margin-right: 5px;
}

/* ============================================================
   WHATSAPP FLOAT BUTTON
   ============================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 85px;
  left: 20px;
  width: 52px;
  height: 52px;
  background: #25D366;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  z-index: 9998;
  transition: all 0.3s;
  animation: wa-bounce 3s ease-in-out infinite;
}

.whatsapp-float:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 30px rgba(37,211,102,0.55);
  color: #fff !important;
}

@keyframes wa-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* ============================================================
   MOBILE STICKY CTA BAR
   ============================================================ */
.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 9997;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}

.sticky-cta-btn {
  flex: 1;
  padding: 14px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: 0.2s;
}

.sticky-cta-primary {
  background: #2c455a;
  color: #fff !important;
}

.sticky-cta-primary:hover {
  background: #1e3347;
}

.sticky-cta-whatsapp {
  background: #25D366;
  color: #fff !important;
}

.sticky-cta-whatsapp:hover {
  background: #1db354;
}

/* On desktop, never show the sticky bar */
@media (min-width: 1200px) {
  .mobile-sticky-cta { display: none !important; }
}

/* On mobile, add padding to body so content isn't hidden behind sticky bar */
@media (max-width: 1199px) {
  body { padding-bottom: 56px; }
}

/* ============================================================
   GLASSMORPHISM & TRUST ELEMENTS (V2 UPDATES)
   ============================================================ */

/* Glass card effect for dark themes */
.glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #333;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
}

/* Hover lift effect for contact blocks */
.hover-lift {
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-4px);
  border-color: #555;
}

/* Marquee Animation */
.trusted-marquee-section {
  background: #f8f9fa;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.logos-slide-track {
  width: max-content;
  animation: scroll-x 25s linear infinite;
}

.logos-slide-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-x {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } 
}

/* Tech Section Specific */
.tech-card {
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.tech-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
}

/* Form focus border */
.glass-input:focus {
  border-color: #4c8fad !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 143, 173, 0.25);
}

.glass-input::placeholder {
  color: rgba(255,255,255,0.3);
}

/* Full width CTAs on Mobile */
@media (max-width: 575px) {
  .btn-cta-primary,
  .btn-cta-secondary,
  .btn-cta-outline,
  .btn-cta-white,
  .btn-cta-ghost,
  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  
  .hero-stats-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
