.elementor-8602 .elementor-element.elementor-element-2cd53e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-894632c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-af74e4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-e81ed67{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-4ba807d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-0c89993{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-24b3eaa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-e3b4125{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-9147b7a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-1137d72{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-e702014{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-b209884{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-19bdb38{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-7e8a0c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8602 .elementor-element.elementor-element-51fe1fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a4fa88a *//* ============================================
YATEER — SITE HEADER
Scoped under .yth-header
Brand colours from the Yateer logo: red #E31E24, black #141414.
============================================ */

.yth-header {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
  transition: box-shadow 0.25s ease;
}
.yth-header *, .yth-header *::before, .yth-header *::after { box-sizing: border-box; }
.yth-header.is-scrolled { box-shadow: 0 6px 20px rgba(20,20,20,0.08); }

.yth-header__inner {
  max-width: 1320px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 5vw; gap: 20px;
  flex-wrap: wrap;
}

/* ---------- Logo ---------- */
.yth-header__logo {
  display: flex; align-items: center; text-decoration: none; flex: none;
}
.yth-header__logo-img {
  height: 44px; width: auto; display: block;
}

/* ---------- Nav ---------- */
.yth-header__nav { flex: 1 1 auto; display: flex; justify-content: center; }
.yth-header__menu { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; flex-wrap: wrap; }
.yth-header__item { position: relative; }
.yth-header__link {
  display: inline-flex; align-items: center; gap: 4px;
  background: none; border: none; cursor: pointer; font-family: inherit;
  color: var(--black); font-size: 14px; font-weight: 600; text-decoration: none;
  padding: 10px 16px; border-radius: 4px; transition: color 0.2s ease, background 0.2s ease;
}
.yth-header__link:hover { color: var(--red); background: #fff5f5; }
.yth-header__caret { font-size: 10px; transition: transform 0.25s ease; }
.yth-header__item--dropdown.is-open .yth-header__caret { transform: rotate(180deg); }

.yth-header__sublink--viewall { display: none; }

/* Dropdown (click-to-toggle on all screen sizes) */
.yth-header__dropdown {
  list-style: none; margin: 0; padding: 10px;
  position: absolute; top: calc(100% + 8px); left: 0;
  background: #fff; border: 1px solid #eee; border-radius: 8px;
  box-shadow: 0 16px 34px rgba(20,20,20,0.12);
  min-width: 260px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.yth-header__item--dropdown.is-open .yth-header__dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.yth-header__dropdown li + li { margin-top: 2px; }
.yth-header__dropdown a {
  display: block; color: var(--black); font-size: 13.5px; font-weight: 500;
  text-decoration: none; padding: 10px 14px; border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
.yth-header__dropdown a:hover { background: #fff4f4; color: var(--red); padding-left: 18px; }
.yth-header__dropdown li:first-child a { color: var(--red); font-weight: 700; border-bottom: 1px solid #f1f1f1; border-radius: 6px 6px 0 0; margin-bottom: 4px; padding-bottom: 12px; }

/* ---------- Actions ---------- */
.yth-header__actions { display: flex; align-items: center; gap: 14px; flex: none; }

.yth-header__contact {
  display: flex; align-items: center; gap: 10px;
  background: var(--red); color: #fff; text-decoration: none;
  padding: 10px 18px; border-radius: 30px;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.yth-header__contact:hover { background: #b3151a; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(227,30,36,0.3); }
.yth-header__contact-icon { width: 16px; height: 16px; flex: none; display: flex; }
.yth-header__contact-icon svg { width: 100%; height: 100%; }
.yth-header__contact-text { display: flex; flex-direction: column; line-height: 1.2; }
.yth-header__contact-label { font-size: 9.5px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; opacity: 0.85; }
.yth-header__contact-num { font-size: 13px; font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .yth-header__inner { padding: 12px 5vw; justify-content: space-between; }
  .yth-header__logo-img { height: 38px; }

  .yth-header__nav { order: 3; flex: 1 1 100%; justify-content: flex-start; }
  .yth-header__menu { gap: 2px; }
  .yth-header__link { padding: 9px 12px; font-size: 13.5px; }

  .yth-header__dropdown { left: 0; min-width: 240px; }

  .yth-header__contact-text { display: none; }
  .yth-header__contact { padding: 10px; }
}

@media (max-width: 480px) {
  .yth-header__logo-img { height: 32px; }
  .yth-header__menu { width: 100%; }
  .yth-header__link { flex: 1; justify-content: center; }
  .yth-header__dropdown { left: 0; right: 0; min-width: 0; width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23b8703 *//* ============================================
YATEER x ACCASI CASE STUDY — SECTION 1: HERO
Scoped under .yta-hero
Brand colours from the Yateer logo: red #E31E24, black #141414.
============================================ */

.yta-hero {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  position: relative;
  background: var(--black);
  overflow: hidden;
  box-sizing: border-box;
}
.yta-hero *, .yta-hero *::before, .yta-hero *::after { box-sizing: border-box; }

.yta-hero__bg { position: relative; width: 100%; min-height: 500px; }
.yta-hero__img {
  width: 100%; height: 100%; min-height: 500px;
  object-fit: cover; object-position: center; display: block;
}
.yta-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,20,20,0.96) 0%, rgba(20,20,20,0.88) 42%, rgba(227,30,36,0.3) 100%);
}

.yta-hero__inner {
  position: absolute; top: 0; left: 0; height: 100%; min-height: 500px;
  display: flex; flex-direction: column; justify-content: center;
  padding: 60px 5vw; max-width: 700px;
}

.yta-hero__eyebrow {
  display: inline-block; color: #fff; background: var(--red);
  font-size: 12.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 14px; border-radius: 3px; margin: 0 0 20px; width: fit-content;
}
.yta-hero__title {
  color: #fff; font-size: clamp(26px, 3.6vw, 44px); line-height: 1.2;
  font-weight: 700; margin: 0 0 18px; letter-spacing: -0.5px;
}
.yta-hero__desc {
  color: #d8d8d8; font-size: 15px; line-height: 1.7; max-width: 560px; margin: 0 0 34px;
}

.yta-hero__meta {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 30px;
  border-top: 1px solid rgba(255,255,255,0.18); padding-top: 24px;
}
.yta-hero__meta-item { display: flex; flex-direction: column; gap: 4px; }
.yta-hero__meta-label {
  color: var(--red); font-size: 10.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}
.yta-hero__meta-value { color: #fff; font-size: 13.5px; font-weight: 500; line-height: 1.4; }

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .yta-hero__bg, .yta-hero__img, .yta-hero__inner { min-height: 580px; }
  .yta-hero__inner { padding: 44px 6vw; max-width: 100%; }
  .yta-hero__overlay { background: linear-gradient(180deg, rgba(20,20,20,0.55) 0%, rgba(20,20,20,0.92) 60%, rgba(20,20,20,0.98) 100%); }
  .yta-hero__title { font-size: 26px; }
  .yta-hero__meta { grid-template-columns: 1fr; gap: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aff49ba *//* ============================================
YATEER x ACCASI — SECTION 2: VIEWING NOTE + SNAPSHOT
Scoped under .yta-snapshot
============================================ */

.yta-snapshot {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  padding: 50px 5vw 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.yta-snapshot *, .yta-snapshot *::before, .yta-snapshot *::after { box-sizing: border-box; }

.yta-snapshot__notice {
  max-width: 1200px;
  margin: 0 auto 34px;
  background: #fff4f4;
  border: 1px solid #f6c9cb;
  border-left: 4px solid var(--red);
  border-radius: 6px;
  padding: 14px 20px;
  color: var(--black);
  font-size: 13.5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.yta-snapshot__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.yta-snapshot__card {
  border: 1px solid #eee;
  border-top: 3px solid var(--red);
  border-radius: 8px;
  padding: 28px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.yta-snapshot__card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(20,20,20,0.08); }

.yta-snapshot__icon { display: flex; width: 34px; height: 34px; color: var(--red); margin-bottom: 16px; }
.yta-snapshot__icon svg { width: 100%; height: 100%; }

.yta-snapshot__card h3 { color: var(--black); font-size: 16px; font-weight: 700; margin: 0 0 14px; }

.yta-snapshot__card ul { list-style: none; margin: 0; padding: 0; }
.yta-snapshot__card li {
  color: #555; font-size: 13.5px; line-height: 1.7;
  padding: 7px 0 7px 16px; position: relative; border-bottom: 1px dashed #eee;
}
.yta-snapshot__card li:last-child { border-bottom: none; }
.yta-snapshot__card li::before {
  content: ''; position: absolute; left: 0; top: 15px;
  width: 6px; height: 6px; background: var(--red); border-radius: 50%;
}
.yta-snapshot__card li strong { color: var(--black); font-weight: 600; }
.yta-snapshot__card li em { color: #888; font-style: normal; font-size: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .yta-snapshot__grid { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 480px) {
  .yta-snapshot { padding: 40px 6vw 50px; }
  .yta-snapshot__notice { font-size: 12.5px; padding: 12px 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b6cfae *//* ============================================
YATEER x ACCASI — SECTION 3: EXEC SUMMARY & CHALLENGE
Scoped under .yta-challenge
============================================ */

.yta-challenge {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f7f6f5;
  padding: 70px 5vw;
  box-sizing: border-box;
}
.yta-challenge *, .yta-challenge *::before, .yta-challenge *::after { box-sizing: border-box; }

.yta-challenge__wrap {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
}

.yta-challenge__eyebrow {
  display: inline-block; color: var(--red); font-size: 12.5px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; margin: 0 0 14px;
  padding-bottom: 8px; border-bottom: 2px solid var(--red);
}
.yta-challenge__eyebrow--alt { color: var(--black); border-color: var(--black); }

.yta-challenge__col h2 {
  color: var(--black); font-size: clamp(20px, 2.2vw, 25px); font-weight: 700; line-height: 1.32; margin: 0 0 16px;
}
.yta-challenge__lead { color: var(--black); font-size: 14.5px; font-weight: 500; line-height: 1.7; margin: 0 0 14px; }
.yta-challenge__col > p:not(.yta-challenge__lead):not(.yta-challenge__note) {
  color: #666; font-size: 13.5px; line-height: 1.75; margin: 0 0 14px;
}
.yta-challenge__col strong { color: var(--red); }

.yta-challenge__issues { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.yta-challenge__issue {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid #eee; border-radius: 6px;
  padding: 12px 16px; color: var(--black); font-size: 13px; font-weight: 500;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.yta-challenge__issue:hover { transform: translateX(4px); border-color: var(--red); }
.yta-challenge__issue span {
  flex: none; width: 20px; height: 20px; border-radius: 50%;
  background: var(--red); color: #fff; font-size: 10px;
  display: flex; align-items: center; justify-content: center;
}
.yta-challenge__note { color: #666; font-size: 13.5px; line-height: 1.7; margin: 0; font-style: italic; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .yta-challenge__wrap { grid-template-columns: 1fr; gap: 44px; }
}
@media (max-width: 480px) {
  .yta-challenge { padding: 50px 6vw; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df89451 *//* ============================================
YATEER x ACCASI — SECTION 4: OUR PHILOSOPHY
Scoped under .yta-philosophy
============================================ */

.yta-philosophy {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--black);
  padding: 78px 5vw;
  box-sizing: border-box;
}
.yta-philosophy *, .yta-philosophy *::before, .yta-philosophy *::after { box-sizing: border-box; }

.yta-philosophy__inner { max-width: 880px; margin: 0 auto; }

.yta-philosophy__eyebrow {
  color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 14px;
}
.yta-philosophy h2 {
  color: #fff; font-size: clamp(22px, 2.8vw, 30px); font-weight: 700; line-height: 1.35; margin: 0 0 20px;
}
.yta-philosophy__body { color: #bbb; font-size: 14.5px; line-height: 1.8; margin: 0 0 26px; }

.yta-philosophy__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 34px;
}
.yta-philosophy__item {
  background: #232323; border: 1px solid #333; border-radius: 6px;
  padding: 14px 18px; color: #eee; font-size: 13.5px; font-weight: 500;
  transition: border-color 0.25s ease, transform 0.25s ease;
  position: relative; padding-left: 34px;
}
.yta-philosophy__item::before {
  content: '→'; position: absolute; left: 14px; color: var(--red); font-weight: 700;
}
.yta-philosophy__item:hover { border-color: var(--red); transform: translateX(4px); }

.yta-philosophy__quote {
  border-left: 3px solid var(--red); margin: 0 0 34px; padding: 6px 0 6px 24px;
  color: #fff; font-size: 18px; font-weight: 500; line-height: 1.55; font-style: normal;
}

.yta-philosophy__vision {
  background: #1c1c1c; border-radius: 10px; padding: 28px 30px; border-top: 3px solid var(--red);
}
.yta-philosophy__vision h3 { color: #fff; font-size: 16px; font-weight: 700; margin: 0 0 12px; }
.yta-philosophy__vision p { color: #bbb; font-size: 13.5px; line-height: 1.75; margin: 0; }
.yta-philosophy__vision strong { color: var(--red); }

/* ---------- Responsive ---------- */
@media (max-width: 640px) {
  .yta-philosophy { padding: 54px 6vw; }
  .yta-philosophy__grid { grid-template-columns: 1fr; }
  .yta-philosophy__quote { font-size: 16px; padding-left: 18px; }
  .yta-philosophy__vision { padding: 22px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9042969 *//* ============================================
YATEER x ACCASI — SECTION 5: STRATEGIC PLANNING PROCESS
Scoped under .yta-strategy
============================================ */

.yta-strategy {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  padding: 76px 5vw;
  box-sizing: border-box;
}
.yta-strategy *, .yta-strategy *::before, .yta-strategy *::after { box-sizing: border-box; }

.yta-strategy__head { max-width: 820px; margin: 0 auto 44px; text-align: center; }
.yta-strategy__eyebrow {
  color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 12px;
}
.yta-strategy__head h2 { color: var(--black); font-size: clamp(21px, 2.6vw, 28px); font-weight: 700; line-height: 1.35; margin: 0 0 16px; }
.yta-strategy__intro { color: #666; font-size: 14px; line-height: 1.75; margin: 0; }

.yta-strategy__grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px;
}
.yta-strategy__chip {
  background: #f7f6f5; border: 1px solid #eee; border-radius: 8px;
  padding: 20px 16px; text-align: center;
  color: var(--black); font-size: 13px; font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.yta-strategy__chip:hover {
  background: var(--red); color: #fff; border-color: var(--red); transform: translateY(-4px);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .yta-strategy__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .yta-strategy { padding: 54px 6vw; }
  .yta-strategy__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .yta-strategy__chip { font-size: 12px; padding: 16px 10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a81fe6 *//* ============================================
YATEER x ACCASI — SECTION 6: SCOPE OF WORK
Scoped under .yta-scope
============================================ */

.yta-scope {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f7f6f5;
  padding: 76px 5vw;
  box-sizing: border-box;
}
.yta-scope *, .yta-scope *::before, .yta-scope *::after { box-sizing: border-box; }

.yta-scope__head { max-width: 820px; margin: 0 auto 40px; text-align: center; }
.yta-scope__eyebrow {
  color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 12px;
}
.yta-scope__head h2 { color: var(--black); font-size: clamp(21px, 2.6vw, 28px); font-weight: 700; line-height: 1.35; margin: 0; }

.yta-scope__grid {
  max-width: 900px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 14px;
}

.yta-scope__card {
  background: #fff; border: 1px solid #eee; border-radius: 8px; overflow: hidden;
  transition: border-color 0.25s ease;
}
.yta-scope__card.is-open { border-color: var(--red); }

.yta-scope__toggle {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  background: none; border: none; cursor: pointer; text-align: left;
  padding: 20px 24px; font-family: inherit;
  color: var(--black); font-size: 15px; font-weight: 700;
}
.yta-scope__arrow {
  flex: none; width: 28px; height: 28px; border-radius: 50%;
  background: #f2f2f2; display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: var(--red); transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.yta-scope__card.is-open .yta-scope__arrow {
  transform: rotate(45deg); background: var(--red); color: #fff;
}

.yta-scope__panel {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
}
.yta-scope__card.is-open .yta-scope__panel { max-height: 500px; }

.yta-scope__panel ul {
  list-style: none; margin: 0; padding: 0 24px 22px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 20px;
}
.yta-scope__panel li {
  color: #555; font-size: 13.5px; line-height: 1.8; padding-left: 16px; position: relative;
}
.yta-scope__panel li::before {
  content: ''; position: absolute; left: 0; top: 10px;
  width: 5px; height: 5px; border-radius: 50%; background: var(--red);
}

/* ---------- Responsive ---------- */
@media (max-width: 560px) {
  .yta-scope { padding: 54px 6vw; }
  .yta-scope__toggle { padding: 16px 18px; font-size: 13.5px; }
  .yta-scope__panel ul { grid-template-columns: 1fr; padding: 0 18px 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ddb00a *//* ============================================
YATEER x ACCASI — SECTION 7: WORKING WITH THE CHOSEN SOLUTION
Scoped under .yta-partners
============================================ */

.yta-partners {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--black);
  padding: 76px 5vw;
  box-sizing: border-box;
}
.yta-partners *, .yta-partners *::before, .yta-partners *::after { box-sizing: border-box; }

.yta-partners__head { max-width: 780px; margin: 0 auto 44px; text-align: center; }
.yta-partners__eyebrow {
  color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 12px;
}
.yta-partners__head h2 { color: #fff; font-size: clamp(21px, 2.6vw, 28px); font-weight: 700; margin: 0; }

.yta-partners__grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: stretch;
}

.yta-partners__col {
  border-radius: 10px; padding: 32px 30px;
}
.yta-partners__col--yateer { background: var(--red); }
.yta-partners__col--chosen { background: #232323; border: 1px solid #333; }

.yta-partners__col h3 { color: #fff; font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.yta-partners__tag {
  display: inline-block; color: rgba(255,255,255,0.85); font-size: 11.5px;
  font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 18px;
}

.yta-partners__col ul { list-style: none; margin: 0; padding: 0; }
.yta-partners__col li {
  color: rgba(255,255,255,0.92); font-size: 13.5px; line-height: 2.1;
  padding-left: 18px; position: relative;
}
.yta-partners__col li::before {
  content: ''; position: absolute; left: 0; top: 12px; width: 6px; height: 6px;
  border-radius: 50%; background: rgba(255,255,255,0.85);
}
.yta-partners__col--chosen li::before { background: var(--red); }

.yta-partners__divider {
  display: flex; align-items: center; justify-content: center;
  color: var(--red); font-size: 26px; font-weight: 800;
}

.yta-partners__note {
  max-width: 700px; margin: 40px auto 0; text-align: center;
  color: #999; font-size: 13.5px; line-height: 1.7; font-style: italic;
}

/* ---------- Responsive ---------- */
@media (max-width: 820px) {
  .yta-partners__grid { grid-template-columns: 1fr; }
  .yta-partners__divider { transform: rotate(90deg); padding: 4px 0; }
}
@media (max-width: 480px) {
  .yta-partners { padding: 54px 6vw; }
  .yta-partners__col { padding: 26px 22px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7cc0af6 *//* ============================================
YATEER x ACCASI — SECTION 8: IMPACT + RESULTS
Scoped under .yta-results
============================================ */

.yta-results {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  padding: 76px 5vw;
  box-sizing: border-box;
}
.yta-results *, .yta-results *::before, .yta-results *::after { box-sizing: border-box; }

.yta-results__eyebrow {
  color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 14px;
}

.yta-results__impact { max-width: 820px; margin: 0 auto 60px; text-align: center; }
.yta-results__impact h2 { color: var(--black); font-size: clamp(21px, 2.6vw, 28px); font-weight: 700; line-height: 1.35; margin: 0 0 20px; }
.yta-results__body { color: #666; font-size: 14px; line-height: 1.8; margin: 0 0 14px; }
.yta-results__body--emphasis { color: var(--black); font-weight: 600; }

.yta-results__stats { max-width: 1200px; margin: 0 auto; }
.yta-results__stats .yta-results__eyebrow { text-align: center; display: block; }

.yta-results__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 10px;
}
.yta-results__stat {
  background: #f7f6f5; border-radius: 10px; padding: 30px 24px;
  border-top: 3px solid var(--red);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.yta-results__stat:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(20,20,20,0.08); }

.yta-results__num {
  display: block; color: var(--red); font-size: 32px; font-weight: 800; line-height: 1.1; margin-bottom: 6px;
}
.yta-results__num-text {
  display: block; color: var(--black); font-size: 16px; font-weight: 700; line-height: 1.3; margin-bottom: 10px;
}
.yta-results__stat > span {
  display: block; color: var(--black); font-size: 13.5px; font-weight: 700; margin-bottom: 10px;
}
.yta-results__stat p { color: #666; font-size: 12.5px; line-height: 1.65; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .yta-results__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .yta-results { padding: 54px 6vw; }
  .yta-results__grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebb27e4 *//* ============================================
YATEER x ACCASI — SECTION 9: DESIGN PLANNING PROCESS
Scoped under .yta-process
============================================ */

.yta-process {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f7f6f5;
  padding: 76px 5vw;
  box-sizing: border-box;
}
.yta-process *, .yta-process *::before, .yta-process *::after { box-sizing: border-box; }

.yta-process__head { max-width: 820px; margin: 0 auto 44px; text-align: center; }
.yta-process__eyebrow {
  color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 12px;
}
.yta-process__head h2 { color: var(--black); font-size: clamp(21px, 2.6vw, 28px); font-weight: 700; line-height: 1.35; margin: 0; }

.yta-process__track {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px;
}

.yta-process__step {
  background: #fff; border-radius: 8px; padding: 26px 20px;
  border-bottom: 3px solid var(--red);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.yta-process__step:hover { transform: translateY(-6px); box-shadow: 0 14px 28px rgba(20,20,20,0.1); }

.yta-process__num {
  display: block; font-size: 30px; font-weight: 800; color: transparent;
  -webkit-text-stroke: 1.3px var(--red); margin-bottom: 12px;
}
.yta-process__step h3 { color: var(--black); font-size: 14px; font-weight: 700; margin: 0 0 10px; line-height: 1.3; }
.yta-process__step p { color: #666; font-size: 12px; line-height: 1.6; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .yta-process__track { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .yta-process { padding: 54px 6vw; }
  .yta-process__track {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }
  .yta-process__step { scroll-snap-align: start; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8fb0eda *//* ============================================
YATEER x ACCASI — SECTION 10: 3D VISUALIZATION
Scoped under .yta-3d
============================================ */

.yta-3d {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  padding: 76px 5vw;
  box-sizing: border-box;
}
.yta-3d *, .yta-3d *::before, .yta-3d *::after { box-sizing: border-box; }

.yta-3d__head { max-width: 780px; margin: 0 auto 20px; text-align: center; }
.yta-3d__eyebrow {
  color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 12px;
}
.yta-3d__head h2 { color: var(--black); font-size: clamp(21px, 2.6vw, 28px); font-weight: 700; margin: 0 0 14px; }
.yta-3d__note {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff4f4; border: 1px solid #f6c9cb; color: var(--black);
  font-size: 12.5px; font-weight: 500; padding: 8px 16px; border-radius: 20px; margin: 0 0 30px;
}

.yta-3d__grid {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}

.yta-3d__card {
  background: #f7f6f5; border: 1px solid #eee; border-radius: 10px; padding: 18px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.yta-3d__card:hover { box-shadow: 0 14px 30px rgba(20,20,20,0.1); transform: translateY(-3px); }

.yta-3d__card h3 {
  color: var(--black); font-size: 13.5px; font-weight: 700; line-height: 1.4;
  margin: 0 0 12px; padding-left: 12px; border-left: 3px solid var(--red); min-height: 36px;
}

.yta-3d__embed {
  position: relative; width: 100%; padding-top: 56.2%; border-radius: 6px; overflow: hidden; background: #111;
}
.yta-3d__embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .yta-3d__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .yta-3d { padding: 54px 6vw; }
  .yta-3d__grid { grid-template-columns: 1fr; gap: 18px; }
  .yta-3d__card h3 { min-height: 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0de182 *//* ============================================
YATEER x ACCASI — SECTION 11: PROJECT GALLERY
Scoped under .yta-gallery
============================================ */

.yta-gallery {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f7f6f5;
  padding: 76px 5vw;
  box-sizing: border-box;
}
.yta-gallery *, .yta-gallery *::before, .yta-gallery *::after { box-sizing: border-box; }

.yta-gallery__head { max-width: 900px; margin: 0 auto 30px; text-align: center; }
.yta-gallery__eyebrow {
  color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 12px;
}
.yta-gallery__head h2 { color: var(--black); font-size: clamp(21px, 2.6vw, 28px); font-weight: 700; margin: 0; }

.yta-gallery__tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 36px; flex-wrap: wrap; }
.yta-gallery__tab {
  background: #fff; border: 1px solid #eee; color: var(--black); font-family: inherit;
  font-size: 13px; font-weight: 600; padding: 11px 24px; border-radius: 30px; cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, border-color 0.25s ease;
}
.yta-gallery__tab:hover { transform: translateY(-2px); }
.yta-gallery__tab.is-active { background: var(--red); color: #fff; border-color: var(--red); }

.yta-gallery__grid {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}

.yta-gallery__item {
  aspect-ratio: 4/3; border-radius: 8px; overflow: hidden; cursor: zoom-in; background: #eee; position: relative;
}
.yta-gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.yta-gallery__item:hover img { transform: scale(1.08); }
.yta-gallery__item::after {
  content: '🔍'; position: absolute; bottom: 10px; right: 10px; width: 30px; height: 30px;
  background: rgba(20,20,20,0.65); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 12px;
  opacity: 0; transition: opacity 0.25s ease;
}
.yta-gallery__item:hover::after { opacity: 1; }

/* Lightbox */
.yta-gallery__lightbox {
  position: fixed; inset: 0; background: rgba(10,10,10,0.94);
  display: none; align-items: center; justify-content: center; z-index: 9999; padding: 30px;
}
.yta-gallery__lightbox.is-open { display: flex; }
.yta-gallery__lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 6px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.yta-gallery__lightbox-close {
  position: absolute; top: 24px; right: 28px; width: 42px; height: 42px; border-radius: 50%;
  background: var(--red); color: #fff; border: none; font-size: 16px; cursor: pointer;
  transition: transform 0.2s ease;
}
.yta-gallery__lightbox-close:hover { transform: scale(1.08); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .yta-gallery__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .yta-gallery { padding: 54px 6vw; }
  .yta-gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .yta-gallery__tab { padding: 9px 18px; font-size: 12px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-319886a *//* ============================================
YATEER x ACCASI — SECTION 12: KEY TAKEAWAY + FINAL CTA
Scoped under .yta-cta
============================================ */

.yta-cta {
  --red: #e31e24;
  --red-dark: #b3151a;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  box-sizing: border-box;
}
.yta-cta *, .yta-cta *::before, .yta-cta *::after { box-sizing: border-box; }

.yta-cta__takeaway {
  background: #ffffff;
  padding: 76px 5vw 60px;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.yta-cta__eyebrow {
  color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 14px;
}
.yta-cta__takeaway h2 {
  color: var(--black); font-size: clamp(21px, 2.8vw, 29px); font-weight: 700; line-height: 1.35; margin: 0 0 20px;
}
.yta-cta__body { color: #666; font-size: 14.5px; line-height: 1.8; margin: 0; }

.yta-cta__band {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  padding: 70px 5vw;
  text-align: center;
}
.yta-cta__inner { max-width: 720px; margin: 0 auto; }
.yta-cta__band h2 { color: #fff; font-size: clamp(21px, 2.6vw, 27px); font-weight: 700; line-height: 1.35; margin: 0 0 12px; }
.yta-cta__band p { color: rgba(255,255,255,0.9); font-size: 14.5px; margin: 0 0 32px; }

.yta-cta__actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.yta-cta__btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 15px 30px; border-radius: 4px;
  font-size: 14.5px; font-weight: 700; text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; white-space: nowrap;
}
.yta-cta__btn--primary { background: var(--black); color: #fff; }
.yta-cta__btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,0.3); }
.yta-cta__btn--primary span { transition: transform 0.25s ease; }
.yta-cta__btn--primary:hover span { transform: translateX(4px); }
.yta-cta__btn--outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.7); }
.yta-cta__btn--outline:hover { background: rgba(255,255,255,0.15); border-color: #fff; transform: translateY(-2px); }

/* ---------- Responsive ---------- */
@media (max-width: 480px) {
  .yta-cta__takeaway { padding: 54px 6vw 44px; }
  .yta-cta__band { padding: 54px 6vw; }
  .yta-cta__actions { flex-direction: column; }
  .yta-cta__btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0967553 *//* ============================================
YATEER — SECTION 5: FEATURED PROJECTS
Scoped under .yt-projects
============================================ */

.yt-projects {
  --navy: #0e2438;
  --gold: #d99a3f;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f4f1ea;
  padding: 70px 5vw 80px;
  box-sizing: border-box;
}
.yt-projects *, .yt-projects *::before, .yt-projects *::after { box-sizing: border-box; }

.yt-projects__head {
  max-width: 1320px;
  margin: 0 auto 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.yt-projects__eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.yt-projects__title {
  color: var(--navy);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  margin: 0;
}
.yt-projects__viewall {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  padding: 13px 22px;
  border-radius: 4px;
  transition: background 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}
.yt-projects__viewall:hover { background: var(--gold); transform: translateY(-2px); }

.yt-projects__row-wrap { position: relative; max-width: 1320px; margin: 0 auto; }

.yt-projects__row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
}
.yt-projects__row::-webkit-scrollbar { display: none; }

.yt-projects__card { scroll-snap-align: start; }

.yt-projects__img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #ddd;
}
.yt-projects__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.yt-projects__card:hover .yt-projects__img img { transform: scale(1.08); }

.yt-projects__card h3 {
  color: var(--navy);
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
}
.yt-projects__card p {
  color: #8a8578;
  font-size: 12.5px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.yt-projects__nav {
  position: absolute;
  top: -66px;
  right: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: var(--navy);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease;
}
.yt-projects__nav:hover { background: var(--gold); transform: scale(1.06); }

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .yt-projects { padding: 50px 6vw 60px; }
  .yt-projects__row { grid-auto-columns: minmax(78%, 1fr); gap: 16px; }
  .yt-projects__nav { top: -58px; width: 36px; height: 36px; }
  .yt-projects__head { align-items: flex-start; }
  .yt-projects__viewall { padding: 11px 18px; font-size: 12.5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-562636c *//* ============================================
YATEER — SITE FOOTER
Scoped under .ytf-footer
Brand colours from the Yateer logo: red #E31E24, black #141414.
============================================ */

.ytf-footer {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--black);
  box-sizing: border-box;
}
.ytf-footer *, .ytf-footer *::before, .ytf-footer *::after { box-sizing: border-box; }

.ytf-footer__top {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px;
  padding: 64px 5vw 50px;
}

/* ---------- Brand column ---------- */
.ytf-footer__logo { display: flex; flex-direction: column; text-decoration: none; line-height: 1; width: fit-content; margin-bottom: 18px; }
.ytf-footer__logo-mark { color: #fff; font-size: 22px; font-weight: 800; letter-spacing: 2px; }
.ytf-footer__logo-sub { color: var(--red); font-size: 9.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-top: 3px; }

.ytf-footer__tagline { color: #999; font-size: 13px; line-height: 1.7; margin: 0 0 18px; max-width: 300px; }

.ytf-footer__phone {
  display: inline-flex; align-items: center; gap: 8px;
  color: #fff; font-size: 14px; font-weight: 700; text-decoration: none;
  transition: color 0.2s ease;
}
.ytf-footer__phone:hover { color: var(--red); }

/* ---------- Link columns ---------- */
.ytf-footer__col h3 {
  color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  margin: 0 0 20px;
}
.ytf-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.ytf-footer__col a {
  color: #999; font-size: 13.5px; text-decoration: none; transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
}
.ytf-footer__col a:hover { color: var(--red); padding-left: 4px; }

.ytf-footer__cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: #fff; font-size: 13.5px; font-weight: 700;
  text-decoration: none; padding: 12px 22px; border-radius: 4px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.ytf-footer__cta:hover { background: #b3151a; transform: translateY(-2px); }
.ytf-footer__cta span { transition: transform 0.25s ease; }
.ytf-footer__cta:hover span { transform: translateX(4px); }

/* ---------- Bottom bar ---------- */
.ytf-footer__bottom {
  border-top: 1px solid #262626;
  padding: 22px 5vw;
  text-align: center;
}
.ytf-footer__bottom p { color: #777; font-size: 12px; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .ytf-footer__top { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; padding: 54px 6vw 40px; }
}
@media (max-width: 560px) {
  .ytf-footer__top { grid-template-columns: 1fr; gap: 32px; }
  .ytf-footer__tagline { max-width: 100%; }
}/* End custom CSS */