/* Hero V2 Block Styles - aligned with test.html "aurora" design, tokens from css/src/main.css */

.wp-block-truckpoint-herov2 {
  position: relative;
}

.hero-inner {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  padding: 64px 40px 76px;
}

.hero-inner .aurora {
  position: absolute;
  inset: -30% -10% auto;
  height: 120%;
  filter: blur(60px);
  opacity: .85;
  z-index: 0;
  pointer-events: none;
}

.hero-inner .aurora i {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: screen;
  animation: herov2-float 14s ease-in-out infinite;
}

.hero-inner .a1 { width: 520px; height: 520px; background: var(--brand); top: -10%; left: 5%; }
.hero-inner .a2 { width: 460px; height: 460px; background: var(--acc); top: 5%; right: 8%; animation-delay: -4s; }
.hero-inner .a3 { width: 380px; height: 380px; background: #7b3dff; top: 35%; left: 38%; animation-delay: -8s; }

@keyframes herov2-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -26px) scale(1.08); }
  66% { transform: translate(-24px, 20px) scale(.95); }
}

.hero-inner .grid-ov {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(70% 70% at 50% 0, #000, transparent);
  z-index: 0;
  pointer-events: none;
}

.hero-grid {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 40px;
  align-items: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: .2px;
  font-family: var(--font-body);
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--acc);
  box-shadow: 0 0 0 0 rgba(56, 232, 198, .6);
  animation: herov2-pulse 2s infinite;
}

@keyframes herov2-pulse {
  0% { box-shadow: 0 0 0 0 rgba(56, 232, 198, .55); }
  70% { box-shadow: 0 0 0 9px rgba(56, 232, 198, 0); }
  100% { box-shadow: 0 0 0 0 rgba(56, 232, 198, 0); }
}

.hero-left h1 {
  font-family: var(--font-head);
  font-size: 46px;
  line-height: 1.05;
  letter-spacing: -1.3px;
  font-weight: 800;
  margin-bottom: 18px;
}

.hero-left h1 .highlight {
  background: linear-gradient(90deg, #6fb4ff, var(--acc));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  font-family: var(--font-body);
  font-size: 17px;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 26px;
  max-width: 520px;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.btn-hero-primary,
.btn-hero-secondary,
.btn-form-alt {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15.5px;
  border: none;
  border-radius: 13px;
  padding: 15px 22px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .14s, box-shadow .14s, filter .14s;
}

.btn-hero-primary:hover,
.btn-hero-secondary:hover,
.btn-form-alt:hover {
  transform: translateY(-2px);
}

.btn-hero-primary,
.btn-form-alt {
  background: linear-gradient(135deg, #2bd665, #16a34a);
  color: #fff;
  box-shadow: 0 10px 28px rgba(34, 197, 94, .4);
}

.btn-hero-primary:hover,
.btn-form-alt:hover {
  box-shadow: 0 14px 34px rgba(34, 197, 94, .55);
}

.btn-hero-secondary {
  background: #fff;
  color: var(--ink);
}

.btn-hero-primary svg.ico,
.btn-form-alt svg.ico {
  width: 19px;
  height: 19px;
}

.reassure {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 18px;
}

.hero-stats {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}

.hero-stat .num {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.6px;
  line-height: 1;
  margin-bottom: 4px;
}

.hero-stat .lbl {
  font-family: var(--font-body);
  font-size: 12.5px;
  color: rgba(255, 255, 255, .7);
}

/* Glass form card */
.form-card {
  position: relative;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 24px;
  color: #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .45);
}

.form-badge {
  position: absolute;
  top: -14px;
  right: 24px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font-head);
}

.form-title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}

.form-sub {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  margin-bottom: 16px;
}

.form-content { margin-bottom: 4px; }

.form-content .wpcf7-form p { margin-bottom: 12px; }

.form-content label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 6px;
  letter-spacing: .2px;
  font-family: var(--font-body);
}

.form-content input[type="text"],
.form-content input[type="email"],
.form-content input[type="tel"],
.form-content textarea,
.form-content select {
  width: 100%;
  background: rgba(255, 255, 255, .08);
  border: 1.5px solid rgba(255, 255, 255, .18);
  border-radius: 11px;
  padding: 13px 14px;
  font-size: 15px;
  font-family: var(--font-body);
  color: #fff;
  outline: none;
  transition: border .15s, background .15s;
}

.form-content input::placeholder,
.form-content textarea::placeholder {
  color: rgba(255, 255, 255, .45);
}

.form-content input:focus,
.form-content textarea:focus,
.form-content select:focus {
  border-color: var(--acc);
  background: rgba(255, 255, 255, .12);
}

.form-content input[type="submit"] {
  width: 100%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  margin-top: 4px;
  box-shadow: 0 10px 26px rgba(47, 140, 255, .4);
  border: none;
  border-radius: 13px;
  padding: 15px 22px;
  font-weight: 700;
  font-size: 15.5px;
  font-family: var(--font-body);
  cursor: pointer;
}

.form-or {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  font-family: var(--font-body);
  margin: 15px 0;
}

.form-or:before,
.form-or:after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .16);
}

.btn-form-alt { width: 100%; }

.form-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  font-family: var(--font-body);
  color: rgba(255, 255, 255, .6);
  margin-top: 11px;
}

/* Google reviews bar */
.greviews {
  position: relative;
  z-index: 3;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: -30px auto 0;
  max-width: 600px;
  box-shadow: 0 20px 44px rgba(8, 40, 70, .14);
  font-family: var(--font-body);
}

.greviews .g-logo {
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
}

.greviews .stars { display: inline-flex; gap: 2px; }

.greviews .txt { font-size: 13px; color: var(--grey); }
.greviews .txt b { color: var(--ink); }

.greviews a,
.greviews .glink {
  margin-left: auto;
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .hero-inner { padding: 48px 20px 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-left h1 { font-size: 32px; }
  .greviews { flex-wrap: wrap; margin-top: -20px; }
}
