/* ============================================
   GoWishy Section Styles
   Page-specific styles for all homepage sections
   ============================================ */

/* --- NAV --- */
.gw-nav {
  position: fixed;
  width: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--gw-slate-100);
  transition: all 0.3s;
}

.gw-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
}

.gw-nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.gw-nav-logo-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--gw-radius-sm);
  background: var(--gw-primary-10);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.gw-nav-logo:hover .gw-nav-logo-icon {
  background: var(--gw-primary-20);
}

.gw-nav-logo-icon .material-symbols-outlined {
  color: var(--gw-primary);
  font-size: 1.5rem;
}

.gw-nav-logo span:last-child {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--gw-slate-900);
}

.gw-nav-links {
  display: none;
  align-items: center;
  gap: 2rem;
}

.gw-nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gw-slate-600);
  transition: color 0.2s;
}

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

@media (min-width: 768px) {
  .gw-nav-links {
    display: flex;
  }
}

/* --- HERO --- */
.gw-hero {
  position: relative;
  padding: 8rem 0 5rem;
  overflow: hidden;
}

.gw-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(238, 242, 255, 0.5), transparent);
  pointer-events: none;
}

.gw-hero-grid {
  display: grid;
  gap: 4rem;
  align-items: center;
}

.gw-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  border-radius: var(--gw-radius-full);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--gw-slate-200);
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gw-slate-600);
}

.gw-hero-badge-dot {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
}

.gw-hero-badge-dot::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #4ade80;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  opacity: 0.75;
}

.gw-hero-badge-dot::after {
  content: '';
  position: relative;
  display: inline-flex;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #22c55e;
  top: -7px;
}

.gw-hero h1 {
  margin-bottom: 1.5rem;
}

.gw-hero-desc {
  font-size: 1.125rem;
  color: var(--gw-slate-600);
  line-height: 1.625;
  margin-bottom: 2.5rem;
  max-width: 32rem;
}

.gw-hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}

.gw-hero-proof {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid var(--gw-slate-200);
  padding-top: 1.5rem;
}

.gw-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gw-hero-visual-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, var(--gw-primary-10), rgba(255, 77, 148, 0.1));
  border-radius: 50%;
  filter: blur(48px);
  transform: scale(0.75);
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.gw-hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: 32rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: var(--gw-shadow-2xl);
  border: 4px solid var(--gw-white);
  background: var(--gw-white);
}

.gw-hero-image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.gw-hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.6), transparent);
}

.gw-hero-image-caption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  color: var(--gw-white);
}

.gw-hero-image-caption p {
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
}

.gw-hero-image-caption h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

/* Floating stat cards */
.gw-float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gw-float-card-1 {
  top: -3rem;
  right: -2rem;
  animation-delay: 0s;
}

.gw-float-card-2 {
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
  animation-delay: 2s;
}

.gw-float-card-3 {
  bottom: -2rem;
  right: -1rem;
  flex-direction: column;
  gap: 0.5rem;
  animation-delay: 4s;
}

.gw-float-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gw-float-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gw-slate-500);
}

.gw-float-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gw-slate-900);
}

@media (min-width: 640px) {
  .gw-hero-ctas {
    flex-direction: row;
    align-items: flex-start;
  }

  .gw-hero-ctas .gw-btn {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .gw-hero {
    padding: 8rem 0 6rem;
  }

  .gw-hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gw-hero-visual {
    height: 600px;
  }
}

/* --- TRUSTED BY --- */
.gw-trusted {
  padding: 2.5rem 0;
  border-top: 1px solid var(--gw-slate-200);
  border-bottom: 1px solid var(--gw-slate-200);
  background: var(--gw-white);
}

.gw-trusted-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.gw-trusted-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gw-slate-400);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: normal;
  max-width: 250px;
}

.gw-trusted-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.5s;
}

.gw-trusted-logos:hover {
  filter: grayscale(0);
  opacity: 1;
}

.gw-trusted-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--gw-slate-700);
}

@media (min-width: 768px) {
  .gw-trusted-inner {
    flex-direction: row;
    gap: 4rem;
  }

  .gw-trusted-logos {
    gap: 4rem;
  }
}

/* --- GROWTH GAP --- */
.gw-growth-gap {
  background: var(--gw-white);
  position: relative;
}

.gw-growth-gap-bg {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 50%;
  height: 50%;
  background: rgba(93, 60, 242, 0.05);
  border-radius: 50%;
  filter: blur(100px);
}

.gw-growth-gap-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.gw-problem-card {
  position: relative;
  padding: 2rem;
  border-radius: var(--gw-radius-xl);
  background: var(--gw-slate-50);
  border: 1px solid var(--gw-slate-200);
  transition: all 0.3s;
}

.gw-problem-card:hover {
  box-shadow: var(--gw-shadow-2xl);
}

.gw-problem-card-bg-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--gw-slate-200);
  transition: color 0.3s;
}

.gw-problem-card-bg-icon .material-symbols-outlined {
  font-size: 5rem;
}

.gw-problem-card:hover .gw-problem-card-bg-icon {
  opacity: 0.5;
}

.gw-problem-card-cta {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--gw-slate-200);
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.875rem;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.3s;
}

.gw-problem-card:hover .gw-problem-card-cta {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .gw-growth-gap-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/* --- SERVICES BENTO --- */
.gw-services {
  background: var(--gw-slate-50);
}

.gw-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.gw-service-card-wide {
  grid-column: span 1;
}

.gw-service-card-tall {
  grid-row: span 1;
}

.gw-service-dark {
  background: var(--gw-slate-900);
  color: var(--gw-white);
  border-color: var(--gw-slate-800);
  box-shadow: var(--gw-shadow-xl);
  position: relative;
  overflow: hidden;
}

.gw-service-dark-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, var(--gw-slate-900), rgba(93, 60, 242, 0.8));
  opacity: 0.9;
}

.gw-service-dark:hover {
  box-shadow: 0 25px 50px -12px rgba(93, 60, 242, 0.2);
}

.gw-service-roas {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--gw-radius-sm);
  padding: 1rem;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gw-service-bg-circle {
  position: absolute;
  border-radius: 50%;
  transition: transform 0.7s;
}

.gw-card:hover .gw-service-bg-circle {
  transform: scale(1.1);
}

.gw-service-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  border-bottom-left-radius: 100px;
  transition: transform 0.5s;
}

.gw-card:hover .gw-service-corner {
  transform: scale(1.25);
}

@media (min-width: 768px) {
  .gw-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gw-service-card-wide {
    grid-column: span 2;
  }

  .gw-service-card-tall {
    grid-row: span 2;
  }
}

/* --- COMPARISON --- */
.gw-comparison {
  background: var(--gw-white);
}

.gw-comparison-old {
  position: relative;
  padding: 3rem;
  border-radius: var(--gw-radius-2xl);
  background: var(--gw-slate-50);
  border: 2px dashed var(--gw-slate-200);
}

.gw-comparison-new {
  position: relative;
  background: var(--gw-slate-900);
  color: var(--gw-white);
  padding: 3rem;
  border-radius: var(--gw-radius-2xl);
  box-shadow: var(--gw-shadow-glow);
  border: 1px solid var(--gw-slate-800);
}

.gw-comparison-tag {
  position: absolute;
  top: -1.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: var(--gw-radius-full);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.gw-comparison-tag-old {
  left: 3rem;
  background: var(--gw-white);
  border: 1px solid var(--gw-slate-200);
  color: var(--gw-slate-500);
}

.gw-comparison-tag-new {
  right: 3rem;
  background: var(--gw-gradient);
  color: var(--gw-white);
  box-shadow: 0 4px 14px rgba(93, 60, 242, 0.3);
  z-index: 20;
}

.gw-comparison-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.gw-comparison-item {
  display: flex;
  gap: 1.5rem;
}



.gw-comparison-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

@media (min-width: 1024px) {
  .gw-comparison-new {
    transform: scale(1.05);
    z-index: 10;
  }
}

/* --- METHODOLOGY --- */
.gw-methodology {
  background: var(--gw-slate-50);
  border-top: 1px solid var(--gw-slate-200);
}

.gw-method-card {
  background: var(--gw-white);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid var(--gw-slate-200);
  transition: all 0.3s;
}

.gw-method-card:hover {
  border-color: var(--gw-primary);
}

.gw-method-icon {
  width: 3rem;
  height: 3rem;
  border-radius: var(--gw-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
}

/* --- TESTIMONIALS --- */
.gw-testimonials {
  background: var(--gw-white);
  position: relative;
  overflow: hidden;
}

.gw-testimonials-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: linear-gradient(to right, rgba(93, 60, 242, 0.05), rgba(255, 77, 148, 0.05));
  border-radius: 50%;
  filter: blur(48px);
  pointer-events: none;
}

.gw-testimonial-card {
  background: var(--gw-slate-50);
  padding: 2.5rem;
  border-radius: var(--gw-radius-xl);
  position: relative;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.gw-testimonial-card:hover {
  transform: translateY(-4px);
  border-color: var(--gw-slate-200);
}

.gw-testimonial-quote-icon {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  opacity: 0.1;
}

.gw-testimonial-highlight {
  padding: 0 0.25rem;
  border-radius: 0.25rem;
  font-weight: 700;
}

.gw-testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gw-testimonial-avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gw-white);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* --- FAQ --- */
.gw-faq {
  background: var(--gw-slate-50);
}

/* --- CTA --- */
.gw-cta {
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
  background: var(--gw-slate-900);
  color: var(--gw-white);
}

.gw-cta-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='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.15'/%3E%3C/svg%3E");
  opacity: 0.2;
}

.gw-cta-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, var(--gw-slate-900), var(--gw-slate-900), rgba(93, 60, 242, 0.4));
}

.gw-cta-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.gw-cta-glow-1 {
  top: 5rem;
  right: 5rem;
  width: 18rem;
  height: 18rem;
  background: rgba(255, 77, 148, 0.3);
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.gw-cta-glow-2 {
  bottom: 5rem;
  left: 5rem;
  width: 24rem;
  height: 24rem;
  background: rgba(93, 60, 242, 0.3);
}

.gw-cta h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}

.gw-cta-fade {
  background: linear-gradient(to right, var(--gw-white), var(--gw-slate-400));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gw-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .gw-cta-buttons {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .gw-cta h2 {
    font-size: 4.5rem;
  }
}

/* --- FOOTER --- */
.gw-footer {
  background: var(--gw-white);
  padding: 3rem 0;
  border-top: 1px solid var(--gw-slate-200);
}

.gw-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.gw-footer-brand p {
  font-size: 0.875rem;
  color: var(--gw-slate-500);
  margin-top: 1rem;
}

.gw-footer h4 {
  font-weight: 700;
  color: var(--gw-slate-900);
  margin-bottom: 1rem;
}

.gw-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gw-footer-links a {
  font-size: 0.875rem;
  color: var(--gw-slate-500);
  transition: color 0.2s;
}

.gw-footer-links a:hover {
  color: var(--gw-primary);
}

.gw-footer-social {
  display: flex;
  gap: 1rem;
}

.gw-footer-social a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--gw-slate-200);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gw-slate-500);
  transition: all 0.2s;
}

.gw-footer-social a:hover {
  background: var(--gw-primary);
  color: var(--gw-white);
}

.gw-footer-bottom {
  border-top: 1px solid var(--gw-slate-200);
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.gw-footer-bottom p {
  font-size: 0.875rem;
  color: var(--gw-slate-500);
}

.gw-footer-legal {
  display: flex;
  gap: 1.5rem;
}

.gw-footer-legal a {
  font-size: 0.875rem;
  color: var(--gw-slate-500);
  transition: color 0.2s;
}

.gw-footer-legal a:hover {
  color: var(--gw-primary);
}

@media (min-width: 768px) {
  .gw-footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  .gw-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}