/* Keep layout at normal scale so the site is not zoomed in */
html { font-size: 16px; }

@keyframes gbe-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes gbe-count-glow {
  0%, 100% { box-shadow: 0 0 0 0 hsl(var(--brand) / 0); }
  50% { box-shadow: 0 12px 28px hsl(var(--brand) / 0.16); }
}

#root { animation: gbe-fade 0.55s ease both; }

.gbe-google {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}
.gbe-google svg {
  width: 1.7rem;
  height: 1.7rem;
  display: block;
}

#root p,
#root li,
#root label,
#root input,
#root select,
#root textarea,
#root button {
  font-size: inherit;
}

.gbe-reveal,
.gbe-reveal-left,
.gbe-reveal.is-in,
.gbe-reveal-left.is-in {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

#root section img,
#root article img {
  transition: transform 0.8s ease;
}
#root a:hover img,
#root button:hover img {
  transform: scale(1.04);
}
#root header a:hover img,
#root footer a:hover img {
  transform: none;
}

#root a[class*="rounded"],
#root button[class*="rounded"] {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
#root a[class*="rounded"]:hover,
#root button[class*="rounded"]:hover {
  transform: translateY(-2px);
}

.gbe-extra {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0;
}
.gbe-extra .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .gbe-extra .container { max-width: 1400px; }
}

.gbe-head {
  max-width: 46rem;
  margin: 0 auto 2.75rem;
  text-align: center;
}
.gbe-kicker {
  display: inline-block;
  color: hsl(var(--brand));
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.gbe-title {
  margin: 0.65rem 0 0;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  color: hsl(var(--foreground));
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.gbe-lead {
  margin: 1rem auto 0;
  max-width: 38rem;
  color: hsl(var(--muted-foreground));
  font-size: 1.125rem;
  line-height: 1.7;
}

.gbe-process { background: #fff; }
.gbe-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.gbe-step {
  padding: 1.85rem 1.5rem 1.7rem;
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  background: #fff;
  min-height: 100%;
  box-shadow: 0 10px 28px rgba(16, 20, 30, 0.05);
}
.gbe-step em {
  display: block;
  font-style: normal;
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1;
  color: hsl(var(--brand));
  margin-bottom: 0.9rem;
}
.gbe-step h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.55rem;
  color: hsl(var(--foreground));
}
.gbe-step p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 1.05rem;
  line-height: 1.6;
}

.gbe-warranty { background: hsl(var(--muted)); }
.gbe-w-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: stretch;
}
.gbe-w-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1.15rem;
  padding: 2rem 1.65rem 1.7rem;
  border: 1px solid hsl(var(--border));
  min-height: 100%;
  box-shadow: 0 12px 32px rgba(16, 20, 30, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gbe-w-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, hsl(var(--brand)), hsl(var(--brand-dark, 0 72% 38%)));
}
.gbe-w-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(16, 20, 30, 0.1);
}
.gbe-w-maker {
  background: linear-gradient(180deg, #fff 0%, hsl(25 99% 38% / 0.04) 100%);
}
.gbe-w-icon {
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 1.1rem;
  color: hsl(222 30% 16%);
}
.gbe-w-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.gbe-w-tag {
  display: inline-block;
  color: hsl(var(--brand));
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}
.gbe-w-card h3 {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.7rem;
  color: hsl(var(--foreground));
}
#root .gbe-w-card p {
  margin: 0 0 1.15rem;
  color: hsl(var(--muted-foreground));
  font-size: 1.05rem;
  line-height: 1.65;
}
.gbe-w-card ul {
  margin: auto 0 0;
  padding: 1.05rem 0 0;
  list-style: none;
  border-top: 1px solid hsl(var(--border));
}
.gbe-w-card li {
  position: relative;
  padding: 0.28rem 0 0.28rem 1.35rem;
  color: hsl(var(--foreground));
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.4;
}
.gbe-w-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: hsl(var(--brand));
  box-shadow: 0 0 0 3px hsl(var(--brand) / 0.16);
}

.gbe-stats {
  background: linear-gradient(135deg, hsl(222 30% 10%) 0%, hsl(222 28% 14%) 52%, hsl(25 70% 22%) 100%);
  color: #fff;
}
.gbe-stats .gbe-kicker { color: #ffc9a3; }
.gbe-stats .gbe-title { color: #fff; }
.gbe-stats .gbe-lead { color: rgba(255,255,255,0.8); }
.gbe-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}
.gbe-stat {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 1rem;
  padding: 1.7rem 1.3rem;
  text-align: center;
  animation: gbe-count-glow 4s ease-in-out infinite;
}
.gbe-stat:nth-child(2) { animation-delay: 0.4s; }
.gbe-stat:nth-child(3) { animation-delay: 0.8s; }
.gbe-stat:nth-child(4) { animation-delay: 1.2s; }
.gbe-stat strong {
  display: block;
  font-size: 2.35rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.gbe-stat span {
  display: block;
  color: rgba(255,255,255,0.76);
  font-size: 1.02rem;
  line-height: 1.45;
}

.gbe-cta-row {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
.gbe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
}
.gbe-btn-brand {
  background: linear-gradient(135deg, hsl(var(--brand)), hsl(var(--brand-dark)));
  color: #fff;
}
.gbe-btn-ghost {
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}

@media (max-width: 1100px) {
  .gbe-steps,
  .gbe-w-cards,
  .gbe-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .gbe-extra { padding: 3.5rem 0; }
  .gbe-steps,
  .gbe-w-cards,
  .gbe-stat-grid { grid-template-columns: 1fr; }
  .gbe-extra .container { padding: 0 1.25rem; }
  .gbe-cta-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .gbe-btn {
    width: 100%;
    min-height: 48px;
    padding: 0.85rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.75rem;
    box-sizing: border-box;
  }
  .gbe-title { font-size: 1.55rem; line-height: 1.25; }
  .gbe-lead { font-size: 0.98rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .gbe-reveal { opacity: 1; transform: none; }
}
