:root {
  --bg: #ffffff;
  --card: #ffffff;
  --muted: #626974;
  --text: #181b31;
  --brand: #2dd4bf;
  --brand-2: #60a5fa;
  --accent: #f59e0b;
  --danger: #ef4444;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* Text Gradient */
.text-gradient {
  background: linear-gradient(135deg, #1e3a8a 0%, #0f2770 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Section Description Centering */
.section-description {
  text-align: center !important;
}

/* Certification Section */
.certification-section {
  padding: 80px 0;
  background: #f8fafc;
}

.certification-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.certification-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.certification-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  color: #ffffff;
}

.certification-title {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}

.certification-description {
  color: #64748b;
  margin-bottom: 32px;
  line-height: 1.7;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Rubik, Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Bootstrap container kullanıyoruz, custom container kaldırıldı */

/* Topbar */
.topbar {
  background: #f6f7fb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 13px;
  color: #64748b;
  position: relative;
  z-index: 60;
}

/* Bootstrap utility'leri kullanıyoruz - topbar-inner kaldırıldı */

.topbar-nav {
  display: flex;
  gap: 16px;
}

.topbar-link {
  color: #475569;
  text-decoration: none;
}

.topbar-link:hover {
  text-decoration: underline;
}

.topbar-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #0b0d13;
}

.icon-btn:hover {
  background: #f1f5f9;
}

.lang {
  position: relative;
}

.lang-btn {
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  cursor: pointer;
  letter-spacing: 0.1px;
}

.lang-menu {
  position: absolute;
  top: 38px;
  right: 0;
  display: none;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  min-width: 180px;
  padding: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.lang.open .lang-menu {
  display: block;
}

.lang-menu li {
  list-style: none;
}

.lang-menu button {
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
}

.lang-menu button:hover {
  background: #f1f5f9;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(140%) blur(8px);
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Bootstrap utility'leri kullanıyoruz - header-inner kaldırıldı */

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
}

.logo img {
  height: 125px;
  width: auto;
  display: block;
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #081018;
  font-weight: 800;
  font-size: 12px;
}

.logo-text {
  letter-spacing: 0.3px;
}

.logo-badge {
  margin-left: 10px;
  font-size: 12px;
  background: #eef2ff;
  color: #3730a3;
  border: 1px solid #c7d2fe;
  padding: 4px 8px;
  border-radius: 999px;
}

/* Eski site-nav CSS'leri kaldırıldı - Bootstrap navbar kullanıyoruz */

/* Eski custom nav-toggle kaldırıldı - Bootstrap navbar-toggler kullanıyoruz */

/* Bootstrap navbar - sadece görünüm CSS'leri */
.navbar {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 14px 0;
  min-height: 60px;
}

.navbar-brand img {
  height: 125px;
}

.navbar-nav .nav-link {
  color: #0b0d13 !important;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.navbar-nav .nav-link:hover {
  background: #f1f5f9;
  color: #0b0d13 !important;
}

.navbar-toggler {
  border: none;
  padding: 4px 8px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 18px rgba(2, 6, 23, 0.06);
  border-radius: 12px;
  padding: 8px 0;
}

.dropdown-item {
  padding: 8px 16px;
  color: #0b0d13;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background: #f8fbff;
  color: #0b0d13;
}

/* Modern Dropdown Styles */
.modern-dropdown {
  min-width: 320px;
  padding: 16px 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #ffffff;
}

.dropdown-section {
  padding: 0 16px;
}

.dropdown-section-title {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 12px 0;
  padding: 0 16px;
}

.modern-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  margin: 0 8px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
}

.modern-item:hover {
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.1);
}

.dropdown-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eef4ff, #e1e9ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e3a8a;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.modern-item:hover .dropdown-icon {
  background: linear-gradient(135deg, #1e3a8a, #0f2770);
  color: #ffffff;
  transform: scale(1.05);
}

.dropdown-content {
  flex: 1;
  min-width: 0;
}

.dropdown-title {
  font-size: 14px;
  font-weight: 600;
  color: #0b0d13;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.dropdown-desc {
  font-size: 12px;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

.modern-item:hover .dropdown-title {
  color: #1e3a8a;
}

.modern-item:hover .dropdown-desc {
  color: #475569;
}

/* Bootstrap'in kendi responsive sistemini kullanıyoruz */

/* How it Works Section */
.how-it-works {
  background: #ffffff;
  padding: 80px 0;
}

.how-it-works-content {
  position: relative;
}

.process-badge {
  display: inline-block;
  background: linear-gradient(135deg, #eef4ff, #e1e9ff);
  color: #1e3a8a;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.process-title {
  font-family: Montserrat, Inter, system-ui;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 40px;
  color: #0b0d13;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.step-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 50px;
  width: 2px;
  height: 24px;
  background: #e2e8f0;
  border-radius: 1px;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  background: #e2e8f0;
  color: #64748b;
  border: 2px solid #e2e8f0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.8);
  opacity: 0.7;
}

.step-item.active .step-number {
  background: linear-gradient(135deg, #1e3a8a, #0f2770);
  color: #ffffff;
  border-color: #1e3a8a;
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.3);
}

.step-content {
  flex: 1;
  padding-top: 8px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-10px);
  opacity: 0.6;
}

.step-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #64748b;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-item.active .step-content {
  transform: translateX(0);
  opacity: 1;
}

.step-item.active .step-content p {
  color: #0b0d13;
  font-weight: 500;
}

.how-it-works-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.corporate-illustration {
  position: relative;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hockey-field {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 120px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-radius: 8px;
  z-index: 1;
}

.field-lines {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
  opacity: 0.8;
}

.field-lines::before,
.field-lines::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #ffffff;
  opacity: 0.6;
}

.field-lines::before {
  left: 20px;
  transform: translateY(-50%) rotate(90deg);
}

.field-lines::after {
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
}

.field-goals {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  transform: translateY(-50%);
  opacity: 0.8;
}

.hockey-boards {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.board {
  position: absolute;
  background: linear-gradient(135deg, #1e3a8a, #0f2770);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.board-1 {
  width: 60px;
  height: 8px;
  top: 20%;
  left: 10%;
  transform: rotate(-15deg);
}

.board-2 {
  width: 80px;
  height: 8px;
  top: 60%;
  right: 15%;
  transform: rotate(20deg);
}

.board-3 {
  width: 50px;
  height: 8px;
  bottom: 25%;
  left: 20%;
  transform: rotate(-10deg);
}

/* .quality-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  border: 2px solid #1e3a8a;
  border-radius: 12px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 3;
}

.badge-icon {
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #1e3a8a, #0f2770);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}

.badge-text {
  font-size: 12px;
  font-weight: 600;
  color: #1e3a8a;
}

/* Responsive */
@media (max-width: 992px) {
  .how-it-works {
    padding: 60px 0;
  }
  
  .how-it-works-illustration {
    min-height: 300px;
    margin-top: 40px;
  }
  
  .corporate-illustration {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 768px) {
  .process-steps {
    gap: 20px;
  }
  
  .step-item {
    gap: 12px;
  }
  
  .step-number {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  
  .step-content p {
    font-size: 15px;
  }
  
  .corporate-illustration {
    width: 200px;
    height: 200px;
  }
}

.cta-pill {
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #60a5fa 0%, #2dd4bf 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

/* Eski site-nav CSS'leri kaldırıldı */

/* Eski chevron CSS'leri kaldırıldı - Bootstrap dropdown kullanıyoruz */

/* Eski dropdown CSS'leri kaldırıldı - Bootstrap dropdown kullanıyoruz */

/* Strip */
.strip {
  background: #f8fafc;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 18px;
  padding: 40px 0;
}

.strip-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.strip-item {
  padding: 20px;
  text-align: center;
}

.strip-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.strip-label {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}

.strip-title {
  font-family: Montserrat, Inter, system-ui;
  font-size: 24px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0;
  letter-spacing: 0.5px;
}

.strip-info {
  font-size: 14px;
  color: #1e3a8a;
  margin: 0;
  font-weight: 500;
}

.strip-divider {
  width: 1px;
  height: 60px;
  background: #e2e8f0;
  margin: 0 20px;
}

/* Responsive */
@media (max-width: 992px) {
  .strip-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .strip-divider {
    width: 100%;
    height: 1px;
    margin: 10px 0;
  }
  
  .strip-item {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .strip {
    padding: 30px 0;
  }
  
  .strip-title {
    font-size: 20px;
  }
  
  .strip-label,
  .strip-info {
    font-size: 13px;
  }
}

/* Hero */
.hero {
  position: relative;
  padding: 28px 0 0;
}

.hero-card {
  position: relative;
  min-height: 58vh;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.hero-media {
  position: absolute;
  inset: 0;
  background: center/cover no-repeat var(--bg-image, #000);
  background-image: var(--bg, url('assets/img/turkeyhokeyboard.png'));
  filter: saturate(110%) contrast(105%);
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 16, 0.02) 0%, rgba(8, 10, 16, 0.38) 55%, rgba(8, 10, 16, 0.88) 100%);
}

.hero-content {
  position: relative;
  padding: 18vh 6% 6vh;
  max-width: 780px;
}

.hero-card .hero-content h1 {
  color: #ffffff;
  line-height: 1.05;
}

.hero-card .hero-content p {
  color: rgba(255, 255, 255, 0.9);
}

.hero h1 {
  font-family: Montserrat, Inter, system-ui;
  font-size: clamp(34px, 5.2vw, 56px);
  line-height: 1.05;
  margin: 0 0 12px;
  letter-spacing: 0.2px;
}

.hero p {
  font-size: clamp(16px, 2.3vw, 19px);
  color: var(--muted);
  margin: 0 0 22px;
}

.hero-cta {
  display: flex;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 10px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: .2s;
}

.btn-primary {
  background: linear-gradient(135deg, #1e3a8a, #0f2770);
  color: #ffffff;
}

.btn-primary:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.10);
}

/* Sections */
.section {
  padding: 72px 0;
}

/* Tabs */
.section-tabs { padding-top: 80px; }
.feature-tabs { display:flex; justify-content: space-between; align-items: stretch; list-style:none; margin:0 0 14px; padding:0; gap:14px; }
@media (max-width: 768px) { .feature-tabs { flex-direction: column; gap: 12px; } }
.feature-tabs .nav-item { flex: 1; }
.feature-tabs .nav-link { display:flex; flex-direction:row; align-items:center; text-align:left; gap:12px; border-radius:18px; padding:25px 25px; background:#ffffff; border:1px solid rgba(0,0,0,0.06); box-shadow: 0 8px 18px rgba(2,6,23,0.06); font-weight:600; color:#0b0d13; transition: .2s; width: 100%; }
.feature-tabs .nav-link .ft-icon { display:grid; place-items:center; width:64px; height:64px; border-radius:16px; background: linear-gradient(180deg, #eef4ff, #e7f0ff); color:#1e3a8a; font-size:24px; box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 8px 18px rgba(2,6,23,.06); }
.feature-tabs .nav-link .ft-title { font-size:15px; display:block; }
.feature-tabs .nav-link .ft-more { font-size:12px; letter-spacing: .11em; text-transform: uppercase; font-weight:600; display:block; }
.feature-tabs .nav-link.active { background:#f8fafc; border-color:#cbd5e1; box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.feature-tabs .nav-link:hover { background:#f1f5f9; transform: translateY(-2px); }

/* Tab-specific accent colors - Corporate & Elegant */
.feature-tabs li:nth-child(1) .nav-link .ft-icon { background: linear-gradient(180deg,#f8fafc,#e2e8f0); color:#475569; }
.feature-tabs li:nth-child(1) .nav-link .ft-more { color:#475569; }
.feature-tabs li:nth-child(2) .nav-link .ft-icon { background: linear-gradient(180deg,#f1f5f9,#e2e8f0); color:#334155; }
.feature-tabs li:nth-child(2) .nav-link .ft-more { color:#334155; }
.feature-tabs li:nth-child(3) .nav-link .ft-icon { background: linear-gradient(180deg,#f8fafc,#f1f5f9); color:#64748b; }
.feature-tabs li:nth-child(3) .nav-link .ft-more { color:#64748b; }

.tab-rail { display:none; }

/* Segmented rails under each tab item */
.feature-tabs .nav-item { position: relative; padding-bottom: 18px; }
.feature-tabs .nav-link { position: relative; }
.feature-tabs .nav-link::after { content:""; position:absolute; left:16px; right:18px; bottom:-25px; height:3px; background: rgba(0,0,0,0.12); border-radius:999px; }
@media (max-width: 768px) { .feature-tabs .nav-link::after { left: 0; right: 0; border-radius: 0; } }
.feature-tabs .nav-link.active::after { height:6px; background:#334155; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35); }
/* Bootstrap grid kullanıyoruz - tab-grid kaldırıldı */
.tab-media { min-height: 320px; border-radius: var(--radius); background: center/cover no-repeat var(--bg, #ddd); box-shadow: var(--shadow); }
/* Bootstrap col kullanıyoruz - tab-content-col kaldırıldı */
.checklist { list-style: none; padding:0; margin:0; display:grid; gap:10px; }
.checklist li { display:flex; align-items:center; gap:12px; background:#ffffff; border: none; border-radius: 14px; padding:14px 16px; box-shadow: 0 6px 18px rgba(2,6,23,0.08), 0 1px 2px rgba(2,6,23,0.04); }
.checklist li + li { margin-top: 12px; }
.checklist .icon { display:none; }

.lead-sm { margin: 6px 0 12px; color: var(--muted); font-size: 14px; }
.checklist .icon { width:24px; height:24px; display:grid; place-items:center; }

.section-header {
  margin-bottom: 26px;
}

.section-header h2 {
  font-family: Montserrat, Inter, system-ui;
  font-size: clamp(24px, 3.3vw, 32px);
  margin: 0 0 6px;
}

.section-header p {
  margin: 0;
  color: var(--muted);
}

/* Products */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

@media (max-width: 860px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  
  .pill-nav {
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .pill-nav .nav-link {
    font-size: 12px;
    padding: 0 10px;
  }
}

.product-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.product-media {
  height: 240px;
  background: center/cover no-repeat var(--bg, #111);
}

.product-body {
  padding: 16px 16px 18px;
}

.product-body h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.product-body p {
  margin: 0 0 12px;
  color: var(--muted);
}

.feature-list {
  margin: 0;
  padding-left: 18px;
  color: var(--text);
}

/* About */
.about-wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 28px;
  align-items: center;
}

@media (max-width: 980px) {
  .about-wrap {
    grid-template-columns: 1fr;
  }
}

.about-media {
  min-height: 340px;
  border-radius: var(--radius);
  background: center/cover no-repeat url('https://images.unsplash.com/photo-1517649763962-0c623066013b?q=80&w=1600&auto=format&fit=crop');
  box-shadow: var(--shadow);
}

.about-content h2 {
  margin: 0 0 10px;
  font-family: Montserrat, Inter, system-ui;
}

.about-content p {
  margin: 0 0 16px;
  color: var(--muted);
}

.stats {
  display: flex;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.stats li {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
  min-width: 120px;
  text-align: center;
}

.stats .num {
  display: block;
  font-size: 22px;
  font-weight: 800;
}

.stats .label {
  display: block;
  font-size: 12px;
  color: var(--muted);
}

/* FAQ Section */
.faq-section {
  background: #ffffff;
  padding: 80px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.faq-content {
  position: relative;
  z-index: 2;
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-title {
  font-family: Montserrat, Inter, system-ui;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}

.faq-title-normal {
  color: #0b0d13;
}

.faq-title-gradient {
  background: linear-gradient(135deg, #60a5fa 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-description {
  font-size: 16px;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: rgba(96, 165, 250, 0.02);
}

.faq-question-text {
  font-size: 16px;
  font-weight: 600;
  color: #0b0d13;
  line-height: 1.4;
  flex: 1;
  margin-right: 20px;
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #60a5fa, #8b5cf6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
  background: linear-gradient(135deg, #1e3a8a, #5b21b6);
}

.faq-answer {
  padding: 0 28px 24px;
}

.faq-answer p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.faq-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.faq-gradient-shape {
  position: absolute;
  top: -100px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
  border-radius: 50%;
  filter: blur(60px);
}

.faq-dot {
  position: absolute;
  top: 120px;
  left: 50px;
  width: 12px;
  height: 12px;
  background: #60a5fa;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(96, 165, 250, 0.3);
}

/* Responsive */
@media (max-width: 992px) {
  .faq-section {
    padding: 60px 0;
  }
  
  .faq-header {
    margin-bottom: 40px;
  }
  
  .faq-gradient-shape {
    width: 400px;
    height: 400px;
    top: -50px;
    right: -100px;
  }
  
  .faq-dot {
    top: 80px;
    left: 30px;
  }
}

@media (max-width: 768px) {
  .faq-question {
    padding: 20px 24px;
  }
  
  .faq-question-text {
    font-size: 15px;
    margin-right: 16px;
  }
  
  .faq-icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  
  .faq-answer {
    padding: 0 24px 20px;
  }
  
  .faq-answer p {
    font-size: 14px;
  }
  
  .faq-gradient-shape {
    width: 300px;
    height: 300px;
    top: -30px;
    right: -50px;
  }
  
  .faq-dot {
    top: 60px;
    left: 20px;
    width: 10px;
    height: 10px;
  }
}

/* Video Section */
.video-section {
  background: #f8fafc;
  padding: 80px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.video-container {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 40px 40px 30px;
  color: #ffffff;
  z-index: 2;
}

.video-title {
  font-family: Montserrat, Inter, system-ui;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #ffffff;
}

.video-description {
  font-size: 16px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .video-section {
    padding: 60px 0;
  }
  
  .video-overlay {
    padding: 30px 30px 20px;
  }
  
  .video-title {
    font-size: 20px;
  }
  
  .video-description {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .video-section {
    padding: 40px 0;
  }
  
  .video-overlay {
    padding: 20px 20px 15px;
  }
  
  .video-title {
    font-size: 18px;
  }
  
  .video-description {
    font-size: 13px;
  }
}

/* Contact Section */
.contact-section {
  background: #ffffff;
  padding: 80px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-item {
  padding: 20px;
  text-align: center;
}

.contact-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-label {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}

.contact-title {
  font-family: Montserrat, Inter, system-ui;
  font-size: 24px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0;
  letter-spacing: 0.5px;
}

.contact-info {
  font-size: 14px;
  color: #1e3a8a;
  margin: 0;
  font-weight: 500;
}

.contact-email {
  font-size: 14px;
  color: #1e3a8a;
  margin: 0;
  font-weight: 500;
}

.contact-divider {
  width: 1px;
  height: 60px;
  background: #e2e8f0;
  margin: 0 20px;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .contact-divider {
    width: 100%;
    height: 1px;
    margin: 10px 0;
  }
  
  .contact-item {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0;
  }
  
  .contact-title {
    font-size: 20px;
  }
  
  .contact-label,
  .contact-info,
  .contact-email {
    font-size: 13px;
  }
}

/* Footer */
.site-footer { margin-top: 48px; }
.footer-main { display:grid; grid-template-columns: 1.3fr repeat(3, 1fr) 1.3fr; gap: 24px; padding: 36px 0; border-top:1px solid rgba(0,0,0,0.06); }
@media (max-width: 980px) { 
  .footer-main { 
    grid-template-columns: 1fr 1fr; 
    padding: 36px 20px;
  } 
}
@media (max-width: 768px) {
  .footer-main {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 20px;
  }
}
.footer-bottom { border-top:1px solid rgba(0,0,0,0.06); padding: 14px 0 24px; color:#64748b; }
@media (max-width: 768px) {
  .footer-bottom {
    padding: 14px 20px 24px;
  }
}
.footer-brand .brand { display:flex; align-items:center; gap:10px; margin-bottom:8px; }
.footer-brand .brand-desc { color:#64748b; font-size:14px; margin: 6px 0 10px; max-width: 420px; }
.socials { display:flex; gap:10px; }
.sicon { width:34px; height:34px; display:inline-flex; align-items:center; justify-content:center; border:1px solid rgba(0,0,0,0.08); border-radius:999px; color:#0b0d13; background:#fff; }
.sicon:hover { background:#f1f5f9; }
.footer-col h4, .footer-app h4 { margin:0 0 10px; font-size:14px; color:#0f172a; }
.f-links { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.f-links a { color:#64748b; text-decoration:none; }
.f-links a:hover { color:#0b0d13; }
.app-badge { display:flex; align-items:center; gap:8px; border:1px solid rgba(0,0,0,0.1); background:#101827; color:#fff; border-radius:12px; padding:10px 12px; text-decoration:none; margin-bottom:8px; }
.app-badge span small { display:block; font-size:10px; opacity:.8; }
.app-badge.app-store { background:#0b1a3a; }
.app-badge.ms-store { background:#1e293b; }
.rating { margin-top:8px; color:#64748b; }

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(100px);
  pointer-events: none;
  min-width: 65px;
  font-family: Inter, system-ui;
}

.scroll-to-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.scroll-to-top:hover {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 58, 138, 0.4);
}

.scroll-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.line {
  width: 20px;
  height: 2px;
  background: white;
  border-radius: 1px;
  transition: all 0.3s ease;
}

.line-1 {
  transform: rotate(-45deg) translateY(1px);
}

.line-2 {
  transform: rotate(45deg) translateY(-1px);
}

.scroll-to-top:hover .line-1 {
  transform: rotate(-45deg) translateY(2px);
}

.scroll-to-top:hover .line-2 {
  transform: rotate(45deg) translateY(-2px);
}

.scroll-text {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

/* Responsive Design for Scroll Button */
@media (max-width: 768px) {
  .scroll-to-top {
    left: 15px;
    bottom: 15px;
    padding: 10px 12px;
    min-width: 55px;
  }
  
  .line {
    width: 16px;
  }
  
  .scroll-text {
    font-size: 10px;
  }
}
.stars { color:#4f46e5; letter-spacing:2px; }

/* Utils */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}