/* ==========================================================
   Avyora overrides on top of the Aigocy template
   ========================================================== */

/* ---------- About block ---------- */
.section-about-us .col-left img.avy-globe {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-top: 24px;
}
.avy-review-meta .icon { font-size: 14px; }

/* ---------- Partners (integration wordmarks) ---------- */
.infiniteSlide_partner img { opacity: .75; transition: opacity .3s ease; }
.infiniteSlide_partner img:hover { opacity: 1; }

/* ---------- Service accordion "learn more" ---------- */
.avy-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--brand);
}
.avy-more .icon { font-size: 12px; transition: transform .3s ease; }
.avy-more:hover { color: var(--brand); }
.avy-more:hover .icon { transform: translate(2px, -2px); }
.pricing-item.style-black .avy-more { color: #fff; }
.list-tags .tags-item { cursor: default; }

/* ---------- Images from Unsplash keep cover fit ---------- */
.featured-works-item .image img,
.services-image img,
.section-services-single .image img,
.section-services-single .top-image img,
.section-about-us .box-quotes .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.featured-works-item .image { background: #d4d4d8; }
.featured-works-item .image img { aspect-ratio: 1908 / 990; }
.section-services-single .top-image img { aspect-ratio: 1914 / 900; border-radius: 40px; }
.section-services-single .image img { border-radius: 32px; }
.avy-img-tall { aspect-ratio: 624 / 807; }
.avy-img-wide { aspect-ratio: 1284 / 807; }
.avy-img-bot { aspect-ratio: 804 / 903; }

/* ---------- Audience rows (re-used awards layout) ---------- */
.awards-item .image img { border-radius: 14px; }
.awards-item .title { font-weight: 600; }

/* ---------- Statistic block on home (no team section above) ---------- */
.avy-stat-top { padding-top: 120px; }
@media (max-width: 991px) { .avy-stat-top { padding-top: 80px; } }

/* ---------- Pricing label (static, not toggled by main.js) ---------- */
.pricing-item .heading .price-label {
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -0.03em;
}
.pricing-item.style-black .heading .price-label { color: var(--white); }
@media (max-width: 767px) {
  .pricing-item .heading .price-label { font-size: 40px; line-height: 48px; }
}

/* ---------- Contact form ---------- */
.form-contact select.avy-select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-bottom: 1px solid var(--neutral-300);
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2371717A' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 2px center;
  padding: 0 22px 11px 0;
  color: var(--primary);
  font-size: 16px;
  outline: 0;
  border-radius: 0;
  transition: border-color .3s ease;
}
.form-contact select.avy-select:focus,
.form-contact input:focus,
.form-contact textarea:focus { border-bottom-color: var(--primary); }
.form-contact select.avy-select:invalid { color: var(--neutral-400); }
.form-contact textarea { resize: vertical; padding-top: 12px; }
.form-contact .avy-form-note { margin: 4px 0 22px; }
.avy-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.avy-form-status { margin-top: 16px; font-weight: 600; font-size: 15px; line-height: 1.5; }
.avy-form-status.is-success { color: #16803c; }
.avy-form-status.is-error { color: var(--brand); }
.form-contact button[disabled] { opacity: .6; pointer-events: none; }
.avy-contact-lead { max-width: 440px; }
@media (max-width: 767px) { .form-contact { padding: 32px 24px; } }

/* ---------- Service-single extras ---------- */
.avy-subservice {
  padding: 48px;
  border-radius: 40px;
  background-color: var(--neutral-100);
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588), 0px 3px 3px 0px rgba(0, 0, 0, 0.1), 0px -8px 0px 0px rgba(0, 0, 0, 0.05) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
  height: 100%;
  scroll-margin-top: 120px;
}
.avy-subservice .num { color: var(--brand); font-weight: 600; margin-bottom: 18px; display: inline-flex; gap: 10px; align-items: center; }
.avy-subservice .num .icon {
  width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--neutral-900); color: #fff; font-size: 20px;
}
.avy-subservice h3 { margin-bottom: 14px; }
.avy-subservice p { color: var(--secondary); margin-bottom: 22px; }
.avy-subservice ul { display: grid; gap: 10px; }
.avy-subservice ul li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.avy-subservice ul li .icon { color: var(--brand); font-size: 14px; margin-top: 5px; }
.avy-subservice.is-dark { background: var(--neutral-950); color: #fff; box-shadow: 0px -8px 0px 0px #2E2E2E inset, 0px 4px 0px 0px rgba(255,255,255,.12) inset; }
.avy-subservice.is-dark p { color: var(--neutral-400); }
.avy-subservice.is-dark .num .icon { background: var(--brand); }
@media (max-width: 767px) { .avy-subservice { padding: 32px 24px; border-radius: 28px; } }

.avy-usecases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 991px) { .avy-usecases { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .avy-usecases { grid-template-columns: 1fr; } }
.avy-usecase {
  padding: 32px;
  border-radius: 32px;
  background: var(--neutral-100);
  box-shadow: 0px 7.77px 16px 0px rgba(0,0,0,.05), 0px 3px 3px 0px rgba(0,0,0,.08), 0px -6px 0px 0px rgba(0,0,0,.05) inset, 0px 3px 0px 0px rgba(255,255,255,.6) inset;
  transition: transform .35s ease;
}
.avy-usecase:hover { transform: translateY(-4px); }
.avy-usecase .icon {
  width: 48px; height: 48px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--neutral-900); color: #fff; font-size: 20px; margin-bottom: 22px;
}
.avy-usecase h3 { font-size: 20px; line-height: 28px; margin-bottom: 8px; }
.avy-usecase p { color: var(--secondary); font-size: 15px; line-height: 24px; margin: 0; }
.avy-usecase .tag { display: inline-block; margin-top: 16px; font-size: 13px; font-weight: 600; color: var(--brand); }

.avy-compare { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 28px; overflow: hidden; background: var(--neutral-100); }
.avy-compare th, .avy-compare td { padding: 18px 24px; text-align: left; border-bottom: 1px solid var(--neutral-200); vertical-align: top; }
.avy-compare th { background: var(--neutral-900); color: #fff; font-weight: 600; }
.avy-compare tr:last-child td { border-bottom: 0; }
.avy-compare td:first-child { font-weight: 600; width: 22%; }
.avy-table-wrap { overflow-x: auto; border-radius: 28px; }
@media (max-width: 767px) { .avy-compare th, .avy-compare td { padding: 14px 16px; font-size: 14px; } }

/* ---------- Contact page cards ---------- */
.box-contact-item a.text { word-break: break-word; }

/* ---------- 404 ---------- */
.section-404 .title { font-size: clamp(56px, 12vw, 160px); line-height: 1; }

/* ==========================================================
   Avyora Assistant chat widget
   ========================================================== */
.avy-chat { position: fixed; right: 24px; bottom: 24px; z-index: 9990; font-family: "Urbanist", sans-serif; }
.avy-chat__launcher {
  position: relative;
  width: 62px; height: 62px; border-radius: 20px; border: 0; cursor: pointer;
  background: linear-gradient(180deg, #3552FF 0%, #1A2EE6 100%);
  color: #fff; font-size: 24px;
  box-shadow: 0 -3px 0 0 rgba(0,0,0,.08) inset, 0 1px 0 0 rgba(255,255,255,.5) inset, 0 14px 34px rgba(43,68,255,.35), 0 3px 8px rgba(0,0,0,.15);
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s ease;
}
.avy-chat__launcher:hover { transform: translateY(-2px); }
.avy-chat__launcher-close { display: none; }
.avy-chat.is-open .avy-chat__launcher-icon { display: none; }
.avy-chat.is-open .avy-chat__launcher-close { display: block; }
.avy-chat__badge {
  position: absolute; top: -6px; right: -6px; width: 22px; height: 22px; border-radius: 50%;
  background: #09090B; color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center;
  border: 2px solid #fff;
}
.avy-chat.is-open .avy-chat__badge, .avy-chat.seen .avy-chat__badge { display: none; }
.avy-chat__panel {
  position: absolute; right: 0; bottom: 78px;
  width: 380px; max-width: calc(100vw - 32px);
  height: 560px; max-height: calc(100vh - 120px);
  background: #F4F4F5; border-radius: 28px; overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 30px 80px rgba(0,0,0,.25), 0 4px 0 0 rgba(255,255,255,.6) inset;
  opacity: 0; transform: translateY(16px) scale(.98); pointer-events: none; visibility: hidden;
  transition: all .28s ease;
}
.avy-chat.is-open .avy-chat__panel { opacity: 1; transform: none; pointer-events: auto; visibility: visible; }
.avy-chat__head {
  display: flex; align-items: center; gap: 12px; padding: 18px 20px;
  background: radial-gradient(62% 62% at 28% -10%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 100%), #18181B; color: #fff;
}
.avy-chat__head img { border-radius: 12px; }
.avy-chat__title { font-weight: 700; font-size: 17px; line-height: 1.2; }
.avy-chat__status { font-size: 13px; color: #A1A1AA; display: flex; align-items: center; gap: 6px; }
.avy-chat__status .dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.2); }
.avy-chat__x { margin-left: auto; background: rgba(255,255,255,.08); color: #fff; border: 0; width: 34px; height: 34px; border-radius: 10px; cursor: pointer; font-size: 14px; }
.avy-chat__body { flex: 1; overflow-y: auto; padding: 18px 16px 8px; display: flex; flex-direction: column; gap: 10px; scroll-behavior: smooth; }
.avy-msg { max-width: 86%; padding: 11px 14px; border-radius: 18px; font-size: 15px; line-height: 1.5; animation: avyIn .25s ease; word-wrap: break-word; }
.avy-msg a { color: inherit; text-decoration: underline; font-weight: 600; }
.avy-msg--bot { background: #fff; color: #18181B; border-bottom-left-radius: 6px; box-shadow: 0 1px 2px rgba(0,0,0,.06); align-self: flex-start; }
.avy-msg--user { background: #18181B; color: #fff; border-bottom-right-radius: 6px; align-self: flex-end; }
.avy-typing { display: inline-flex; gap: 4px; padding: 14px; }
.avy-typing span { width: 7px; height: 7px; border-radius: 50%; background: #A1A1AA; animation: avyDot 1s infinite; }
.avy-typing span:nth-child(2) { animation-delay: .15s; }
.avy-typing span:nth-child(3) { animation-delay: .3s; }
.avy-chat__chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 6px 16px 12px; }
.avy-chip {
  border: 1px solid #D4D4D8; background: #fff; color: #18181B; border-radius: 999px; padding: 7px 13px;
  font-size: 13.5px; font-weight: 600; cursor: pointer; transition: all .2s ease; font-family: inherit;
}
.avy-chip:hover { border-color: #2B44FF; color: #2B44FF; }
.avy-chat__input { display: flex; gap: 8px; padding: 12px; border-top: 1px solid #E4E4E7; background: #fff; z-index: 1; }
.avy-chat__input input {
  flex: 1; border: 1px solid #E4E4E7 !important; border-radius: 14px; padding: 11px 14px !important;
  font-size: 15px; background: #F4F4F5 !important; outline: 0; color: #18181B;
}
.avy-chat__input input:focus { border-color: #A1A1AA !important; }
.avy-chat__input button {
  width: 46px; border: 0; border-radius: 14px; background: #18181B; color: #fff; cursor: pointer; font-size: 16px; flex-shrink: 0;
}
.avy-chat__input button:hover { background: #2B44FF; }
@keyframes avyIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes avyDot { 0%, 80%, 100% { opacity: .3; transform: translateY(0); } 40% { opacity: 1; transform: translateY(-3px); } }
@media (max-width: 575px) {
  .avy-chat { right: 16px; bottom: 16px; }
  .avy-chat__panel { bottom: 74px; height: 70vh; }
}
/* keep scroll-to-top clear of the chat launcher */
#goTop { bottom: 100px !important; }
.list-tags span.tags-item {
  display: flex; align-items: center; padding: 7px 15px; border-radius: 99px;
  color: var(--neutral-300); background: var(--neutral-700); border: 1px solid var(--neutral-600);
}
.mb-56{margin-bottom:56px!important}
.avy-subservice.is-dark h3, .avy-subservice.is-dark .h4 { color: #fff; }
.avy-chat__x, .avy-chat__input button { display: flex; align-items: center; justify-content: center; line-height: 1; }
.avy-chat__x .icon, .avy-chat__input button .icon { line-height: 1; }

/* ==========================================================
   v2 — Premium palette aligned to the Avyora logo
   ink #07080F · electric blue #2B44FF · aurora (blue→violet→amber)
   ========================================================== */
:root {
  --brand: #2B44FF;
  --ink: #07080F;
  --aurora: linear-gradient(100deg, #1B3BFF 0%, #4F6BFF 30%, #8C6FE0 58%, #E9894A 82%, #F4A63A 100%);
  --body: #F2F2F4;
}
body { background-color: var(--body); }
::selection { background: #2B44FF; color: #fff; }
.text-brand { color: var(--brand) !important; }
.text-aurora {
  background: var(--aurora);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.section-about-us .review-box .text { font-family: "Urbanist", sans-serif; }

/* ---------- Header logo ---------- */
.tf-header .logo-site img { height: 38px; width: auto; }
.offcanvas-menu .logo-site img { height: 36px; width: auto; }
@media (max-width: 575px) { .tf-header .logo-site img { height: 32px; } }

/* ---------- Dark premium hero ---------- */
.section-hero .hero-image {
  background-color: var(--ink);
  background-image:
    radial-gradient(60% 55% at 18% 8%, rgba(27, 59, 255, .38) 0%, rgba(27, 59, 255, 0) 60%),
    radial-gradient(45% 45% at 85% 20%, rgba(125, 107, 216, .28) 0%, rgba(125, 107, 216, 0) 60%),
    radial-gradient(50% 40% at 70% 100%, rgba(240, 144, 26, .16) 0%, rgba(240, 144, 26, 0) 60%),
    linear-gradient(180deg, #0A0B16 0%, #07080F 100%);
  background-attachment: scroll;
  overflow: hidden;
}
.section-hero .hero-image::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(70% 60% at 50% 35%, #000 0%, transparent 75%);
  mask-image: radial-gradient(70% 60% at 50% 35%, #000 0%, transparent 75%);
}
.section-hero .hero-image::after {
  content: ""; position: absolute; left: 50%; top: -30%; width: 900px; height: 520px; transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(79, 107, 255, .28), transparent 70%);
  filter: blur(20px); pointer-events: none; animation: avyBreath 9s ease-in-out infinite;
}
@keyframes avyBreath { 0%,100% { opacity: .7; transform: translateX(-50%) scale(1); } 50% { opacity: 1; transform: translateX(-50%) scale(1.08); } }
.section-hero .container { position: relative; z-index: 2; }
.section-hero .text-gradient-1 {
  background: linear-gradient(180deg, #FFFFFF 20%, #B9BED6 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.section-hero .title .text-aurora { -webkit-text-fill-color: transparent; }
.section-hero .content-wrap .text { color: #A7ABC3; }
.section-hero .content-wrap .sub {
  color: #DDE1FF;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 1px 0 rgba(255,255,255,.08) inset;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.section-hero .content-wrap .sub .avy-spark { width: 16px; height: 16px; }
.section-hero .bot-btns .tf-btn {
  color: var(--ink);
  background: linear-gradient(180deg, #FFFFFF 0%, #E9EAF2 100%);
  box-shadow: 0 -3px 0 0 #D2D4E0 inset, 0 10px 30px rgba(43, 68, 255, .35), 0 2px 6px rgba(0,0,0,.3);
}
.section-hero .bot-btns .tf-btn-2 {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: none;
}
.section-hero .bot-btns .tf-btn-2:hover { color: #fff; background: rgba(255,255,255,.12); }
.section-hero .scroll-more { z-index: 3; }

/* home hero: flow canvas below CTA */
.section-hero.avy-home .content-wrap { padding: 170px 0 150px; }
.section-hero.avy-home .title { margin-bottom: 20px; }
.avy-flow-wrap { max-width: 1120px; margin: 56px auto 0; position: relative; }
.avy-flow-wrap::before {
  content: ""; position: absolute; inset: -40px -60px; z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(43, 68, 255, .22), transparent 70%);
  filter: blur(10px);
}
@media (max-width: 991px) {
  .section-hero.avy-home .content-wrap { padding: 130px 0 120px; }
  .avy-flow-wrap { margin-top: 40px; }
}

/* inner-page hero mini flow */
.avy-mini-slot { display: inline-flex; align-items: center; }
.avf-mini {
  display: inline-flex; width: 250px; height: 80px; border-radius: 999px; padding: 0 6px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 20px 60px rgba(43, 68, 255, .35), 0 1px 0 rgba(255,255,255,.08) inset;
  backdrop-filter: blur(8px);
}
.avf-mini svg { width: 100%; height: 100%; }
@media (max-width: 767px) { .avf-mini { width: 190px; height: 62px; } }

/* ---------- Automation flow (React) ---------- */
.avf {
  position: relative; text-align: left; border-radius: 24px; overflow: hidden;
  background: linear-gradient(180deg, rgba(20, 22, 38, .92) 0%, rgba(11, 12, 22, .95) 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .55), 0 1px 0 rgba(255,255,255,.08) inset;
  font-family: "Urbanist", sans-serif;
}
.avf::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(120deg, rgba(79,107,255,.6), rgba(140,111,224,.25) 40%, rgba(255,255,255,.04) 60%, rgba(233,137,74,.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.avf-bar { display: flex; align-items: center; gap: 16px; padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.07); }
.avf-dots { display: flex; gap: 6px; }
.avf-dots i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.14); display: block; }
.avf-title { display: flex; align-items: center; gap: 8px; color: #E6E8F5; font-weight: 600; font-size: 14px; }
.avf-meta { margin-left: auto; display: flex; gap: 10px; align-items: center; font-size: 13px; color: #9CA1BD; }
.avf-live { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border-radius: 99px; background: rgba(18, 183, 106, .12); color: #4ADE9A; font-weight: 600; }
.avf-live b { width: 7px; height: 7px; border-radius: 50%; background: #22C55E; box-shadow: 0 0 0 0 rgba(34,197,94,.6); animation: avfPulse 1.8s infinite; }
@keyframes avfPulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,.55); } 70% { box-shadow: 0 0 0 7px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
.avf-exec { font-variant-numeric: tabular-nums; }
.avf-svg { display: block; width: 100%; height: auto; }
.avf-t { fill: #F3F4FA; font-size: 15px; font-weight: 600; }
.avf-s { fill: #8E93B1; font-size: 12.5px; font-weight: 500; }
.avf-lbl { fill: #C9CDE6; font-size: 11px; font-weight: 600; }
.avf-score { font-size: 12px; font-weight: 700; }
.avf-flow { animation: avfDash 0.9s linear infinite; }
@keyframes avfDash { to { stroke-dashoffset: -26; } }
.avf-pop { animation: avfPop .35s ease; }
@keyframes avfPop { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.avf-log { display: flex; align-items: center; gap: 10px; padding: 12px 18px; border-top: 1px solid rgba(255,255,255,.07); font-size: 13.5px; color: #B8BCD6; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.avf-log-dot { width: 8px; height: 8px; border-radius: 50%; background: #5B7CFF; box-shadow: 0 0 10px #5B7CFF; flex-shrink: 0; }
.avf-log-dot.ok { background: #22C55E; box-shadow: 0 0 10px #22C55E; }
.avf-log-text { animation: avfPop .3s ease; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.avf-log-time { margin-left: auto; color: #6E7394; }
@media (max-width: 767px) {
  .avf { border-radius: 20px; }
  .avf-meta .avf-exec { display: none; }
  .avf-t { font-size: 14px; }
  .avf-s { font-size: 11.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .avf-flow, .section-hero .hero-image::after, .avf-live b { animation: none; }
}

/* ---------- Brand accents across sections ---------- */
.heading-sub { color: var(--brand); }
.features-center {
  background: radial-gradient(62% 62% at 28% -10%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 100%), linear-gradient(180deg, #13152A 0%, #07080F 100%) !important;
  box-shadow: 0 30px 80px rgba(43, 68, 255, .35), 0 0 0 1px rgba(255,255,255,.08) inset, 0 -3px 0 rgba(0,0,0,.4) inset !important;
  position: relative;
}
.features-center::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; pointer-events: none;
  background: var(--aurora);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
}
.features-center img { width: 150px; height: auto; }
.statistic-number .prefix.text-brand {
  background: var(--aurora); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.box-black { background-color: var(--ink); }
.pricing-item.style-black { background: linear-gradient(180deg, #13152A 0%, #07080F 100%) !important; }

/* ---------- Chat widget in brand colours ---------- */
.avy-chat__launcher {
  background: linear-gradient(180deg, #1A1C2E 0%, #07080F 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,.1) inset, 0 14px 40px rgba(43, 68, 255, .45), 0 3px 8px rgba(0,0,0,.25);
}
.avy-chat__launcher::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; pointer-events: none;
  background: var(--aurora);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
}
.avy-chat__badge { background: var(--brand); }
.avy-chat__head { background: radial-gradient(62% 62% at 28% -10%, rgba(79,107,255,.35) 0%, rgba(79,107,255,0) 100%), #0B0C16; }
.avy-chat__head img { background: #0B0C16; }
.avy-chat__input button:hover { background: var(--brand); }
.avy-chip:hover { border-color: var(--brand); color: var(--brand); }

/* ---------- Footer ---------- */
footer .footer-logo img { width: 86px; height: 86px; }

/* ---------- Dark glass header (sits on the dark hero) ---------- */
.tf-header { position: relative; z-index: 50; }
.tf-header .header-inner {
  background: rgba(14, 15, 28, .55);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 1px 0 rgba(255,255,255,.06) inset, 0 20px 50px rgba(0,0,0,.35);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
}
.tf-header .nav-menu-main > .menu-item > .item-link { color: #E4E6F2; }
.tf-header .nav-menu-main > .menu-item > .item-link:hover,
.tf-header .nav-menu-main > .menu-item > .item-link.active { color: #fff; }
.tf-header .nav-menu-main > .menu-item > .item-link.active::after,
.tf-header .nav-menu-main > .menu-item > .item-link.active::before { background: var(--aurora) !important; }
.tf-header > .header-inner > .tf-btn {
  color: var(--ink);
  background: linear-gradient(180deg, #FFFFFF 0%, #E9EAF2 100%);
  box-shadow: 0 -3px 0 0 #D2D4E0 inset, 0 8px 24px rgba(43, 68, 255, .3);
}
.tf-header .open-mb-menu { color: var(--ink); background: #fff; box-shadow: none; }
.avy-home .title .text-aurora { display: block; }
