/* ============================================================
   GulfEstate — AI chat
   Loaded on the homepage. Nothing here touches existing styles;
   every selector is prefixed .gec-
   ============================================================ */

.gec-hidden { display: none !important; }

/* ---------- language picker in the top nav ---------- */
.gec-lang {
  position: relative; display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid #DCE3EA; background: #fff; border-radius: 999px;
  padding: 6px 12px; font-family: inherit; font-size: 13px; font-weight: 600; line-height: 1; color: #12181F; cursor: pointer;
}
.gec-lang:hover { border-color: #0E7C5A; }
.gec-lang svg { width: 14px; height: 14px; opacity: .6 }
.gec-lang-menu {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 9999;
  background: #fff; border: 1px solid #E3E9EE; border-radius: 14px;
  box-shadow: 0 18px 44px rgba(11,24,40,.16); padding: 6px;
  display: none; grid-template-columns: 1fr 1fr; gap: 2px; min-width: 260px;
}
.gec-lang-menu.open { display: grid }
.gec-lang-menu button {
  border: 0; background: none; text-align: left; padding: 8px 11px;
  border-radius: 9px; font-family: inherit; font-size: 14px; color: #22303F; cursor: pointer; white-space: nowrap;
}
.gec-lang-menu button:hover { background: #F1F5F8 }
.gec-lang-menu button[aria-current="true"] { background: #E7F5EF; color: #0B5E43; font-weight: 700 }

/* ---------- the overlay ---------- */
.gec-overlay {
  position: fixed; inset: 0; z-index: 100000;
  background: #FBFCFD; display: flex; flex-direction: column;
  opacity: 0; pointer-events: none; transition: opacity .18s ease;
}
.gec-overlay.on { opacity: 1; pointer-events: auto }
body.gec-locked { overflow: hidden }

.gec-top {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 20px; border-bottom: 1px solid #E9EDF1; background: #fff; flex: 0 0 auto;
}
.gec-top .gec-brand { font-family: inherit; font-size: 17px; font-weight: 800; line-height: 1; letter-spacing: -.02em; color: #12181F }
.gec-top .gec-brand span { color: #0E7C5A }
.gec-badge {
  font-family: inherit; font-size: 11px; font-weight: 700; line-height: 1; letter-spacing: .04em; text-transform: uppercase;
  background: #E7F5EF; color: #0B5E43; border-radius: 999px; padding: 5px 9px;
}
.gec-top .gec-sp { margin-left: auto; display: flex; align-items: center; gap: 10px }
.gec-iconbtn {
  border: 1px solid #DCE3EA; background: #fff; border-radius: 9px; width: 34px; height: 34px;
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
  font-size: 16px; color: #5F6D7C; line-height: 1;
}
.gec-iconbtn:hover { border-color: #0E7C5A; color: #0E7C5A }
.gec-textbtn {
  border: 1px solid #DCE3EA; background: #fff; border-radius: 9px; padding: 8px 13px;
  font-family: inherit; font-size: 13px; font-weight: 600; line-height: 1; color: #3E4A57; cursor: pointer;
}
.gec-textbtn:hover { border-color: #0E7C5A; color: #0E7C5A }

/* ---------- scroll area ---------- */
.gec-scroll { flex: 1 1 auto; overflow-y: auto; scroll-behavior: smooth }
.gec-thread { max-width: 760px; margin: 0 auto; padding: 30px 20px 24px }

.gec-msg { display: flex; gap: 14px; margin-bottom: 24px; align-items: flex-start }
.gec-av {
  flex: 0 0 30px; height: 30px; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-family: inherit; font-size: 10.5px; font-weight: 700; line-height: 1; letter-spacing: .02em; margin-top: 2px;
}
.gec-msg.user .gec-av { background: #12181F; color: #fff }
.gec-msg.ai   .gec-av { background: #0E7C5A; color: #fff }
.gec-body { flex: 1 1 auto; min-width: 0; font-size: 15.5px; line-height: 1.68; color: #1A2530 }
.gec-body p { margin: 0 0 12px }
.gec-body p:last-child { margin-bottom: 0 }
.gec-body ul, .gec-body ol { margin: 0 0 12px 20px }
.gec-body li { margin-bottom: 5px }
.gec-body h3 { font-size: 16px; margin: 18px 0 8px; letter-spacing: -.01em }
.gec-body strong { font-weight: 700; color: #0C1219 }
.gec-body a { color: #0E7C5A; text-decoration: underline; text-underline-offset: 2px }
.gec-body code {
  background: #F1F4F7; border-radius: 5px; padding: 1px 5px;
  font: 13px ui-monospace, SFMono-Regular, Menlo, monospace;
}
.gec-msg.user .gec-body { color: #0C1219; font-weight: 500 }
.gec-body[dir="rtl"] { text-align: right }

.gec-caret {
  display: inline-block; width: 8px; height: 17px; background: #0E7C5A;
  vertical-align: -3px; margin-left: 2px; animation: gec-blink 1s steps(2) infinite;
}
@keyframes gec-blink { 0%,100%{opacity:1} 50%{opacity:0} }

.gec-thinking { display: flex; gap: 5px; padding: 6px 0 }
.gec-thinking i {
  width: 7px; height: 7px; border-radius: 50%; background: #B7C3CF; display: block;
  animation: gec-bounce 1.2s infinite ease-in-out;
}
.gec-thinking i:nth-child(2) { animation-delay: .15s }
.gec-thinking i:nth-child(3) { animation-delay: .3s }
@keyframes gec-bounce { 0%,60%,100%{transform:translateY(0);opacity:.5} 30%{transform:translateY(-5px);opacity:1} }

.gec-err {
  background: #FEF3F2; border: 1px solid #F5CFCA; color: #8A2A20;
  border-radius: 10px; padding: 11px 14px; font-size: 14px;
}

.gec-disc {
  max-width: 760px; margin: 0 auto; padding: 4px 20px 26px;
  font-size: 12px; line-height: 1.6; color: #93A0AE;
}

/* ---------- composer ---------- */
.gec-composer { flex: 0 0 auto; border-top: 1px solid #E9EDF1; background: #fff; padding: 14px 20px 16px }
.gec-composer-in { max-width: 760px; margin: 0 auto }
.gec-inputwrap {
  display: flex; align-items: flex-end; gap: 10px; background: #fff;
  border: 1px solid #D9E0E7; border-radius: 22px; padding: 8px 8px 8px 18px;
  box-shadow: 0 2px 10px rgba(11,24,40,.05); transition: border-color .15s, box-shadow .15s;
}
.gec-inputwrap:focus-within { border-color: #0E7C5A; box-shadow: 0 0 0 3px rgba(14,124,90,.1) }
.gec-inputwrap textarea {
  flex: 1 1 auto; border: 0; outline: 0; resize: none; background: none;
  font-family: inherit; font-size: 15.5px; line-height: 1.55; color: #12181F; max-height: 190px; padding: 7px 0;
}
.gec-inputwrap textarea::placeholder { color: #9BA8B6 }
.gec-send {
  flex: 0 0 auto; width: 38px; height: 38px; border: 0; border-radius: 50%;
  background: #0E7C5A; color: #fff; cursor: pointer; display: flex;
  align-items: center; justify-content: center; font-size: 17px; line-height: 1;
}
.gec-send:disabled { background: #CBD5DE; cursor: default }
.gec-hint { text-align: center; font-size: 11.5px; color: #A6B2C0; margin-top: 9px }

/* ---------- starter chips ---------- */
.gec-starters { display: flex; flex-wrap: wrap; gap: 9px; margin: 4px 0 8px }
.gec-starters button {
  border: 1px solid #E0E7EC; background: #fff; border-radius: 999px;
  padding: 9px 15px; font-family: inherit; font-size: 13.5px; font-weight: 500; line-height: 1; color: #33414F; cursor: pointer;
}
.gec-starters button:hover { border-color: #0E7C5A; color: #0B5E43; background: #F5FBF8 }

/* ---------- email gate ---------- */
.gec-gate { position: fixed; inset: 0; z-index: 100001; display: none; align-items: center; justify-content: center; padding: 20px }
.gec-gate.on { display: flex }
.gec-gate-bg { position: absolute; inset: 0; background: rgba(10,16,32,.55); backdrop-filter: blur(3px) }
.gec-gate-card {
  position: relative; background: #fff; border-radius: 20px; width: 100%; max-width: 430px;
  padding: 30px 28px 24px; box-shadow: 0 30px 70px rgba(10,16,32,.3);
}
.gec-gate-card h3 { font-size: 21px; letter-spacing: -.02em; margin: 0 0 6px; color: #0C1219 }
.gec-gate-card p.gec-sub { font-size: 14px; color: #6B7887; margin: 0 0 20px; line-height: 1.55 }
.gec-field { margin-bottom: 13px }
.gec-field label { display: block; font-family: inherit; font-size: 12.5px; font-weight: 600; line-height: 1; color: #3E4A57; margin-bottom: 6px }
.gec-field input[type=text], .gec-field input[type=email], .gec-field input[type=tel] {
  width: 100%; padding: 11px 13px; border: 1px solid #D9E0E7; border-radius: 10px;
  font-family: inherit; font-size: 15px; color: #12181F; background: #fff;
}
.gec-field input:focus { outline: 0; border-color: #0E7C5A; box-shadow: 0 0 0 3px rgba(14,124,90,.11) }
/* ---------- phone with country code ---------- */
.gec-phone { position: relative; display: flex; align-items: stretch; gap: 0 }
.gec-cc {
  display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto;
  border: 1px solid #D9E0E7; border-right: 0; border-radius: 10px 0 0 10px;
  background: #F8FAFB; padding: 0 10px 0 12px; cursor: pointer;
  font-family: inherit; font-size: 15px; color: #12181F; line-height: 1;
}
.gec-cc:hover { background: #F1F5F8 }
.gec-cc-flag { font-size: 17px; line-height: 1 }
.gec-cc-dial { font-variant-numeric: tabular-nums; font-weight: 600; font-size: 14.5px }
.gec-cc svg { width: 10px; height: 6px; opacity: .5; flex: 0 0 auto }
.gec-phone input[type=tel] {
  flex: 1 1 auto; min-width: 0; width: 100%;
  border: 1px solid #D9E0E7; border-radius: 0 10px 10px 0;
  padding: 11px 13px; font-family: inherit; font-size: 15px; color: #12181F; background: #fff;
}
.gec-phone input[type=tel]:focus { outline: 0; border-color: #0E7C5A; box-shadow: 0 0 0 3px rgba(14,124,90,.11) }
.gec-phone:focus-within .gec-cc { border-color: #0E7C5A }

.gec-cc-menu {
  position: absolute; top: calc(100% + 6px); left: 0; z-index: 5;
  width: 300px; max-width: 100%; background: #fff;
  border: 1px solid #E3E9EE; border-radius: 13px;
  box-shadow: 0 18px 44px rgba(11,24,40,.18); padding: 8px; display: none;
}
.gec-cc-menu.open { display: block }
.gec-cc-search {
  width: 100%; border: 1px solid #E1E7EC; border-radius: 9px;
  padding: 8px 11px; font-family: inherit; font-size: 14px; margin-bottom: 6px; color: #12181F;
}
.gec-cc-search:focus { outline: 0; border-color: #0E7C5A }
.gec-cc-list { max-height: 230px; overflow-y: auto }
.gec-cc-list button {
  display: flex; align-items: center; gap: 9px; width: 100%;
  border: 0; background: none; text-align: left; cursor: pointer;
  padding: 8px 9px; border-radius: 8px; font-family: inherit; font-size: 14px; color: #22303F;
}
.gec-cc-list button:hover { background: #F1F5F8 }
.gec-cc-list button[aria-selected="true"] { background: #E7F5EF; color: #0B5E43; font-weight: 600 }
.gec-cc-list .f { font-size: 16px; flex: 0 0 auto }
.gec-cc-list .n { flex: 1 1 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.gec-cc-list .d { flex: 0 0 auto; color: #8894A2; font-variant-numeric: tabular-nums; font-size: 13px }
.gec-cc-none { padding: 14px; text-align: center; color: #A6B2C0 }
[dir="rtl"] .gec-cc { border-radius: 0 10px 10px 0; border-right: 1px solid #D9E0E7; border-left: 0 }
[dir="rtl"] .gec-phone input[type=tel] { border-radius: 10px 0 0 10px }
[dir="rtl"] .gec-cc-menu { left: auto; right: 0 }

.gec-consent { display: flex; gap: 9px; align-items: flex-start; font-size: 12.5px; color: #6B7887; line-height: 1.5; margin: 14px 0 18px }
.gec-consent input { margin-top: 2px; flex: 0 0 auto }
.gec-consent a { color: #0E7C5A }
.gec-gate-card .gec-go {
  width: 100%; border: 0; border-radius: 12px; background: #0E7C5A; color: #fff;
  padding: 13px; font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer;
}
.gec-gate-card .gec-go:disabled { background: #B9C6D0; cursor: default }
.gec-gate-err { background: #FEF3F2; border: 1px solid #F5CFCA; color: #8A2A20; border-radius: 9px; padding: 9px 12px; font-size: 13px; margin-bottom: 13px }
.gec-gate-close { position: absolute; top: 12px; right: 14px; border: 0; background: none; font-size: 22px; color: #A6B2C0; cursor: pointer; line-height: 1 }
.gec-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0 }

/* ---------- floating launcher ---------- */
.gec-fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 99990;
  border: 0; border-radius: 999px; background: linear-gradient(135deg,#12A374,#0E7C5A); color: #fff;
  padding: 15px 22px; font-family: inherit; font-size: 15px; font-weight: 800; line-height: 1; cursor: pointer;
  box-shadow: 0 10px 26px rgba(14,124,90,.4); display: none; align-items: center; gap: 9px;
  transition: transform .18s ease, box-shadow .18s ease;
  animation: gecFabPulse 2.4s ease-in-out infinite;
}
.gec-fab.on { display: inline-flex }
.gec-fab:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 34px rgba(14,124,90,.5); animation-play-state: paused; }
.gec-fab:active { transform: translateY(-1px) scale(.98); }
.gec-fab-dot { position: absolute; top: -3px; right: -3px; width: 12px; height: 12px; border-radius: 50%; background: #4ADE80; border: 2px solid #fff; animation: gecDotPulse 1.8s infinite; }
@keyframes gecFabPulse {
  0%, 100% { box-shadow: 0 10px 26px rgba(14,124,90,.4); }
  50% { box-shadow: 0 10px 26px rgba(14,124,90,.4), 0 0 0 9px rgba(14,124,90,.16); }
}
@keyframes gecDotPulse {
  0% { box-shadow: 0 0 0 0 rgba(74,222,128,.6); }
  70% { box-shadow: 0 0 0 6px rgba(74,222,128,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}
@media (prefers-reduced-motion: reduce) {
  .gec-fab { animation: none; }
  .gec-fab-dot { animation: none; }
}

@media (max-width: 640px) {
  .gec-thread { padding: 22px 15px 18px }
  .gec-composer { padding: 10px 12px 12px }
  .gec-top { padding: 10px 14px }
  .gec-lang-menu { grid-template-columns: 1fr; min-width: 180px }
}

/* ============================================================
   Hero — reads as a conversation, not a search box
   Restyles the existing .hero / .ai-search-wrap / .h-acts markup.
   ============================================================ */
.gec-hero .gec-hero-h {
  font-size: clamp(30px, 4.4vw, 52px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  text-align: center;
}
.gec-hero .gec-hero-h em { font-style: normal; color: #2E7D5B }
.gec-hero-sub {
  max-width: 640px; margin: 14px auto 0; text-align: center;
  font-size: clamp(14.5px, 1.35vw, 16.5px); line-height: 1.5; color: #61707E;
}

/* ---------- conversation preview ---------- */
.gec-preview {
  max-width: 760px; margin: 28px auto 0; min-height: 116px;
  transition: opacity .35s ease, transform .35s ease;
}
.gec-preview.out { opacity: 0; transform: translateY(-6px) }
.gec-pv-row { display: flex; gap: 12px; margin-bottom: 15px; align-items: flex-start }
.gec-pv-av {
  width: 28px; height: 28px; border-radius: 50%; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  font-family: inherit; font-size: 9.5px; font-weight: 700; color: #fff; letter-spacing: .02em;
}
.gec-pv-av.u { background: #12181F }
.gec-pv-av.a { background: #0E7C5A }
.gec-pv-t {
  flex: 1 1 auto; min-width: 0; font-size: 15.5px; line-height: 1.6; color: #1A2530;
  text-align: left;                 /* the hero centres its text; a chat must not be centred */
}
[dir="rtl"] .gec-pv-t { text-align: right }
.gec-pv-row.u .gec-pv-t { font-weight: 500; color: #0C1219 }
.gec-pv-t strong { font-weight: 700; color: #0C1219 }
.gec-pv-caret {
  display: inline-block; width: 7px; height: 16px; background: #0E7C5A;
  vertical-align: -3px; margin-left: 2px; animation: gec-blink 1s steps(2) infinite;
}

/* ---------- the hero box as a composer ---------- */
.gec-hero .gec-hero-box {
  display: flex !important; align-items: center; flex-wrap: wrap; gap: 12px;
  max-width: 840px; margin: 26px auto 0 !important;
  background: #fff; border: 1px solid #E2E8ED !important; border-radius: 26px !important;
  box-shadow: 0 6px 26px rgba(11,24,40,.07) !important;
  padding: 14px 14px 12px 20px !important;
}
.gec-hero-spark { flex: 0 0 auto; width: 24px; height: 24px; color: #2E7D5B; display: block }
.gec-hero-spark svg { width: 100%; height: 100%; display: block }
.gec-hero .gec-hero-box #heroSearch {
  flex: 1 1 220px; min-width: 0; border: 0 !important; outline: 0 !important;
  background: none !important; box-shadow: none !important;
  font-family: inherit; font-size: clamp(15px, 1.5vw, 17.5px) !important; color: #12181F;
  padding: 4px 0 !important; height: auto !important;
}
.gec-hero .gec-hero-box #heroSearch { text-align: left }
[dir="rtl"] .gec-hero .gec-hero-box #heroSearch { text-align: right }
.gec-hero .gec-hero-box #heroSearch::placeholder { color: #9BA8B6 }
.gec-hero .gec-hero-send {
  flex: 0 0 auto; width: 40px !important; height: 40px !important; min-width: 0 !important;
  padding: 0 !important; border-radius: 50% !important; border: 0 !important;
  background: #0E7C5A !important; color: #fff !important;
  font-size: 19px !important; font-weight: 700; line-height: 1 !important; cursor: pointer;
  display: flex !important; align-items: center; justify-content: center;
}
.gec-hero .gec-hero-send:hover { background: #0B6247 !important }
.gec-hero-foot {
  flex: 1 0 100%; display: flex; align-items: center; gap: 9px; flex-wrap: wrap;
  margin-top: 12px; padding-top: 11px; border-top: 1px solid #F0F3F5;
  font-size: 12.5px; color: #93A0AE;
}
.gec-hero-badge {
  background: #EAF6EF; border: 1px solid #BEE3CE; border-radius: 99px; padding: 4px 10px;
  font-weight: 700; color: #0B5E43; font-size: 12px;
}
.gec-hero-enter { margin-left: auto }
[dir="rtl"] .gec-hero-enter { margin-left: 0; margin-right: auto }

/* ---------- question chips ---------- */
.gec-hero-chips {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  max-width: 900px; margin: 22px auto 0;
}
.gec-hero-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid #E3E9EE; border-radius: 99px;
  padding: 10px 17px; cursor: pointer;
  font-family: inherit; font-size: 14.5px; font-weight: 500; color: #33414F; line-height: 1;
}
.gec-hero-chip:hover { border-color: #0E7C5A; color: #0B5E43; background: #F5FBF8 }
.gec-hero-chip .ic { opacity: .8 }

/* The four goal buttons are retired — the question chips above do the same job
   and read as conversation starters rather than filters. */
.gec-hero .h-acts { display: none !important }

@media (max-width: 720px) {
  .gec-preview { min-height: 150px; margin-top: 22px }
  .gec-pv-t { font-size: 14.5px }
  .gec-hero-foot .gec-hero-enter { display: none }
  .gec-hero-chips { gap: 8px; margin-top: 18px }
  .gec-hero-chip { font-size: 13px; padding: 9px 14px }
}

/* ---------- the language badge in the hero box is a picker ---------- */
.gec-hero-langwrap { position: relative; display: inline-flex }
button.gec-hero-badge {
  border: 1px solid #BEE3CE; cursor: pointer; display: inline-flex; align-items: center; gap: 6px;
  font-family: inherit; font-size: 12px; font-weight: 700; color: #0B5E43; line-height: 1;
}
button.gec-hero-badge:hover { background: #DCEEE3; color: #0B5E43; border-color: #9FCDB2 }
.gec-b-caret { width: 9px; height: 6px; opacity: .55; flex: 0 0 auto }
.gec-globe { font-size: 12px; line-height: 1 }
.gec-hero-langmenu {
  bottom: calc(100% + 8px); top: auto; left: 0; right: auto;
  min-width: 300px; max-width: 78vw;
}
[dir="rtl"] .gec-hero-langmenu { left: auto; right: 0 }
@media (max-width: 620px) {
  .gec-hero-langmenu { grid-template-columns: 1fr 1fr; min-width: 0; width: 74vw }
}

/* The "Tell us your goal" section is retired — the hero's question chips and the
   assistant itself do this job now. Hidden rather than deleted so it can come back. */
#goals { display: none !important }


/* ===================================================================
   PREMIUM HERO REDESIGN â minimal, high-end retouch (25 Aug 2026)
   =================================================================== */

.gec-hero .gec-hero-h{
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.gec-hero .gec-hero-h em{
  font-style: normal;
  font-weight: 600;
}
.gec-hero-sub{
  color: #4B5B54;
  font-weight: 400;
  line-height: 1.6;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.gec-trust-strip{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px auto 0;
  font-size: 12.5px;
  letter-spacing: .02em;
  color: #5B6B63;
}
.gec-trust-item{ white-space: nowrap; }
.gec-trust-dot{ color: #B9C6C0; }

.gec-preview{
  max-width: 640px;
  margin: 28px auto 0;
}
.gec-pv-row{
  background: #fff;
  border: 1px solid rgba(14,26,22,.07);
  box-shadow: 0 1px 2px rgba(14,26,22,.03);
  border-radius: 14px;
}
.gec-pv-av{
  font-size: 10px;
  letter-spacing: .06em;
  font-weight: 600;
}
.gec-pv-av.u{ background: #EDF2EF; color: #0E1A16; opacity: .7; }
.gec-pv-av.a{ background: #0E7C5A; color: #fff; }
.gec-pv-t{ color: #33413B; line-height: 1.55; }
.gec-pv-t strong{ color: #0E1A16; }

.gec-hero .gec-hero-box{
  border-radius: 16px;
  border: 1px solid rgba(14,26,22,.10);
  box-shadow: 0 1px 2px rgba(14,26,22,.03), 0 12px 32px rgba(14,26,22,.05);
  background: #fff;
}
#heroSearch{ font-weight: 400; }
.gec-hero .gec-hero-send{ background: #0E1A16; box-shadow: none; }
.gec-hero .gec-hero-send:hover{ background: #0E7C5A; }

.gec-hero-foot{ gap: 10px; }
.gec-hero-badge{
  background: transparent;
  border: 1px solid rgba(14,26,22,.12);
  color: #4B5B54;
  font-weight: 500;
  border-radius: 999px;
}
.gec-hero-enter{ color: #8B9A93; }

.gec-hero-langwrap{ position: relative; display: inline-flex; }
.gec-hero-badge.gec-b-lang{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.gec-b-lang .gec-globe{ font-size: 13px; line-height: 1; }
.gec-b-lang .gec-b-langname{ font-weight: 500; }
.gec-b-caret{ width: 8px; height: 8px; opacity: .55; transition: transform .15s ease; }
.gec-b-lang[aria-expanded="true"] .gec-b-caret{ transform: rotate(180deg); }
.gec-hero-langmenu{
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  min-width: 168px;
  max-height: 260px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(14,26,22,.08);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(14,26,22,.12);
  padding: 6px;
  z-index: 20;
}
.gec-hero-langmenu.open{ display: block; }
.gec-hero-langmenu button{
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 13.5px;
  color: #0E1A16;
  background: none;
  border: none;
  cursor: pointer;
}
.gec-hero-langmenu button:hover,
.gec-hero-langmenu button[aria-current="true"]{
  background: #F1F6F3;
}
.gec-hero[dir="rtl"] .gec-hero-langmenu{ left: auto; right: 0; text-align: right; }
.gec-hero[dir="rtl"] .gec-hero-langmenu button{ text-align: right; }

.gec-hero-chips{
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow: hidden;
  width: 100%;
  margin-top: 22px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 32px, #000 calc(100% - 32px), transparent);
          mask-image: linear-gradient(to right, transparent, #000 32px, #000 calc(100% - 32px), transparent);
  animation: gecChipsMarquee 36s linear infinite;
}
.gec-hero-chips:hover,
.gec-hero-chips:focus-within{
  animation-play-state: paused;
}
.gec-hero[dir="rtl"] .gec-hero-chips{ animation-direction: reverse; }
@keyframes gecChipsMarquee{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}
.gec-hero-chip{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(14,26,22,.10);
  background: #fff;
  color: #0E1A16;
  font-size: 13.5px;
  font-weight: 500;
  white-space: nowrap;
  transition: border-color .15s ease, transform .15s ease;
}
.gec-hero-chip:hover{
  border-color: #0E7C5A;
  transform: translateY(-1px);
}
.gec-hero-chip .ic{ font-size: 14px; }

@media (max-width: 640px){
  .gec-trust-strip{ font-size: 11.5px; gap: 8px; }
  .gec-hero-chip{ padding: 9px 14px; font-size: 13px; }
}
