h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px;
}
h1,
h1.entry-title,
h1.archive-title,
h1.author-box-title {
    /* font-size: 60px;
    font-size: 6rem; */
    font-size: clamp(2.5rem, 5vw, 3.75rem);
}
h2,
h2.entry-title {
    /* font-size: 42px;
    font-size: 4.2rem; */
    font-size: clamp(2rem, 4vw, 2.75rem);
}
h3 {
    /* font-size: 36px;
    font-size: 3.6rem; */
    font-size: clamp(1.75rem, 4vw, 2rem);
}
h4 {
    /* font-size: 20px;
    font-size: 2rem; */
    font-size: clamp(1.5rem, 4vw, 1.7rem);
}

/* --------- COMUNES --------- */
.site-inner, .wrap {
    max-width: 1200px;
}

/* --------- GENERAL --------- */
body { 
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    color: var(--wp--preset--color--color-2);
    font-weight: 400;
    font-style: normal;
}
.site-container {
    padding-top: 0;
}

/* --------- MOBILE --------- */
.mobile-header {
    display: none;
}

/* --------- HEADER --------- */
.site-header {
    display: block;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
}
.site-header .wp-block-group__inner-container {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.site-header .title-area {
    order: 2;
    flex-grow: 1;
}
.site-header .sidebar-header-left {
    order: 1;
}
.site-header .header-widget-area {
    order: 3;
    text-align: right;
}
.site-header .wp-block-columns {
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap !important;
}
.site-header .wp-block-column {
    margin-bottom: 0 !important;
}
.site-logo {
    margin: auto;
}

.site-header.sticky {
    position: fixed;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 10;
    top: 0;
    background-color: #fff;
}

@media only screen and (max-width: 600px) {
    .site-logo img {
        max-width: 80px;
    }
    .site-header {
        background: rgba(255, 255, 255, .9);
    }
    .site-header > .wrap {
        padding: 8px 5%;
    }
}
@media only screen and (min-width: 1025px) {
    .site-header .title-area {
        padding-right: 0;
    }
    .site-header.sticky > .wrap {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .site-header.sticky .header-left-button .wp-block-button__link {
        border-color: #000 !important;
    }
    .site-header.sticky .header-left-button .uagb-button__link {
        color: #000 !important;
    }
    .site-header.sticky .header-left-button .uagb-button__link:hover {
        color: #fff !important;
    }
    .site-header.sticky .header-left-button .uagb-button__icon svg {
        fill: #000 !important;
    }
    .site-header.sticky .site-logo img {
        width: 100px;
    }
}

/* --------- HOME --------- */
.above-hero-home {
    height: 100vh;
    min-height: 700px;
}
.above-hero-home .wp-block-cover__inner-container {
    display: flex;
    flex-direction: column;
}
.above-hero-home p.has-background {
    padding: 10px;
    margin: 0 auto 30px;
    font-size: 30px !important;
    line-height: 1.2;
    font-weight: 600;
}
.above-hero-home h1 {
    font-size: 36px;
    font-weight: 800;
    text-shadow: 0 3px 5px rgba(0,0,0,.4);
}


@media only screen and (min-width: 1025px) {
    .above-hero-home h1 {
        font-size: 60px;
    }
}

.swiper-wrapper {
    box-sizing: border-box !important;
}
.swiper-logos {
    overflow: hidden;
    max-width: 500px;
    margin: auto;
}
@media only screen and (max-width: 600px) {
    .swiper-logos .swiper-slide {
        width: 100% !important;
    }
}
.swiper-slide {
    text-align: center;
}

.swiper-services {
    overflow: hidden;
}
.swiper-services .swiper-slide {
    border: solid 2px #000;
    border-radius: 20px;
    padding: 40px 20px;
}
.swiper-services h3 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 26px;
}

.heading-3-custom {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
}

.section-benefits h2 mark {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}
.section-benefits h3 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.section-benefits-boxes .wp-block-columns {
    gap: 30px;
}
.section-benefits-boxes .wp-block-column {
    border-radius: 5px;
    padding: 15px;
}

.swiper-testimonials .swiper-slide {
    padding: 30px;
    border: solid 1px #000;
    background-color: #fff;
    height: auto;
    font-size: 16px;
}
.swiper-testimonials .swiper-slide img {
    display: block;
    margin: 0 auto 20px;
}
.swiper-testimonials .testimonial-author {
    color: #0d5c5e;
    font-weight: 700;
    font-size: 24px;
    display: block;
    margin: 15px auto 0;
}

.financing-logos .slick-slide img {
    max-width: 200px;
    margin: auto;
}

.section-about .wp-block-group__inner-container {
    max-width: 1600px !important;
    padding: 0 !important;
}
.section-about h2 mark {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}
.section-about .wp-block-media-text__content {
    max-width: 750px;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 600px) {
    .section-about .wp-block-media-text__content  {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer-hours span {
    color: var(--wp--preset--color--color-1);
}

.footer-widgets-lp .wp-block-group__inner-container {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.footer-widgets-lp p {
    margin-bottom: 10px;
}
.site-footer-lp {
    border-top: solid 1px #616161;;
}
.site-footer-lp .wp-block-group__inner-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.site-footer-lp p {
    margin-bottom: 0;
}

.footer-widgets-lp .wp-block-columns > .wp-block-column:last-child {
    text-align: center;
}
@media only screen and (max-width: 781px) {
    .footer-widgets-lp .wp-block-columns > .wp-block-column:first-child img {
        margin: auto;
        display: block;
    }
    .columns-responsive {
        gap: 0;
    }
}
@media only screen and (min-width: 782px) {
    .footer-widgets-lp .wp-block-columns > .wp-block-column:last-child  {
        text-align: right;
    }
}

.site-inner {
    padding-bottom: 0;
}
.entry {
    margin-bottom: 0;
}
footer.site-footer {
    display: none;
}
.post-edit-link {
    display: none;
}


/* --------- FORM --------- */
.container-form {
	padding: 20px;
	border: solid 1px var(--wp--preset--color--color-6);
	border-radius: 5px;
}
.container-form .gform_wrapper .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not(textarea), 
.container-form .gform_wrapper .gform_fields .gfield select, 
.container-form .gform_wrapper .gform_fields .gfield textarea {
	/* padding: 10px 15px !important; */
	font-size: 15px;
	line-height: 1;
	min-height: 30px;
}
.container-form .gform_fields {
	grid-row-gap: 10px !important;
}
.container-form-title {
	margin-bottom: 10px;
}

@media only screen and (max-width: 781px) {
    .service-mb {   
        flex-direction: column-reverse;
        margin-top: 50px;
    }
}

.bg-gradient {
    background: linear-gradient(90deg, #0a0a0a 30%, #0f5a6e 100%);
    color: #fff;
}
.section-banner .wp-block-group__inner-container {
    max-width: 100% !important;
    padding: 0 !important;
}


/* ========================================
   FeedbackFlow360 - Front Page Genesis Overrides
   Makes LP sections full-width inside Genesis wrappers
   ======================================== */

body,
body > div {
  font-size: 1.15rem;
  line-height: 1.7;
}

.home .site-inner {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.home .content-sidebar-wrap {
  max-width: 100%;
}
.home .content {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.home .entry {
  margin: 0;
  padding: 0;
  border: none;
}
.home .entry-content {
  padding: 0;
}
.home .site-container {
  padding-top: 0;
}

/* ========================================
   FeedbackFlow360 Landing Page Styles
   Color Palette:
   Primary:    #002A5D, #009AA6
   Secondary:  #020202, #F4F4F4
   CTA:        #FDA026
   ======================================== */

/* === RESET & BASE === */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-dark: #002A5D;
  --primary-light: #009AA6;
  --secondary-dark: #020202;
  --secondary-light: #F4F4F4;
  --cta: #FDA026;
  --cta-hover: #e88d1a;
  --bg-body: #001529;
  --bg-section: #001E3D;
  --bg-card: #002547;
  --bg-card-border: rgba(0, 154, 166, 0.15);
  --text-primary: #f4f4f4;
  --text-secondary: rgba(244, 244, 244, 0.7);
  --text-muted: rgba(244, 244, 244, 0.5);
  --gradient-hero: linear-gradient(135deg, #001529 0%, #002A5D 50%, #002044 100%);
  --gradient-cta: linear-gradient(135deg, #002A5D 0%, #009AA6 50%, #002A5D 100%);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.2);
  --shadow-glow: 0 0 30px rgba(0, 154, 166, 0.1);
  --transition: 0.3s ease;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: var(--bg-body);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

/* === CONTAINER === */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* === SECTION HEADER === */
.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-header__title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.section-header__subtitle {
  font-size: 1.125rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* === BUTTONS === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn--primary {
  background: var(--cta);
  color: #fff;
  padding: 16px 32px;
  box-shadow: 0 4px 20px rgba(253, 160, 38, 0.3);
}

.btn--primary:hover {
  background: var(--cta-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(253, 160, 38, 0.4);
}

.btn--outline {
  background: transparent;
  color: var(--text-primary);
  padding: 16px 32px;
  border: 1px solid rgba(244, 244, 244, 0.2);
}

.btn--outline:hover {
  background: rgba(244, 244, 244, 0.05);
  border-color: rgba(244, 244, 244, 0.4);
}

.btn--cta {
  background: var(--cta);
  color: #fff;
  padding: 14px 28px;
  box-shadow: 0 4px 20px rgba(253, 160, 38, 0.3);
}

.btn--cta:hover {
  background: var(--cta-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(253, 160, 38, 0.4);
}

.btn--white {
  background: #fff;
  color: var(--primary-dark);
  padding: 18px 36px;
  font-size: 1.1rem;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}

.btn--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
}

.btn--lg {
  font-size: 1.05rem;
}

.btn__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.btn__label {
  font-weight: 700;
}

.btn__sub {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.8;
}

.btn__icon {
  font-size: 1.2em;
}

/* === NAVBAR === */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 0;
  transition: all var(--transition);
  background: #dce6ee;
}

.navbar--scrolled {
  background: #dce6ee;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 10px 0;
  border-bottom: 1px solid rgba(28, 46, 71, 0.1);
}

.navbar__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--text-primary);
  z-index: 1001;
}

.navbar__logo-img {
  height: 36px;
  width: auto;
}

.navbar__links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.navbar__link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary-dark);
  transition: color var(--transition);
  position: relative;
}

.navbar__link:hover {
  color: var(--cta);
}

.navbar__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-light);
  transition: width var(--transition);
}

.navbar__link:hover::after {
  width: 100%;
}

.navbar__cta {
  background: var(--cta);
  color: #fff;
  padding: 10px 24px;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 600;
  transition: all var(--transition);
}

.navbar__cta:hover {
  background: var(--cta-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(253, 160, 38, 0.4);
}

/* Mobile toggle */
.navbar__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}

.navbar__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--primary-dark);
  transition: all var(--transition);
  border-radius: 2px;
}

.navbar__toggle--active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar__toggle--active span:nth-child(2) {
  opacity: 0;
}

.navbar__toggle--active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* === HERO === */
.hero {
  background: var(--gradient-hero);
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at 30% 50%, rgba(0, 154, 166, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, transparent, var(--bg-section));
  pointer-events: none;
}

.hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 154, 166, 0.1);
  border: 1px solid rgba(0, 154, 166, 0.2);
  border-radius: var(--radius-full);
  padding: 6px 16px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--primary-light);
  margin-bottom: 24px;
}

.hero__badge-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.hero__title {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.hero__highlight {
  color: var(--primary-light);
}

.hero__description {
  font-size: 1.15rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 520px;
}

.hero__highlight-text {
  color: var(--primary-light);
  font-weight: 600;
}

.hero__actions {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hero__badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

/* === TERMINAL === */
.terminal {
  background: rgba(15, 28, 46, 0.8);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card), var(--shadow-glow);
}

.terminal__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: rgba(26, 45, 68, 0.6);
  border-bottom: 1px solid var(--bg-card-border);
}

.terminal__dots {
  display: flex;
  gap: 8px;
}

.terminal__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.terminal__dot--red { background: #ff5f57; }
.terminal__dot--yellow { background: #febc2e; }
.terminal__dot--green { background: #28c840; }

.terminal__title {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;
}

.terminal__body {
  padding: 24px;
  font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', 'Consolas', monospace;
  font-size: 0.85rem;
  line-height: 1.8;
}

.terminal__line {
  color: var(--text-primary);
}

.terminal__prompt {
  color: var(--primary-light);
  margin-right: 8px;
}

.terminal__box {
  margin: 12px 0;
  color: var(--text-muted);
  font-size: 0.8rem;
}

.terminal__box-line {
  line-height: 1.5;
}

.terminal__line--dim {
  color: var(--text-muted);
  margin: 8px 0;
}

.terminal__line--success {
  color: #4ade80;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.4s ease;
}

.terminal__line--success.visible {
  opacity: 1;
  transform: translateY(0);
}

.terminal__line--cursor {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.terminal__line--cursor.visible {
  opacity: 1;
}

.terminal__cursor {
  color: var(--primary-light);
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* === FEATURES === */
.features {
  background: var(--bg-section);
  padding: 120px 0;
  position: relative;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: all var(--transition);
  position: relative;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 154, 166, 0.3);
  box-shadow: var(--shadow-card), 0 0 40px rgba(0, 154, 166, 0.08);
}

.feature-card__icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}

.feature-card__icon--blue {
  background: rgba(0, 154, 166, 0.15);
  color: #009AA6;
}

.feature-card__icon--green {
  background: rgba(74, 222, 128, 0.15);
  color: #4ade80;
}

.feature-card__icon--purple {
  background: rgba(168, 130, 255, 0.15);
  color: #a882ff;
}

.feature-card__icon--orange {
  background: rgba(251, 146, 60, 0.15);
  color: #fb923c;
}

.feature-card__icon--red {
  background: rgba(248, 113, 113, 0.15);
  color: #f87171;
}

.feature-card__icon--teal {
  background: rgba(0, 154, 166, 0.15);
  color: #009AA6;
}

.feature-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.feature-card__text {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* === HOW IT WORKS === */
.how-it-works {
  background: var(--bg-body);
  padding: 120px 0;
}

.steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}

.step {
  text-align: center;
  flex: 1;
  max-width: 320px;
  padding: 0 24px;
}

.step__number {
  width: 56px;
  height: 56px;
  background: var(--cta);
  color: #fff;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 auto 24px;
  box-shadow: 0 4px 20px rgba(253, 160, 38, 0.3);
}

.step__connector {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--cta), rgba(253, 160, 38, 0.2));
  margin-top: 28px;
  flex-shrink: 0;
}

.step__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.step__text {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* === HOW IT WORKS WIDGETS === */
.hiw-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 64px;
}

.hiw-widget {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: all var(--transition);
}

.hiw-widget:hover {
  border-color: rgba(0, 154, 166, 0.3);
  box-shadow: var(--shadow-card), var(--shadow-glow);
}

.hiw-widget__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 154, 166, 0.1);
}

.hiw-widget__title svg {
  color: var(--primary-light);
  flex-shrink: 0;
}

.hiw-widget__text {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 16px;
}

.hiw-widget__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.hiw-widget__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.hiw-widget__list svg {
  flex-shrink: 0;
}

.hiw-widget__tagline {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
  font-style: italic;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 154, 166, 0.1);
}

.hiw-widget__tagline strong {
  color: var(--cta);
  font-style: normal;
}

.hiw-widget__tagline em {
  font-style: italic;
  text-decoration: underline;
  text-decoration-color: var(--primary-light);
  text-underline-offset: 3px;
}

/* === PRICING === */
.pricing {
  background: var(--bg-section);
  padding: 120px 0;
}

.pricing .section-header__subtitle {
  max-width: 720px;
}

.pricing__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 154, 166, 0.1);
  border: 1px solid rgba(0, 154, 166, 0.2);
  border-radius: var(--radius-full);
  padding: 6px 16px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--primary-light);
  margin-bottom: 20px;
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.pricing__grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  padding: 36px;
  transition: all var(--transition);
}

.pricing-card:hover {
  border-color: rgba(0, 154, 166, 0.3);
  box-shadow: var(--shadow-card);
}

.pricing-card__header {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 154, 166, 0.1);
}

.pricing-card__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 12px 0;
}

.pricing-card__amount {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
}

.pricing-card__amount--text {
  font-size: 2.25rem;
}

.pricing-card__period {
  font-size: 1.1rem;
  color: var(--text-muted);
}

.pricing-card__desc {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.pricing-card__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pricing-card__features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.pricing-card__features svg {
  flex-shrink: 0;
}

/* Pricing card featured (Pro) */
.pricing-card--featured {
  border-color: rgba(0, 154, 166, 0.4);
  position: relative;
  box-shadow: var(--shadow-card), var(--shadow-glow);
}

.pricing-card__popular {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--cta);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 0 var(--radius-lg) 0 var(--radius-md);
}

/* Plan label colors */
.pricing-card__label--starter { color: #4ade80; }
.pricing-card__label--pro { color: var(--primary-light); }
.pricing-card__label--growth { color: #a882ff; }

/* Overages box */
.pricing__overages {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  padding: 28px 36px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.pricing__overages-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.pricing__overages-title svg {
  color: var(--primary-light);
}

.pricing__overages-text {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 16px;
}

.pricing__overages-options p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 8px;
}

.pricing__overages-options p strong {
  color: var(--text-primary);
}

.pricing__overages-help {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-top: 16px;
  margin-bottom: 12px;
}

.pricing__overages-checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing__overages-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.pricing__overages-checklist svg {
  flex-shrink: 0;
}

/* === GROWTH ENGINE BOX === */
.pricing__growth-engine {
  background: linear-gradient(135deg, var(--bg-card) 0%, rgba(0, 154, 166, 0.08) 100%);
  border: 1px solid rgba(0, 154, 166, 0.25);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  margin-top: 24px;
  text-align: center;
}

.pricing__growth-engine-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.pricing__growth-engine-icon {
  font-size: 1.4rem;
}

.pricing__growth-engine-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
}

.pricing__growth-engine-highlights {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 20px;
}

.pricing__growth-engine-highlights span {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary-light);
}

.pricing__growth-engine-cta {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.pricing__growth-engine-cta strong {
  color: var(--cta);
}

/* === FOUNDING MEMBER BENEFITS === */
.pricing__founders {
  background: var(--bg-card);
  border: 1px solid rgba(0, 154, 166, 0.4);
  border-radius: var(--radius-xl);
  padding: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card), var(--shadow-glow);
}

.pricing__founders::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #4ade80, var(--primary-light), var(--cta), #a882ff);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.pricing__founders::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 154, 166, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.pricing__founders-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.pricing__founders-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.pricing__founders-rocket {
  flex-shrink: 0;
}

.pricing__founders-title {
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.pricing__founders-subtitle {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.pricing__founders-body {
  position: relative;
  z-index: 1;
}

/* Benefits list */
.pricing__founders-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 40px;
  margin-bottom: 36px;
  padding: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pricing__founders-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--text-primary);
  font-weight: 500;
  flex: 0 0 auto;
}

.pricing__founders-benefits li svg {
  flex-shrink: 0;
}

.pricing__founders-asterisk {
  color: var(--primary-light);
  font-weight: 700;
  font-size: 0.85em;
}

/* Spots counter */
.pricing__founders-spots {
  background: rgba(15, 28, 46, 0.5);
  border: 1px solid rgba(0, 154, 166, 0.1);
  border-radius: var(--radius-md);
  padding: 24px 28px;
  margin-bottom: 36px;
}

.pricing__founders-spots-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
  gap: 8px;
}

.pricing__founders-spots-label {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.pricing__founders-spots-count {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.pricing__founders-spots-count strong {
  color: var(--primary-light);
  font-weight: 800;
  font-size: 1.1rem;
  font-variant-numeric: tabular-nums;
}

.pricing__founders-progress {
  position: relative;
}

.pricing__founders-progress-track {
  width: 100%;
  height: 10px;
  background: rgba(0, 154, 166, 0.1);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.pricing__founders-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--cta), var(--primary-light));
  border-radius: var(--radius-full);
  transition: width 1s ease-out;
  position: relative;
}

.pricing__founders-progress-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
  animation: progressShimmer 2.5s ease-in-out infinite;
}

@keyframes progressShimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* Lifetime pricing table */
.pricing__founders-lifetime {
  margin-bottom: 36px;
}

.pricing__founders-lifetime-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 20px;
  text-align: center;
}

.pricing__founders-lifetime-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pricing__founders-lifetime-item {
  background: rgba(15, 28, 46, 0.5);
  border: 1px solid rgba(0, 154, 166, 0.1);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  text-align: center;
  transition: all var(--transition);
  position: relative;
}

.pricing__founders-lifetime-item:hover {
  border-color: rgba(0, 154, 166, 0.25);
}

.pricing__founders-lifetime-item--featured {
  border-color: rgba(0, 154, 166, 0.3);
  background: rgba(0, 154, 166, 0.05);
  position: relative;
}

.pricing__founders-lifetime-popular {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--cta);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 0 var(--radius-md) 0 var(--radius-md);
}

.pricing__founders-lifetime-popular--available {
  background: #4ade80;
  color: #001529;
}

.pricing__founders-lifetime-popular--soon {
  background: rgba(0, 154, 166, 0.2);
  color: var(--text-muted);
}

.pricing__founders-lifetime-plan {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.pricing__founders-lifetime-plan--starter { color: #4ade80; }
.pricing__founders-lifetime-plan--pro { color: var(--primary-light); }
.pricing__founders-lifetime-plan--growth { color: #a882ff; }

.pricing__founders-lifetime-prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.pricing__founders-lifetime-original {
  font-size: 1rem;
  color: var(--text-muted);
  text-decoration: line-through;
  text-decoration-color: rgba(244, 244, 244, 0.3);
}

.pricing__founders-lifetime-new {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

.pricing__founders-lifetime-period {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--text-muted);
}

.pricing__founders-lifetime-tag {
  display: inline-block;
  background: rgba(0, 154, 166, 0.12);
  color: var(--primary-light);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 3px 12px;
  border-radius: var(--radius-full);
}

.pricing__founders-lifetime-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 154, 166, 0.1);
  line-height: 1.4;
}

.pricing__founders-lifetime-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.pricing__founders-lifetime-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-secondary);
  padding: 6px 0;
}

.pricing__founders-lifetime-features li svg {
  flex-shrink: 0;
}

/* CTA */
.pricing__founders-cta {
  text-align: center;
  position: relative;
  z-index: 1;
}

.pricing__founders-btn {
  padding: 18px 40px;
  font-size: 1.05rem;
  width: auto;
  display: inline-flex;
}

/* === SOLUTION === */
.solution {
  background: var(--bg-body);
  padding: 120px 0;
}

.solution__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.solution-card {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  padding: 36px;
  transition: all var(--transition);
}

.solution-card:hover {
  border-color: rgba(0, 154, 166, 0.3);
}

.solution-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 154, 166, 0.1);
}

.solution-card__title svg {
  color: var(--primary-light);
}

.solution-card__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.solution-card__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.solution-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.solution-card__list svg {
  flex-shrink: 0;
}

/* === FAQ === */
.faq {
  background: var(--bg-section);
  padding: 120px 0;
}

.faq__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}

.faq-item:hover {
  border-color: rgba(0, 154, 166, 0.25);
}

.faq-item__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.faq-item__question h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.4;
}

.faq-item__icon {
  flex-shrink: 0;
  color: var(--primary-light);
  transition: transform var(--transition);
}

.faq-item--open .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item--open .faq-item__answer {
  max-height: 500px;
}

.faq-item__answer p {
  padding: 0 28px 24px;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

.faq-item__answer p + .faq-item__list {
  margin-top: -16px;
}

.faq-item__list {
  list-style: none;
  padding: 0 28px 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.faq-item__list svg {
  flex-shrink: 0;
}

/* === FINAL CTA === */
.final-cta {
  background: var(--gradient-cta);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at 50% 50%, rgba(0, 154, 166, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.final-cta__content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.final-cta__title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.final-cta__text {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 36px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta__note {
  margin-top: 16px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* === FOOTER === */
.footer {
  background: var(--secondary-dark);
  padding: 48px 0 32px;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--text-primary);
}

.footer__logo-img {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer__links {
  display: flex;
  gap: 28px;
}

.footer__link {
  font-size: 0.9rem;
  color: var(--text-secondary);
  transition: color var(--transition);
}

.footer__link:hover {
  color: var(--text-primary);
}

.footer__divider {
  border: none;
  border-top: 1px solid rgba(244, 244, 244, 0.08);
  margin-bottom: 24px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__copy {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.footer__copy a {
  color: var(--text-secondary);
  font-weight: 600;
  transition: color var(--transition);
}

.footer__copy a:hover {
  color: var(--primary-light);
}

.footer__legal {
  display: flex;
  gap: 24px;
}

.footer__legal a {
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: color var(--transition);
}

.footer__legal a:hover {
  color: var(--text-primary);
}

/* === ANIMATIONS === */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in--visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in--delay {
  transition-delay: 0.2s;
}

/* === RESPONSIVE === */

/* Tablet */
@media (max-width: 1024px) {
  .hero__container {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .hero__description {
    max-width: 100%;
  }

  .hero__actions {
    justify-content: center;
  }

  .hero__badges {
    justify-content: center;
  }

  .hero__terminal {
    max-width: 600px;
    margin: 0 auto;
  }

  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .step__connector {
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, var(--cta), rgba(253, 160, 38, 0.2));
    margin: 0;
  }

  .pricing__grid,
  .pricing__grid--three {
    grid-template-columns: 1fr;
  }

  .solution__grid {
    grid-template-columns: 1fr;
  }

  .hiw-widgets {
    grid-template-columns: 1fr;
  }

  /* Founding member benefits - tablet */
  .pricing__founders {
    padding: 36px 28px;
  }

  .pricing__founders-benefits {
    gap: 14px 28px;
  }

  .pricing__founders-lifetime-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

/* Mobile nav */
@media (max-width: 768px) {
  .navbar__links {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #dce6ee;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition);
  }

  .navbar__links--open {
    opacity: 1;
    visibility: visible;
  }

  .navbar__links--open .navbar__link {
    font-size: 1.2rem;
    color: var(--primary-dark);
  }

  .navbar__cta {
    display: none;
  }

  .navbar__toggle {
    display: flex;
  }

  .section-header {
    margin-bottom: 48px;
  }

  .section-header__title {
    font-size: 1.75rem;
  }

  .features, .how-it-works, .pricing, .solution, .faq, .final-cta {
    padding: 80px 0;
  }

  .footer__top {
    flex-direction: column;
    gap: 20px;
  }

  .footer__links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .footer__legal {
    justify-content: center;
  }

  .pricing-card {
    padding: 28px 24px;
  }

  .pricing__overages {
    padding: 24px 20px;
  }

  .pricing__growth-engine {
    padding: 28px 20px;
  }

  .pricing__growth-engine-highlights {
    flex-direction: column;
    gap: 8px;
  }

  /* Founding member benefits - mobile */
  .pricing__founders {
    padding: 32px 20px;
  }

  .pricing__founders-benefits {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .pricing__founders-lifetime-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pricing__founders-lifetime-item {
    padding: 16px 20px;
    text-align: center;
  }

  .pricing__founders-lifetime-plan {
    margin-bottom: 8px;
  }

  .pricing__founders-lifetime-prices {
    margin-bottom: 8px;
    flex-wrap: wrap;
  }

  .pricing__founders-lifetime-new {
    font-size: 1.3rem;
  }

  .pricing__founders-spots {
    padding: 20px;
  }

  .pricing__founders-spots-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .pricing__founders-btn {
    width: 100%;
    justify-content: center;
  }

  .terminal__body {
    padding: 16px;
    font-size: 0.75rem;
  }

  .terminal__box {
    display: none;
  }
}

/* Small screens - single column */
@media (max-width: 576px) {
  .hero {
    padding: 120px 0 80px;
    min-height: auto;
  }

  .hero__title {
    font-size: clamp(2rem, 7vw, 2.8rem);
  }

  .hero__actions {
    flex-direction: column;
    align-items: center;
  }

  .hero__actions .btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .features__grid {
    grid-template-columns: 1fr;
  }

  .hero__badges {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .hero__title {
    font-size: 1.85rem;
  }

  .btn--lg {
    padding: 14px 24px;
    font-size: 0.95rem;
  }

  .feature-card {
    padding: 28px 20px;
  }

  .faq-item__question {
    padding: 20px;
  }

  .faq-item__answer p {
    padding: 0 20px 20px;
  }

  .faq-item__list {
    padding: 0 20px 20px;
  }
}


/**** Gravity forms ****/
.gform_wrapper.gravity-theme .gfield_label, 
.gform_wrapper .gform_fields .gfield input, 
.gform_wrapper .gform_fields .gfield select, 
.gform_wrapper .gform_fields .gfield textarea {
    font-size: 20px !important;
}

.gform_wrapper.gravity-theme .gform_page_footer input {
    font-size: 24px;
    width: 48%;
    border-radius: 10px;
    margin-top: 40px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, 
.gform_wrapper.gravity-theme .gfield_radio label,
.gform_wrapper.gravity-theme .gfield--type-choice label {
    font-size: 18px;
    margin-left: 10px;
    max-width: calc(100% - 40px) !important;
}

.gform_wrapper .gform_fields .gfield input[type=radio] {
    width: 18px;
    height: 18px;
}

.gform_wrapper.gravity-theme .ginput_total {
    font-size: 24px !important;
    color: #FDA026;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #FDA026;
    height: 30px;
}

/* ========================================
   FeedbackFlow360 - Subscription Page Form
   Premium glassmorphism for Gravity Forms #4
   Scoped via :has() — won't leak to other forms
   Brand: orange CTA (#FDA026) + teal accents (#009AA6)
   ======================================== */

/* === Page layout & background === */
body:has(#gform_wrapper_4) .site-inner {
  background: var(--bg-body);
  padding: 140px 24px 100px;
  max-width: 100%;
}

body:has(#gform_wrapper_4) .content,
body:has(#gform_wrapper_4) .content-sidebar-wrap {
  max-width: 100%;
  padding: 0;
}

body:has(#gform_wrapper_4) .entry,
body:has(#gform_wrapper_4) .entry-content {
  max-width: 1000px;
  margin: 0 auto;
  background: transparent;
  border: none;
}

/* === Page title === */
body:has(#gform_wrapper_4) .entry-title,
body:has(#gform_wrapper_4) .entry-content > h1:first-child {
  font-size: clamp(2.25rem, 4.5vw, 3rem);
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
  padding-bottom: 20px;
}

body:has(#gform_wrapper_4) .entry-title::after,
body:has(#gform_wrapper_4) .entry-content > h1:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-light), var(--cta));
  border-radius: var(--radius-full);
}

/* === Form wrapper card === */
#gform_wrapper_4.gform_wrapper {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-xl);
  padding: 48px;
  margin: 0 auto 60px;
  box-shadow: var(--shadow-card), var(--shadow-glow);
  position: relative;
  overflow: hidden;
}

#gform_wrapper_4.gform_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-light),
    var(--cta),
    var(--primary-light)
  );
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

/* === Fields grid ===
   Gravity Forms uses a 12-column system internally
   (gfield--width-half = span 6, gfield--width-full = span 12).
   Using repeat(12, 1fr) aligns with their grid so widths compute correctly. */
#gform_wrapper_4 .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
  gap: 22px !important;
}

/* Name field doesn't get a width class from Gravity, force full row */
#gform_wrapper_4 .gfield--type-name {
  grid-column: 1 / -1;
}

#gform_wrapper_4 .gfield--type-name .ginput_complex {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

#gform_wrapper_4 .gfield--type-name .ginput_complex > span {
  width: 100% !important;
  max-width: 100% !important;
}

/* === Labels === */
#gform_wrapper_4 .gfield_label,
#gform_wrapper_4 .ginput_complex label {
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: var(--text-primary) !important;
  margin-bottom: 8px !important;
  display: block;
  letter-spacing: 0;
}

#gform_wrapper_4 .ginput_complex label {
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: var(--text-secondary) !important;
  margin-bottom: 6px !important;
}

#gform_wrapper_4 .gfield_required,
#gform_wrapper_4 .gfield_required_text {
  color: var(--primary-light) !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 0.8em !important;
  margin-left: 6px;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}

#gform_wrapper_4 .gfield_description {
  color: var(--text-muted) !important;
  font-size: 0.85rem !important;
  margin-top: 6px !important;
}

/* === Inputs === */
#gform_wrapper_4 input[type="text"],
#gform_wrapper_4 input[type="email"],
#gform_wrapper_4 input[type="tel"],
#gform_wrapper_4 input[type="number"],
#gform_wrapper_4 input[type="url"],
#gform_wrapper_4 select,
#gform_wrapper_4 textarea {
  background: rgba(0, 21, 41, 0.6) !important;
  border: 1px solid var(--bg-card-border) !important;
  border-radius: var(--radius-md) !important;
  padding: 14px 16px !important;
  color: var(--text-primary) !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  width: 100% !important;
  min-height: 50px !important;
  line-height: 1.4 !important;
  transition:
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
  box-shadow: none !important;
}

#gform_wrapper_4 input:focus,
#gform_wrapper_4 select:focus,
#gform_wrapper_4 textarea:focus {
  outline: none !important;
  border-color: var(--primary-light) !important;
  background: rgba(0, 21, 41, 0.85) !important;
  box-shadow: 0 0 0 4px rgba(0, 154, 166, 0.12) !important;
}

#gform_wrapper_4 input::placeholder,
#gform_wrapper_4 textarea::placeholder {
  color: var(--text-muted);
  opacity: 1;
}

/* Browser autofill — keep dark */
#gform_wrapper_4 input:-webkit-autofill,
#gform_wrapper_4 input:-webkit-autofill:hover,
#gform_wrapper_4 input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--text-primary) !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 21, 41, 0.95) inset !important;
  caret-color: var(--text-primary) !important;
  border: 1px solid var(--bg-card-border) !important;
}

/* === Plan radio cards === */
#gform_wrapper_4 .gfield--type-radio .gfield_label {
  font-size: 1.1rem !important;
  margin-bottom: 16px !important;
}

#gform_wrapper_4 .gfield_radio {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
}

#gform_wrapper_4 .gchoice {
  position: relative;
  background: rgba(0, 21, 41, 0.5);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-md);
  padding: 20px 24px 20px 56px;
  transition: all var(--transition);
  margin: 0 !important;
}

#gform_wrapper_4 .gchoice:hover {
  border-color: rgba(0, 154, 166, 0.3);
  background: rgba(0, 21, 41, 0.7);
}

#gform_wrapper_4 .gchoice:has(input[type="radio"]:checked) {
  border-color: var(--primary-light);
  background: rgba(0, 154, 166, 0.08);
  box-shadow: 0 0 0 1px var(--primary-light), 0 4px 24px rgba(0, 154, 166, 0.18);
}

#gform_wrapper_4 .gchoice input[type="radio"] {
  position: absolute !important;
  left: 20px !important;
  top: 22px !important;
  width: 22px !important;
  height: 22px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 2px solid rgba(0, 154, 166, 0.3) !important;
  border-radius: 50% !important;
  background: rgba(0, 21, 41, 0.8) !important;
  cursor: pointer !important;
  margin: 0 !important;
  transition: all var(--transition);
}

#gform_wrapper_4 .gchoice input[type="radio"]:checked {
  border-color: var(--primary-light) !important;
  background:
    radial-gradient(
      circle,
      var(--primary-light) 0%,
      var(--primary-light) 45%,
      rgba(0, 21, 41, 0.8) 50%
    ) !important;
}

#gform_wrapper_4 .gchoice label {
  display: block !important;
  font-size: 0.9rem !important;
  color: var(--text-secondary) !important;
  line-height: 1.6 !important;
  cursor: pointer !important;
  font-weight: 400 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

/* First line of plan label = the title (e.g. "STARTER – $1...") */
#gform_wrapper_4 .gchoice label::first-line {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

/* If Gravity wraps title in <strong>, style it too */
#gform_wrapper_4 .gchoice label strong,
#gform_wrapper_4 .gchoice label b {
  display: block;
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

/* === HTML field (Square iframe placeholder, ready for future payment integration) === */
#gform_wrapper_4 .gfield--type-html {
  margin-top: 8px;
}

#gform_wrapper_4 .gfield--type-html::before {
  content: "🔒 Secure payment via Square";
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Square Web Payments SDK injects the iframe inside #ff360-square-card.
   We can only style the outer wrapper; the iframe interior is sandboxed. */
#gform_wrapper_4 #ff360-square-card {
  border-radius: var(--radius-md) !important;
  border-color: var(--bg-card-border) !important;
  transition:
    border-color var(--transition),
    box-shadow var(--transition);
}

#gform_wrapper_4 #ff360-square-card:focus-within {
  border-color: var(--primary-light) !important;
  box-shadow: 0 0 0 4px rgba(0, 154, 166, 0.12);
}

#gform_wrapper_4 #ff360-square-errors {
  color: #f87171 !important;
  font-size: 0.85rem;
  margin-top: 8px;
  font-weight: 500;
}

/* === Consent checkbox === */
#gform_wrapper_4 .gfield--type-consent {
  background: rgba(0, 21, 41, 0.4);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  margin-top: 8px;
}

#gform_wrapper_4 .gfield--type-consent .gfield_label {
  font-size: 0.95rem !important;
  color: var(--text-primary) !important;
  margin-bottom: 12px !important;
}

#gform_wrapper_4 input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 2px solid rgba(0, 154, 166, 0.3) !important;
  border-radius: 5px !important;
  background: rgba(0, 21, 41, 0.8) !important;
  cursor: pointer !important;
  margin: 0 10px 0 0 !important;
  vertical-align: middle;
  position: relative;
  flex-shrink: 0;
  transition: all var(--transition);
}

#gform_wrapper_4 input[type="checkbox"]:checked {
  background: var(--primary-light) !important;
  border-color: var(--primary-light) !important;
}

#gform_wrapper_4 input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#gform_wrapper_4 .gfield_consent_label,
#gform_wrapper_4 .gfield--type-consent label {
  color: var(--text-secondary) !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

#gform_wrapper_4 .gfield_consent_label a,
#gform_wrapper_4 .gfield--type-consent a {
  color: var(--primary-light);
  text-decoration: underline;
  text-decoration-color: rgba(0, 154, 166, 0.4);
  text-underline-offset: 3px;
  transition: color var(--transition);
}

#gform_wrapper_4 .gfield_consent_label a:hover,
#gform_wrapper_4 .gfield--type-consent a:hover {
  color: var(--cta);
  text-decoration-color: var(--cta);
}

/* === Submit button (orange CTA) === */
#gform_wrapper_4 .gform_footer {
  margin-top: 32px !important;
  padding-top: 0 !important;
  border: none !important;
}

#gform_wrapper_4 .gform_button,
#gform_wrapper_4 input.gform_button.button {
  background: var(--cta) !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: var(--radius-md) !important;
  padding: 18px 32px !important;
  width: 100% !important;
  cursor: pointer !important;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 20px rgba(253, 160, 38, 0.3) !important;
  transition: all var(--transition) !important;
  margin: 0 !important;
}

#gform_wrapper_4 .gform_button:hover,
#gform_wrapper_4 input.gform_button.button:hover {
  background: var(--cta-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(253, 160, 38, 0.4) !important;
}

#gform_wrapper_4 .gform_button:active {
  transform: translateY(0);
}

/* === Validation === */
#gform_wrapper_4 .gfield_validation_message,
#gform_wrapper_4 .gform_validation_errors {
  background: rgba(248, 113, 113, 0.1) !important;
  border: 1px solid rgba(248, 113, 113, 0.3) !important;
  color: #f87171 !important;
  border-radius: var(--radius-md) !important;
  padding: 12px 16px !important;
  font-size: 0.9rem !important;
  margin-top: 8px !important;
}

#gform_wrapper_4 .gfield_error input,
#gform_wrapper_4 .gfield_error select,
#gform_wrapper_4 .gfield_error textarea {
  border-color: rgba(248, 113, 113, 0.5) !important;
}

/* === Responsive === */
@media (max-width: 768px) {
  body:has(#gform_wrapper_4) .site-inner {
    padding: 100px 16px 60px;
  }

  body:has(#gform_wrapper_4) .entry-title,
  body:has(#gform_wrapper_4) .entry-content > h1:first-child {
    font-size: 2rem;
    margin-bottom: 32px;
  }

  #gform_wrapper_4.gform_wrapper {
    padding: 28px 22px;
    border-radius: var(--radius-lg);
  }

  /* Keep Gravity's 12-col grid; force every field to span full row.
     Avoids implicit-track collapse from gfield--width-half (span 6). */
  #gform_wrapper_4 .gform_fields {
    grid-template-columns: repeat(12, 1fr) !important;
    gap: 18px !important;
  }

  #gform_wrapper_4 .gfield {
    grid-column: 1 / -1 !important;
  }

  #gform_wrapper_4 .gfield--type-name .ginput_complex {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #gform_wrapper_4 .gchoice {
    padding: 16px 16px 16px 48px;
  }

  #gform_wrapper_4 .gchoice input[type="radio"] {
    left: 14px !important;
    top: 18px !important;
  }

  #gform_wrapper_4 .gform_button {
    padding: 16px 24px !important;
    font-size: 1rem !important;
  }
}


