/* Scoped under .ctc-page — generated from commit fc043ad; do not edit by hand. */
.ctc-page *, .ctc-page *::before, .ctc-page *::after{ box-sizing: border-box; margin: 0; padding: 0; }.ctc-page{
  --yellow: #FFE600;
  --black: #0a0a0a;
  --dark: #111111;
  --dark2: #1a1a1a;
  --white: #ffffff;
  --gray: #888888;
  --light: #f5f5f5;
  --font: 'Noto Sans Armenian', sans-serif;
  --font-wide: 'Noto Sans Armenian', sans-serif;
}.ctc-page{
  scroll-behavior: smooth;
  overflow-x: clip;
}.ctc-page{
  font-family: var(--font);
  background: var(--white);
  color: var(--black);
  overflow-x: clip;
  max-width: 100%;
  padding-bottom: 70px;
}.ctc-page a{ text-decoration: none; color: inherit; }.ctc-page img{ max-width: 100%; display: block; }.ctc-page button{ cursor: pointer; font-family: var(--font); border: none; }.ctc-page .nav-wrap{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 16px 48px;
  display: flex;
  justify-content: center;
}.ctc-page .nav{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  border-radius: 40px;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: 100%;
  max-width: 1200px;
}.ctc-page .nav > *{ position: relative; z-index: 1; }.ctc-page .nav-logo{
  position: relative;
  width: 200px;
  height: 32px;
  flex-shrink: 0;
  overflow: hidden;
}.ctc-page .nav-logo img{
  display: block;
  width: 100%;
  height: 100%;
}.ctc-page .nav-links{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  list-style: none;
  flex-wrap: nowrap;
}.ctc-page .nav-links a{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 8px 7px;
  border-radius: 8px;
  white-space: nowrap;
  transition: opacity 0.2s;
}.ctc-page .nav-links a:hover{ opacity: 0.6; }.ctc-page .nav-actions{
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}.ctc-page .nav-join{
  background: #1200ff;
  color: #fff;
  height: 48px;
  padding: 10px 24px;
  border-radius: 24px;
  border: none;
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
}.ctc-page .nav-lang{
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
}.ctc-page .nav-lang-flag{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}.ctc-page .nav-lang-flag img{ width: 100%; height: 100%; object-fit: cover; }.ctc-page .nav-lang-text{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #1e1e1e;
}.ctc-page .nav-lang-chevron{ width: 17px; height: 10px; transition: transform 0.2s; }.ctc-page .nav-lang.open .nav-lang-chevron{ transform: rotate(180deg); }.ctc-page .nav-lang{
  position: relative;
}.ctc-page .lang-dropdown{
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  flex-direction: column;
  gap: 0;
  min-width: 160px;
  z-index: 200;
}.ctc-page .nav-lang.open .lang-dropdown{ display: flex; }.ctc-page .lang-option{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  cursor: pointer;
  white-space: nowrap;
}.ctc-page .lang-option-flag{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}.ctc-page .lang-option-flag img{ width: 100%; height: 100%; object-fit: cover; display: block; }.ctc-page .lang-option-name{
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  flex: 1;
}.ctc-page .lang-option.active .lang-option-name{ font-weight: 700; }.ctc-page .lang-option-check{ width: 17px; height: 12px; flex-shrink: 0; }.ctc-page .nav-hamburger{
  display: none;
  flex-direction: column;
  gap: 8px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
}.ctc-page .nav-hamburger span{
  display: block;
  width: 28px;
  height: 3px;
  background: #1e1e1e;
  border-radius: 2px;
}.ctc-page .mobile-menu{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #fff;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}.ctc-page .mobile-menu.open{ display: flex; }.ctc-page .mobile-menu-top{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 8px 8px 8px 16px;
  flex-shrink: 0;
}.ctc-page .mobile-menu-close{
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}.ctc-page .mobile-menu-close img{ width: 100%; height: 100%; display: block; }.ctc-page .mobile-menu-body{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  padding: 24px 16px;
}.ctc-page .mobile-menu-links{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  list-style: none;
}.ctc-page .mobile-menu-links a{
  display: block;
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}.ctc-page .mobile-menu-links a:hover{ opacity: 0.6; }.ctc-page .mobile-menu-divider{
  width: 171px;
  height: 1px;
  background: rgba(0,0,0,0.5);
  flex-shrink: 0;
}.ctc-page .mobile-menu-lang{
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}.ctc-page .mobile-menu-lang-option{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  cursor: pointer;
  white-space: nowrap;
}.ctc-page .mobile-menu-lang-flag{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}.ctc-page .mobile-menu-lang-flag img{ width: 100%; height: 100%; object-fit: cover; display: block; }.ctc-page .mobile-menu-lang-name{
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}.ctc-page .mobile-menu-lang-name.active{ font-weight: 700; }.ctc-page .mobile-menu-lang-check{ width: 17px; height: 12px; flex-shrink: 0; }.ctc-page .nav-logo-tablet{
  display: none;
  position: relative;
  width: 69px;
  height: 32px;
  flex-shrink: 0;
  overflow: hidden;
}.ctc-page .nav-logo-tablet img{
  display: block;
  width: 100%;
  height: 100%;
}@media (max-width: 1024px){.ctc-page .nav-wrap{ padding: 0; }.ctc-page .nav{
    border-radius: 0;
    max-width: none;
    grid-template-columns: auto 1fr auto;
    padding: 12px 24px;
  }.ctc-page .nav-links{ display: none; }.ctc-page .nav-lang{ display: none; }.ctc-page .nav-logo{ display: none; }.ctc-page .nav-logo-tablet{ display: block; }.ctc-page .nav-hamburger{ display: flex; }
}@media (max-width: 640px){.ctc-page .nav-logo{ display: none; }.ctc-page .nav-logo-tablet{ display: block; }
}.ctc-page .hero{
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: #e9ef00;
}.ctc-page .hero-bg{
  position: absolute;
  inset: 0;
}.ctc-page .hero-bg-mobile{ display: none; height: 100%; width: 100%; margin-top: 0; }.ctc-page .hero-bg-mobile::after{ content: none; }.ctc-page .hero-bg-layer{
  position: absolute;
  inset: 0;
  overflow: hidden;
}.ctc-page .hero-bg-layer img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}.ctc-page .hero-content{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 32px;
  width: 100%;
  max-width: 1440px;
  padding: 0 120px 80px;
}.ctc-page .hero-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}.ctc-page .hero-title{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-size: clamp(3.5rem, 9vw, 7rem);
  font-weight: 900;
  color: #000;
  line-height: 0.95;
  letter-spacing: -0.05em;
}.ctc-page .hero-subtitle{
  display: inline-flex;
  align-items: center;
  background: #e9ef00;
  color: #000;
  border-radius: 8px;
  padding: 16px;
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.95;
  white-space: nowrap;
}.ctc-page .hero-subtitle strong{
  font-weight: 700;
}.ctc-page .hero-subtitle-mobile{
  display: none;
}.ctc-page .hsm-pill{
  position: absolute;
  display: inline-flex;
  align-items: center;
  background: #e9ef00;
  color: #000;
  border-radius: 8px;
  padding: 4px 8px;
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.95;
  white-space: nowrap;
}.ctc-page .hsm-bold{ font-weight: 700; }.ctc-page .hsm-pill:nth-child(1){ top: 0;    left: 60px; }.ctc-page .hsm-pill:nth-child(2){ top: 27px; left: 0;    }.ctc-page .hsm-pill:nth-child(3){ top: 54px; left: 44px; }.ctc-page .hero-cta{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 10px 32px;
  background: #1200ff;
  border-radius: 32px;
  font-family: 'Noto Sans Armenian', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 200ms ease-out, box-shadow 200ms ease-out, background-color 200ms ease-out;
  text-transform: uppercase;
}.ctc-page .hero-cta:hover{
  background-color: #0f00e0;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}.ctc-page .hero-cta:active{
  background-color: #0d00c7;
  transform: translateY(0);
  box-shadow: none;
  transition: transform 100ms ease-in, box-shadow 100ms ease-in, background-color 100ms ease-in;
}.ctc-page .stats-block{
  background: #000;
  padding: 22px 120px;
  display: flex;
  justify-content: center;
}.ctc-page .stats-block-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
}.ctc-page .stats-item{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  text-align: center;
  width: 218px;
}.ctc-page .stats-item-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}.ctc-page .stats-num{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -4px;
  line-height: normal;
}.ctc-page .stats-label{
  font-family: 'Noto Sans Armenian', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: normal;
}.ctc-page .stats-divider{
  width: 1px;
  height: 84px;
  background: rgba(255,255,255,0.25);
  flex-shrink: 0;
}@media (max-width: 1024px){.ctc-page .stats-block{ padding: 24px 16px; }.ctc-page .stats-block-inner{ flex-direction: column; align-items: center; }.ctc-page .stats-item{ width: 240px; padding: 10px 24px; }.ctc-page .stats-num{ font-size: 52px; letter-spacing: -2px; }.ctc-page .stats-label{ font-size: 20px; }.ctc-page .stats-divider{ width: 140px; height: 1px; }
}.ctc-page .section{ padding: 90px 40px; }.ctc-page .section-center{ text-align: center; }.ctc-page .tag{
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--yellow);
  background: rgba(255,230,0,0.12);
  padding: 5px 14px;
  border-radius: 3px;
  margin-bottom: 18px;
}.ctc-page .tag-dark{ color: var(--black); background: rgba(0,0,0,0.08); }.ctc-page .section-title{
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 16px;
}.ctc-page .section-sub{
  font-size: 1rem;
  color: var(--gray);
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto 52px;
}.ctc-page .skills-block{
  background: #ececec;
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}.ctc-page .skills-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  max-width: 1440px;
  width: 100%;
}.ctc-page .skills-eyebrow{
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1200ff;
}.ctc-page .skills-title{
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
}.ctc-page .skills-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}.ctc-page .skill-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 56px 40px;
  border-radius: 48px;
  background: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%),
              linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%);
  box-shadow: 0 8px 16px 0 rgba(138, 120, 141, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  text-align: center;
}.ctc-page .skill-icon{
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  object-fit: contain;
}.ctc-page .skill-name{
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.05em;
  line-height: 1.1;
}.ctc-page .skill-desc{
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}@media (max-width: 1024px){.ctc-page .skills-block{ padding: 60px 40px; }.ctc-page .skills-grid{ grid-template-columns: repeat(2, 1fr); }
}@media (max-width: 768px){.ctc-page .skills-block{ padding: 60px 20px; }.ctc-page .skills-grid{ grid-template-columns: 1fr; }.ctc-page .skill-card{ padding: 40px 28px; border-radius: 32px; }.ctc-page .skills-title{ font-size: 1.8rem; }
}.ctc-page .student-works{
  background: #000;
  padding: 80px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}.ctc-page .student-works-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  text-align: center;
  width: 100%;
  padding: 0 40px;
}.ctc-page .student-works-eyebrow{
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e9ef00;
}.ctc-page .student-works-title{
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}.ctc-page .student-works-carousel{
  width: 100%;
  overflow: hidden;
  position: relative;
}.ctc-page .student-works-track{
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  transition: transform 0.5s ease;
  will-change: transform;
}.ctc-page .student-work-item{
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding-right: 24px;
  flex-shrink: 0;
}.ctc-page .student-work-img{
  width: 464px;
  height: 580px;
  max-width: calc(100vw - 80px);
  max-height: calc((100vw - 80px) * 580 / 464);
  object-fit: cover;
  border-radius: 8px;
  display: block;
  flex-shrink: 0;
}.ctc-page .student-work-credit{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}.ctc-page .student-works-controls{
  display: flex;
  align-items: center;
  gap: 32px;
}.ctc-page .sw-arrow{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.4);
  background: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  transition: border-color .2s;
  flex-shrink: 0;
}.ctc-page .sw-arrow:hover{ border-color: #fff; }.ctc-page .sw-dots{
  display: flex;
  align-items: center;
  gap: 12px;
}.ctc-page .sw-dot{
  height: 6px;
  width: 6px;
  background: rgba(255,255,255,0.5);                      
  border-radius: 3px;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: width .3s, background .3s;
}.ctc-page .sw-dot.active{
  width: 30px;
  background: #fff;
}@media (max-width: 768px){.ctc-page .student-work-img{ width: 280px; height: 360px; }
}.ctc-page .instructors-section{
  background: #ececec;
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}.ctc-page .instructors-header{
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  max-width: 1440px;
  width: 100%;
}.ctc-page .instructors-eyebrow{
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1200ff;
}.ctc-page .instructors-title{
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}.ctc-page .instructor-card-wide{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  padding: 48px 56px 48px 48px;
  border-radius: 48px;
  background: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%),
              linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%);
  box-shadow: 0 20px 27px 0 rgba(129,92,141,0.13);
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}.ctc-page .instructor-photo{
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}.ctc-page .instructor-info{
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}.ctc-page .instructor-name{
  font-size: 2.25rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.05em;
  line-height: 1;
}.ctc-page .instructor-bio{
  font-size: 1.1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}.ctc-page .instructor-socials{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}.ctc-page .instructor-social-icon{
  width: 48px;
  height: 48px;
  display: block;
}@media (max-width: 1024px){.ctc-page .instructors-section{ padding: 60px 40px; }.ctc-page .instructor-card-wide{ padding: 40px 32px; }.ctc-page .instructor-photo{ width: 280px; height: 280px; }
}@media (max-width: 768px){.ctc-page .instructors-section{ padding: 60px 20px; }.ctc-page .instructor-photo{ width: 100%; height: auto; }.ctc-page .instructor-card-wide{ border-radius: 32px; }
}.ctc-page .for-section{
  background: #000;
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}.ctc-page .for-header{
  display: flex;
  flex-direction: column;
  gap: 21px;
  align-items: center;
  text-align: center;
  max-width: 1440px;
  width: 100%;
}.ctc-page .for-eyebrow{
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e9ef00;
}.ctc-page .for-title{
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}.ctc-page .for-cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}.ctc-page .for-card{
  position: relative;
  height: 600px;
  border-radius: 48px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}.ctc-page .for-card-bg-wrap{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
}.ctc-page .for-card-bg-overflow{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
}.ctc-page .for-card-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  max-width: none;
}.ctc-page .for-card-title{
  position: relative;
  z-index: 1;
  background: rgba(0,0,0,0.13);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 48px;
  padding: 24px 48px;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.1;
}.ctc-page .for-card-tags{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}.ctc-page .for-tag{
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1.4;
}@media (max-width: 1024px){.ctc-page .for-section{ padding: 60px 40px; }.ctc-page .for-cards{ grid-template-columns: 1fr; }.ctc-page .for-card{ border-radius: 32px; height: 500px; padding: 28px; }
}@media (max-width: 768px){.ctc-page .for-section{ padding: 60px 20px; }.ctc-page .for-card-title{ font-size: 1.75rem; padding: 16px 28px; }
}.ctc-page .pricing-ticker{
  background: #1200ff;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0;
}.ctc-page .pricing-ticker-row{
  display: flex;
  width: max-content;
  animation: ticker-scroll 18s linear infinite;
  height: 56px;
  align-items: center;
}.ctc-page .pricing-ticker-row:hover{ animation-play-state: paused; }@keyframes ticker-scroll{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}.ctc-page .ticker-item{
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
  white-space: nowrap;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}.ctc-page .ticker-icon{
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: block;
}.ctc-page .course-plan{
  background: #fff;
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}.ctc-page .course-plan-header{
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  max-width: 1440px;
  width: 100%;
}.ctc-page .course-plan-eyebrow{
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1200ff;
}.ctc-page .course-plan-title{
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}.ctc-page .course-plan-list{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
}.ctc-page .week-item{
  display: flex;
  gap: 24px;
  padding: 0 40px;
}.ctc-page .week-timeline{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding-top: 2px;
}.ctc-page .week-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1200ff;
  flex-shrink: 0;
}.ctc-page .week-line{
  width: 1px;
  flex: 1;
  background: #d9d9d9;
  min-height: 1px;
}.ctc-page .week-body{
  flex: 1;
  min-width: 0;
  padding-bottom: 48px;
}.ctc-page .week-header{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}.ctc-page .week-label{
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1200ff;
}.ctc-page .week-title-row{
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  cursor: pointer;
  padding: 12px 0;
}.ctc-page .week-title{
  flex: 1;
  font-size: clamp(1.4rem, 2.5vw, 2.25rem);
  font-weight: 700;
  color: #000;
  letter-spacing: -0.05em;
  line-height: 1.1;
}.ctc-page .week-toggle{
  width: 38px;
  height: 38px;
  border: 1.5px solid #000;
  border-radius: 50%;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  padding: 0;
  transition: opacity 0.2s;
}.ctc-page .week-toggle:hover{ opacity: 0.7; }.ctc-page .week-content{
  display: none;
  flex-direction: column;
  gap: 21px;
  padding-top: 8px;
}.ctc-page .week-content.open{ display: flex; }.ctc-page .week-bullets{
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}.ctc-page .week-bullets li{
  font-size: 1.1rem;
  color: #000;
  line-height: 1.5;
}.ctc-page .week-tools{
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}.ctc-page .week-tool-icon{
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}.ctc-page .week-divider{
  height: 1px;
  background: #d9d9d9;
  width: 100%;
  margin-top: 8px;
}@media (max-width: 768px){.ctc-page .course-plan{ padding: 60px 20px; }.ctc-page .week-item{ padding: 0 0 0 8px; }
}.ctc-page .cta-yellow{
  background: var(--yellow);
  padding: 80px 40px;
  text-align: center;
}.ctc-page .cta-yellow h2{
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: var(--black);
  letter-spacing: -1.5px;
  margin-bottom: 16px;
}.ctc-page .cta-yellow p{
  font-size: 1rem;
  color: rgba(0,0,0,0.6);
  max-width: 500px;
  margin: 0 auto 36px;
}.ctc-page .cta-btns{ display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }.ctc-page .btn-black{
  background: var(--black);
  color: var(--white);
  padding: 14px 36px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: background .2s;
}.ctc-page .btn-black:hover{ background: #333; }.ctc-page .btn-outline-black{
  background: none;
  border: 2px solid var(--black);
  color: var(--black);
  padding: 14px 36px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 700;
}.ctc-page .how-works{
  background: #e9ef00;
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}.ctc-page .how-works-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  width: 100%;
  max-width: 1440px;
}.ctc-page .how-works-eyebrow{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3.2px;
  color: #1200ff;
  text-transform: uppercase;
  width: 100%;
}.ctc-page .how-works-heading{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 48px);
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
}.ctc-page .how-works-stats{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 1440px;
  width: 100%;
}.ctc-page .how-works-stat{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  width: 240px;
}.ctc-page .how-works-stat-title{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -1.6px;
  color: #000;
  line-height: 1.1;
}.ctc-page .how-works-stat-desc{
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
}.ctc-page .how-works-divider{
  width: 1px;
  height: 178px;
  background: rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}.ctc-page .how-works-cta{
  display: flex;
  align-items: center;
  justify-content: center;
}.ctc-page .how-works-btn{
  height: 64px;
  padding: 10px 32px;
  background: #fff;
  border-radius: 32px;
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}@media (max-width: 1024px){.ctc-page .how-works{ padding: 60px 40px; }.ctc-page .how-works-divider{ display: none; }.ctc-page .how-works-stats{ gap: 32px; }
}@media (max-width: 768px){.ctc-page .how-works{ padding: 48px 24px; }.ctc-page .how-works-stat{ width: 100%; max-width: 320px; }
}.ctc-page .testimonials-section{
  background: #ececec;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}.ctc-page .testimonials-header{
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: center;
  width: 100%;
  max-width: 1440px;
  padding: 0 120px;
}.ctc-page .testimonials-eyebrow{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3.2px;
  color: #1200ff;
  text-transform: uppercase;
}.ctc-page .testimonials-heading{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 48px);
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}.ctc-page .testimonials-track-wrap{
  width: 100%;
  overflow: hidden;
}.ctc-page .testimonials-track{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 24px;
  transition: transform 0.4s ease;
  will-change: transform;
  padding: 10px 0 20px;
}.ctc-page .testimonial-card{
  flex-shrink: 0;
  width: 400px;
  background: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%),
              linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%);
  box-shadow: 0 20px 27px 0 rgba(129,92,141,0.13);
  border-radius: 48px;
  padding: 56px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}.ctc-page .testimonial-quote{
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  flex: 1;
}.ctc-page .testimonial-author{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}.ctc-page .testimonial-avatar{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}.ctc-page .testimonial-name{
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}.ctc-page .testimonials-nav{
  display: flex;
  align-items: center;
  gap: 32px;
}.ctc-page .testimonials-arrow{
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}.ctc-page .testimonials-arrow img{
  width: 44px;
  height: 44px;
  display: block;
  opacity: 0.5;
  transition: opacity 0.2s;
}.ctc-page .testimonials-arrow:hover img{
  opacity: 1;
}.ctc-page #tPrev img{
  transform: scaleX(-1);
}.ctc-page #swPrev img, .ctc-page #swNext img{
  filter: brightness(0) invert(1);
  opacity: 0.5;
  transition: opacity 0.2s;
}.ctc-page #swPrev:hover img, .ctc-page #swNext:hover img{
  opacity: 1;
}.ctc-page #swPrev img{
  transform: scaleX(-1);
}.ctc-page .testimonials-dots{
  display: flex;
  align-items: center;
  gap: 12px;
}.ctc-page .t-dot{
  height: 6px;
  border-radius: 3px;
  background: rgba(0,0,0,0.5);
  transition: width 0.3s ease, background 0.3s ease;
  width: 6px;
}.ctc-page .t-dot.active{
  width: 30px;
  background: #000;
}@media (max-width: 1024px){.ctc-page .testimonials-header{ padding: 0 40px; }.ctc-page .testimonial-card{ width: 340px; }
}@media (max-width: 768px){.ctc-page .testimonials-header{ padding: 0 24px; }.ctc-page .testimonial-card{ width: 300px; padding: 40px 28px; }
}.ctc-page .plans-section{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 80px 40px;
  overflow: hidden;
}.ctc-page .plans-bg{
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}.ctc-page .plans-bg-overlay{
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.55;
  z-index: 1;
}.ctc-page .plans-heading{
  position: relative;
  z-index: 2;
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 48px);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}.ctc-page .plans-grid{
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
}.ctc-page .plan-card{
  width: 430px;
  border-radius: 48px;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}.ctc-page .plan-card-standard{
  background: rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
}.ctc-page .plan-card-premium{
  background: #e9ef00;
}.ctc-page .plan-title{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -2px;
  text-align: center;
  line-height: 1;
}.ctc-page .plan-card-standard .plan-title{ color: #e9ef00; }.ctc-page .plan-card-premium  .plan-title{ color: #000; }.ctc-page .plan-features{
  font-family: 'Noto Sans Armenian', sans-serif;
  font-size: 18px;
  line-height: 1.6;
}.ctc-page .plan-card-standard .plan-features{ color: #fff; }.ctc-page .plan-card-premium  .plan-features{ color: #000; }.ctc-page .plan-features ul{
  padding-left: 20px;
}.ctc-page .plan-divider{
  height: 1px;
  width: 100%;
  flex-shrink: 0;
}.ctc-page .plan-card-standard .plan-divider{ background: rgba(255,255,255,0.5); }.ctc-page .plan-card-premium  .plan-divider{ background: rgba(0,0,0,0.5); }.ctc-page .plan-best-for{
  text-align: center;
}.ctc-page .plan-best-for-label{
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 700;
  font-size: 24px;
}.ctc-page .plan-best-for-desc{
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 400;
  font-size: 18px;
}.ctc-page .plan-card-standard .plan-best-for{ color: #fff; }.ctc-page .plan-card-premium  .plan-best-for{ color: #000; }.ctc-page .plan-price{
  display: flex;
  flex-direction: column;
  margin-top: auto;
}.ctc-page .plan-price-strike{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 700;
  font-size: 64px;
  letter-spacing: -2px;
  line-height: 1;
  color: rgba(0,0,0,0.5);
  text-decoration: none;
}.ctc-page .plan-price-strike .plan-price-number{ text-decoration: line-through; }.ctc-page .plan-price-strike .plan-price-currency{
  font-size: 24px;
  text-decoration: none;
}.ctc-page .plan-price-main{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 700;
  font-size: 64px;
  letter-spacing: -2px;
  line-height: 1;
}.ctc-page .plan-price-main .plan-price-currency{
  font-size: 24px;
}.ctc-page .plan-card-standard .plan-price-main{ color: #fff; }.ctc-page .plan-card-premium  .plan-price-main{ color: #000; }.ctc-page .plan-card-standard .plan-price-strike{ color: rgba(255,255,255,0.5); }.ctc-page .plan-card-premium  .plan-price-strike{ color: rgba(0,0,0,0.5); }.ctc-page .plan-countdown{
  background: rgba(255,255,255,0.2);
  box-shadow: 0 20px 27px 0 rgba(129,92,141,0.13);
  border-radius: 48px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}.ctc-page .plan-countdown-label{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3.2px;
  color: rgba(0,0,0,0.5);
  text-align: center;
}.ctc-page .plan-countdown-timer{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}.ctc-page .plan-countdown-unit{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}.ctc-page .plan-countdown-num{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -2px;
  color: #000;
  line-height: 1;
}.ctc-page .plan-countdown-sub{
  font-family: 'Noto Sans Armenian', sans-serif;
  font-size: 16px;
  color: rgba(0,0,0,0.5);
}.ctc-page .plan-countdown-sep{
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-bottom: 18px;
}.ctc-page .plan-countdown-dot{
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(0,0,0,0.5);
}.ctc-page .plan-btn{
  width: 100%;
  height: 64px;
  border-radius: 32px;
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 500;
  font-size: 20px;
  border: none;
  cursor: pointer;
}.ctc-page .plan-btn-white{ background: #fff; color: #000; }.ctc-page .plan-btn-blue{ background: #1200ff; color: #fff; }@media (max-width: 1024px){.ctc-page .plan-card{ width: 100%; max-width: 500px; }
}@media (max-width: 768px){.ctc-page .plans-section{ padding: 60px 24px; }.ctc-page .plan-card{ padding: 40px 28px; }.ctc-page .plan-price-main, .ctc-page .plan-price-strike{ font-size: 48px; }.ctc-page .plan-countdown-num{ font-size: 32px; }
}.ctc-page .faq-section{
  background: #fff;
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}.ctc-page .faq-header{
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: center;
  width: 100%;
  max-width: 1440px;
}.ctc-page .faq-eyebrow{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3.2px;
  color: #1200ff;
  text-transform: uppercase;
}.ctc-page .faq-heading{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 48px);
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}.ctc-page .faq-list{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}.ctc-page .faq-item{
  width: 100%;
  max-width: 800px;
  border-top: 1px solid rgba(0,0,0,0.15);
}.ctc-page .faq-item:last-child{
  border-bottom: 1px solid rgba(0,0,0,0.15);
}.ctc-page .faq-question{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  cursor: pointer;
  gap: 16px;
}.ctc-page .faq-question-text{
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000;
  line-height: 1.4;
}.ctc-page .faq-toggle{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #000;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 22px;
  font-weight: 300;
  color: #000;
  line-height: 1;
  transition: opacity 0.2s;
}.ctc-page .faq-toggle:hover{ opacity: 0.7; }.ctc-page .faq-toggle.open{
  
}.ctc-page .faq-answer{
  display: none;
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0,0,0,0.65);
  line-height: 1.6;
  padding-bottom: 28px;
  max-width: 720px;
}.ctc-page .faq-answer.open{
  display: block;
}@media (max-width: 1024px){.ctc-page .faq-section{ padding: 60px 40px; }
}@media (max-width: 768px){.ctc-page .faq-section{ padding: 48px 24px; }.ctc-page .faq-question-text{ font-size: 18px; }
}.ctc-page .footer{
  background: #000;
  display: flex;
  min-height: 80px;
  padding: 20px 120px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}.ctc-page .footer-logo{
  position: relative;
  width: 150px;
  height: 30px;
  flex-shrink: 0;
}.ctc-page .footer-logo img{
  display: block;
  width: 100%;
  height: 100%;
}.ctc-page .footer-copyright{
  flex: 1 0 0;
  min-width: 200px;
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: rgba(255,255,255,0.5);
  text-align: center;
}.ctc-page .footer-socials{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}.ctc-page .footer-social-link{
  font-family: 'Noto Sans Armenian', sans-serif; font-stretch: expanded;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #e9ef00;
  padding: 8px;
  border-radius: 8px;
  white-space: nowrap;
  transition: opacity 0.2s;
}.ctc-page .footer-social-link:hover{ opacity: 0.7; }@media (max-width: 1024px){.ctc-page .footer{ padding: 20px 40px; }.ctc-page .hero{
    background: #f2f2f3;
    padding: 64px 16px 80px;
    align-items: stretch;
    justify-content: center;
    min-height: 100dvh;
  }.ctc-page .hero-bg-desktop{ display: none; }.ctc-page .hero-bg-mobile{ display: block; }.ctc-page .hero-content{ position: absolute; inset: 0; align-items: center; justify-content: space-between; padding: 64px 16px 80px; gap: 18px; }.ctc-page .hero-text{ align-items: center; text-align: center; gap: 14px; }.ctc-page .hero-title{ font-size: clamp(34px, 11vw, 56px); letter-spacing: -2px; text-align: center; }.ctc-page .hero-subtitle{ display: none; }.ctc-page .hero-subtitle-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: static;
    width: 100%;
    height: auto;
  }.ctc-page .hsm-pill{ position: static; font-size: clamp(16px, 5.2vw, 24px); }.ctc-page .hero-cta{ height: 56px; font-size: 1.125rem; }.ctc-page .sticky-t1{ display: block; }
}@media (max-width: 768px){.ctc-page .footer{ padding: 24px 20px; flex-direction: column; align-items: center; text-align: center; gap: 16px; }.ctc-page .footer-copyright{ text-align: center; min-width: unset; font-size: 14px; }.ctc-page .footer-socials{ justify-content: center; }.ctc-page .footer-logo{ width: 120px; }
}.ctc-page .sticky-cta{
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #e9ef00;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  padding: 12px 32px;
  box-shadow: none;
  min-height: 72px;
}.ctc-page .sticky-cta-text{
  font-family: 'Noto Sans Armenian', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
}.ctc-page .sticky-cta-text strong{
  font-weight: 700;
  text-decoration: underline;
}.ctc-page .sticky-cta-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 10px 24px;
  background: #1200ff;
  border-radius: 24px;
  font-family: 'Noto Sans Armenian', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: transform 200ms ease-out, box-shadow 200ms ease-out, background-color 200ms ease-out;
}.ctc-page .sticky-cta-btn:hover{
  background-color: #0f00e0;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}.ctc-page .sticky-cta-btn:active{
  background-color: #0d00c7;
  transform: translateY(0);
  box-shadow: none;
  transition: transform 100ms ease-in, box-shadow 100ms ease-in, background-color 100ms ease-in;
}@media (max-width: 768px){.ctc-page .hero{
    background: #f2f2f3;
    padding: 64px 16px 80px;
    align-items: stretch;
    justify-content: center;
    min-height: 100dvh;
  }.ctc-page .hero-bg-desktop{ display: none; }.ctc-page .hero-bg-mobile{ display: block; }.ctc-page .hero-content{
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: space-between;
    padding: 64px 16px 80px;
    gap: 18px;
  }.ctc-page .hero-text{ align-items: center; text-align: center; gap: 14px; }.ctc-page .hero-title{ font-size: clamp(34px, 11vw, 56px); letter-spacing: -2px; text-align: center; }.ctc-page .hero-subtitle{ display: none; }.ctc-page .hero-subtitle-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: static;
    width: 100%;
    height: auto;
  }.ctc-page .hsm-pill{ position: static; font-size: clamp(16px, 5.2vw, 24px); }.ctc-page .hero-cta{ height: 56px; font-size: 1.125rem; }.ctc-page .student-work-img{ max-width: calc(100vw - 64px); }.ctc-page .section{ padding: 60px 20px; }
}.ctc-page .nav-join, .ctc-page .plan-btn-blue{
  transition: transform 200ms ease-out, box-shadow 200ms ease-out, background-color 200ms ease-out;
}.ctc-page .nav-join:hover, .ctc-page .plan-btn-blue:hover{
  background-color: #0f00e0;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}.ctc-page .nav-join:active, .ctc-page .plan-btn-blue:active{
  background-color: #0d00c7;
  transform: translateY(0);
  box-shadow: none;
  transition: transform 100ms ease-in, box-shadow 100ms ease-in, background-color 100ms ease-in;
}.ctc-page .how-works-btn, .ctc-page .plan-btn-white{
  transition: transform 200ms ease-out, box-shadow 200ms ease-out, background-color 200ms ease-out;
}.ctc-page .how-works-btn:hover, .ctc-page .plan-btn-white:hover{
  background-color: #f0f0f0;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}.ctc-page .how-works-btn:active, .ctc-page .plan-btn-white:active{
  background-color: #e3e3e3;
  transform: translateY(0);
  box-shadow: none;
  transition: transform 100ms ease-in, box-shadow 100ms ease-in, background-color 100ms ease-in;
}.ctc-page .skill-card, .ctc-page .testimonial-card, .ctc-page .plan-card{
  transition: transform 200ms ease-out, box-shadow 200ms ease-out;
}.ctc-page .skill-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 32px 0 rgba(138,120,141,0.22);
}.ctc-page .testimonial-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 28px 40px 0 rgba(129,92,141,0.22);
}.ctc-page .plan-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.28);
}
