/* ============================================
   أكاديمية ألفا للغة الإنجليزية
   Main Stylesheet — very-music-770.css
   ============================================ */

/* --- IMPORT ARABIC FONT --- */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800&display=swap');

/* --- RESET & GLOBAL --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Tajawal", "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background: #ffffff;
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: "Tajawal", sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #1b1b1b;
}

h1 { font-size: 52px; line-height: 1.15; }
h2 { font-size: 2.2rem; line-height: 1.2; }
h3 { font-size: 1.45em; line-height: 1.25; }
h4 { font-size: 18px; }

p { font-size: 16px; line-height: 1.7; color: #333; }

a { text-decoration: none; color: inherit; }

ul { list-style: none; padding: 0; margin: 0; }

img { max-width: 100%; display: block; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- HEADER --- */
.site-header {
  background: #21374b;
  padding: 16px 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo-wrap { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-wrap svg { height: 50px; width: auto; }
.logo-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}
.logo-text span { color: #c9b49a; display: block; font-size: 12px; font-weight: 400; letter-spacing: 0.05em; }

.main-nav { display: flex; align-items: center; gap: 6px; }

.main-nav a {
  color: #ffffff !important;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 4px;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
.main-nav a:hover { color: #c9b49a !important; background: rgba(201,180,154,0.1); }
.main-nav a.active { color: #c9b49a !important; }

.nav-cta {
  background: transparent;
  border: 2px solid #FFF;
  padding: 10px 22px !important;
  border-radius: 40px;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  -webkit-transition: background 0.25s ease, color 0.25s ease !important;
  transition: background .25s ease, color .25s ease !important;
}
.nav-cta:hover {
  background: #c9b49a !important;
  color: #21374b !important;
  border-color: #c9b49a !important;
}

.burger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.burger-btn span {
  display: block;
  width: 26px;
  height: 2px;
  background: #ffffff;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* --- HERO --- */
.hero-section {
  position: relative;
  min-height: 580px;
  background-image: url('../photos/hero-bg.webp');
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(33, 55, 75, 0.62);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 860px;
  padding: 0 20px;
  margin: 0 auto;
}
.hero-content h1 {
  color: #fff;
  font-size: 52px;
  margin: 0 0 18px;
}
.hero-content p {
  color: #f5f1ec;
  font-size: 18px;
  margin-bottom: 36px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* --- BUTTONS --- */
.btn {
  display: inline-block;
  background: #21374b;
  color: #fff;
  padding: 14px 34px;
  border: 2px solid #21374b;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  cursor: pointer;
  font-family: "Tajawal", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #c9b49a;
  border-color: #c9b49a;
  color: #21374b;
}
.btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-outline:hover {
  background: #c9b49a;
  border-color: #c9b49a;
  color: #21374b;
}
.btn-accent {
  background: #c9b49a;
  border-color: #c9b49a;
  color: #21374b;
}
.btn-accent:hover {
  background: #21374b;
  border-color: #21374b;
  color: #fff;
}

/* --- SECTION RHYTHM --- */
.page-section { padding: 100px 0; }
.section-light { background: #ffffff; }
.section-offwhite { background: #f5f1ec; }
.section-dark { background: #21374b; color: #fff; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark p { color: #d8d0c6; }

.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { margin-bottom: 14px; }
.section-header p { font-size: 17px; max-width: 620px; margin: 0 auto; color: #555; }
.section-dark .section-header p { color: #c9b49a; }

/* --- PROCESS (3-COL) --- */
.process-section { padding: 80px 0 90px; }

.process-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.process-card {
  flex: 0 1 300px;
  text-align: center;
}
.process-card img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  display: block;
  border: 4px solid #c9b49a;
}
.process-card h3 { font-size: 20px; margin-bottom: 10px; color: #21374b; }
.process-card p { font-size: 15px; color: #444; }
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #21374b;
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 16px;
  margin: 0 auto 14px;
}

/* --- DIFFERENTIATOR BAND --- */
.diff-section { padding: 120px 0; background: #21374b; }
.diff-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.diff-content h2 { color: #fff; margin-bottom: 16px; }
.diff-content > p { color: #c9b49a; font-size: 17px; margin-bottom: 28px; }

.diff-list { list-style: none; padding: 0; margin: 0; }
.diff-list li {
  position: relative;
  padding: 0 28px 14px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
}
.diff-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 2px;
  color: #c9b49a;
  font-size: 14px;
}
.diff-img img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  max-height: 440px;
}

/* --- CTA BAND --- */
.cta-band { padding: 75px 0; background: #f5f1ec; text-align: center; }
.cta-band h2 { margin-bottom: 14px; }
.cta-band p { font-size: 17px; color: #555; margin-bottom: 28px; max-width: 580px; margin-left: auto; margin-right: auto; }

/* --- TRUST BAND --- */
.trust-band { padding: 90px 0 70px; background: #21374b; text-align: center; }
.trust-band p { color: #f5f1ec; font-size: 18px; max-width: 700px; margin: 0 auto; line-height: 1.75; }
.trust-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.stat-item { text-align: center; }
.stat-num { font-size: 48px; font-weight: 800; color: #c9b49a; line-height: 1; }
.stat-label { font-size: 14px; color: #d8d0c6; margin-top: 6px; letter-spacing: 0.04em; }

/* --- PRICING --- */
.pricing-section { padding: 100px 0; background: #f5f1ec; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: start;
}
.price-card {
  background: #fff;
  border-radius: 8px;
  padding: 34px 24px;
  text-align: center;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
.price-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(33,55,75,0.14); }
.price-card.featured {
  background: #21374b;
  border-color: #c9b49a;
  transform: translateY(-8px);
  box-shadow: 0 14px 36px rgba(33,55,75,0.22);
}
.price-card.featured h3, .price-card.featured p { color: #fff; }
.price-card.featured .price-amount { color: #c9b49a; }
.price-badge {
  display: inline-block;
  background: #c9b49a;
  color: #21374b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.price-card h3 { margin-bottom: 6px; font-size: 22px; }
.price-card > p { font-size: 14px; color: #666; margin-bottom: 20px; }
.price-amount { font-size: 44px; font-weight: 800; color: #21374b; line-height: 1; margin-bottom: 4px; }
.price-amount span { font-size: 16px; font-weight: 400; color: #888; }
.price-period { font-size: 13px; color: #888; margin-bottom: 24px; }
.price-features { text-align: right; margin-bottom: 28px; }
.price-features li {
  font-size: 14px;
  color: #444;
  padding: 7px 22px 7px 0;
  border-bottom: 1px solid #f0ebe4;
  position: relative;
}
.price-features li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c9b49a;
  position: absolute;
  right: 0;
  top: 9px;
  font-size: 12px;
}
.price-card.featured .price-features li { color: #d8d0c6; border-color: rgba(255,255,255,0.1); }
.price-card.featured .price-features li::before { color: #c9b49a; }

/* --- TESTIMONIALS --- */
.testim-section { padding: 100px 0; background: #fff; }
.testimonial {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 32px 0;
  border-bottom: 1px solid #e6e1db;
}
.testimonial:last-child { border-bottom: none; }
.testimonial .quote { flex: 1; }
.testimonial .quote h3 { margin: 0 0 4px; font-size: 22px; }
.testimonial .quote h4 { margin: 0 0 14px; font-size: 14px; color: #666; font-weight: 500; }
.testimonial .quote p { font-size: 15px; line-height: 1.65; color: #333; }
.testimonial .quote .stars { font-size: 13px; color: #c9b49a; margin-top: 10px; }
.testimonial img {
  width: 170px; height: 170px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 170px;
  border: 4px solid #f5f1ec;
}

/* --- CONTACT FORM --- */
.form-section { padding: 110px 0 80px; background: #21374b; }

.contact-form {
  max-width: 720px;
  margin: 0 auto;
  color: #fff;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 0; }
.contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 16px 0 6px;
  color: #fff;
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  background: #ffffff;
  border: 0;
  padding: 12px 14px;
  font-size: 15px;
  color: #1b1b1b;
  border-radius: 3px;
  font-family: "Tajawal", sans-serif;
  direction: rtl;
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form button {
  background: #c9b49a;
  color: #21374b;
  padding: 12px 32px;
  border: 0;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  font-family: "Tajawal", sans-serif;
  margin-top: 20px;
  -webkit-transition: background 0.25s ease, color 0.25s ease;
  transition: background .25s ease, color .25s ease;
}
.contact-form button:hover { background: #fff; color: #21374b; }
.form-note { font-size: 12px; color: #a09485; margin-top: 12px; }

/* --- BLOG TEASER --- */
.blog-section { padding: 80px 0; background: #fff; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { border-radius: 6px; overflow: hidden; border: 1px solid #ede8e0; -webkit-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; }
.blog-card:hover { box-shadow: 0 8px 24px rgba(33,55,75,0.12); }
.blog-card img { width: 100%; height: 200px; object-fit: cover; }
.blog-card-body { padding: 18px; }
.blog-card h3 { font-size: 17px; margin: 0 0 8px; color: #21374b; }
.blog-card .date { font-size: 12px; color: #6a6a6a; }
.blog-card p { font-size: 14px; color: #555; margin-top: 8px; }

/* --- FAQ --- */
.faq-item {
  border-bottom: 1px solid #e0dbd4;
  padding: 0;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: right;
  padding: 20px 0;
  font-family: "Tajawal", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #21374b;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  direction: rtl;
}
.faq-question i { -webkit-transition: transform 0.3s ease; transition: transform 0.3s ease; flex-shrink: 0; color: #c9b49a; }
.faq-item.open .faq-question i { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; -webkit-transition: max-height 0.4s ease; transition: max-height 0.4s ease; }
.faq-answer p { padding: 0 0 20px; font-size: 15px; color: #555; line-height: 1.7; }
.faq-item.open .faq-answer { max-height: 400px; }

/* --- PAGE HERO (inner pages) --- */
.page-hero {
  background: #21374b;
  padding: 72px 0;
  text-align: center;
}
.page-hero h1 { color: #fff; font-size: 42px; margin-bottom: 12px; }
.page-hero p { color: #c9b49a; font-size: 17px; }
.breadcrumb { color: #a09485; font-size: 13px; margin-bottom: 16px; }
.breadcrumb a { color: #c9b49a; }

/* --- ABOUT PAGE --- */
.about-intro { padding: 90px 0; }
.about-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-intro-img img { width: 100%; border-radius: 8px; object-fit: cover; max-height: 440px; }
.about-values { padding: 80px 0; background: #f5f1ec; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.value-card { background: #fff; padding: 30px 24px; border-radius: 6px; text-align: center; border-top: 3px solid #c9b49a; }
.value-card i { font-size: 32px; color: #21374b; margin-bottom: 14px; }
.value-card h3 { font-size: 19px; margin-bottom: 10px; }
.value-card p { font-size: 14px; color: #555; }
.team-section { padding: 90px 0; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.team-card { text-align: center; }
.team-card img { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; border: 4px solid #c9b49a; }
.team-card h3 { font-size: 19px; margin-bottom: 4px; }
.team-card p { font-size: 14px; color: #888; }

/* --- CONTACT PAGE --- */
.contact-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; padding: 90px 0; }
.info-card { display: flex; gap: 16px; margin-bottom: 28px; }
.info-card i { font-size: 22px; color: #21374b; margin-top: 2px; flex-shrink: 0; }
.info-card h4 { font-size: 15px; font-weight: 700; color: #21374b; margin-bottom: 4px; }
.info-card p { font-size: 14px; color: #555; }

/* --- PRICING COMPARISON TABLE --- */
.pricing-table-wrap { padding: 90px 0; overflow-x: auto; }
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.pricing-table th {
  background: #21374b;
  color: #fff;
  padding: 16px 20px;
  text-align: right;
  font-weight: 700;
}
.pricing-table th:first-child { text-align: right; }
.pricing-table td {
  padding: 14px 20px;
  border-bottom: 1px solid #ede8e0;
  color: #333;
}
.pricing-table tr:hover td { background: #f9f6f2; }
.pricing-table .check { color: #21374b; font-size: 16px; }
.pricing-table .cross { color: #ccc; }
.pricing-table .highlight-col { background: rgba(201,180,154,0.12); }

/* --- LEGAL PAGES --- */
.legal-content { padding: 80px 0; max-width: 860px; margin: 0 auto; }
.legal-content h2 { font-size: 24px; margin: 36px 0 12px; color: #21374b; }
.legal-content h3 { font-size: 18px; margin: 26px 0 10px; color: #21374b; }
.legal-content p { font-size: 15px; color: #444; margin-bottom: 14px; line-height: 1.75; }
.legal-content ul { padding-right: 20px; margin-bottom: 14px; }
.legal-content ul li { font-size: 15px; color: #444; margin-bottom: 8px; list-style: disc; }

/* --- FOOTER --- */
.site-footer {
  background: #21374B;
  color: #ffffff;
  padding: 60px 0 30px;
  font-size: 14px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand p { color: #a09485; font-size: 14px; line-height: 1.65; margin-top: 14px; }
.footer-col h4 { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { color: #a09485; font-size: 14px; -webkit-transition: color 0.2s; transition: color 0.2s; }
.footer-col ul li a:hover { color: #c9b49a; }
.footer-col address { font-style: normal; color: #a09485; line-height: 1.75; font-size: 14px; }
.footer-col address a { color: #a09485; }
.footer-col address a:hover { color: #c9b49a; }
.social-links { display: flex; gap: 14px; margin-top: 16px; }
.social-links a { color: #a09485; font-size: 18px; -webkit-transition: color 0.2s; transition: color 0.2s; }
.social-links a:hover { color: #c9b49a; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { color: #a09485; font-size: 12px; }
.footer-bottom nav { display: flex; gap: 16px; }
.footer-bottom nav a { color: #a09485; font-size: 12px; -webkit-transition: color 0.2s; transition: color 0.2s; }
.footer-bottom nav a:hover { color: #c9b49a; }

/* --- COOKIES GDPR --- */
.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #21374b;
  color: #fff;
  padding: 16px 24px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 3px solid #c9b49a;
  direction: rtl;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.cookie-bar.hidden { -webkit-transform: translateY(100%); transform: translateY(100%); }
.cookie-bar p { font-size: 14px; color: #d8d0c6; line-height: 1.5; flex: 1; min-width: 260px; }
.cookie-bar a { color: #c9b49a; text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }
.cookie-actions button {
  padding: 9px 22px;
  border-radius: 40px;
  border: 2px solid;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Tajawal", sans-serif;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-accept { background: #c9b49a; border-color: #c9b49a; color: #21374b; }
.btn-accept:hover { background: #fff; border-color: #fff; }
.btn-decline { background: transparent; border-color: rgba(255,255,255,0.4); color: #fff; }
.btn-decline:hover { border-color: #fff; }

/* --- MOBILE NAV --- */
@media (max-width: 900px) {
  .burger-btn { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #21374b;
    flex-direction: column;
    padding: 16px 24px 24px;
    gap: 4px;
    border-top: 1px solid rgba(255,255,255,0.1);
    align-items: flex-start;
  }
  .main-nav.open { display: flex; }
  .site-header { position: relative; }
  .header-inner { position: relative; }
}

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  h1 { font-size: 36px; }
  h2 { font-size: 1.8rem; }
  .hero-content h1 { font-size: 36px; }
  .diff-inner { grid-template-columns: 1fr; }
  .diff-img { display: none; }
  .about-intro-grid { grid-template-columns: 1fr; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .testimonial { flex-direction: column; text-align: center; }
  .testimonial img { margin: 0 auto; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .trust-stats { gap: 30px; }
  .stat-num { font-size: 36px; }
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
}
