/* Home IECC Frontend */

.home-iecc-wrap,
.home-iecc-wrap * {
  box-sizing: border-box;
}

.home-iecc-wrap {
  --home-primary: #D7A94F;
  --home-secondary: #F0C878;
  --home-bg: #05080D;
  --home-card: #11161E;
  --home-text: #FFFFFF;
  --home-muted: #B8C0CC;
  --home-font: inherit;

  direction: rtl;
  background: var(--home-bg);
  color: var(--home-text);
  font-family: var(--home-font);
  overflow: hidden;
}

.home-iecc-wrap a {
  color: inherit;
  text-decoration: none;
}

.home-container {
  width: min(1420px, calc(100% - 64px));
  margin: 0 auto;
}

.home-section {
  position: relative;
  padding: 96px 0;
  isolation: isolate;
}

.home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 80% 0%, rgba(215, 169, 79, 0.10), transparent 35%),
    radial-gradient(circle at 10% 80%, rgba(22, 75, 120, 0.14), transparent 36%);
  pointer-events: none;
}

.home-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: min(1460px, calc(100% - 40px));
  margin: 16px auto -86px;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 14px 20px;
  border: 1px solid rgba(215, 169, 79, .25);
  border-radius: 999px;
  background: rgba(5, 8, 13, .72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home-brand img {
  max-width: 190px;
  max-height: 58px;
  object-fit: contain;
}

.home-brand strong {
  display: block;
  font-size: clamp(15px, 1.2vw, 22px);
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.home-brand small {
  display: block;
  color: var(--home-secondary);
  font-size: 10px;
  letter-spacing: .18em;
  direction: ltr;
  margin-top: 4px;
}

.home-mark {
  position: relative;
  width: 48px;
  height: 48px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
}

.home-mark i {
  position: absolute;
  bottom: 8px;
  width: 6px;
  background: #fff;
  border-radius: 8px 8px 0 0;
}

.home-mark i:nth-child(1) { height: 23px; right: 12px; }
.home-mark i:nth-child(2) { height: 35px; right: 22px; }
.home-mark i:nth-child(3) {
  height: 18px;
  right: 32px;
  transform: rotate(-35deg);
  transform-origin: bottom center;
}

.home-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.home-nav a {
  color: rgba(255,255,255,.82);
  font-size: 15px;
  font-weight: 800;
  transition: color .2s ease;
}

.home-nav a:hover {
  color: var(--home-secondary);
}

.home-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 30px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--home-secondary), var(--home-primary));
  color: #111 !important;
  font-weight: 950;
  font-size: 16px;
  box-shadow: 0 18px 40px rgba(215,169,79,.22);
  border: 1px solid rgba(255,255,255,.14);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.home-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 22px 54px rgba(215,169,79,.32);
}

.home-btn-outline {
  background: rgba(5,8,13,.38);
  color: #fff !important;
  border-color: rgba(215,169,79,.55);
  box-shadow: none;
}

.home-btn-sm {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
}

.home-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(215,169,79,.45);
  color: var(--home-secondary);
  background: transparent;
  border-radius: 50%;
  font-size: 20px;
}

.home-hero {
  min-height: 920px;
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(90deg, rgba(5,8,13,.98) 0%, rgba(5,8,13,.78) 38%, rgba(5,8,13,.30) 60%, rgba(5,8,13,.78) 100%),
    radial-gradient(circle at 75% 35%, rgba(215,169,79,.12), transparent 30%),
    linear-gradient(135deg, #020406, #07111C 48%, #05080D);
}

.home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .38;
  background:
    linear-gradient(90deg, rgba(5,8,13,.95), rgba(5,8,13,.25), rgba(5,8,13,.75)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?q=80&w=1920&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  filter: saturate(.8) contrast(1.05);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 60px;
  align-items: center;
}

.home-eyebrow,
.home-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(215,169,79,.42);
  border-radius: 999px;
  color: var(--home-secondary);
  font-weight: 850;
  background: rgba(5,8,13,.48);
  margin-bottom: 24px;
}

.home-hero h1,
.home-copy h2,
.home-section-head h2,
.home-brands h2 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 94px);
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.home-hero h1 span,
.home-copy h2 span {
  color: var(--home-primary);
}

.home-hero h1 span {
  display: block;
  color: var(--home-primary);
}

.home-hero p,
.home-copy p,
.home-section-head p {
  max-width: 720px;
  color: var(--home-muted);
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 2.15;
  margin: 28px 0 0;
}

.home-copy h3 {
  color: var(--home-primary);
  font-size: clamp(22px, 2vw, 36px);
  margin: 20px 0 0;
  font-weight: 900;
  line-height: 1.5;
}

.home-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.home-hero-visual {
  min-height: 520px;
  border: 1px solid rgba(215,169,79,.28);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(17,22,30,.40), rgba(17,22,30,.08)),
    radial-gradient(circle at 70% 40%, rgba(215,169,79,.14), transparent 42%);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.home-hero-visual::before {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(215,169,79,.20);
  border-radius: 28px;
  background:
    linear-gradient(90deg, transparent 0 96%, rgba(215,169,79,.18) 96% 100%),
    linear-gradient(0deg, transparent 0 96%, rgba(215,169,79,.14) 96% 100%);
  background-size: 42px 42px;
  opacity: .5;
}

.home-hero-visual .home-brand {
  position: absolute;
  top: 40px;
  right: 40px;
}

.home-dashboard-card {
  position: relative;
  z-index: 2;
  width: min(100%, 460px);
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(215,169,79,.32);
  background: rgba(5,8,13,.62);
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.home-dashboard-card span {
  color: var(--home-secondary);
  font-weight: 900;
}

.home-dashboard-card i {
  display: block;
  height: 12px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(215,169,79,.20), rgba(215,169,79,.90));
}

.home-dashboard-card i:nth-child(3) { width: 70%; }
.home-dashboard-card i:nth-child(4) { width: 88%; }

.home-metric-strip {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(215,169,79,.22);
  border-radius: 22px;
  background: rgba(8, 12, 19, .82);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.home-metric-strip div {
  min-height: 110px;
  padding: 26px;
  border-left: 1px solid rgba(215,169,79,.16);
}

.home-metric-strip div:last-child {
  border-left: 0;
}

.home-metric-strip b {
  display: block;
  color: #fff;
  font-size: clamp(18px, 1.5vw, 28px);
  font-weight: 950;
}

.home-metric-strip small {
  display: block;
  color: var(--home-muted);
  margin-top: 8px;
}

.home-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.home-split-reverse {
  direction: ltr;
}

.home-split-reverse > * {
  direction: rtl;
}

.home-image-panel,
.home-chart-panel,
.home-metals-panel,
.home-ai-panel,
.home-methods-panel {
  min-height: 520px;
  border: 1px solid rgba(215,169,79,.24);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(5,8,13,.45), rgba(5,8,13,.88)),
    url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
}

.home-panel-glow {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(215,169,79,.18));
}

.home-card-grid {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.home-card-grid-4 { grid-template-columns: repeat(4, 1fr); }
.home-card-grid-3 { grid-template-columns: repeat(3, 1fr); }

.home-feature-card,
.home-service-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  min-height: 220px;
  border: 1px solid rgba(215,169,79,.24);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(17,22,30,.88), rgba(7,10,16,.78));
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.home-feature-card::after,
.home-service-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--home-primary), transparent);
}

.home-feature-card span,
.home-service-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215,169,79,.36);
  border-radius: 18px;
  color: var(--home-secondary);
  font-size: 28px;
  background: rgba(215,169,79,.07);
  margin-bottom: 22px;
}

.home-feature-card h3,
.home-service-card h3 {
  font-size: clamp(20px, 1.6vw, 30px);
  margin: 0;
  font-weight: 950;
}

.home-feature-card p,
.home-service-card p {
  color: var(--home-muted);
  line-height: 2;
  margin: 18px 0 0;
  font-size: 15px;
}

.home-service-card a {
  display: inline-flex;
  color: var(--home-secondary);
  margin-top: 22px;
  font-weight: 900;
}

.home-section-head {
  text-align: center;
}

.home-section-head .home-brand {
  justify-content: center;
  margin-bottom: 20px;
}

.home-section-head h2,
.home-brands h2 {
  font-size: clamp(34px, 4vw, 68px);
}

.home-section-head p {
  margin-left: auto;
  margin-right: auto;
}

.home-mini-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.home-mini-cards div,
.home-assistant-badges div,
.home-booking-trust div {
  padding: 22px;
  border: 1px solid rgba(215,169,79,.24);
  border-radius: 18px;
  background: rgba(17,22,30,.68);
}

.home-mini-cards span,
.home-assistant-badges span {
  color: var(--home-secondary);
  font-size: 24px;
}

.home-mini-cards b,
.home-booking-trust b {
  display: block;
  font-size: 17px;
  margin-top: 8px;
  color: #fff;
}

.home-mini-cards small,
.home-booking-trust small {
  display: block;
  color: var(--home-muted);
  line-height: 1.8;
  margin-top: 8px;
}

.home-chart-card {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 36px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(215,169,79,.30);
  background: rgba(5,8,13,.76);
}

.home-chart-card b,
.home-chart-card strong,
.home-chart-card em {
  display: block;
}

.home-chart-card strong {
  color: var(--home-secondary);
  font-size: 34px;
  margin: 14px 0;
  direction: ltr;
}

.home-chart-card em {
  color: #37d67a;
  font-style: normal;
  font-weight: 900;
}

.home-chart-card i {
  display: inline-block;
  width: 28%;
  height: 90px;
  vertical-align: bottom;
  margin: 30px 2% 0;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, var(--home-secondary), rgba(215,169,79,.15));
}

.home-chart-card i:nth-child(5) { height: 130px; }
.home-chart-card i:nth-child(6) { height: 180px; }

.home-metals-panel {
  background:
    linear-gradient(90deg, rgba(5,8,13,.50), rgba(5,8,13,.90)),
    url("https://images.unsplash.com/photo-1610375461246-83df859d849d?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}

.home-bars {
  position: absolute;
  inset: auto 34px 34px;
  display: flex;
  gap: 18px;
  align-items: end;
}

.home-bars span {
  display: flex;
  align-items: end;
  justify-content: center;
  width: 30%;
  min-height: 170px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(215,169,79,.96), rgba(108,68,18,.75));
  color: #111;
  font-weight: 950;
  direction: ltr;
}

.home-bars span:nth-child(2) {
  min-height: 130px;
  background: linear-gradient(180deg, #eeeeee, #9c9c9c);
}

.home-bars span:nth-child(3) {
  min-height: 95px;
  background: linear-gradient(180deg, #b86d34, #5f2b14);
}

.home-ai-panel {
  background:
    linear-gradient(90deg, rgba(5,8,13,.46), rgba(5,8,13,.92)),
    url("https://images.unsplash.com/photo-1535223289827-42f1e9919769?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}

.home-chat {
  position: absolute;
  inset: 52px;
  padding: 28px;
  border: 1px solid rgba(215,169,79,.25);
  border-radius: 28px;
  background: rgba(5,8,13,.70);
  backdrop-filter: blur(14px);
}

.home-chat b {
  display: block;
  color: var(--home-secondary);
  font-size: 24px;
  margin-bottom: 20px;
}

.home-chat p {
  color: #fff;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 16px;
  line-height: 1.8;
}

.home-assistant-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.home-assistant-badges div {
  min-width: 180px;
}

.home-nested-grid {
  margin-top: 32px;
}

.home-methods-panel {
  background:
    linear-gradient(90deg, rgba(5,8,13,.55), rgba(5,8,13,.86)),
    url("https://images.unsplash.com/photo-1553877522-43269d4ea984?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}

.home-brand-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.home-brand-strip div {
  min-height: 110px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(215,169,79,.20);
  border-radius: 20px;
  background: rgba(17,22,30,.60);
  color: var(--home-muted);
  font-weight: 900;
}

.home-brand-strip img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
  filter: grayscale(1) brightness(2);
}

.home-booking {
  background:
    linear-gradient(90deg, rgba(5,8,13,.98), rgba(5,8,13,.70)),
    url("https://images.unsplash.com/photo-1560472354-b33ff0c44a43?q=80&w=1920&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}

.home-booking-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 34px;
}

.home-form-embed {
  border: 1px solid rgba(215,169,79,.25);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(5,8,13,.66);
}

.home-form-embed .iecc-booking-section {
  padding: 0 !important;
  background: transparent !important;
}

.home-form-embed .iecc-booking-brand,
.home-form-embed .iecc-booking-heading {
  display: none !important;
}

.home-form-embed .iecc-booking-grid {
  width: 100% !important;
  display: block !important;
}

.home-form-embed .iecc-form-card {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.home-footer {
  padding: 44px 0;
  border-top: 1px solid rgba(215,169,79,.18);
  background: #030508;
}

.home-footer .home-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.home-footer p {
  color: var(--home-muted);
  margin: 0;
}

@media (max-width: 1180px) {
  .home-header {
    grid-template-columns: auto 1fr auto;
  }

  .home-nav {
    position: absolute;
    inset: calc(100% + 12px) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: rgba(5,8,13,.96);
    border: 1px solid rgba(215,169,79,.25);
    border-radius: 24px;
    padding: 18px;
  }

  .home-header.is-open .home-nav {
    display: flex;
  }

  .home-menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .home-hero-grid,
  .home-split {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: auto;
  }

  .home-card-grid-4,
  .home-card-grid-3,
  .home-metric-strip,
  .home-mini-cards,
  .home-brand-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .home-container {
    width: min(100% - 32px, 1420px);
  }

  .home-section {
    padding: 64px 0;
  }

  .home-header {
    width: calc(100% - 24px);
    border-radius: 24px;
    grid-template-columns: 1fr auto;
  }

  .home-header > .home-btn {
    display: none;
  }

  .home-brand small {
    font-size: 8px;
    letter-spacing: .10em;
  }

  .home-hero {
    padding-top: 128px;
  }

  .home-hero h1,
  .home-copy h2,
  .home-section-head h2 {
    font-size: clamp(34px, 12vw, 54px);
  }

  .home-actions,
  .home-footer .home-container {
    flex-direction: column;
    align-items: stretch;
  }

  .home-btn {
    width: 100%;
  }

  .home-card-grid-4,
  .home-card-grid-3,
  .home-metric-strip,
  .home-mini-cards,
  .home-brand-strip,
  .home-booking-trust {
    grid-template-columns: 1fr;
  }

  .home-metric-strip div {
    border-left: 0;
    border-bottom: 1px solid rgba(215,169,79,.16);
  }

  .home-metric-strip div:last-child {
    border-bottom: 0;
  }

  .home-image-panel,
  .home-chart-panel,
  .home-metals-panel,
  .home-ai-panel,
  .home-methods-panel {
    min-height: 380px;
    border-radius: 24px;
  }

  .home-chart-card,
  .home-chat {
    inset: auto 18px 18px;
  }

  .home-bars {
    inset: auto 18px 18px;
  }

  .home-bars span {
    padding: 12px;
    font-size: 12px;
  }
}


/* v1.1 font control:
   --home-font can inherit theme font, use a Yekan stack, or load a custom @font-face from plugin settings. */
.home-iecc-wrap input,
.home-iecc-wrap select,
.home-iecc-wrap textarea,
.home-iecc-wrap button {
  font-family: var(--home-font) !important;
}


/* v1.2 Pro features */
.home-reveal-on .home-section {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s ease, transform .75s ease;
}

.home-reveal-on .home-section.is-visible,
.home-reveal-on .home-hero {
  opacity: 1;
  transform: none;
}

.home-mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9998;
  display: none;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(215,169,79,.28);
  border-radius: 22px;
  background: rgba(5,8,13,.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0,0,0,.42);
}

.home-mobile-cta a {
  min-height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-weight: 950;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
}

.home-mobile-cta .home-mobile-cta-primary {
  color: #111;
  background: linear-gradient(135deg, var(--home-secondary), var(--home-primary));
  border-color: rgba(255,255,255,.18);
}

.home-iecc-wrap::selection {
  background: var(--home-primary);
  color: #111;
}

.home-section-head,
.home-copy,
.home-feature-card,
.home-service-card,
.home-mini-cards div,
.home-metric-strip,
.home-form-embed {
  will-change: transform;
}

@media (max-width: 760px) {
  .home-mobile-cta {
    display: grid;
  }

  .home-iecc-wrap {
    padding-bottom: 78px;
  }
}


/* v1.3 SEO/UX sections */
.home-lead-box {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 34px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(215,169,79,.26);
  border-radius: 32px;
  background:
    radial-gradient(circle at 80% 10%, rgba(215,169,79,.14), transparent 36%),
    linear-gradient(145deg, rgba(17,22,30,.90), rgba(5,8,13,.82));
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
}

.home-lead-box h2 {
  margin: 0;
  font-size: clamp(32px, 3.6vw, 64px);
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.home-lead-box p {
  color: var(--home-muted);
  line-height: 2.1;
  font-size: 18px;
  margin: 18px 0 0;
}

.home-lead-list {
  display: grid;
  gap: 16px;
}

.home-lead-list article {
  padding: 24px;
  border: 1px solid rgba(215,169,79,.22);
  border-radius: 22px;
  background: rgba(5,8,13,.52);
}

.home-lead-list b {
  display: block;
  color: var(--home-secondary);
  font-size: 20px;
  margin-bottom: 9px;
}

.home-lead-list span {
  color: var(--home-muted);
  line-height: 1.9;
}

.home-faq-list {
  max-width: 980px;
  margin-top: 32px;
}

.home-faq-list details {
  border: 1px solid rgba(215,169,79,.24);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(17,22,30,.82), rgba(7,10,16,.70));
  margin-bottom: 14px;
  overflow: hidden;
}

.home-faq-list summary {
  cursor: pointer;
  padding: 24px 28px;
  color: #fff;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 950;
  list-style: none;
}

.home-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-faq-list summary::after {
  content: "+";
  float: left;
  color: var(--home-secondary);
  font-size: 24px;
  line-height: 1;
}

.home-faq-list details[open] summary::after {
  content: "−";
}

.home-faq-list p {
  color: var(--home-muted);
  line-height: 2.1;
  padding: 0 28px 24px;
  margin: 0;
  font-size: 16px;
}

@media (max-width: 900px) {
  .home-lead-box {
    grid-template-columns: 1fr;
    padding: 28px;
  }
}


/* v1.4 founder + contact sections */
.home-founder {
  background:
    radial-gradient(circle at 76% 18%, rgba(215,169,79,.11), transparent 35%),
    linear-gradient(135deg, #05080D, #07111C 52%, #05080D);
}

.home-founder-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 58px;
  align-items: center;
}

.home-founder-photo {
  position: relative;
  min-height: 680px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(215,169,79,.25);
  background: linear-gradient(145deg, rgba(17,22,30,.78), rgba(5,8,13,.94));
  box-shadow: 0 28px 90px rgba(0,0,0,.30);
}

.home-founder-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .38;
  filter: saturate(.85) contrast(1.05);
}

.home-founder-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,8,13,.10), rgba(5,8,13,.78));
}

.home-founder-photo img {
  position: absolute;
  z-index: 2;
  max-width: 88%;
  max-height: 92%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  object-fit: contain;
  filter: drop-shadow(0 28px 44px rgba(0,0,0,.48));
}

.home-founder-content h2 {
  margin: 0;
  font-size: clamp(38px, 4.8vw, 78px);
  line-height: 1.25;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.home-founder-content h3 {
  color: var(--home-primary);
  font-size: clamp(22px, 2vw, 34px);
  margin: 14px 0 0;
  font-weight: 900;
}

.home-founder-content p {
  color: var(--home-muted);
  line-height: 2.05;
  font-size: 17px;
  margin: 22px 0 0;
}

.home-founder-content blockquote {
  margin: 28px 0 0;
  padding: 24px 28px;
  border-right: 4px solid var(--home-primary);
  border-radius: 18px;
  background: rgba(215,169,79,.08);
  color: #fff;
  font-size: clamp(20px, 1.8vw, 30px);
  line-height: 1.8;
  font-weight: 900;
}

.home-founder-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.home-founder-badges div {
  padding: 22px;
  border: 1px solid rgba(215,169,79,.23);
  border-radius: 18px;
  background: rgba(17,22,30,.62);
}

.home-founder-badges b {
  display: block;
  color: var(--home-secondary);
  font-size: 18px;
  margin-bottom: 8px;
}

.home-founder-badges span {
  display: block;
  color: var(--home-muted);
  line-height: 1.8;
  font-size: 14px;
}

.home-contact {
  background:
    radial-gradient(circle at 20% 10%, rgba(215,169,79,.10), transparent 35%),
    linear-gradient(135deg, #030508, #07111C 55%, #030508);
}

.home-contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.home-contact-copy h2 {
  margin: 0;
  font-size: clamp(36px, 4.4vw, 72px);
  line-height: 1.25;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.home-contact-copy p {
  max-width: 680px;
  color: var(--home-muted);
  line-height: 2.1;
  font-size: 18px;
  margin: 22px 0 0;
}

.home-contact-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.home-contact-card > div {
  padding: 24px;
  border: 1px solid rgba(215,169,79,.24);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(17,22,30,.82), rgba(7,10,16,.70));
}

.home-contact-card span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(215,169,79,.34);
  border-radius: 16px;
  color: var(--home-secondary);
  font-size: 24px;
  background: rgba(215,169,79,.07);
  margin-bottom: 14px;
}

.home-contact-card b {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}

.home-contact-card a,
.home-contact-card p {
  display: block;
  color: var(--home-muted);
  line-height: 1.9;
  margin: 8px 0 0;
  direction: ltr;
  text-align: right;
}

.home-contact-address {
  grid-column: 1 / -1;
}

.home-contact-address p {
  direction: rtl;
}

@media (max-width: 1100px) {
  .home-founder-grid,
  .home-contact-grid {
    grid-template-columns: 1fr;
  }

  .home-founder-badges,
  .home-contact-card {
    grid-template-columns: 1fr;
  }

  .home-founder-photo {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .home-founder-photo {
    min-height: 430px;
  }

  .home-founder-content blockquote {
    font-size: 18px;
  }
}
