/* =====================================================
   INDEXPOINT AGENCY — Shared Styles
   Palette:
     --navy:       #1c2b3a   dark header/footer/sections
     --teal-hero:  #1d8070   hero banner dark teal
     --teal:       #2cbfad   primary accent
     --teal-hover: #24a896   hover
     --teal-pale:  #eaf7f5   light teal bg
     --white:      #ffffff
     --gray-light: #f5f9f8
     --text-dark:  #1c2b3a
     --text-mid:   #3d5a6a
     --text-muted: #6a8a9a
   ===================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:         #1c2b3a;
  --navy-light:   #253445;
  --teal-hero:    #1a7a6e;
  --teal:         #2cbfad;
  --teal-hover:   #24a896;
  --teal-pale:    #eaf7f5;
  --teal-border:  #b0dbd5;
  --teal-glow:    rgba(44,191,173,0.2);
  --white:        #ffffff;
  --gray-light:   #f5f9f8;
  --text-dark:    #1c2b3a;
  --text-mid:     #3d5a6a;
  --text-muted:   #6a8a9a;
  --text-white:   #ffffff;
  --border-light: #d4ece8;
  --radius-sm:    6px;
  --radius-md:    14px;
  --radius-lg:    22px;
  --shadow-sm:    0 2px 8px rgba(28,43,58,0.08);
  --shadow-md:    0 4px 16px rgba(28,43,58,0.12);
  --shadow-lg:    0 8px 28px rgba(28,43,58,0.16);
  --shadow-teal:  0 4px 16px rgba(44,191,173,0.18);
  --transition:   0.25s ease;
  --font:         'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

html { scroll-behavior: smooth; font-size: 16px; }

/* Anchor offset — compensates for fixed header height */
section[id] { scroll-margin-top: 72px; }

/* Reduce top padding for Why Us section (follows dark navy section) */
#why-us { padding-top: 40px; }
#why-us .section__header { margin-bottom: 36px; }
body { font-family: var(--font); background: var(--white); color: var(--text-dark); line-height: 1.6; overflow-x: hidden; opacity: 1; transition: opacity 0.3s ease; }
body.page-leaving { opacity: 0; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--gray-light); }
::-webkit-scrollbar-thumb { background: var(--teal); border-radius: 3px; }

/* ===== CONTAINER ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 30px; border-radius: var(--radius-sm);
  font-family: var(--font); font-size: 1rem; font-weight: 700;
  cursor: pointer; border: 2px solid transparent;
  transition: all var(--transition); white-space: nowrap; letter-spacing: 0.2px;
}
.btn--primary { background: var(--teal); color: var(--white); border-color: var(--teal); }
.btn--primary:hover { background: var(--teal-hover); border-color: var(--teal-hover); transform: translateY(-2px); box-shadow: var(--shadow-teal); }
.btn--white { background: var(--white); color: var(--teal); border-color: var(--white); }
.btn--white:hover { background: var(--teal-pale); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn--outline-white:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.btn--outline { background: transparent; color: var(--teal); border-color: var(--teal); }
.btn--outline:hover { background: var(--teal); color: var(--white); transform: translateY(-2px); }
.btn--lg { padding: 16px 38px; font-size: 1.05rem; border-radius: 8px; }
.btn--full { width: 100%; }

/* ===== TAGS & HIGHLIGHTS ===== */
.section__tag {
  display: inline-block; background: var(--teal-pale); color: var(--teal);
  border: 1px solid var(--teal-border); border-radius: 100px;
  padding: 5px 18px; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px;
}
.section__tag--white {
  background: rgba(255,255,255,0.15); color: var(--white); border-color: rgba(255,255,255,0.3);
}
.highlight { color: var(--teal); }
.highlight--white { color: var(--white); }

/* ===== SECTION HEADERS ===== */
.section__header { text-align: center; margin-bottom: 60px; }
.section__title {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 900;
  letter-spacing: -0.8px; line-height: 1.15; margin-bottom: 14px; color: var(--text-dark);
}
.section__title--white { color: var(--white); }
.section__subtitle { font-size: 1.05rem; color: var(--text-mid); max-width: 540px; margin: 0 auto; line-height: 1.7; }
.section__subtitle--white { color: rgba(255,255,255,0.8); }

/* ===== HEADER ===== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: #0b1c28; border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: box-shadow var(--transition);
}
.header.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }

/* ===== LOGO ===== */
.logo { display: flex; align-items: center; gap: 10px; }
.logo__img { height: 48px; width: auto; }
.logo__text { display: flex; flex-direction: column; line-height: 1; }
.logo__name { font-size: 1.05rem; font-weight: 800; color: var(--teal); letter-spacing: 0.5px; }
.logo__sub { font-size: 0.6rem; font-weight: 500; color: rgba(255,255,255,0.5); letter-spacing: 2px; text-transform: uppercase; }

/* ===== NAV ===== */
.nav__list { display: flex; align-items: center; gap: 4px; }
.nav__link {
  padding: 8px 13px; font-size: 0.88rem; font-weight: 500;
  color: rgba(255,255,255,0.75); border-radius: var(--radius-sm);
  transition: all var(--transition); white-space: nowrap;
}
.nav__link:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav__link--active { color: var(--teal) !important; }
.nav__link--cta {
  background: var(--teal); color: var(--white) !important;
  font-weight: 700; padding: 9px 18px;
}
.nav__link--cta:hover { background: var(--teal-hover); transform: translateY(-1px); box-shadow: var(--shadow-teal); }

/* Dropdown */
.nav__item { position: relative; }
.nav__dropdown {
  position: absolute; top: calc(100% + 4px); left: -12px;
  background: var(--white); border: 1px solid var(--border-light);
  border-radius: var(--radius-md); box-shadow: var(--shadow-lg);
  width: 580px; padding: 16px; z-index: 200;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: all var(--transition);
}
/* open via hover OR .open class (JS click) */
.nav__item:hover .nav__dropdown,
.nav__dropdown.open { opacity: 1; visibility: visible; transform: translateY(0); }

.nav__dropdown-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px;
}
.nav__dropdown a {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 14px 10px; border-radius: var(--radius-sm);
  font-size: 0.8rem; font-weight: 600; color: var(--text-dark);
  text-align: center; border: 1px solid transparent;
  transition: all var(--transition);
}
.nav__dropdown a:hover { background: var(--teal-pale); color: var(--teal); border-color: var(--teal-border); }
.nav__dropdown a .dd-icon { font-size: 1.5rem; display: block; }
.nav__dropdown-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 6px 4px; margin-top: 6px;
  border-top: 1px solid var(--border-light);
}
.nav__dropdown-footer a {
  flex-direction: row; padding: 8px 14px; border-radius: var(--radius-sm);
  font-size: 0.82rem; font-weight: 700; color: var(--teal);
  background: var(--teal-pale); border: 1px solid var(--teal-border);
  gap: 6px;
}
.nav__dropdown-footer a:hover { background: var(--teal); color: var(--white); }
.nav__dropdown-label {
  font-size: 0.7rem; font-weight: 700; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: 1px;
}
.nav__link--dropdown::after { content: ' ▾'; font-size: 0.7rem; opacity: 0.6; }
.nav__link--dropdown.open::after { content: ' ▴'; }

/* ===== JOBS MEGA PANEL ===== */
.jobs-mega {
  position: fixed;
  top: 72px; left: 0; right: 0;
  background: var(--white);
  border-bottom: 2px solid var(--border-light);
  box-shadow: 0 16px 48px rgba(28,43,58,0.18);
  z-index: 950;
  padding: 28px 0 32px;
  transform: translateY(-8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.jobs-mega.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.jobs-mega__inner {}
.jobs-mega__header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 20px; padding-bottom: 16px;
  border-bottom: 1px solid var(--border-light);
}
.jobs-mega__label {
  display: block; font-size: 0.72rem; font-weight: 800;
  color: var(--teal); text-transform: uppercase;
  letter-spacing: 1px; margin-bottom: 4px;
}
.jobs-mega__title {
  font-size: 1.15rem; font-weight: 900; color: var(--text-dark); letter-spacing: -0.3px;
}
.jobs-mega__grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px;
}
.jobs-mega__card {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 18px 10px 16px; border-radius: var(--radius-md);
  border: 1.5px solid var(--border-light); text-align: center;
  color: var(--text-dark); text-decoration: none;
  transition: all var(--transition); background: var(--gray-light);
}
.jobs-mega__card:hover {
  border-color: var(--teal); background: var(--teal-pale);
  color: var(--teal); transform: translateY(-3px);
  box-shadow: var(--shadow-teal);
}
.jobs-mega__card-icon { font-size: 1.8rem; line-height: 1; }
.jobs-mega__card strong { font-size: 0.82rem; font-weight: 800; line-height: 1.2; display: block; }
.jobs-mega__card span { font-size: 0.72rem; color: var(--text-muted); line-height: 1.3; }
.jobs-mega__card:hover span { color: var(--teal-hover); }

/* Dim overlay */
.jobs-mega-overlay {
  position: fixed; inset: 0; background: rgba(28,43,58,0.4);
  z-index: 940; opacity: 0; visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s;
  backdrop-filter: blur(2px);
}
.jobs-mega-overlay.open { opacity: 1; visibility: visible; }

/* Responsive */
@media (max-width: 900px) {
  .jobs-mega__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .jobs-mega { top: 60px; }
  .jobs-mega__grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .jobs-mega__header { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* Burger */
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all var(--transition); }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== HERO (main) ===== */
.hero {
  background: #0b1c28; padding: 140px 0 80px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: -50%;
  background:
    radial-gradient(ellipse at 60% 55%, rgba(44,191,173,0.55) 0%, transparent 45%),
    radial-gradient(ellipse at 25% 60%, rgba(26,122,110,0.40) 0%, transparent 38%);
  animation: glowWalk 4s ease-in-out infinite alternate;
}

@keyframes glowWalk {
  0%   { transform: translate(-18%, 16%); }
  100% { transform: translate(18%, -16%); }
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 50px 50px;
}
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero__badge {
  display: inline-block; background: rgba(255,255,255,0.15); color: var(--white);
  border: 1px solid rgba(255,255,255,0.3); border-radius: 100px;
  padding: 6px 20px; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 22px;
  animation: fadeInDown 0.6s ease both;
}
.hero__title {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem); font-weight: 900;
  color: var(--white); line-height: 1.1; letter-spacing: -1.5px;
  margin-bottom: 22px; animation: fadeInUp 0.7s ease 0.1s both;
}
.hero__title .big-line {
  display: block; font-size: clamp(3rem, 6vw, 5rem);
  color: var(--teal);
  text-shadow: 4px 4px 0 rgba(0,0,0,0.2), 8px 8px 0 rgba(0,0,0,0.1);
  letter-spacing: -2px;
}
.hero__subtitle {
  font-size: 1.1rem; color: rgba(255,255,255,0.85);
  max-width: 520px; line-height: 1.7; margin-bottom: 36px;
  animation: fadeInUp 0.7s ease 0.2s both;
}
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeInUp 0.7s ease 0.3s both; }
.hero__tagline {
  margin-top: 20px; font-size: 1.05rem; font-weight: 700;
  color: rgba(255,255,255,0.65); letter-spacing: 0.3px; line-height: 1.7;
  text-align: center; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.12);
  animation: fadeIn 1s ease 0.7s both;
}
.hero__tagline span { color: var(--teal); font-style: italic; display: block; margin-top: 2px; }

/* Hero visual side */
.hero__visual { position: relative; z-index: 2; animation: fadeIn 1s ease 0.4s both; }
.hero__stats-card {
  background: rgba(255,255,255,0.12); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius-lg);
  padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.hero__stat { text-align: center; }
.hero__stat-num {
  display: block; font-size: 2.4rem; font-weight: 900;
  color: var(--white); letter-spacing: -1px; line-height: 1;
}
.hero__stat-label {
  display: block; font-size: 0.72rem; font-weight: 700;
  color: rgba(255,255,255,0.7); text-transform: uppercase;
  letter-spacing: 1px; margin-top: 4px;
}

/* Stats bar below hero */
.stats-bar {
  background: #0b1c28; padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.stats-bar__inner { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.stat-item { text-align: center; padding: 0 40px; position: relative; }
.stat-item + .stat-item::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  height: 40px; width: 1px; background: rgba(255,255,255,0.12);
}
.stat-item__num {
  display: block; font-size: 2rem; font-weight: 900;
  color: var(--white); letter-spacing: -0.5px; line-height: 1;
}
.stat-item__label {
  display: block; font-size: 0.72rem; font-weight: 700;
  color: rgba(255,255,255,0.5); text-transform: uppercase;
  letter-spacing: 1px; margin-top: 4px;
}

/* ===== SECTION generic ===== */
.section { padding: 100px 0; }
.section--light { background: var(--gray-light); }
.section--navy { background: var(--navy); }
.section--teal { background: var(--teal-hero); }
.section--pale { background: var(--teal-pale); }

/* ===== WHY US — cards ===== */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
  background: var(--white); border: 1px solid var(--border-light);
  border-radius: var(--radius-md); padding: 34px 28px;
  box-shadow: var(--shadow-sm); transition: all var(--transition);
  position: relative; overflow: hidden;
}
.feature-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--teal); transform: scaleX(0); transform-origin: left;
  transition: transform var(--transition);
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--teal-border); }
.feature-card:hover::after { transform: scaleX(1); }
.feature-card__icon { font-size: 2.2rem; margin-bottom: 18px; }
.feature-card__title { font-size: 1.08rem; font-weight: 800; margin-bottom: 10px; color: var(--text-dark); }
.feature-card__text { font-size: 0.9rem; color: var(--text-mid); line-height: 1.65; }

/* ===== WORKERS — trades grid ===== */
.trades-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trade-card {
  background: var(--white); border: 2px solid var(--border-light);
  border-radius: var(--radius-md); padding: 30px 18px; text-align: center;
  box-shadow: var(--shadow-sm); transition: all var(--transition); cursor: default;
}
.trade-card:hover { border-color: var(--teal); transform: translateY(-5px); box-shadow: var(--shadow-teal); }
.trade-card__icon { font-size: 2.2rem; margin-bottom: 12px; }
.trade-card__title { font-size: 0.95rem; font-weight: 800; margin-bottom: 6px; color: var(--text-dark); }
.trade-card__desc { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; }

/* ===== HOW IT WORKS ===== */
.steps { display: flex; align-items: flex-start; gap: 0; max-width: 980px; margin: 0 auto; }
.step { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 20px; }
.step__num {
  width: 74px; height: 74px; border-radius: 50%;
  background: var(--teal); color: var(--white);
  font-size: 1.5rem; font-weight: 900; display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px; box-shadow: var(--shadow-teal); flex-shrink: 0;
  transition: transform var(--transition);
}
.step:hover .step__num { transform: scale(1.1); }
.step__title { font-size: 1.1rem; font-weight: 800; margin-bottom: 10px; color: var(--text-dark); }
.step__text { font-size: 0.9rem; color: var(--text-mid); line-height: 1.65; }

.step__connector { flex-shrink: 0; width: 80px; height: 3px; background: linear-gradient(90deg, var(--teal), var(--teal-border)); margin-top: 36px; position: relative; }
.step__connector::after { content: ''; position: absolute; right: -7px; top: -4px; width: 11px; height: 11px; border-right: 3px solid var(--teal); border-top: 3px solid var(--teal); transform: rotate(45deg); }

/* ===== PROJECTS ===== */
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; grid-auto-rows: 280px; }
.project-card {
  position: relative; border-radius: var(--radius-md); overflow: hidden;
  box-shadow: var(--shadow-md);
  cursor: default;
}
.project-card--wide { grid-column: span 2; }
.project-card__img {
  width: 100%; height: 100%;
  background-size: cover; background-position: center;
  transition: transform 0.6s ease;
}
.project-card:hover .project-card__img { transform: scale(1.06); }
.project-card__overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 30px 24px 20px;
  background: linear-gradient(180deg, transparent 0%, rgba(28,43,58,0.95) 100%);
}
.project-card__tag {
  display: inline-block; background: var(--teal); color: var(--white);
  border-radius: 4px; padding: 3px 10px; font-size: 0.7rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px;
}
.project-card__title { font-size: 1.08rem; font-weight: 800; color: var(--white); margin-bottom: 4px; }
.project-card__meta { font-size: 0.8rem; color: rgba(255,255,255,0.65); }

/* Real project photos */
.project-card__img--1 { background-image: url('assets/images/cevi1.jpg'); background-size: cover; background-position: center; }
.project-card__img--2 { background-image: url('assets/images/ventblack.jpg'); background-size: cover; background-position: center; }
.project-card__img--3 { background-image: url('assets/images/gino.jpg'); background-size: cover; background-position: center; }
.project-card__img--4 { background-image: url('assets/images/wiremat.jpg'); background-size: cover; background-position: center; }
.project-card__img--5 { background-image: url('assets/images/9.jpg'); background-size: cover; background-position: center; }

/* ===== GALLERY DIVIDER ===== */
.gallery-divider {
  display: flex; align-items: center; gap: 16px;
  margin: 48px 0 18px;
}
.gallery-divider__line { flex: 1; height: 1px; background: var(--teal-border); }
.gallery-divider__label {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-muted); white-space: nowrap;
}

/* ===== PROJECTS PHOTO GALLERY ===== */
.projects-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 10px;
}
.pgcard {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: default;
}
.pgcard--wide  { grid-column: span 2; }
.pgcard--tall  { grid-row: span 2; }
.pgcard img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.pgcard:hover img { transform: scale(1.06); }
.pgcard__overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 36px 16px 14px;
  background: linear-gradient(180deg, transparent 0%, rgba(28,43,58,0.96) 100%);
}
.pgcard__overlay .project-card__title { font-size: 0.95rem; }
.pgcard__overlay .project-card__meta  { font-size: 0.75rem; color: rgba(255,255,255,0.6); }
@media (max-width: 960px) {
  .projects-gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 200px; }
  .pgcard--tall { grid-row: span 1; }
}
@media (max-width: 620px) {
  .projects-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; gap: 6px; grid-auto-flow: dense; }
  .pgcard--wide { grid-column: span 1; }
}
@media (max-width: 400px) {
  .projects-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 210px; }
  .pgcard--wide, .pgcard--tall { grid-column: span 1; grid-row: span 1; }
}

/* ===== TESTIMONIALS ===== */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial {
  background: var(--white); border: 1px solid var(--border-light);
  border-radius: var(--radius-md); padding: 32px 28px; box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--teal-border); }
.testimonial__stars { color: var(--teal); font-size: 1rem; letter-spacing: 3px; margin-bottom: 14px; }
.testimonial__text { font-size: 0.95rem; color: var(--text-mid); line-height: 1.7; font-style: italic; margin-bottom: 22px; }
.testimonial__author { display: flex; align-items: center; gap: 14px; }
.testimonial__avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--teal); color: var(--white); font-weight: 800;
  font-size: 0.9rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.testimonial__author strong { display: block; font-size: 0.9rem; font-weight: 800; margin-bottom: 2px; }
.testimonial__author span { display: block; font-size: 0.78rem; color: var(--text-muted); }

/* ===== CTA STRIP ===== */
.cta-strip {
  background: var(--teal); padding: 80px 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta-strip::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.12) 0%, transparent 70%);
}
.cta-strip .container { position: relative; z-index: 1; }
.cta-strip h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: var(--white); margin-bottom: 14px; letter-spacing: -1px; }
.cta-strip p { font-size: 1.1rem; color: rgba(255,255,255,0.85); margin-bottom: 36px; }
.cta-strip .btn--white:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.2); }

/* ===== CONTACT FORM ===== */
.contact-section { background: var(--gray-light); }
.contact-wrap { display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; align-items: start; }
.contact-info { padding-top: 8px; }
.contact-info .section__title { text-align: left; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.contact-desc { color: var(--text-mid); line-height: 1.7; margin: 16px 0 32px; font-size: 1rem; }
.contact-methods { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.contact-method {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 20px; background: var(--white); border: 1px solid var(--border-light);
  border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: all var(--transition);
}
.contact-method:hover { border-color: var(--teal); transform: translateX(4px); box-shadow: var(--shadow-md); }
.contact-method__icon { font-size: 1.4rem; width: 40px; text-align: center; flex-shrink: 0; }
.contact-method__label { display: block; font-size: 0.72rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }
.contact-method__val { display: block; font-size: 1rem; font-weight: 700; color: var(--text-dark); }
.social-row { display: flex; gap: 10px; }
.social-pill {
  padding: 9px 20px; background: var(--white); border: 1px solid var(--border-light);
  border-radius: var(--radius-sm); font-size: 0.85rem; font-weight: 700;
  color: var(--text-mid); transition: all var(--transition); box-shadow: var(--shadow-sm);
}
.social-pill:hover { border-color: var(--teal); color: var(--teal); background: var(--teal-pale); }

/* Form card */
.form-card {
  background: var(--white); border: 1px solid var(--border-light);
  border-radius: var(--radius-lg); padding: 40px 36px; box-shadow: var(--shadow-md);
}
.form-card__title { font-size: 1.4rem; font-weight: 900; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--border-light); color: var(--text-dark); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 0.78rem; font-weight: 700; color: var(--text-mid); text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--gray-light); border: 1.5px solid var(--border-light);
  border-radius: var(--radius-sm); color: var(--text-dark); font-family: var(--font);
  font-size: 0.95rem; padding: 11px 14px; transition: all var(--transition);
  appearance: none; -webkit-appearance: none;
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236a8a9a' fill='none' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px var(--teal-glow); background: var(--white);
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-muted); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-group input.error, .form-group select.error { border-color: #e04040; }
.form-note { text-align: center; font-size: 0.8rem; color: var(--text-muted); margin-top: 10px; }
.form-success { display: none; text-align: center; padding: 50px 20px; }
.form-success__icon { font-size: 3.5rem; margin-bottom: 18px; }
.form-success h3 { font-size: 1.5rem; font-weight: 900; margin-bottom: 10px; }
.form-success p { color: var(--text-mid); }

/* ===== FOOTER ===== */
.footer { background: var(--navy); padding: 64px 0 0; }
.footer__inner { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); align-items: start; }
.footer__brand .logo__name { font-size: 1.1rem; }
.footer__brand .logo { display: block; }
.footer__brand .logo__img { height: 110px; width: auto; display: block; }
.footer__tagline { color: rgba(255,255,255,0.5); font-size: 0.88rem; margin-top: 12px; line-height: 1.65; max-width: 240px; }
.footer__col-title { font-size: 0.72rem; font-weight: 800; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 18px; margin-top: 0; }
.footer__col ul { display: flex; flex-direction: column; gap: 10px; }
.footer__col a { font-size: 0.88rem; color: rgba(255,255,255,0.6); transition: color var(--transition); }
.footer__col a:hover { color: var(--teal); }
.footer__bottom { padding: 20px 0; }
.footer__bottom .container { display: flex; justify-content: space-between; align-items: center; }
.footer__bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.3); }

/* ===== LIGHTBOX ===== */
#lb-overlay {
  position: fixed; inset: 0; z-index: 99998;
  background: rgba(0,0,0,0.92);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}
#lb-overlay.lb-visible { opacity: 1; pointer-events: all; }
#lb-img {
  max-width: 90vw; max-height: 88vh;
  object-fit: contain; border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
  transform: scale(0.92);
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1);
}
#lb-overlay.lb-visible #lb-img { transform: scale(1); }
#lb-close {
  position: fixed; top: 20px; right: 28px;
  background: none; border: none; color: #fff;
  font-size: 2.4rem; line-height: 1; cursor: pointer;
  opacity: 0.7; transition: opacity 0.2s;
}
#lb-close:hover { opacity: 1; }

/* ===== AOS animations ===== */
[data-aos] { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
[data-aos="zoom-in"] { transform: scale(0.9); }
[data-aos="fade-right"] { transform: translateX(-28px); }
[data-aos="fade-left"] { transform: translateX(28px); }
[data-aos].aos-animate { opacity: 1; transform: none; }

/* ===== KEYFRAMES ===== */

/* ─── CONSTRUCTION SCENE ANIMATION ──────────────── */
.hero-scene {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  margin: 18px auto 0;
  opacity: 0.42;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero-scene {
    max-width: 300px;
    opacity: 0.35;
    margin: 10px auto 0;
  }
}
.cl {
  fill: none;
  stroke: #2cbfad;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: drawPath 0.5s ease forwards var(--d);
  animation-play-state: paused;
}
.hero-scene.animate .cl {
  animation-play-state: running;
}
@keyframes drawPath {
  to { stroke-dashoffset: 0; }
}

/* ===== FLOATING CONTACT BUTTONS ===== */
.float-contact {
  position: fixed; bottom: 28px; right: 28px;
  display: flex; flex-direction: column; align-items: flex-end; gap: 12px;
  z-index: 9000;
}
.float-btn {
  display: flex; align-items: center; gap: 10px;
  padding: 0 20px 0 16px; height: 52px; border-radius: 100px;
  font-size: 0.85rem; font-weight: 700; color: #fff;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, max-width 0.3s ease;
  overflow: hidden; max-width: 52px;
}
.float-btn svg { flex-shrink: 0; width: 22px; height: 22px; }
.float-btn span { opacity: 0; transition: opacity 0.2s ease 0.05s; white-space: nowrap; }
.float-btn:hover { max-width: 200px; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.3); }
.float-btn:hover span { opacity: 1; }
.float-btn--whatsapp { background: #25D366; }
.float-btn--whatsapp:hover { background: #20c45c; }
.float-btn--email { background: var(--teal); }
.float-btn--email:hover { background: var(--teal-hover); }
@media (max-width: 768px) {
  .float-contact { bottom: 20px; right: 16px; gap: 10px; }
  .float-btn { height: 48px; padding: 0 16px 0 14px; }
}

@keyframes fadeInDown { from { opacity:0; transform:translateY(-16px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeInUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .hero__subtitle { font-size: 1rem; margin-bottom: 24px; }
  .hero__stats-card { padding: 18px 16px; gap: 14px; }
  .hero__stat-num { font-size: 1.8rem; }
  .hero__tagline { display: none; }
  .hero-scene { max-width: 260px; margin: 6px auto 0; opacity: 0.38; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .trades-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-wrap { grid-template-columns: 1fr; gap: 40px; }
  .footer__inner { grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
  .footer__brand { grid-column: 1 / -1; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,0.07); padding-bottom: 28px; }
  .footer__brand .logo__img { height: 90px; }
  .footer__tagline { margin-top: 0; max-width: 380px; }
  .steps { flex-direction: column; align-items: center; }
  .step__connector { width: 3px; height: 40px; background: linear-gradient(180deg, var(--teal), var(--teal-border)); margin: 10px 0; }
  .step__connector::after { right: -4px; top: auto; bottom: -7px; transform: rotate(135deg); }
  .step { flex-direction: row; gap: 24px; align-items: flex-start; text-align: left; max-width: 500px; padding: 0; }
  .step__num { margin-bottom: 0; flex-shrink: 0; }
}

@media (max-width: 768px) {
  .header__inner { height: 60px; }
  .jobs-mega { top: 60px; }
  .nav {
    position: fixed; top: 60px; left: 0; right: 0;
    background: var(--navy); border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 16px 20px; display: none; z-index: 999; max-height: calc(100vh - 60px); overflow-y: auto;
  }
  .nav.open { display: block; }
  .nav__list { flex-direction: column; gap: 4px; }
  .nav__link { display: block; padding: 12px 16px; }
  .nav__dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: rgba(255,255,255,0.06); border-radius: var(--radius-sm); margin-top: 4px; display: none; width: 100%; }
  .nav__dropdown.open { display: block; }
  .nav__dropdown-grid { grid-template-columns: repeat(2, 1fr); gap: 4px; }
  .nav__dropdown a { color: rgba(255,255,255,0.8); padding: 10px 14px; flex-direction: row; justify-content: flex-start; text-align: left; border-color: transparent; }
  .nav__dropdown a:hover { background: rgba(255,255,255,0.08); color: var(--teal); }
  .nav__dropdown-footer { border-color: rgba(255,255,255,0.1); }
  .nav__dropdown-footer a { background: rgba(44,191,173,0.15); border-color: rgba(44,191,173,0.3); color: var(--teal); }
  .nav__dropdown-label { color: rgba(255,255,255,0.3); }
  .burger { display: flex; }
  .hero { padding: 90px 0 40px; }
  .hero__badge { margin-bottom: 14px; }
  .hero__title { margin-bottom: 14px; letter-spacing: -1px; }
  .hero__subtitle { font-size: 0.95rem; line-height: 1.6; margin-bottom: 20px; }
  .hero__actions { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero__stats-card { padding: 16px 14px; gap: 12px; }
  .hero__stat-num { font-size: 1.6rem; }
  .hero-scene { max-width: 220px; }
  .stats-bar__inner { gap: 0; }
  .stat-item { padding: 16px 20px; }
  .features-grid { grid-template-columns: 1fr; }
  .trades-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .project-card--wide { grid-column: span 1; }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 28px 20px; }
  .footer__inner { grid-template-columns: 1fr 1fr 1fr; }
  .footer__bottom .container { flex-direction: column; gap: 6px; text-align: center; }
  .section { padding: 72px 0; }
}

@media (max-width: 480px) {
  .trades-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__brand { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer__brand .logo__img { height: 80px; }
  .footer__tagline { max-width: 100%; }
  .stats-bar__inner { flex-direction: column; gap: 0; }
}
@media (max-width: 360px) {
  .footer__inner { grid-template-columns: 1fr; }
  .stat-item + .stat-item::before { display: none; }
}

/* =====================================================
   ABOUT / MISSION SECTION
   ===================================================== */
.about-mission {
  background: #0b1c28;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.about-mission::before {
  content: '';
  position: absolute;
  inset: -50%;
  background: radial-gradient(ellipse at 80% 20%, rgba(44,191,173,0.1) 0%, transparent 45%);
  pointer-events: none;
}
.about-mission__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-mission__quote {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 24px;
}
.about-mission__quote span { color: var(--teal); }
.about-mission__text {
  color: rgba(255,255,255,0.55);
  font-size: 0.97rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.about-mission__values {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.about-mission__value {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.8);
  font-size: 0.93rem;
  font-weight: 600;
}
.about-mission__value::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
}
.about-mission__peace {
  margin-top: 28px;
  padding: 18px 22px;
  border-left: 3px solid var(--teal);
  background: rgba(44,191,173,0.07);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  color: rgba(255,255,255,0.75);
  font-style: italic;
  font-size: 0.97rem;
  line-height: 1.65;
}
.about-skills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.about-skill-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  transition: border-color 0.25s;
}
.about-skill-card:hover { border-color: rgba(44,191,173,0.35); }
.about-skill-card__icon { font-size: 1.4rem; margin-bottom: 10px; }
.about-skill-card h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.about-skill-card p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin: 0;
}
.about-approach-lead {
  color: rgba(255,255,255,0.45);
  font-size: 0.88rem;
  margin-bottom: 24px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .about-mission { padding: 72px 0; }
  .about-mission__inner { grid-template-columns: 1fr; gap: 48px; }
  .about-skills { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .about-skills { grid-template-columns: 1fr; }
}

/* =====================================================
   WORKER PROMISE SECTION (jobs pages)
   ===================================================== */
.worker-promise {
  background: #0b1c28;
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.worker-promise::before {
  content: '';
  position: absolute;
  inset: -50%;
  background: radial-gradient(ellipse at 35% 60%, rgba(44,191,173,0.14) 0%, transparent 40%);
  pointer-events: none;
}
.worker-promise__title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.2;
}
.worker-promise__title span { color: var(--teal); }
.worker-promise__sub {
  color: rgba(255,255,255,0.5);
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.75;
}
.worker-promise__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
}
.worker-promise__pill {
  padding: 10px 22px;
  border: 1.5px solid rgba(44,191,173,0.35);
  border-radius: 100px;
  color: rgba(255,255,255,0.75);
  font-size: 0.87rem;
  font-weight: 600;
}
.worker-promise__tagline {
  font-size: 0.93rem;
  color: rgba(255,255,255,0.28);
  font-style: italic;
  margin-top: 8px;
}

/* =====================================================
   GDPR COOKIE CONSENT BANNER
   ===================================================== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--navy);
  border-top: 2px solid var(--teal);
  z-index: 99999;
  padding: 18px 24px;
  box-shadow: 0 -6px 32px rgba(0,0,0,0.35);
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.cookie-banner__body { flex: 1; }
.cookie-banner__title {
  font-size: 0.95rem; font-weight: 700;
  color: var(--white); margin-bottom: 4px;
  display: flex; align-items: center; gap: 8px;
}
.cookie-banner__title::before { content: "🍪"; font-size: 1.1rem; }
.cookie-banner__desc {
  font-size: 0.8rem; color: rgba(255,255,255,0.6);
  line-height: 1.55; max-width: 720px;
}
.cookie-banner__desc a {
  color: var(--teal); text-decoration: underline;
}
.cookie-banner__actions {
  display: flex; gap: 10px; flex-shrink: 0;
}
.cookie-banner__btn {
  padding: 10px 22px; border-radius: var(--radius-sm);
  font-size: 0.85rem; font-weight: 700;
  cursor: pointer; transition: all 0.2s ease;
  border: none; white-space: nowrap;
}
.cookie-banner__btn--decline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.65);
}
.cookie-banner__btn--decline:hover {
  border-color: rgba(255,255,255,0.55);
  color: #fff;
}
.cookie-banner__btn--accept {
  background: var(--teal);
  color: var(--white);
}
.cookie-banner__btn--accept:hover { background: var(--teal-hover); }
@media (max-width: 700px) {
  .cookie-banner__inner { flex-direction: column; gap: 14px; align-items: flex-start; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__btn { flex: 1; text-align: center; }
}


/* ─────────────────────────────────────────────────────
   BREVO FORM — Unified overrides (all pages)
───────────────────────────────────────────────────── */
.sib-form { background: transparent !important; padding: 0 !important; text-align: left !important; }
#sib-form-container { max-width: 100% !important; overflow: visible !important; }
#error-message, #success-message { max-width: 100% !important; border-radius: 10px !important; margin: 0 0 10px !important; }

#sib-container {
  background: #ffffff !important;
  border-radius: 14px !important;
  border: 1.5px solid #e2e8f0 !important;
  box-shadow: 0 8px 40px rgba(28,43,58,0.18) !important;
  max-width: 100% !important;
  overflow: visible !important;
}

/* Field outer padding — compact */
#sib-container > form > div { padding: 5px 20px !important; }
#sib-container > form > div:first-child { padding: 18px 20px 5px !important; }
#sib-container > form > div:last-child { padding: 5px 20px 18px !important; }

/* Labels */
#sib-container .entry__label {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  color: #0b1c28 !important;
  letter-spacing: 0.2px !important;
  margin-bottom: 4px !important;
}

/* Inputs */
#sib-container .input {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.78rem !important;
  color: #0b1c28 !important;
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 6px !important;
  padding: 3px 8px !important;
  height: 30px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, background 0.2s ease !important;
}
#sib-container .sib-form-block,
#sib-container .sib-multiselect,
#sib-container .entry__field,
#sib-container .form__entry,
#sib-container .form__label-row { width: 100% !important; box-sizing: border-box !important; }
#sib-container .sib-form-block { padding-left: 0 !important; padding-right: 0 !important; }
#sib-container .input:focus {
  border-color: #2cbfad !important;
  background: #fff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(44,191,173,0.12) !important;
}
#sib-container select.input { cursor: pointer !important; }

/* Checkboxes */
#sib-container .checkbox { border: 2px solid #2cbfad !important; border-radius: 4px !important; }
#sib-container span[style*="font-size:16px"] { font-family: 'Inter', sans-serif !important; font-size: 0.82rem !important; color: #334155 !important; }
#sib-container span[style*="font-size:14px"] { font-family: 'Inter', sans-serif !important; font-size: 0.78rem !important; color: #64748b !important; }
#sib-container span[style*="font-size:14px"] p { font-size: 0.78rem !important; font-weight: 400 !important; color: #64748b !important; margin: 0 !important; }
#sib-container .entry__specification { font-family: 'Inter', sans-serif !important; font-size: 0.72rem !important; color: #94a3b8 !important; }

/* Multiselect */
.sib-multiselect { position: relative !important; }
#sib-container, .sib-form-container, .sib-form, #sib-form,
.contact-wrap, .contact-section, .gw-hero__form-wrap, .gw-hero { overflow: visible !important; }
.sib-menu {
  position: absolute !important;
  z-index: 9999 !important;
  background: #fff !important;
  left: 0 !important; right: 0 !important; width: auto !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  margin-top: 4px !important;
}
#sib-container .sib-multiselect__label-text { font-family: 'Inter', sans-serif !important; font-size: 0.82rem !important; color: #0b1c28 !important; }

/* Submit button */
#sib-container .sib-form-block__button {
  background: #2cbfad !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.4px !important;
  border-radius: 9px !important;
  padding: 11px 24px !important;
  border: none !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
}
#sib-container .sib-form-block__button:hover {
  background: #22a898 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(44,191,173,0.35) !important;
}

/* Error labels */
#sib-container .entry__error { font-family: 'Inter', sans-serif !important; font-size: 0.75rem !important; }
