/* =============================================
   ASKDEXPERT.COM — Complete Stylesheet
   Color System:
   Navy:   #1a2e4a  (primary dark)
   Gold:   #c9a84c  (accent)
   Light:  #f4f6f9  (backgrounds)
   White:  #ffffff
   Text:   #2d2d2d
   Muted:  #6b7280
============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  color: #2d2d2d;
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
  color: #1a2e4a;
}
h1 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }
p  { color: #4b5563; line-height: 1.75; }
.gold { color: #c9a84c; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; }

/* ---- LAYOUT ---- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.section {
  padding: 90px 0;
}
.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-header p {
  max-width: 600px;
  margin: 12px auto 0;
  font-size: 1.05rem;
}
.section-label {
  display: inline-block;
  background: #e8f0fe;
  color: #1a2e4a;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.section-label-light {
  display: inline-block;
  background: rgba(201,168,76,0.15);
  color: #c9a84c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.section-header.light h2 { color: #fff; }
.section-header.light p  { color: rgba(255,255,255,0.75); }

/* ---- BUTTONS ---- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 2px solid transparent;
  text-align: center;
}
.btn-gold {
  background: #c9a84c;
  color: #1a2e4a;
  border-color: #c9a84c;
}
.btn-gold:hover { background: #b8943e; border-color: #b8943e; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(201,168,76,0.3); }
.btn-navy {
  background: #1a2e4a;
  color: #fff;
  border-color: #1a2e4a;
}
.btn-navy:hover { background: #152540; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(26,46,74,0.25); }
.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.7);
}
.btn-outline-white:hover { background: rgba(255,255,255,0.1); }
.btn-outline-navy {
  background: transparent;
  color: #1a2e4a;
  border-color: #1a2e4a;
}
.btn-outline-navy:hover { background: #1a2e4a; color: #fff; }
.btn-sm { padding: 9px 20px; font-size: 0.85rem; }
.btn-block { display: block; width: 100%; text-align: center; }
.btn-nav {
  background: #c9a84c;
  color: #1a2e4a !important;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.85rem;
}
.btn-nav:hover { background: #b8943e; }

/* ---- TOPBAR ---- */
.topbar {
  background: #1a2e4a;
  color: rgba(255,255,255,0.75);
  font-size: 0.8rem;
  padding: 8px 0;
}
.topbar .container {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.topbar span { display: flex; align-items: center; gap: 6px; }

/* ---- NAVBAR ---- */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  padding: 0;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-ask  { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 900; color: #1a2e4a; }
.logo-d    { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 900; color: #c9a84c; }
.logo-expert { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 900; color: #1a2e4a; }
.logo small { font-family: 'Inter', sans-serif; font-size: 0.65rem; font-weight: 500; color: #6b7280; letter-spacing: 1px; text-transform: uppercase; margin-top: 2px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: block;
  padding: 8px 14px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #2d2d2d;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
.nav-links > li > a:hover { color: #1a2e4a; background: #f4f6f9; }
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  border-radius: 8px;
  min-width: 180px;
  padding: 8px 0;
  z-index: 100;
}
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 0.88rem;
  color: #4b5563;
  transition: all 0.2s;
}
.dropdown-menu li a:hover { color: #c9a84c; background: #f4f6f9; }
.hamburger { display: none; font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0d1b2e 0%, #1a2e4a 40%, #2a4a6e 100%);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(201,168,76,0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(201,168,76,0.05) 0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(13,27,46,0.9) 40%, rgba(13,27,46,0.4));
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 60px 24px;
}
.hero-badge {
  display: inline-block;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.4);
  color: #c9a84c;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
  line-height: 1.7;
}
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 60px; }
.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 20px 28px;
  backdrop-filter: blur(10px);
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 28px;
}
.stat strong { font-size: 1.8rem; font-weight: 700; color: #c9a84c; font-family: 'Playfair Display', serif; }
.stat span { font-size: 0.78rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
.stat-div { width: 1px; height: 40px; background: rgba(255,255,255,0.15); }
.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.4);
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: bounce 2s infinite;
}
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }

/* ---- TRUST STRIP ---- */
.trust-strip {
  background: #f4f6f9;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 20px 0;
}
.trust-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.trust-inner > span {
  font-size: 0.78rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
.trust-logos { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.trust-logo {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a2e4a;
  padding: 6px 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.trust-logo:hover { opacity: 1; }

/* ---- ABOUT ---- */
.about-section { background: #fff; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center;
}
.about-image-wrap { position: relative; }
.about-image-placeholder {
  width: 100%;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, #e8f0fe, #dbeafe);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  font-size: 0.85rem;
  border: 2px dashed #c7d2e2;
}
.avatar-icon { font-size: 5rem; margin-bottom: 12px; }
.about-badge-card {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #1a2e4a;
  color: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(26,46,74,0.3);
}
.abc-icon { font-size: 2rem; margin-bottom: 6px; }
.about-badge-card strong { display: block; font-size: 1rem; color: #c9a84c; }
.about-badge-card span { font-size: 0.75rem; color: rgba(255,255,255,0.7); }
.about-text h2 { margin-bottom: 16px; }
.about-text .lead {
  font-size: 1.1rem;
  color: #374151;
  margin-bottom: 16px;
  line-height: 1.7;
}
.about-text p { margin-bottom: 20px; }
.check-list { margin-bottom: 32px; }
.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 0.93rem;
  color: #374151;
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #c9a84c;
  font-weight: 700;
}

/* ---- SERVICES ---- */
.services-section { background: #f4f6f9; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #e5e7eb;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(26,46,74,0.12);
  border-color: #c9a84c;
}
.featured-card {
  background: #1a2e4a;
  border-color: #c9a84c;
}
.featured-card h3,
.featured-card ul li { color: #fff; }
.featured-card p { color: rgba(255,255,255,0.7); }
.featured-card .service-link { color: #c9a84c; }
.service-badge {
  position: absolute;
  top: -10px;
  left: 24px;
  background: #c9a84c;
  color: #1a2e4a;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}
.service-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}
.service-card h3 { margin-bottom: 12px; }
.service-card p { font-size: 0.9rem; margin-bottom: 16px; }
.service-card ul li {
  font-size: 0.85rem;
  padding: 4px 0;
  padding-left: 16px;
  position: relative;
  color: #4b5563;
}
.service-card ul li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: #c9a84c;
  font-weight: 700;
}
.service-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1a2e4a;
  border-bottom: 2px solid #c9a84c;
  padding-bottom: 2px;
  transition: all 0.2s;
}
.service-link:hover { color: #c9a84c; }

/* ---- BOOKS ---- */
.books-section { background: #1a2e4a; }
.books-section h2 { color: #fff; }
.books-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}
.book-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s;
}
.book-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  border-color: #c9a84c;
}
.book-cover {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
}
.book-spine {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background: rgba(0,0,0,0.2);
}
.book-title-cover {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.book-edition {
  position: absolute;
  bottom: 10px;
  right: 14px;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.6);
  font-style: italic;
}
.book-info { padding: 20px; }
.book-info h4 {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 8px;
}
.book-info p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 12px;
}
.book-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.book-pages { font-size: 0.78rem; color: rgba(255,255,255,0.4); }
.book-price { font-size: 1rem; font-weight: 700; color: #c9a84c; }
.books-cta {
  text-align: center;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 12px;
  padding: 32px;
}
.books-cta p { color: rgba(255,255,255,0.7); margin-bottom: 20px; font-size: 1.05rem; }

/* ---- TRAINING ---- */
.training-section { background: #f4f6f9; }
.training-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}
.course-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
  transition: all 0.3s;
  position: relative;
}
.course-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(26,46,74,0.12); }
.course-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #c9a84c;
  color: #1a2e4a;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 2;
}
.course-header {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gst-course     { background: linear-gradient(135deg, #1a2e4a, #2a4a6e); }
.pmla-course    { background: linear-gradient(135deg, #7b2d2d, #a84444); }
.customs-course { background: linear-gradient(135deg, #1a4a2e, #2a7a4e); }
.course-icon { font-size: 2rem; }
.course-level {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.course-body { padding: 24px; }
.course-body h3 { margin-bottom: 10px; font-size: 1.1rem; }
.course-body p  { font-size: 0.88rem; color: #6b7280; margin-bottom: 16px; }
.course-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.course-meta span { font-size: 0.78rem; color: #6b7280; }
.course-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2e4a;
  margin-bottom: 16px;
}
.course-price small { font-size: 0.78rem; color: #6b7280; font-weight: 400; }
.featured-course { border-color: #c9a84c; border-width: 2px; }
.schedule-box {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.schedule-box h3 { margin-bottom: 28px; font-size: 1.3rem; color: #1a2e4a; }
.schedule-grid { display: flex; flex-direction: column; gap: 20px; }
.schedule-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  transition: all 0.2s;
}
.schedule-item:hover { border-color: #c9a84c; background: #fffdf5; }
.schedule-date {
  min-width: 60px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.schedule-date span {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1a2e4a;
  line-height: 1;
  margin-bottom: 4px;
}
.schedule-detail { flex: 1; }
.schedule-detail strong { display: block; font-size: 0.95rem; color: #1a2e4a; margin-bottom: 4px; }
.schedule-detail span { font-size: 0.8rem; color: #6b7280; }

/* ---- NEWSLETTER ---- */
.newsletter-section { background: #1a2e4a; }
.newsletter-section h2 { color: #fff; }
.newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.newsletter-text .lead { color: rgba(255,255,255,0.8); font-size: 1.05rem; margin-bottom: 24px; }
.nl-features { margin-bottom: 32px; }
.nl-features li { color: rgba(255,255,255,0.8); padding: 6px 0; font-size: 0.92rem; }
.nl-stats { display: flex; gap: 32px; }
.nl-stat { text-align: center; }
.nl-stat strong { display: block; font-size: 1.6rem; font-weight: 700; color: #c9a84c; font-family: 'Playfair Display', serif; }
.nl-stat span { font-size: 0.75rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 1px; }
.newsletter-form-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
}
.nl-preview {
  background: rgba(255,255,255,0.06);
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nl-issue-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.nl-logo { font-family: 'Playfair Display', serif; font-weight: 700; color: #c9a84c; font-size: 0.9rem; }
.nl-issue { font-size: 0.75rem; color: rgba(255,255,255,0.45); }
.nl-issue-title { font-weight: 600; color: #fff; font-size: 0.92rem; margin-bottom: 8px; }
.nl-issue-snippet { font-size: 0.8rem; color: rgba(255,255,255,0.55); line-height: 1.5; margin-bottom: 10px; }
.nl-issue-tags { display: flex; gap: 8px; }
.nl-issue-tags span {
  font-size: 0.7rem;
  background: rgba(201,168,76,0.15);
  color: #c9a84c;
  padding: 3px 10px;
  border-radius: 20px;
}
.nl-form { padding: 28px; }
.nl-form h3 { color: #fff; margin-bottom: 20px; font-size: 1.1rem; }
.nl-form input,
.nl-form select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  margin-bottom: 12px;
  outline: none;
  transition: border-color 0.2s;
}
.nl-form input::placeholder { color: rgba(255,255,255,0.4); }
.nl-form input:focus,
.nl-form select:focus { border-color: #c9a84c; }
.nl-form select option { background: #1a2e4a; }
.form-note { font-size: 0.75rem; color: rgba(255,255,255,0.4); text-align: center; margin-top: 12px; }

/* ---- MEMBERSHIP ---- */
.membership-section { background: #f4f6f9; }
.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #6b7280;
}
.active-billing { color: #1a2e4a; font-weight: 600; }
.toggle-switch { position: relative; display: inline-block; width: 48px; height: 26px; }
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.slider {
  position: absolute;
  inset: 0;
  background: #1a2e4a;
  border-radius: 34px;
  cursor: pointer;
  transition: 0.3s;
}
.slider::before {
  content: '';
  position: absolute;
  width: 20px; height: 20px;
  left: 3px; bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.toggle-switch input:checked + .slider::before { transform: translateX(22px); }
.save-badge {
  background: #c9a84c;
  color: #1a2e4a;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  font-style: normal;
}
.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: start;
}
.plan-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 36px 28px;
  transition: all 0.3s;
  position: relative;
}
.plan-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(26,46,74,0.1); }
.popular-plan {
  border-color: #c9a84c;
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(201,168,76,0.2);
}
.enterprise-plan { border-color: #1a2e4a; }
.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #c9a84c;
  color: #1a2e4a;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}
.plan-name {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6b7280;
  margin-bottom: 12px;
}
.popular-plan .plan-name { color: #c9a84c; }
.plan-price {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #1a2e4a;
  line-height: 1;
  margin-bottom: 4px;
}
.plan-price sup { font-size: 1.2rem; vertical-align: top; margin-top: 8px; }
.plan-price span { font-size: 0.9rem; font-weight: 400; color: #6b7280; font-family: 'Inter', sans-serif; }
.plan-desc { font-size: 0.83rem; color: #6b7280; margin-bottom: 24px; margin-top: 8px; }
.plan-features { margin-bottom: 32px; }
.plan-features li {
  padding: 8px 0;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f3f4f6;
}
.plan-features li.included::before { content: '✓'; color: #c9a84c; font-weight: 700; }
.plan-features li.not-included { color: #c4c4c4; }
.plan-features li.not-included::before { content: '✕'; color: #e5e7eb; font-weight: 700; }

/* ---- TESTIMONIALS ---- */
.testimonials-section { background: #1a2e4a; }
.testimonials-section h2 { color: #fff; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testimonial-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 36px 28px;
  position: relative;
  transition: all 0.3s;
}
.testimonial-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(201,168,76,0.4); }
.featured-testi { background: rgba(201,168,76,0.08); border-color: rgba(201,168,76,0.3); }
.testi-quote {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: rgba(201,168,76,0.3);
  line-height: 0.5;
  margin-bottom: 16px;
}
.testimonial-card p {
  color: rgba(255,255,255,0.8);
  font-size: 0.93rem;
  line-height: 1.7;
  margin-bottom: 24px;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.testi-avatar {
  width: 44px;
  height: 44px;
  background: #1a2e4a;
  border: 2px solid #c9a84c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c9a84c;
  flex-shrink: 0;
}
.testi-author strong { display: block; color: #fff; font-size: 0.9rem; }
.testi-author span  { display: block; color: rgba(255,255,255,0.5); font-size: 0.78rem; }
.testi-stars { color: #c9a84c; font-size: 0.9rem; letter-spacing: 2px; }

/* ---- FAQ ---- */
.faq-section { background: #fff; }
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.faq-item {
  background: #f4f6f9;
  border-radius: 10px;
  padding: 24px 28px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s;
}
.faq-item:hover { border-color: #c9a84c; background: #fffdf5; }
.faq-q {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a2e4a;
  margin-bottom: 10px;
}
.faq-a { font-size: 0.88rem; color: #6b7280; line-height: 1.65; }

/* ---- CONTACT ---- */
.contact-section { background: #1a2e4a; }
.contact-section h2 { color: #fff; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.contact-info .lead { color: rgba(255,255,255,0.75); margin-bottom: 32px; }
.contact-details { margin-bottom: 32px; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ci-icon { font-size: 1.3rem; }
.contact-item strong { display: block; color: #fff; font-size: 0.9rem; margin-bottom: 2px; }
.contact-item span  { color: rgba(255,255,255,0.55); font-size: 0.85rem; }
.social-links { display: flex; gap: 12px; }
.social-btn {
  padding: 8px 20px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  color: rgba(255,255,255,0.7);
  font-size: 0.82rem;
  font-weight: 500;
  transition: all 0.2s;
}
.social-btn:hover { border-color: #c9a84c; color: #c9a84c; }
.contact-form-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 40px;
}
.contact-form h3 { color: #fff; margin-bottom: 24px; }
.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
  resize: vertical;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255,255,255,0.35); }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: #c9a84c; }
.contact-form select option { background: #1a2e4a; }
.contact-form textarea { margin-bottom: 20px; }

/* ---- FOOTER ---- */
.footer { background: #0d1b2e; padding: 70px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-logo { margin-bottom: 16px; }
.footer-logo .logo-ask,
.footer-logo .logo-d,
.footer-logo .logo-expert {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 900;
}
.footer-logo .logo-ask,
.footer-logo .logo-expert { color: #fff; }
.footer-logo .logo-d { color: #c9a84c; }
.footer-brand p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin-top: 10px;
}
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  font-weight: 700;
  transition: all 0.2s;
}
.footer-social a:hover { background: #c9a84c; border-color: #c9a84c; color: #1a2e4a; }
.footer-col h4 {
  color: rgba(255,255,255,0.9);
  font-size: 0.85rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: #c9a84c; }
.footer-bottom {
  padding: 20px 0;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom span { font-size: 0.78rem; color: rgba(255,255,255,0.3); }

/* ---- STICKY CTA ---- */
.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
}
.sticky-cta .btn {
  box-shadow: 0 8px 30px rgba(201,168,76,0.4);
}

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 1100px) {
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .books-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .training-grid { grid-template-columns: 1fr; }
  .newsletter-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-badge-card { position: relative; bottom: auto; right: auto; display: inline-flex; gap: 12px; align-items: center; margin-top: 20px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .section { padding: 60px 0; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,0.1); padding: 16px; gap: 4px; }
  #menu-toggle:checked ~ .nav-links { display: flex; }
  .hamburger { display: block; }
  .dropdown-menu { position: static; box-shadow: none; padding-left: 16px; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .stat-div { width: 60px; height: 1px; }
  .services-grid { grid-template-columns: 1fr; }
  .books-grid { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: 1fr; }
  .popular-plan { transform: translateY(0); }
  .contact-form .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-cta { flex-direction: column; }
  .trust-inner { flex-direction: column; gap: 16px; }
  .topbar .container { gap: 12px; font-size: 0.72rem; }
}
