*{margin:0;padding:0;box-sizing:border-box}
html,body{font-family:var(--font-family-global);font-weight:400;font-size:16px;line-height:1.6;color:rgba(255,255,255,.85);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
h1,h2,h3,h4,h5,h6{font-family:'Plus Jakarta Sans',sans-serif;color:#000;margin-top:0}
h1{font-weight:700;letter-spacing:-.02em}
h2,h3{font-weight:600;letter-spacing:-.01em}
h4,h5,h6{font-weight:500}
input,button,select,textarea{font-family: var(--font-family-global);}
/* ==========================================================================
   Ultra-Modern SaaS-Style Conversion Hero Section
   ========================================================================== */

.ultra-hero-section {
  background-color: var(--color-light-bg-base);
  font-family: var(--font-family-global);
  padding: 80px 24px 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.ultra-hero-container {
  max-width: var(--max-content-width);
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

/* Trustpilot Custom Embedded Styling */
.hero-trustpilot-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(27, 59, 43, 0.04);
  border: 1px solid rgba(27, 59, 43, 0.06);
  margin-bottom: 28px;
  transition: var(--transition-smooth);
}

.hero-trustpilot-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 182, 122, 0.15);
}

.hero-trustpilot-badge .tp-text {
  font-size: 13px;
  color: var(--color-brand-forest-dark);
}

/* Typography Overhaul */
.ultra-hero-left h1 {
  font-size: 52px;
  font-weight: 800;
  color: var(--color-brand-forest-dark);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 20px 0;
}

.ultra-hero-left h1 span {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #4a5568;
  margin-top: 8px;
  letter-spacing: -0.01em;
}

.hero-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #4a5568;
  margin: 0 0 40px 0;
  max-width: 640px;
}

/* Modern SVG Feature Grid Layout */
.hero-svg-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  width: 100%;
}

.svg-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.svg-icon-box {
  background: #ffffff;
  color: var(--color-brand-forest-dark);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(27, 59, 43, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(27, 59, 43, 0.05);
}

.svg-icon-box svg {
  stroke: var(--color-brand-forest-dark);
}

.svg-feat-text {
  display: flex;
  flex-direction: column;
}

.svg-feat-text strong {
  font-size: 14px;
  color: var(--color-brand-forest-dark);
  font-weight: 700;
}

.svg-feat-text span {
  font-size: 12px;
  color: #718096;
  margin-top: 2px;
}

/* Search Style Interactive Quote Box */
.hero-action-box {
  max-width: 580px;
  width: 100%;
}

.instant-quote-form {
  display: flex;
  background: #ffffff;
  padding: 6px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(27, 59, 43, 0.08);
  border: 1px solid rgba(27, 59, 43, 0.05);
}

.instant-quote-form input {
  flex: 1;
  border: none;
  padding: 14px 20px;
  font-size: 15px;
  font-family: var(--font-family-global);
  outline: none;
  color: var(--color-brand-forest-dark);
}

.instant-quote-form button {
  background-color: var(--color-brand-leaf-bright);
  color: #ffffff;
  border: none;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: var(--transition-smooth);
}

.instant-quote-form button:hover {
  filter: brightness(1.05);
  box-shadow: 0 4px 12px rgba(141, 198, 63, 0.3);
}

/* Right Side Graphic Architecture */
.ultra-hero-right {
  display: flex;
  justify-content: center;
  position: relative;
}

.matrix-wrapper {
  position: relative;
  width: 100%;
}

.matrix-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(27, 59, 43, 0.12));
}


/* Infinite Partners Logo Marquee (CSS Driven) */
.hero-brand-marquee {
  width: 100%;
  max-width: var(--max-content-width);
  border-top: 1px solid rgba(27, 59, 43, 0.08);
  padding-top: 32px;
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

.marquee-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #718096;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.marquee-track {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-content {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scrollMarquee 25s linear infinite;
}

.marquee-content img {
  height: 32px;
  width: auto;
  opacity: 0.6;
  filter: grayscale(1);
  transition: var(--transition-smooth);
}

.marquee-content img:hover {
  opacity: 1;
  filter: grayscale(0);
}

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

/* ==========================================================================
   Responsive Adaptability (Mobile-First Optimization)
   ========================================================================== */

@media (max-width: 1100px) {
  .ultra-hero-container {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }
  .ultra-hero-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-svg-features {
    text-align: left;
  }
  .floating-trust-pill {
    right: 20px;
  }
}

@media (max-width: 768px) {
  .ultra-hero-left h1 { font-size: 38px; }
  .ultra-hero-left h1 span { font-size: 24px; }
  .hero-svg-features {
    grid-template-columns: 1fr;
    gap: 16px;
    width: auto;
  }
  .instant-quote-form {
    flex-direction: column;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    gap: 12px;
  }
  .instant-quote-form input {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid rgba(27, 59, 43, 0.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  }
  .instant-quote-form button {
    padding: 16px;
    width: 100%;
  }
  .hero-brand-marquee {
    flex-direction: column;
    gap: 16px;
  }
}