.elementor-10 .elementor-element.elementor-element-fae686d{--display:flex;--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-a1d5094{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-be797f0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-f1acb4e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-33b09da{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-2251d6b{--display:flex;--margin-top:-85px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-939bb41{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-bf5634c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-e03f2f9{--display:flex;}body.elementor-page-10:not(.elementor-motion-effects-element-type-background), body.elementor-page-10 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-48706b4 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-10 .elementor-element.elementor-element-fae686d{--margin-top:-48px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-fae686d{--margin-top:-35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-c64c645 *//* ============ TRIYOL EDITORIAL HERO - FONTS ============ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Anton&family=Caveat:wght@700&display=swap');

/* ============ CSS VARIABLES ============ */
:root {
  --ed-bg: #0F0F0F;
  --ed-bg-2: #1A1A1A;
  --ed-lime: #D4FF3A;
  --ed-lime-dark: #B8E025;
  --ed-orange: #FF6B35;
  --ed-white: #FFFFFF;
  --ed-gray: #9CA3AF;
  --ed-gray-dark: #4A4A4A;
  --ed-border: rgba(255,255,255,0.08);
}

/* ============ RESET (SECTION ONLY) ============ */
.triyol-hero-editorial *,
.triyol-hero-editorial *::before,
.triyol-hero-editorial *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ============ MAIN SECTION ============ */
.triyol-hero-editorial {
  background: var(--ed-bg);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  padding-top: 40px;
}

.hero-ed-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 5% 60px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* ============ LEFT CONTENT ============ */
.hero-ed-left {
  opacity: 0;
  transform: translateY(30px);
  animation: edFadeUp 1s ease forwards 0.2s;
}

.hero-ed-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}

.label-dash {
  width: 32px;
  height: 3px;
  background: var(--ed-lime);
  border-radius: 2px;
}

.label-txt {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--ed-white);
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ============ HEADLINE TYPOGRAPHY ============ */
.hero-ed-title {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 400;
  line-height: 0.95;
  color: var(--ed-white);
  margin-bottom: 32px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.title-word {
  display: block;
  overflow: hidden;
}

.title-word .solid {
  color: var(--ed-white);
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  animation: edSlideUp 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.title-word:nth-child(1) .solid { animation-delay: 0.4s; }
.title-word:nth-child(2) .outline { animation-delay: 0.6s; }
.title-word:nth-child(2) .solid { animation-delay: 0.7s; }
.title-word:nth-child(3) .solid { animation-delay: 0.9s; }
.title-word:nth-child(3) .script { animation-delay: 1.1s; }

.outline {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 2px var(--ed-white);
  text-stroke: 2px var(--ed-white);
  opacity: 0;
  transform: translateY(100%);
  animation: edSlideUp 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.script {
  font-family: 'Caveat', cursive;
  color: var(--ed-lime);
  font-weight: 700;
  font-size: 0.95em;
  display: inline-block;
  margin-left: 20px;
  transform: translateY(100%) rotate(-3deg);
  opacity: 0;
  animation: edScriptIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  text-transform: none;
  line-height: 1;
}

.hero-ed-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--ed-gray);
  line-height: 1.7;
  max-width: 440px;
  margin-bottom: 40px;
  opacity: 0;
  animation: edFadeIn 0.8s ease forwards 1.3s;
}

/* ============ BUTTONS ============ */
.hero-ed-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: edFadeIn 0.8s ease forwards 1.5s;
}

.btn-lime {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  background: var(--ed-lime);
  color: #0A0A0A;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-lime::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s;
}

.btn-lime:hover::before { left: 100%; }

.btn-lime:hover {
  background: var(--ed-lime-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 255, 58, 0.4);
}

.btn-arrow {
  width: 22px;
  height: 22px;
  background: #0A0A0A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ed-lime);
  transition: transform 0.3s ease;
}

.btn-lime:hover .btn-arrow { transform: translateX(3px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 16px 30px;
  background: transparent;
  color: var(--ed-white);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-ghost:hover {
  border-color: var(--ed-lime);
  color: var(--ed-lime);
  transform: translateY(-2px);
}

/* ============ RIGHT IMAGE ============ */
.hero-ed-right {
  opacity: 0;
  transform: translateX(50px);
  animation: edSlideLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
}

.hero-ed-image-card {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 4/5;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  background: #1A1A1A;
}

.hero-ed-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-ed-image-card:hover .hero-ed-image { transform: scale(1.03); }

/* ============ FLOATING STAT BUBBLES ============ */
.stat-bubble {
  position: absolute;
  background: rgba(20, 20, 20, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 10px 16px 10px 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
  animation: edFloat 5s ease-in-out infinite;
}

.bubble-hr {
  top: 24px;
  left: -30px;
  animation-delay: 0s;
}

.bubble-weight {
  bottom: 130px;
  right: -20px;
  animation-delay: 2s;
}

.bubble-icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(212, 255, 58, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bubble-icon-wrap.orange { background: rgba(255, 107, 53, 0.15); }

.bubble-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bubble-value {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--ed-white);
  line-height: 1;
}

.bubble-sub {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 600;
  color: var(--ed-gray);
  letter-spacing: 1px;
}

/* ============ COHORT OVERLAY ============ */
.cohort-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 3;
}

.cohort-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cohort-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: var(--ed-gray);
  letter-spacing: 2px;
}

.cohort-title {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ed-white);
}

.cohort-btn {
  width: 44px;
  height: 44px;
  background: var(--ed-lime);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.cohort-btn:hover {
  background: var(--ed-lime-dark);
  transform: rotate(45deg);
}

/* ============ STATS BAR ============ */
.hero-ed-stats {
  border-top: 1px solid var(--ed-border);
  border-bottom: 1px solid var(--ed-border);
  background: var(--ed-bg);
  opacity: 0;
  animation: edFadeIn 1s ease forwards 1.7s;
}

.stats-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 5%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.stat-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.stat-block:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: var(--ed-border);
}

.stat-numbers {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.stat-num, .stat-num-decimal {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--ed-white);
  line-height: 1;
}

.stat-plus {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--ed-white);
  line-height: 1;
}

.stat-star {
  color: var(--ed-lime);
  font-size: 24px;
  margin-left: 4px;
}

.stat-caption {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: var(--ed-gray);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 4px;
}

/* ============ MARQUEE TICKER ============ */
.hero-ed-marquee {
  background: var(--ed-lime);
  padding: 16px 0;
  overflow: hidden;
  position: relative;
  transform: rotate(-1deg);
  margin: 0 -20px;
}

.marquee-track {
  display: flex;
  width: fit-content;
  animation: edMarquee 30s linear infinite;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
  flex-shrink: 0;
}

.marquee-item {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #0A0A0A;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-star {
  color: #0A0A0A;
  font-size: 12px;
  flex-shrink: 0;
}

.hero-ed-marquee:hover .marquee-track {
  animation-play-state: paused;
}

/* ============ ANIMATIONS ============ */
@keyframes edFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes edFadeIn {
  to { opacity: 1; }
}

@keyframes edSlideUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes edSlideLeft {
  to { opacity: 1; transform: translateX(0); }
}

@keyframes edScriptIn {
  to { opacity: 1; transform: translateY(0) rotate(-3deg); }
}

@keyframes edFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes edMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============ RESPONSIVE ============ */

/* Tablet Landscape */
@media (max-width: 1200px) {
  .hero-ed-container { gap: 40px; }
  .hero-ed-title { font-size: clamp(44px, 6vw, 78px); }
  .bubble-hr { left: -10px; }
  .bubble-weight { right: -10px; }
}

/* Tablet */
@media (max-width: 1024px) {
  .hero-ed-container {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 40px 5% 50px;
  }
  .hero-ed-title { font-size: clamp(48px, 8vw, 72px); }
  .hero-ed-desc { max-width: 100%; }
  .hero-ed-image-card { max-width: 450px; }
  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .stat-block:nth-child(2)::after { display: none; }
}

/* Mobile Large */
@media (max-width: 768px) {
  .triyol-hero-editorial { padding-top: 20px; }
  .hero-ed-container { padding: 30px 5% 40px; gap: 40px; }
  .label-txt { font-size: 10px; letter-spacing: 1.5px; }
  .hero-ed-title {
    font-size: clamp(40px, 11vw, 60px);
    margin-bottom: 24px;
  }
  .script { margin-left: 12px; }
  .hero-ed-desc { font-size: 14px; margin-bottom: 32px; }
  .btn-lime, .btn-ghost { padding: 14px 22px; font-size: 11px; }
  .hero-ed-image-card { max-width: 100%; border-radius: 20px; }
  .bubble-hr { top: 16px; left: 12px; }
  .bubble-weight { bottom: 110px; right: 12px; }
  .stat-bubble { padding: 8px 14px 8px 10px; }
  .bubble-icon-wrap { width: 28px; height: 28px; }
  .bubble-value { font-size: 12px; }
  .bubble-sub { font-size: 8px; }
  .cohort-overlay { bottom: 16px; left: 16px; right: 16px; }
  .cohort-title { font-size: 14px; }
  .cohort-btn { width: 40px; height: 40px; }
  .stats-inner { padding: 25px 5%; gap: 25px 20px; }
  .stat-num, .stat-num-decimal, .stat-plus { font-size: 26px; }
  .stat-caption { font-size: 9px; letter-spacing: 1px; }
  .marquee-item { font-size: 12px; letter-spacing: 1.5px; }
  .marquee-content { gap: 24px; padding-right: 24px; }
}

/* Mobile Small */
@media (max-width: 480px) {
  .hero-ed-container { padding: 24px 5% 30px; }
  .hero-ed-label { margin-bottom: 24px; gap: 10px; }
  .label-dash { width: 20px; height: 2px; }
  .label-txt { font-size: 9px; }
  .hero-ed-title { font-size: clamp(36px, 12vw, 52px); }
  .hero-ed-cta { flex-direction: column; width: 100%; }
  .btn-lime, .btn-ghost { width: 100%; justify-content: center; }
  .stats-inner {
    grid-template-columns: 1fr 1fr;
    padding: 20px 5%;
    gap: 20px 15px;
  }
  .stat-num, .stat-num-decimal, .stat-plus { font-size: 22px; }
  .stat-star { font-size: 18px; }
  .stat-caption { font-size: 8px; }
  .marquee-item { font-size: 11px; }
  .hero-ed-marquee { padding: 12px 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f63cc3 *//* ============ TRIYOL PHILOSOPHY SECTION ============ */
.triyol-philosophy {
  background: #FAFAF7;
  padding: 100px 5% 80px;
  font-family: 'Inter', sans-serif;
  color: #0F0F0F;
  position: relative;
  overflow: hidden;
}

.triyol-philosophy *,
.triyol-philosophy *::before,
.triyol-philosophy *::after {
  box-sizing: border-box;
}

.phil-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ============ TOP GRID ============ */
.phil-top {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  margin-bottom: 80px;
  align-items: start;
}

/* ============ LEFT COLUMN ============ */
.phil-left {
  padding-top: 20px;
}

.phil-label,
.phil-bottom-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #0F0F0F;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s ease;
}

.phil-label.phil-in,
.phil-bottom-label.phil-in {
  opacity: 1;
  transform: translateY(0);
}

.phil-star {
  color: #B8E025;
  font-size: 14px;
}

.phil-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #0F0F0F;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 320px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s ease 0.1s;
}

.phil-desc.phil-in {
  opacity: 1;
  transform: translateY(0);
}

.phil-signature {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #0F0F0F;
  margin-bottom: 36px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s ease 0.2s;
}

.phil-signature.phil-in {
  opacity: 1;
  transform: translateY(0);
}

.phil-signature em {
  font-style: italic;
  font-weight: 400;
}

/* ============ FEATURE PILLS ============ */
.phil-features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.phil-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(15, 15, 15, 0.08);
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #0F0F0F;
  max-width: 320px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease, border-color 0.3s ease, transform 0.3s ease;
  cursor: default;
}

.phil-feature-item.phil-in {
  opacity: 1;
  transform: translateY(0);
}

.phil-feature-item:hover {
  border-color: #0F0F0F;
  transform: translateX(4px);
}

.feat-icon {
  color: #0F0F0F;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ============ LINK ============ */
.phil-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #0F0F0F;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid #0F0F0F;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s, gap 0.3s ease;
}

.phil-link.phil-in {
  opacity: 1;
  transform: translateY(0);
}

.phil-link:hover {
  gap: 14px;
}

/* ============ RIGHT COLUMN - IMAGES ============ */
.phil-right {
  position: relative;
  min-height: 500px;
}

.phil-main-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  background: #E5E5E0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.phil-main-img.phil-in {
  opacity: 1;
  transform: translateY(0);
}

.phil-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.phil-main-img:hover img {
  transform: scale(1.05);
}

.phil-play-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  background: rgba(15, 15, 15, 0.85);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 0.3s ease;
}

.phil-play-btn:hover {
  background: #B8E025;
  color: #0F0F0F;
  transform: scale(1.1);
}

.phil-small-img {
  position: absolute;
  top: -25px;
  right: 0;
  width: 130px;
  height: 165px;
  border-radius: 12px;
  overflow: hidden;
  background: #1A1A1A;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transform: rotate(6deg) translateY(30px);
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  z-index: 2;
}

.phil-small-img.phil-in {
  opacity: 1;
  transform: rotate(6deg) translateY(0);
}

.phil-small-img:hover {
  transform: rotate(0deg) translateY(-5px);
}

.phil-small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phil-food-img {
  position: absolute;
  bottom: -60px;
  left: 30px;
  width: 200px;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  transform: rotate(-5deg) translateY(30px);
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  z-index: 2;
  padding: 10px;
}

.phil-food-img.phil-in {
  opacity: 1;
  transform: rotate(-5deg) translateY(0);
}

.phil-food-img:hover {
  transform: rotate(0deg) translateY(-5px);
}

.phil-food-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.food-label {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid rgba(15,15,15,0.1);
  white-space: nowrap;
}

.food-cal {
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  font-weight: 700;
  color: #0F0F0F;
  letter-spacing: 1px;
}

/* ============ STATS ROW ============ */
.phil-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 40px 0;
  margin-top: 60px;
}

.phil-stat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.7s ease;
}

.phil-stat.phil-in {
  opacity: 1;
  transform: translateY(0);
}

.phil-stat-value {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.phil-stat-num {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #0F0F0F;
  line-height: 1;
  letter-spacing: -0.02em;
}

.phil-stat-plus {
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #0F0F0F;
  line-height: 1;
}

.phil-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #6B6B6B;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.5;
}

/* ============ DIVIDER ============ */
.phil-divider {
  height: 1px;
  background: rgba(15, 15, 15, 0.08);
  margin: 40px 0 50px;
}

/* ============ BOTTOM ROW ============ */
.phil-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.phil-bottom-label {
  margin-bottom: 0;
}

.phil-bottom-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #0F0F0F;
  line-height: 1.7;
  max-width: 340px;
  margin-left: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s ease 0.15s;
}

.phil-bottom-text.phil-in {
  opacity: 1;
  transform: translateY(0);
}

/* ============ RESPONSIVE ============ */

/* Tablet */
@media (max-width: 1024px) {
  .triyol-philosophy {
    padding: 80px 5% 60px;
  }
  .phil-top {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .phil-left {
    padding-top: 0;
  }
  .phil-label {
    margin-bottom: 40px;
  }
  .phil-desc,
  .phil-feature-item {
    max-width: 100%;
  }
  .phil-right {
    min-height: 450px;
  }
  .phil-stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }
  .phil-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .phil-bottom-text {
    margin-left: 0;
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .triyol-philosophy {
    padding: 60px 5% 50px;
  }
  .phil-top {
    gap: 50px;
    margin-bottom: 60px;
  }
  .phil-label,
  .phil-bottom-label {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .phil-desc {
    font-size: 13px;
  }
  .phil-feature-item {
    font-size: 12px;
    padding: 12px 18px;
  }
  .phil-right {
    min-height: 400px;
  }
  .phil-main-img {
    aspect-ratio: 4/3;
    border-radius: 16px;
  }
  .phil-small-img {
    width: 100px;
    height: 130px;
    top: -15px;
    right: -10px;
  }
  .phil-food-img {
    width: 150px;
    height: 150px;
    bottom: -40px;
    left: 10px;
  }
  .phil-play-btn {
    width: 38px;
    height: 38px;
    bottom: 14px;
    left: 14px;
  }
  .phil-stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
    padding: 30px 0;
  }
  .phil-stat-num {
    font-size: 32px;
  }
  .phil-stat-plus {
    font-size: 26px;
  }
  .phil-stat-label {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .phil-divider {
    margin: 30px 0 40px;
  }
  .phil-bottom-text {
    font-size: 13px;
  }
}

/* Small Mobile */
@media (max-width: 400px) {
  .phil-small-img {
    width: 90px;
    height: 115px;
  }
  .phil-food-img {
    width: 130px;
    height: 130px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9bb767 *//* ============ TRIYOL SERVICES ACCORDION SECTION ============ */
.triyol-services-accordion {
  background: #F5F3EC !important;
  padding: 100px 5% 100px;
  font-family: 'Inter', sans-serif;
  color: #0F0F0F;
  position: relative;
}

.triyol-services-accordion *,
.triyol-services-accordion *::before,
.triyol-services-accordion *::after {
  box-sizing: border-box;
}

.svc-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ============ ACCORDION WRAPPER ============ */
.svc-accordion {
  display: flex;
  flex-direction: column;
}

/* ============ ACCORDION ITEM ============ */
.triyol-services-accordion .svc-item {
  border-top: 1px solid rgba(15, 15, 15, 0.15);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease, background 0.3s ease !important;
  background-color: transparent !important;
  overflow: hidden;
}

.triyol-services-accordion .svc-item.svc-in {
  opacity: 1;
  transform: translateY(0);
}

.triyol-services-accordion .svc-item:last-child {
  border-bottom: 1px solid rgba(15, 15, 15, 0.15);
}

/* ============ HOVER & ACTIVE LIME GREEN BACKGROUND (#D4FF3A) ============ */
.triyol-services-accordion .svc-item:hover,
.triyol-services-accordion .svc-item.active,
.triyol-services-accordion .svc-header:hover,
.triyol-services-accordion .svc-header:focus,
.triyol-services-accordion .svc-header:active {
  background-color: #D4FF3A !important;
  color: #0F0F0F !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Force header transparent inside active item so background comes from parent */
.triyol-services-accordion .svc-item .svc-header {
  background-color: transparent !important;
  background: transparent !important;
}

.triyol-services-accordion .svc-item:hover .svc-title,
.triyol-services-accordion .svc-item.active .svc-title,
.triyol-services-accordion .svc-item:hover .svc-number,
.triyol-services-accordion .svc-item.active .svc-number {
  color: #0F0F0F !important;
}

/* ============ HEADER (Clickable) ============ */
.triyol-services-accordion .svc-header {
  width: 100% !important;
  border: none !important;
  padding: 28px 20px !important;
  display: grid !important;
  grid-template-columns: 40px 1fr auto !important;
  align-items: center !important;
  gap: 30px !important;
  cursor: pointer !important;
  text-align: left !important;
  font-family: inherit !important;
  transition: background 0.3s ease !important;
  border-radius: 0 !important;
}

.svc-number {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #6B6B6B;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.svc-title {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 400;
  color: #0F0F0F !important;
  margin: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  transition: color 0.3s ease;
}

/* ============ TOGGLE BUTTON ============ */
.svc-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-toggle-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(15, 15, 15, 0.25);
  background: transparent;
  color: #0F0F0F;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
}

.svc-item:hover .svc-toggle-icon {
  border-color: #0F0F0F;
}

.icon-plus, .icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.icon-close {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.svc-item.active .svc-toggle-icon {
  background: #0F0F0F !important;
  border-color: #0F0F0F !important;
  color: #FFFFFF !important;
}

.svc-item.active .icon-plus {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.svc-item.active .icon-close {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0);
}

/* ============ BODY (Expandable Content) ============ */
.svc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.svc-item.active .svc-body {
  max-height: 600px;
}

.svc-body-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  padding: 10px 20px 40px 90px;
  align-items: center;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s ease 0.15s, transform 0.5s ease 0.15s;
}

.svc-item.active .svc-body-inner {
  opacity: 1;
  transform: translateY(0);
}

/* ============ BADGES ============ */
.svc-badges {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.svc-badge-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0F0F0F;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svc-tag {
  padding: 7px 14px;
  border: 1px solid rgba(15, 15, 15, 0.2);
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #0F0F0F;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: transparent;
}

.svc-tag:hover {
  border-color: #0F0F0F;
  background: #0F0F0F;
  color: #FFFFFF;
}

/* ============ DESCRIPTION ============ */
.svc-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #2D2D2D;
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 480px;
}

.svc-em {
  color: #0F0F0F;
  font-weight: 600;
  font-style: normal;
}

/* ============ FEATURE LIST ============ */
.svc-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.svc-features li {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #0F0F0F;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.svc-features li strong {
  font-weight: 700;
  color: #0F0F0F;
}

.svc-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #0F0F0F;
  color: #D4FF3A;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}

/* ============ IMAGE ============ */
.svc-image {
  width: 100%;
  aspect-ratio: 4/3;
  max-width: 340px;
  border-radius: 14px;
  overflow: hidden;
  background: #E5E5E0;
  margin-left: auto;
}

.svc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.svc-image:hover img {
  transform: scale(1.05);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .triyol-services-accordion {
    padding: 80px 5% 80px;
  }
  .svc-body-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px 40px 90px;
  }
  .svc-image {
    max-width: 100%;
    margin-left: 0;
    order: -1;
    aspect-ratio: 16/9;
  }
}

@media (max-width: 768px) {
  .triyol-services-accordion {
    padding: 60px 5% 60px;
  }
  .triyol-services-accordion .svc-header {
    grid-template-columns: 30px 1fr auto !important;
    gap: 18px !important;
    padding: 22px 10px !important;
  }
  .svc-number {
    font-size: 10px;
  }
  .svc-title {
    font-size: clamp(18px, 4.5vw, 24px);
  }
  .svc-toggle-icon {
    width: 34px;
    height: 34px;
  }
  .svc-body-inner {
    padding: 0 10px 30px 50px;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .triyol-services-accordion {
    padding: 50px 5% 50px;
  }
  .triyol-services-accordion .svc-header {
    grid-template-columns: 25px 1fr auto !important;
    gap: 14px !important;
    padding: 20px 5px !important;
  }
  .svc-title {
    font-size: 18px;
    line-height: 1.1;
  }
  .svc-toggle-icon {
    width: 30px;
    height: 30px;
  }
  .svc-body-inner {
    padding: 0 5px 25px 44px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a86847 *//* ============ TRIYOL PROOF / DASHBOARD SECTION ============ */
.triyol-proof {
  background: #0A0A0A;
  padding: 100px 5% 80px;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.triyol-proof::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 255, 58, 0.04), transparent 70%);
  pointer-events: none;
}

.triyol-proof *,
.triyol-proof *::before,
.triyol-proof *::after {
  box-sizing: border-box;
}

.proof-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ============ HEADER ROW ============ */
.proof-header-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 50px;
  align-items: start;
}

.proof-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s ease;
}

.proof-label.proof-in {
  opacity: 1;
  transform: translateY(0);
}

.proof-star {
  color: #D4FF3A;
  font-size: 14px;
}

.proof-intro {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #9CA3AF;
  line-height: 1.7;
  max-width: 400px;
  margin-left: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s ease 0.1s;
}

.proof-intro.proof-in {
  opacity: 1;
  transform: translateY(0);
}

/* ============ MAIN GRID ============ */
.proof-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

/* ============ CARDS ============ */
.proof-card {
  background: #141414;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 26px 28px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.proof-card.proof-in {
  opacity: 1;
  transform: translateY(0);
}

/* ============ CHART HEAD - FIXED (no wrap) ============ */
.chart-head, .macro-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

.chart-head > div:first-child,
.macro-head > div:first-child {
  flex-shrink: 0;
  min-width: 0;
}

.chart-title {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px 0;
  white-space: nowrap;
}

.chart-sub {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #6B7280;
  font-weight: 500;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.chart-tabs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 50px;
  padding: 4px;
  flex-shrink: 0;
  white-space: nowrap;
}

.chart-tab {
  background: transparent !important;
  border: none !important;
  padding: 7px 14px !important;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 700;
  color: #6B7280 !important;
  letter-spacing: 1.5px;
  cursor: pointer;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase;
  outline: none !important;
  box-shadow: none !important;
  white-space: nowrap;
}

.chart-tab:hover {
  color: #FFFFFF !important;
}

.chart-tab.active {
  background: #D4FF3A !important;
  color: #0F0F0F !important;
}

/* ============ CHART SVG ============ */
.chart-wrap {
  position: relative;
  width: 100%;
  padding-top: 10px;
}

.chart-svg {
  width: 100%;
  height: auto;
  aspect-ratio: 700/260;
  display: block;
}

.chart-grid line {
  stroke: rgba(255,255,255,0.05);
  stroke-width: 1;
  stroke-dasharray: 3 4;
}

.chart-yaxis text {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  fill: #6B7280;
  font-weight: 500;
}

.chart-xaxis {
  display: flex;
  justify-content: space-between;
  padding: 8px 40px 0 60px;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  color: #6B7280;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ============ MACRO RING CARD ============ */
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #D4FF3A;
  color: #0F0F0F;
  padding: 5px 12px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  flex-shrink: 0;
}

.live-dot {
  width: 6px;
  height: 6px;
  background: #0F0F0F;
  border-radius: 50%;
  animation: livePulse 1.6s infinite;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.3); }
}

.macro-ring-wrap {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 20px auto 24px;
}

.macro-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.macro-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.macro-value {
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -0.02em;
}

.macro-unit {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 2px;
}

.macro-legend {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.macro-legend li {
  display: grid;
  grid-template-columns: 10px 1fr auto auto auto;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
}

.macro-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.macro-name {
  color: #FFFFFF;
  font-weight: 500;
}

.macro-line {
  height: 1px;
  background: rgba(255,255,255,0.08);
  min-width: 30px;
}

.macro-g {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
}

.macro-pct {
  color: #6B7280;
  font-size: 11px;
  font-weight: 500;
  min-width: 32px;
  text-align: right;
}

/* ============ BOTTOM STAT CARDS ============ */
.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}

.proof-stat-card {
  background: #141414;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.proof-stat-card.proof-in {
  opacity: 1;
  transform: translateY(0);
}

.proof-stat-card:hover {
  border-color: rgba(212, 255, 58, 0.3);
  transform: translateY(-3px);
}

.stat-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.orange-box {
  background: rgba(255, 107, 53, 0.12);
}

.lime-box {
  background: rgba(212, 255, 58, 0.12);
}

.stat-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.stat-big {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -0.01em;
}

.stat-cap {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #6B7280;
  font-weight: 500;
}

/* ============ FOOTNOTE ============ */
.proof-footnote {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  color: #4A5563;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.7s ease 0.2s;
}

.proof-footnote.proof-in {
  opacity: 1;
  transform: translateY(0);
}

.dot-sep {
  color: #D4FF3A;
  margin: 0 8px;
}

/* ============ RESPONSIVE ============ */

/* Tablet Landscape */
@media (max-width: 1024px) {
  .triyol-proof {
    padding: 80px 5% 60px;
  }
  .proof-header-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .proof-intro {
    margin-left: 0;
    max-width: 100%;
  }
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .proof-stats {
    grid-template-columns: 1fr;
  }
}

/* ONLY on real mobile — allow tabs to wrap below title */
@media (max-width: 640px) {
  .triyol-proof {
    padding: 60px 5% 50px;
  }
  .proof-card {
    padding: 20px 18px;
    border-radius: 16px;
  }
  .chart-head, .macro-head {
    flex-wrap: wrap;
  }
  .chart-tabs {
    width: 100%;
    justify-content: space-between;
  }
  .chart-tab {
    flex: 1;
    text-align: center;
  }
  .chart-title {
    font-size: 15px;
  }
  .chart-tabs {
    padding: 3px;
  }
  .chart-tab {
    padding: 6px 10px !important;
    font-size: 8px !important;
    letter-spacing: 1px !important;
  }
  .chart-yaxis text {
    font-size: 8px;
  }
  .chart-xaxis {
    padding: 8px 20px 0 40px;
    font-size: 8px;
  }
  .macro-ring-wrap {
    width: 180px;
    height: 180px;
  }
  .macro-value {
    font-size: 28px;
  }
  .macro-legend li {
    font-size: 11px;
    gap: 8px;
  }
  .proof-stat-card {
    padding: 16px 18px;
  }
  .stat-big {
    font-size: 20px;
  }
  .stat-cap {
    font-size: 10px;
  }
  .proof-footnote {
    font-size: 9px;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}

@media (max-width: 400px) {
  .macro-ring-wrap {
    width: 160px;
    height: 160px;
  }
  .macro-value {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10c1295 *//* ============ TRIYOL METHOD SECTION ============ */
.triyol-method {
  background: #EDEBE4;
  padding: 100px 5% 60px;
  font-family: 'Inter', sans-serif;
  color: #0F0F0F;
  position: relative;
}

.triyol-method *,
.triyol-method *::before,
.triyol-method *::after {
  box-sizing: border-box;
}

.method-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* ============ HEADER ============ */
.method-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
  align-items: start;
}

.method-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #0F0F0F;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.method-label.method-in {
  opacity: 1;
  transform: translateY(0);
}

.method-star {
  color: #B8E025;
  font-size: 14px;
}

.method-intro {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #0F0F0F;
  line-height: 1.7;
  max-width: 340px;
  margin-left: auto;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s,
              transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.method-intro.method-in {
  opacity: 1;
  transform: translateY(0);
}

/* ============ STACK ============ */
.method-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 30vh;
}

/* Sticky wrappers — stronger negative margin = no gap */
.method-card-wrap {
  position: sticky;
  margin: 0;
  margin-bottom: -40px; /* pulls next card up, removes gap */
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.method-card-wrap.card-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Stack offsets — small peek of card above */
.method-card-wrap[data-card="1"] { top: 100px; z-index: 1; }
.method-card-wrap[data-card="2"] { top: 118px; z-index: 2; }
.method-card-wrap[data-card="3"] { top: 136px; z-index: 3; }
.method-card-wrap[data-card="4"] {
  top: 154px;
  z-index: 4;
  margin-bottom: 0;
}

/* ============ CARD ============ */
.method-card {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 10px 24px;
  padding: 36px 40px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.14);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              filter 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, filter;
  min-height: 160px;
  transform-origin: center top;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.method-card:hover {
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.2);
}

/* Color variants */
.card-dark {
  background: #141414;
  color: #FFFFFF;
}

.card-lime {
  background: #D4FF3A;
  color: #0F0F0F;
}

.card-orange {
  background: #FF6B35;
  color: #0F0F0F;
}

/* ============ BIG NUMBER ============ */
.method-num {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: clamp(64px, 8vw, 96px);
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
  letter-spacing: -0.02em;
  user-select: none;
  grid-row: 1 / 3;
  align-self: center;
}

.num-dark {
  color: rgba(15, 15, 15, 0.12);
}

.num-dark-orange {
  color: rgba(15, 15, 15, 0.15);
}

/* ============ CARD BODY ============ */
.method-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.method-card-title {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1;
}

.title-dark {
  color: #0F0F0F;
}

.method-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.desc-dark {
  color: rgba(15, 15, 15, 0.65);
}

/* ============ TAGS ============ */
.method-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.method-tag {
  display: inline-flex;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.method-tag:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
}

.tag-dark {
  border-color: rgba(15, 15, 15, 0.2);
  color: rgba(15, 15, 15, 0.7);
}

.tag-dark:hover {
  border-color: rgba(15, 15, 15, 0.5);
  color: #0F0F0F;
  background: rgba(15, 15, 15, 0.06);
}

.tag-orange {
  border-color: rgba(15, 15, 15, 0.2);
  color: rgba(15, 15, 15, 0.75);
}

.tag-orange:hover {
  border-color: rgba(15, 15, 15, 0.45);
  color: #0F0F0F;
  background: rgba(15, 15, 15, 0.06);
}

/* ============ ICON BUTTON ============ */
.method-icon-btn {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.method-icon-btn:hover {
  transform: scale(1.1);
}

.lime-btn {
  background: #D4FF3A;
  box-shadow: 0 4px 16px rgba(212, 255, 58, 0.3);
}

.dark-btn {
  background: #0F0F0F;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .triyol-method {
    padding: 80px 5% 50px;
  }

  .method-header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }

  .method-intro {
    margin-left: 0;
    max-width: 100%;
  }

  .method-card {
    grid-template-columns: 70px 1fr auto;
    padding: 28px 24px;
    gap: 8px 16px;
    min-height: 140px;
    border-radius: 20px;
  }

  .method-num {
    font-size: clamp(48px, 10vw, 72px);
  }

  .method-card-title {
    font-size: clamp(24px, 5vw, 32px);
  }

  .method-card-wrap {
    margin-bottom: -32px;
  }

  .method-card-wrap[data-card="1"] { top: 80px; }
  .method-card-wrap[data-card="2"] { top: 96px; }
  .method-card-wrap[data-card="3"] { top: 112px; }
  .method-card-wrap[data-card="4"] { top: 128px; margin-bottom: 0; }
}

@media (max-width: 640px) {
  .triyol-method {
    padding: 60px 4% 40px;
  }

  .method-stack {
    padding-bottom: 18vh;
  }

  .method-card-wrap {
    margin-bottom: -28px;
    transform: translate3d(0, 50px, 0);
  }

  .method-card-wrap[data-card="4"] {
    margin-bottom: 0;
  }

  .method-card {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    padding: 24px 20px;
    gap: 4px 12px;
    min-height: auto;
    border-radius: 18px;
  }

  .method-num {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 56px;
    grid-row: auto;
    opacity: 0.5;
    line-height: 1;
  }

  .method-card-body {
    grid-column: 1 / 2;
    padding-left: 8px;
    padding-top: 36px;
  }

  .method-icon-btn {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    margin-top: 4px;
  }

  .method-card-title {
    font-size: 26px;
  }

  .method-card-desc {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .method-tag {
    font-size: 8px;
    padding: 5px 10px;
    letter-spacing: 1px;
  }

  .method-card-wrap[data-card="1"] { top: 70px; }
  .method-card-wrap[data-card="2"] { top: 84px; }
  .method-card-wrap[data-card="3"] { top: 98px; }
  .method-card-wrap[data-card="4"] { top: 112px; }
}

@media (max-width: 400px) {
  .method-card-body {
    padding-top: 30px;
  }

  .method-card-title {
    font-size: 22px;
  }

  .method-num {
    font-size: 48px;
  }

  .method-tags {
    gap: 6px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9174b2f *//* ============ TRIYOL PROGRAMS & PRICING ============ */
.triyol-pricing {
  background: #0A0A0A;
  padding: 0 0 100px;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.triyol-pricing *,
.triyol-pricing *::before,
.triyol-pricing *::after {
  box-sizing: border-box;
}

/* ============ MARQUEE — RIGHT TO LEFT ============ */
.price-marquee {
  background: #111111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 14px 0;
  overflow: hidden;
  width: 100%;
}

.price-marquee-track {
  display: flex;
  width: fit-content;
  /* Start from the right (0) and move left (-50%) */
  animation: priceMarqueeRTL 35s linear infinite;
  will-change: transform;
}

.price-marquee-content {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  flex-shrink: 0;
}

.price-marquee-content span {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.price-marquee-content .pm-star {
  color: #D4FF3A;
  font-size: 10px;
  letter-spacing: 0;
}

.price-marquee:hover .price-marquee-track {
  animation-play-state: paused;
}

/* Right → Left continuous loop */
@keyframes priceMarqueeRTL {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

/* ============ CONTAINER ============ */
.price-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5% 0;
  position: relative;
  z-index: 1;
}

/* ============ HEADER ============ */
.price-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
  align-items: start;
}

.price-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.price-label.price-in {
  opacity: 1;
  transform: translateY(0);
}

.price-star {
  color: #D4FF3A;
  font-size: 14px;
}

.price-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.price-intro {
  font-size: 13px;
  color: #9CA3AF;
  line-height: 1.7;
  max-width: 320px;
  text-align: right;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}

.price-intro.price-in {
  opacity: 1;
  transform: translateY(0);
}

/* ============ TOGGLE ============ */
.price-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 4px;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}

.price-toggle.price-in {
  opacity: 1;
  transform: translateY(0);
}

.price-toggle-btn {
  background: transparent !important;
  border: none !important;
  padding: 8px 16px !important;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #6B7280 !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 50px !important;
  cursor: pointer;
  transition: all 0.3s ease !important;
  outline: none !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.price-toggle-btn:hover {
  color: #FFFFFF !important;
}

.price-toggle-btn.active {
  background: #D4FF3A !important;
  color: #0F0F0F !important;
}

.save-tag {
  font-size: 9px;
  font-weight: 800;
  opacity: 0.85;
}

.price-toggle-btn.active .save-tag {
  opacity: 1;
}

/* ============ GRID ============ */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 36px;
}

/* ============ CARDS ============ */
.price-card {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
}

.price-card.price-in {
  opacity: 1;
  transform: translateY(0);
}

.price-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

/* Featured (lime) card */
.price-card-featured {
  background: #D4FF3A;
  border-color: #D4FF3A;
  color: #0F0F0F;
  transform: translateY(40px) scale(1.02);
  z-index: 2;
}

.price-card-featured.price-in {
  transform: translateY(0) scale(1.02);
}

.price-card-featured:hover {
  border-color: #D4FF3A;
  box-shadow: 0 24px 60px rgba(212, 255, 58, 0.25);
}

.popular-pill {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0F0F0F;
  color: #D4FF3A;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
  white-space: nowrap;
}

/* Card top */
.price-card-top {
  margin-bottom: 8px;
}

.price-card-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.price-card-name {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}

.price-card-featured .price-card-name {
  color: #0F0F0F;
}

.price-badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #9CA3AF;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 5px 10px;
  border-radius: 50px;
  white-space: nowrap;
}

.price-card-featured .price-badge {
  display: none;
}

.price-card-desc {
  font-size: 13px;
  color: #9CA3AF;
  line-height: 1.6;
  margin: 0 0 20px 0;
  min-height: 42px;
}

.price-card-featured .price-card-desc {
  color: rgba(15, 15, 15, 0.65);
}

/* Amount */
.price-amount-row {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.price-card-featured .price-amount-row {
  border-bottom-color: rgba(15, 15, 15, 0.12);
}

.price-currency {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}

.price-card-featured .price-currency {
  color: #0F0F0F;
}

.price-amount {
  font-family: 'Inter', sans-serif;
  font-size: 52px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -0.03em;
  display: inline-block;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.price-card-featured .price-amount {
  color: #0F0F0F;
}

.price-period {
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 1px;
  margin-left: 4px;
  text-transform: uppercase;
}

.price-card-featured .price-period {
  color: rgba(15, 15, 15, 0.5);
}

/* Features */
.price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.price-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #D1D5DB;
  line-height: 1.4;
}

.price-card-featured .price-features li {
  color: #0F0F0F;
}

.pf-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(212, 255, 58, 0.15);
  color: #D4FF3A;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.price-card-featured .pf-check {
  background: rgba(15, 15, 15, 0.12);
  color: #0F0F0F;
}

/* Buttons */
.price-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  margin-top: auto;
}

.price-btn-outline {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.price-btn-outline:hover {
  border-color: #D4FF3A;
  color: #D4FF3A;
  transform: translateY(-2px);
}

.price-btn-dark {
  background: #0F0F0F;
  color: #D4FF3A;
  border: 1px solid #0F0F0F;
}

.price-btn-dark:hover {
  background: #1A1A1A;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Guarantee */
.price-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  color: #6B7280;
  text-align: center;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

.price-guarantee.price-in {
  opacity: 1;
  transform: translateY(0);
}

.guarantee-icon {
  display: flex;
  flex-shrink: 0;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .price-container {
    padding: 70px 5% 0;
  }

  .price-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .price-header-right {
    align-items: flex-start;
  }

  .price-intro {
    text-align: left;
    max-width: 100%;
  }

  .price-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-card-featured {
    transform: translateY(40px) scale(1);
    order: -1;
  }

  .price-card-featured.price-in {
    transform: translateY(0) scale(1);
  }

  .price-card-desc {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .triyol-pricing {
    padding: 0 0 70px;
  }

  .price-container {
    padding: 50px 5% 0;
  }

  .price-marquee {
    padding: 12px 0;
  }

  .price-marquee-content {
    gap: 20px;
    padding-right: 20px;
  }

  .price-marquee-content span {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .price-card {
    padding: 28px 22px 24px;
    border-radius: 20px;
  }

  .price-amount {
    font-size: 44px;
  }

  .price-card-name {
    font-size: 20px;
  }

  .price-guarantee {
    flex-direction: column;
    gap: 8px;
    font-size: 11px;
    line-height: 1.6;
    padding: 0 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7883f1 *//* ============ TRIYOL CLIENT STORIES ============ */
.triyol-stories {
  background: #0A0A0A;
  padding: 100px 0 80px;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

/* subtle vertical grid lines like reference */
.triyol-stories::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent calc(12.5% - 1px),
    rgba(255, 255, 255, 0.03) calc(12.5% - 1px),
    rgba(255, 255, 255, 0.03) 12.5%
  );
  pointer-events: none;
  z-index: 0;
}

.triyol-stories *,
.triyol-stories *::before,
.triyol-stories *::after {
  box-sizing: border-box;
}

.stories-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  z-index: 1;
}

/* ============ HEADER ============ */
.stories-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
  align-items: start;
}

.stories-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.stories-label.stories-in {
  opacity: 1;
  transform: translateY(0);
}

.stories-star {
  color: #D4FF3A;
  font-size: 14px;
}

.stories-intro {
  font-size: 13px;
  color: #9CA3AF;
  line-height: 1.7;
  max-width: 320px;
  margin: 0 0 0 auto;
  text-align: left;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}

.stories-intro.stories-in {
  opacity: 1;
  transform: translateY(0);
}

/* ============ ROWS ============ */
.stories-row {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}

.stories-row.stories-in {
  opacity: 1;
  transform: translateY(0);
}

.stories-row-ltr {
  transition-delay: 0.15s;
}

.stories-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.stories-set {
  display: flex;
  gap: 16px;
  padding-right: 16px;
  flex-shrink: 0;
}

/* TOP ROW: Right → Left */
.stories-track-rtl {
  animation: storiesRTL 55s linear infinite;
}

@keyframes storiesRTL {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

/* BOTTOM ROW: Left → Right */
.stories-track-ltr {
  animation: storiesLTR 55s linear infinite;
}

@keyframes storiesLTR {
  0%   { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

/* Pause on hover */
.stories-row:hover .stories-track {
  animation-play-state: paused;
}

/* ============ STORY CARD ============ */
.story-card {
  width: 320px;
  flex-shrink: 0;
  background: rgba(20, 20, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  backdrop-filter: blur(8px);
}

.story-card:hover {
  border-color: rgba(212, 255, 58, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.story-stars {
  color: #D4FF3A;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1;
}

.story-quote {
  font-size: 13px;
  color: #D1D5DB;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

.story-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.story-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #D4FF3A;
  color: #0F0F0F;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}

.story-avatar.av-alt {
  background: #B8E025;
}

.story-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
}

.story-meta {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 3px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .triyol-stories {
    padding: 80px 0 60px;
  }

  .stories-header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 36px;
  }

  .stories-intro {
    margin: 0;
    max-width: 100%;
  }

  .story-card {
    width: 280px;
  }
}

@media (max-width: 640px) {
  .triyol-stories {
    padding: 60px 0 50px;
  }

  .stories-row {
    margin-bottom: 14px;
  }

  .stories-set {
    gap: 12px;
    padding-right: 12px;
  }

  .story-card {
    width: 260px;
    padding: 18px 16px 16px;
    border-radius: 14px;
    gap: 12px;
  }

  .story-quote {
    font-size: 12px;
  }

  .story-avatar {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .story-name {
    font-size: 12px;
  }

  .story-meta {
    font-size: 9px;
  }

  .stories-track-rtl,
  .stories-track-ltr {
    animation-duration: 40s;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bf4d56 *//* ============ TRIYOL FAQ SECTION ============ */
.triyol-faq {
  background: #EDEBE4;
  padding: 100px 5%;
  font-family: 'Inter', sans-serif;
  color: #0F0F0F;
  position: relative;
}

.triyol-faq *,
.triyol-faq *::before,
.triyol-faq *::after {
  box-sizing: border-box;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 60px;
  align-items: start;
}

/* ============ LEFT ============ */
.faq-left {
  position: sticky;
  top: 120px;
}

.faq-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #0F0F0F;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-label.faq-in {
  opacity: 1;
  transform: translateY(0);
}

.faq-star {
  color: #B8E025;
  font-size: 14px;
}

/* CTA Card */
.faq-cta-card {
  background: #141414;
  border-radius: 22px;
  padding: 32px 28px;
  max-width: 340px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}

.faq-cta-card.faq-in {
  opacity: 1;
  transform: translateY(0);
}

.faq-cta-title {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.faq-cta-text {
  font-size: 13px;
  color: #9CA3AF;
  line-height: 1.7;
  margin: 0 0 24px 0;
}

.faq-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #D4FF3A !important;
  color: #0F0F0F !important;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 50px;
  border: none !important;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: none !important;
  outline: none !important;
}

.faq-cta-btn:hover {
  background: #B8E025 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 255, 58, 0.35) !important;
  color: #0F0F0F !important;
}

/* ============ RIGHT ACCORDION ============ */
.faq-list {
  display: flex;
  flex-direction: column;
}

.triyol-faq .faq-item {
  border-bottom: 1px solid rgba(15, 15, 15, 0.12);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.triyol-faq .faq-item:first-child {
  border-top: 1px solid rgba(15, 15, 15, 0.12);
}

.triyol-faq .faq-item.faq-in {
  opacity: 1;
  transform: translateY(0);
}

/* Question button */
.triyol-faq .faq-q {
  width: 100%;
  background: transparent !important;
  border: none !important;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transition: background 0.3s ease !important;
}

.triyol-faq .faq-q:hover,
.triyol-faq .faq-q:focus,
.triyol-faq .faq-q:active {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.faq-num {
  font-size: 11px;
  font-weight: 600;
  color: #9CA3AF;
  letter-spacing: 1px;
}

.faq-q-text {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 700;
  color: #0F0F0F;
  line-height: 1.35;
}

/* Toggle icon */
.faq-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(15, 15, 15, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  color: #0F0F0F;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  background: transparent;
}

.triyol-faq .faq-q:hover .faq-icon {
  border-color: #0F0F0F;
}

.faq-plus,
.faq-x {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.faq-x {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.triyol-faq .faq-item.active .faq-icon {
  background: #0F0F0F;
  border-color: #0F0F0F;
  color: #FFFFFF;
}

.triyol-faq .faq-item.active .faq-plus {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.triyol-faq .faq-item.active .faq-x {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* Answer */
.triyol-faq .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.triyol-faq .faq-item.active .faq-a {
  max-height: 280px;
}

.faq-a-inner {
  padding: 0 0 24px 50px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}

.triyol-faq .faq-item.active .faq-a-inner {
  opacity: 1;
  transform: translateY(0);
}

.faq-a-inner p {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.75;
  margin: 0;
  max-width: 520px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .triyol-faq {
    padding: 80px 5%;
  }

  .faq-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-left {
    position: relative;
    top: 0;
  }

  .faq-label {
    margin-bottom: 28px;
  }

  .faq-cta-card {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .triyol-faq {
    padding: 60px 5%;
  }

  .triyol-faq .faq-q {
    grid-template-columns: 28px 1fr auto;
    gap: 10px;
    padding: 18px 0;
  }

  .faq-q-text {
    font-size: 15px;
  }

  .faq-icon {
    width: 32px;
    height: 32px;
  }

  .faq-a-inner {
    padding: 0 0 20px 38px;
  }

  .faq-a-inner p {
    font-size: 13px;
  }

  .faq-cta-card {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .faq-cta-title {
    font-size: 20px;
  }

  .faq-cta-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */