/* ============================================
   Dar-Ul-Tajweed — Reference-matched styles
   Colors: Deep Blue #1e3a8a | Sky #60a5fa | Gold #fbbf24
   ============================================ */

:root {
  --blue: #3e57d2;
  --blue-deep: #2f45b8;
  --blue-mid: #4a63e0;
  --sky: #7b95e8;
  --sky-soft: #d6defa;
  --sky-pale: #eef1fc;
  --gold: #fbbf24;
  --gold-dark: #d97706;
  --white: #ffffff;
  --text: #111111;
  --muted: #64748b;
  --border: #e2e8f0;
  --shadow: 0 12px 40px rgba(62, 87, 210, 0.12);
  --shadow-sm: 0 6px 20px rgba(62, 87, 210, 0.08);
  --radius: 8px;
  --font: "Poppins", system-ui, sans-serif;
  --header-h: 118px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.25s ease;
}

ul {
  list-style: none;
}

.container {
  width: min(1140px, 92%);
  margin-inline: auto;
}

.section {
  padding: 90px 0;
}

.section-label {
  display: inline-block;
  color: var(--gold-dark);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-label.light {
  color: var(--gold);
}

.section-head {
  margin-bottom: 50px;
}

.section-head.center {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.section-head.light h2,
.section-head.light p {
  color: var(--white);
}

h1, h2, h3, h4, h5 {
  line-height: 1.25;
  font-weight: 700;
  color: var(--blue);
}

h2 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  margin-bottom: 14px;
}

h2 span {
  color: var(--blue-mid);
}

.section-lead,
.section-head p {
  color: var(--muted);
  font-size: 1rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: inherit;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--blue-deep);
  transform: translateY(-2px);
}

.btn-gold {
  background: var(--gold);
  color: var(--blue-deep);
}

.btn-gold:hover {
  background: #f59e0b;
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  border: 2px solid var(--white);
  color: var(--white);
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: var(--white);
  color: var(--blue);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  border-color: var(--blue);
  color: var(--blue);
}

.btn-outline:hover {
  background: var(--blue);
  color: var(--white);
}

.btn-lg {
  padding: 14px 36px;
  font-size: 1rem;
}

.btn-block {
  width: 100%;
}

/* ---------- 8-pointed Islamic star icon ---------- */
.star-icon {
  --size: 56px;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  clip-path: polygon(
    50% 0%,
    65% 15%,
    85% 15%,
    85% 35%,
    100% 50%,
    85% 65%,
    85% 85%,
    65% 85%,
    50% 100%,
    35% 85%,
    15% 85%,
    15% 65%,
    0% 50%,
    15% 35%,
    15% 15%,
    35% 15%
  );
  flex-shrink: 0;
}

.star-icon i {
  font-size: 1.05rem;
}

.star-icon.lg {
  --size: 72px;
}

.star-icon.lg i {
  font-size: 1.35rem;
}

.star-icon.sm {
  --size: 44px;
}

.star-icon.sm i {
  font-size: 0.85rem;
}

.star-icon.light {
  background: rgba(255, 255, 255, 0.18);
  color: var(--gold);
}

/* ---------- Islamic geometric pattern (SVG data URI) ---------- */
.pattern-bg {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.08' stroke-width='1'%3E%3Cpath d='M40 0 L50 20 L70 20 L54 34 L60 54 L40 42 L20 54 L26 34 L10 20 L30 20 Z'/%3E%3C/g%3E%3C/svg%3E");
}

/* ============================================
   HEADER — top info bar + white nav (ref match)
   ============================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: transparent;
}

.top-bar {
  position: relative;
  background: var(--blue);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 500;
  overflow: hidden;
  border-radius: 0 0 0 0;
}

.top-bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(420px, 36%);
  background: linear-gradient(90deg, #c5d0f5 0%, #9aade8 40%, #7389db 100%);
  /* arrow / chevron cut pointing into the dark blue area */
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
  z-index: 0;
}

.top-bar-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 40px;
  padding: 7px 0;
}

.top-bar-left {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 26px;
  padding-right: 36px;
}

.top-bar-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 32px;
  margin-left: auto;
}

.top-bar a,
.top-bar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  white-space: nowrap;
}

.top-bar i {
  font-size: 0.85rem;
  opacity: 0.95;
}

.top-bar a:hover {
  opacity: 0.85;
}

.nav-bar {
  background: var(--white);
  box-shadow: 0 2px 14px rgba(17, 17, 17, 0.06);
}

.site-header.scrolled .nav-bar {
  box-shadow: 0 4px 20px rgba(17, 17, 17, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.15;
}

.logo-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
}

.logo-text {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111;
}

.logo-text strong {
  font-weight: 800;
  display: inline;
}

.logo.light .logo-text,
.logo.light {
  color: var(--white);
}

.logo.light .logo-img {
  background: var(--white);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-nav > a,
.nav-dropdown-trigger {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #111;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.main-nav > a::after,
.nav-dropdown-trigger::after {
  display: none;
}

.main-nav > a:hover,
.main-nav > a.active,
.nav-dropdown-trigger:hover,
.nav-dropdown-trigger.active,
.nav-dropdown:hover .nav-dropdown-trigger {
  color: var(--blue);
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown-trigger .fa-chevron-down {
  font-size: 0.65rem;
  transition: transform 0.2s ease;
}

.nav-dropdown:hover .nav-dropdown-trigger .fa-chevron-down,
.nav-dropdown.is-open .nav-dropdown-trigger .fa-chevron-down {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 240px;
  padding: 8px 0;
  margin-top: 0;
  background: var(--white);
  border-radius: 10px;
  border: 1px solid var(--border);
  box-shadow: 0 14px 40px rgba(17, 17, 17, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 1200;
}

/* Invisible hover bridge so menu doesn't close between trigger and panel */
.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active {
  background: var(--sky-pale);
  color: var(--blue);
}

.btn-join {
  background: var(--blue);
  color: var(--white);
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  text-transform: none;
  border: none;
  flex-shrink: 0;
}

.btn-join:hover {
  background: var(--blue-deep);
  color: var(--white);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: #111;
  border-radius: 2px;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 40px) 0 100px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(21, 42, 107, 0.88) 0%, rgba(30, 58, 138, 0.72) 42%, rgba(37, 99, 235, 0.55) 100%),
    url("../hero-bg.jpg")
      center 40% / cover no-repeat;
  z-index: 0;
  /* Cut hero paint along the wave so Why Choose bg shows in the curve */
  -webkit-mask-image:
    linear-gradient(#000 0%, #000 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0,0 H1440 V40 C720,0 360,80 0,40 Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% calc(100% - 70px), 100% 70px;
  -webkit-mask-position: top, bottom;
  -webkit-mask-repeat: no-repeat;
  mask-image:
    linear-gradient(#000 0%, #000 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0,0 H1440 V40 C720,0 360,80 0,40 Z'/%3E%3C/svg%3E");
  mask-size: 100% calc(100% - 70px), 100% 70px;
  mask-position: top, bottom;
  mask-repeat: no-repeat;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 8 L58 28 L80 26 L66 42 L78 60 L56 54 L50 76 L44 54 L22 60 L34 42 L20 26 L42 28 Z' fill='none' stroke='%23fbbf24' stroke-opacity='0.15' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 100px 100px;
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(#000 0%, #000 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0,0 H1440 V40 C720,0 360,80 0,40 Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% calc(100% - 70px), 100% 70px;
  -webkit-mask-position: top, bottom;
  -webkit-mask-repeat: no-repeat;
  mask-image:
    linear-gradient(#000 0%, #000 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0,0 H1440 V40 C720,0 360,80 0,40 Z'/%3E%3C/svg%3E");
  mask-size: 100% calc(100% - 70px), 100% 70px;
  mask-position: top, bottom;
  mask-repeat: no-repeat;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

.hero-content h1 {
  color: var(--white);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.hero-desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  max-width: 480px;
  margin-bottom: 28px;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* ---- Trial card (exact reference) ---- */
.hero-form-card {
  width: 380px;
  max-width: 100%;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  padding: 20px 20px 18px;
  text-align: center;
  opacity: 0;
  transform: translate3d(120px, 0, 0);
  transition:
    transform 1.6s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.35s;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.hero-form-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.form-eyebrow {
  font-size: 0.88rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 2px;
}

.form-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.2;
}

.form-title span {
  color: var(--blue);
}

.form-offer-banner {
  background: linear-gradient(90deg, var(--blue) 0%, #7eb8e8 100%);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
  line-height: 1.3;
}

.trial-form {
  display: flex;
  flex-direction: column;
  gap: 9px;
  text-align: left;
}

.field {
  position: relative;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #d7dbe3;
  border-radius: 6px;
  font-family: inherit;
  font-size: 0.82rem;
  color: #333;
  background: var(--white);
  outline: none;
  transition: 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23888' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  color: #555;
  cursor: pointer;
}

.field input::placeholder {
  color: #b0b5bf;
}

.form-status {
  margin: 4px 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #16a34a;
}

.form-status:empty {
  display: none;
}

.form-status.is-error {
  color: #dc2626;
}

button[type="submit"]:disabled,
.sign:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(62, 87, 210, 0.15);
}

.field-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d7dbe3;
  border-radius: 6px;
  padding: 0 10px;
  background: var(--white);
}

.field-phone:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(62, 87, 210, 0.15);
}

.field-phone .flag-box {
  width: 22px;
  height: 14px;
  border-radius: 2px;
  background: linear-gradient(180deg, #ccc 0%, #999 100%);
  flex-shrink: 0;
}

.field-phone .phone-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  flex-shrink: 0;
}

.field-phone input {
  border: none;
  padding: 9px 0;
  box-shadow: none !important;
}

.field-enroll {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  border: 1px solid #d7dbe3;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.78rem;
  color: #555;
  white-space: nowrap;
}

.enroll-label {
  font-weight: 500;
  color: #555;
}

.enroll-label em {
  font-style: normal;
  color: #999;
  margin-left: 2px;
}

.radio-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-weight: 500;
  color: #555;
}

.radio-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  padding: 0;
}

.radio-ui {
  width: 16px;
  height: 16px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

.radio-option input:checked + .radio-ui::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--blue);
}

.btn-claim {
  display: block;
  width: 72%;
  margin: 4px auto 0;
  background: var(--blue);
  color: var(--white);
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: 0.25s;
}

.btn-claim:hover {
  background: var(--blue-deep);
  transform: translateY(-1px);
}

/* contact form fields keep icons */
.contact-form-card .field i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--sky);
  font-size: 0.9rem;
  pointer-events: none;
}

.contact-form-card .field input,
.contact-form-card .field textarea {
  padding-left: 42px;
  background: var(--sky-pale);
}

.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  height: 70px;
  line-height: 0;
  pointer-events: none;
}

.hero-wave svg {
  width: 100%;
  height: 70px;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .hero-form-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================================
   WHY CHOOSE — reference match
   ============================================ */
.why-choose {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  background-image: url("../why choose-bg.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  /* Pull only the section bg up behind the hero wave; extra top padding keeps text/cards in place */
  margin-top: -70px;
  padding: 118px 0 100px;
}

.why-choose .container {
  position: relative;
  z-index: 1;
}

.why-choose-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.why-choose-head h2 {
  color: #111;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 800;
  margin-bottom: 14px;
}

.why-choose-head h2 span {
  color: #111;
}

.why-choose-head p {
  color: #6b7280;
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 620px;
}

.why-choose-body {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.why-choose-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-photo {
  width: 100%;
  max-width: 420px;
  height: 440px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  display: block;
  box-shadow: 0 14px 32px rgba(30, 58, 138, 0.16);
}

.why-choose-cards-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 18px;
  width: 100%;
  margin: 0;
}

.feature-card {
  --grad: #3e57d2, #1e3a8a;
  width: 100%;
  padding: 1.45rem 1.35rem 1.25rem;
  background-image: linear-gradient(to bottom left, #e0e4e5, #f2f6f9);
  border-radius: 1.35rem;
  gap: 0.9rem;
  display: grid;
  grid-template: "title icon" "content content" "bar bar" / 1fr auto;
  font-family: var(--font);
  color: #444447;
  box-shadow:
    inset -2px 2px hsl(0 0 100% / 1),
    -12px 14px 28px hsl(0 0 0 / 0.15);
}

.feature-card .title {
  font-size: 1.05rem;
  grid-area: title;
  align-self: end;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.25;
  word-break: break-word;
  margin: 0;
  color: #444447;
}

.feature-card .icon {
  grid-area: icon;
  font-size: 2.1rem;
  line-height: 1;
}

.feature-card .icon > i {
  color: transparent;
  background: linear-gradient(to right, var(--grad));
  -webkit-background-clip: text;
  background-clip: text;
}

.feature-card .content {
  grid-area: content;
}

.feature-card .content > *:first-child {
  margin-top: 0;
}

.feature-card .content > *:last-child {
  margin-bottom: 0;
}

.feature-card .content p {
  font-size: 0.86rem;
  line-height: 1.55;
  color: #5a5c62;
  margin: 0;
}

.feature-card::after {
  content: "";
  grid-area: bar;
  height: 2px;
  background-image: linear-gradient(90deg, var(--grad));
}

.btn-discover {
  background: var(--blue);
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.92rem;
  border: none;
}

.btn-discover:hover {
  background: var(--blue-deep);
  color: #fff;
  transform: translateY(-2px);
}

/* ============================================
   COURSE PLANS
   ============================================ */
.course-plans {
  background: linear-gradient(160deg, #1e4bb8 0%, var(--blue) 45%, #2563eb 100%);
  position: relative;
}

.course-plans::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45 10 L52 28 L72 26 L58 40 L66 58 L45 48 L24 58 L32 40 L18 26 L38 28 Z' fill='none' stroke='%23ffffff' stroke-opacity='0.12' stroke-width='1'/%3E%3C/svg%3E");
  pointer-events: none;
}

.course-plans .section-head h2,
.course-plans .section-head h2 span,
.course-plans .section-head p {
  color: var(--white);
}

.course-plans .section-label {
  color: var(--gold);
}

.course-plans .section-head p {
  max-width: 720px;
  margin-inline: auto;
}

.plans-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 22px;
  position: relative;
  padding: 12px 4px 20px;
}

/* Uiverse-inspired course cards — site colors & sizing */
.course-card {
  --card-accent: #bd9f67;
  --card-bg: #1b2a45;
  width: 100%;
  min-height: 250px;
  height: 100%;
  background: var(--card-bg);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.course-card .border {
  position: absolute;
  inset: 0;
  border: 2px solid var(--card-accent);
  opacity: 0;
  transform: rotate(10deg);
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  z-index: 2;
}

.course-card .bottom-text {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  font-size: 0.58rem;
  text-transform: uppercase;
  padding: 0 6px 0 8px;
  color: var(--card-accent);
  background: var(--card-bg);
  opacity: 0;
  letter-spacing: 0.28em;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  z-index: 3;
}

.course-card .content {
  position: relative;
  z-index: 1;
  width: calc(100% - 48px);
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s ease-in-out;
  padding: 8px 0 18px;
}

.course-card .content .logo {
  height: 52px;
  position: relative;
  width: 52px;
  overflow: hidden;
  transition: all 1s ease-in-out;
  flex-shrink: 0;
}

.course-card .content .logo .logo1,
.course-card .content .logo .logo2 {
  height: 52px;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--card-accent);
}

.course-card .content .logo .logo1 {
  left: 0;
  width: 52px;
  font-size: 1.55rem;
}

.course-card .content .logo .logo1::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 236, 179, 0.2), transparent 45%),
    linear-gradient(145deg, rgba(189, 159, 103, 0.2), rgba(189, 159, 103, 0.05));
  border: 1px solid rgba(189, 159, 103, 0.42);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  pointer-events: none;
  z-index: 0;
}

.course-card .content .logo .logo1 i {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(145deg, #f6e7b8 0%, #bd9f67 45%, #8f7340 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 8px rgba(189, 159, 103, 0.55));
}

.course-card .content .logo .logo1 .course-icon-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 28px;
  height: 28px;
  background-image: linear-gradient(145deg, #f6e7b8 0%, #bd9f67 45%, #8f7340 100%);
  -webkit-mask-image: url("../open-quran.png");
  mask-image: url("../open-quran.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  filter: drop-shadow(0 2px 8px rgba(189, 159, 103, 0.55));
}

.course-card .content .logo .logo1 .course-icon-qaida-photo {
  width: 34px;
  height: 34px;
  /* keep ا ب ت detail, shift colors toward gold */
  filter:
    sepia(0.55)
    saturate(1.35)
    hue-rotate(350deg)
    brightness(1.08)
    drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

.course-card .content .logo .logo1 .course-icon-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

.course-card .content .logo .logo2 {
  left: 52px;
  width: auto;
  padding-left: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.course-card .content .logo .trail {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.course-card .idle-title {
  display: block;
  margin-top: 16px;
  color: var(--card-accent);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: opacity 0.25s ease, max-height 0.25s ease, margin 0.25s ease;
  text-align: center;
  max-height: 2.8rem;
  line-height: 1.3;
}

.course-card .course-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
  white-space: nowrap;
  transition:
    opacity 0.3s ease,
    max-height 0.3s ease,
    margin 0.3s ease,
    transform 0.35s ease,
    letter-spacing 0.35s ease;
}

.course-card .course-more::before,
.course-card .course-more::after {
  content: "";
  width: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.85;
  flex-shrink: 0;
}

.course-card .course-more--idle {
  opacity: 1;
  max-height: 2rem;
}

.course-card .course-more--expand {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  pointer-events: none;
}

.course-card .logo-bottom-text {
  margin: 0;
  color: var(--card-accent);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.45s ease-in-out 0.2s;
}

.course-card .course-desc {
  margin: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  line-height: 1.45;
  text-align: center;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.45s ease-in-out 0.25s;
}

.course-card:hover,
.course-card:focus-within {
  border-radius: 4px;
  transform: scale(1.03);
  z-index: 2;
  outline: none;
  min-height: 290px;
}

.course-card:hover .idle-title,
.course-card:focus-within .idle-title,
.course-card:hover .course-more--idle,
.course-card:focus-within .course-more--idle {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
}

.course-card:hover .course-more--expand,
.course-card:focus-within .course-more--expand {
  opacity: 1;
  max-height: 2rem;
  margin-top: 8px;
  letter-spacing: 0.2em;
  transform: translateY(0);
}

.course-card:hover .logo,
.course-card:focus-within .logo {
  width: 148px;
  animation: course-logo-opacity 1s ease-in-out;
}

.course-card--long-title:hover .content .logo,
.course-card--long-title:focus-within .content .logo {
  width: 52px;
}

.course-card--long-title:hover .content .logo .logo2,
.course-card--long-title:focus-within .content .logo .logo2 {
  opacity: 0;
  pointer-events: none;
}

.course-card:hover .border,
.course-card:focus-within .border {
  inset: 12px;
  opacity: 1;
  transform: rotate(0);
}

.course-card:hover .bottom-text,
.course-card:focus-within .bottom-text {
  letter-spacing: 0.14em;
  opacity: 1;
  transform: translateX(-50%);
}

.course-card:hover .content .logo-bottom-text,
.course-card:focus-within .content .logo-bottom-text {
  opacity: 1;
  max-height: 2rem;
  margin-top: 12px;
  letter-spacing: 0.1em;
}

.course-card:hover .course-desc,
.course-card:focus-within .course-desc {
  opacity: 1;
  max-height: 6.5rem;
  margin-top: 10px;
}

.course-card:hover .trail,
.course-card:focus-within .trail {
  animation: course-trail 1s ease-in-out;
}

@keyframes course-logo-opacity {
  0% {
    border-right: 1px solid transparent;
  }

  10% {
    border-right: 1px solid var(--card-accent);
  }

  80% {
    border-right: 1px solid var(--card-accent);
  }

  100% {
    border-right: 1px solid transparent;
  }
}

@keyframes course-trail {
  0% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 90%, rgb(189, 159, 103) 100%);
    opacity: 0;
  }

  30% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 70%, rgb(189, 159, 103) 100%);
    opacity: 1;
  }

  70% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 70%, rgb(189, 159, 103) 100%);
    opacity: 1;
  }

  95% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 90%, rgb(189, 159, 103) 100%);
    opacity: 0;
  }
}

.link-arrow {
  color: var(--blue-mid);
  font-weight: 600;
  font-size: 0.9rem;
}

.link-arrow:hover {
  color: var(--gold-dark);
}

/* ============================================
   PRICING
   ============================================ */
.pricing-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px;
  align-items: stretch;
  padding: 18px 24px 30px;
}

.price-card {
  --plan-accent: var(--blue);
  background: var(--white);
  border-radius: 5.5rem 0 5.5rem 0;
  box-shadow: 0.3rem 0.35rem 0.7rem rgba(24, 45, 109, 0.28);
  padding: 34px 24px 70px;
  border: 1px solid rgba(62, 87, 210, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  position: relative;
  overflow: visible;
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0.45rem 0.65rem 1rem rgba(24, 45, 109, 0.32);
}

.plan-heading {
  margin: 0 0 28px;
  padding: 0;
  text-align: center;
}

.plan-heading h3 {
  color: var(--plan-accent);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin: 0;
}

.plan-basic { --plan-accent: var(--blue-mid); }
.plan-standard { --plan-accent: var(--blue-deep); }
.plan-advanced { --plan-accent: var(--gold-dark); }
.plan-intensive { --plan-accent: var(--blue); }

.plan-advanced {
  border-color: var(--gold);
}

.price-features {
  padding: 0;
  text-align: left;
  margin: 0;
}

.price-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 0.77rem;
  line-height: 1.3;
  color: var(--text);
  border-bottom: 1px solid #cbd5e1;
}

.price-features li:last-child {
  border-bottom: none;
}

.price-features i {
  color: var(--plan-accent);
  font-size: 0.75rem;
}

.price-amount {
  position: absolute;
  top: 78px;
  right: -24px;
  z-index: 2;
  min-width: 92px;
  padding: 7px 12px;
  background: var(--plan-accent);
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

.price-amount::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 24px;
  height: 24px;
  background: inherit;
  filter: brightness(0.7);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.price-amount sup {
  font-size: 1rem;
  vertical-align: super;
}

.price-amount span {
  font-size: 0.66rem;
  font-weight: 500;
  color: var(--white);
}

.plan-btn {
  position: absolute;
  left: -24px;
  bottom: 34px;
  z-index: 2;
  min-width: 135px;
  padding: 10px 22px;
  text-align: center;
  color: var(--white);
  background: var(--plan-accent);
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 600;
}

.plan-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 24px;
  height: 24px;
  background: inherit;
  filter: brightness(0.7);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.plan-btn:hover {
  color: var(--white);
  background: var(--blue-deep);
}

.popular-badge {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--blue-deep);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  z-index: 3;
  white-space: nowrap;
}

/* ============================================
   VISION & MISSION
   ============================================ */
.vision {
  position: relative;
  background: linear-gradient(120deg, var(--blue-deep) 0%, var(--blue) 55%, #1d4ed8 100%);
  overflow: hidden;
}

.vision-pattern {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 8 L58 28 L80 26 L66 42 L78 60 L56 54 L50 76 L44 54 L22 60 L34 42 L20 26 L42 28 Z' fill='none' stroke='%23ffffff' stroke-opacity='0.07' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 100px 100px;
  pointer-events: none;
}

.vision-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.vision-content h2 {
  color: var(--white);
}

.vision-content h2 span {
  color: var(--gold);
}

.vision-content p {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 14px;
  max-width: 520px;
}

.vision-content .btn {
  margin-top: 12px;
}

.hex-frame {
  position: relative;
  padding: 10px;
  background: linear-gradient(135deg, var(--gold), #f59e0b);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.hex-frame img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: block;
}

/* ============================================
   WHY STUDY — 3x3 grid
   ============================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 280px));
  gap: 38px;
  justify-content: center;
}

.service-card {
  min-height: 220px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 0.5rem 2rem;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue-mid));
  box-shadow: 0 15px 20px -5px rgba(24, 45, 109, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 85% 12%, rgba(251, 191, 36, 0.85) 0 3px, transparent 4px),
    radial-gradient(circle at 75% 20%, rgba(255, 255, 255, 0.16) 0 2px, transparent 3px),
    linear-gradient(135deg, var(--blue-deep) 0%, var(--blue) 58%, var(--blue-mid) 100%);
  transition: transform 0.3s ease;
}

.service-card:nth-child(3n + 2)::before {
  background:
    radial-gradient(circle at 20% 16%, rgba(251, 191, 36, 0.72) 0 3px, transparent 4px),
    linear-gradient(135deg, #334dc0 0%, var(--blue-mid) 58%, var(--sky) 100%);
}

.service-card:nth-child(3n)::before {
  background:
    radial-gradient(circle at 82% 18%, rgba(251, 191, 36, 0.75) 0 3px, transparent 4px),
    linear-gradient(135deg, var(--blue-deep) 0%, #3e57d2 52%, #5f75df 100%);
}

.service-card:hover {
  transform: scale(1.03);
  box-shadow: 0 18px 26px -7px rgba(24, 45, 109, 0.48);
}

.service-card:hover::before {
  transform: scale(1.3);
}

.service-description {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  padding: 0.7rem 1rem;
  color: var(--white);
  background-color: rgba(15, 31, 92, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem 2rem;
  backdrop-filter: blur(0.25rem);
  transition: transform 0.5s ease;
}

.service-card:hover .service-description {
  transform: perspective(100px) translateX(7px) rotateX(3deg) rotateY(3deg);
}

.service-card h4 {
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.service-card p {
  position: absolute;
  top: 38px;
  right: 0.5rem;
  left: 0.5rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  line-height: 1.45;
  text-shadow: 0 1px 3px rgba(15, 31, 92, 0.6);
}

/* ============================================
   REGISTER CTA
   ============================================ */
.register-cta {
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  position: relative;
}

.register-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45 10 L52 28 L72 26 L58 40 L66 58 L45 48 L24 58 L32 40 L18 26 L38 28 Z' fill='none' stroke='%23fbbf24' stroke-opacity='0.12' stroke-width='1'/%3E%3C/svg%3E");
  pointer-events: none;
}

.register-box {
  position: relative;
  background: var(--white);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.register-steps {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-right: 1px solid var(--border);
}

.reg-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 12px;
  transition: 0.25s;
}

.reg-step.active,
.reg-step:hover {
  background: var(--sky-pale);
}

.reg-step h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.hifz-step-number {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  background: linear-gradient(145deg, #fffdf5, #fff1b8);
  border: 1px solid rgba(217, 119, 6, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--white), 0 0 0 5px rgba(217, 119, 6, 0.2), 0 6px 12px rgba(47, 69, 184, 0.14);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.reg-step.active .hifz-step-number,
.reg-step:hover .hifz-step-number {
  color: var(--white);
  background: linear-gradient(145deg, var(--blue-mid), var(--blue-deep));
  border-color: var(--blue-deep);
}

.reg-step p {
  font-size: 0.85rem;
  color: var(--muted);
}

.register-visual {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  background: linear-gradient(180deg, var(--sky-pale), var(--white));
}

.arch-photo {
  width: 200px;
  height: 240px;
  border-radius: 100px 100px 12px 12px;
  overflow: hidden;
  border: 4px solid var(--gold);
  box-shadow: var(--shadow);
}

.arch-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.register-caption h4 {
  margin-bottom: 8px;
}

.register-caption p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.hifz-fee {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin: 0 auto 18px;
  padding: 9px 18px 10px;
  color: var(--blue-deep);
  background: linear-gradient(135deg, #fff9df, #ffffff 55%, #fff4bf);
  border: 1px solid rgba(217, 119, 6, 0.38);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(217, 119, 6, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hifz-fee span {
  align-self: center;
  padding-right: 8px;
  margin-right: 4px;
  color: var(--gold-dark);
  border-right: 1px solid rgba(217, 119, 6, 0.35);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hifz-fee strong {
  font-size: 1.65rem;
  line-height: 1;
}

.hifz-fee sup {
  font-size: 0.78rem;
  vertical-align: super;
}

.hifz-fee em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
}

/* ============================================
   ACHIEVEMENTS
   ============================================ */
.achievements {
  background: linear-gradient(90deg, var(--blue-deep), var(--blue), #1d4ed8);
  padding: 70px 0;
  position: relative;
}

.achievements::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 8 L46 24 L64 22 L52 34 L58 52 L40 42 L22 52 L28 34 L16 22 L34 24 Z' fill='none' stroke='%23ffffff' stroke-opacity='0.08' stroke-width='1'/%3E%3C/svg%3E");
  pointer-events: none;
}

.achievements-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 32px 20px;
  text-align: center;
  backdrop-filter: blur(6px);
  transition: 0.3s;
}

.stat-box:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-4px);
}

.stat-box .star-icon {
  margin: 0 auto 14px;
}

.stat-num {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-num::after {
  content: "+";
  color: var(--gold);
}

.stat-box p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 500;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials {
  background: var(--sky-pale);
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45 10 L52 28 L72 26 L58 40 L66 58 L45 48 L24 58 L32 40 L18 26 L38 28 Z' fill='none' stroke='%231e3a8a' stroke-opacity='0.05' stroke-width='1'/%3E%3C/svg%3E");
  pointer-events: none;
}

.testimonials-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: center;
}

.testimonial-card {
  background: var(--white);
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  transition: 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.testimonial-card.featured {
  background: linear-gradient(160deg, var(--blue) 0%, var(--blue-deep) 100%);
  transform: scale(1.06);
  z-index: 2;
  box-shadow: var(--shadow);
}

.testimonial-card.featured:hover {
  transform: scale(1.06) translateY(-5px);
}

.quote-icon {
  color: var(--gold);
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.testimonial-card p {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 22px;
  min-height: 100px;
}

.testimonial-card.featured p {
  color: rgba(255, 255, 255, 0.92);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  position: relative;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--gold);
  outline: 2px solid rgba(251, 191, 36, 0.35);
  outline-offset: 3px;
  background: linear-gradient(145deg, var(--sky-pale), var(--white));
  color: var(--blue);
  font-size: 1.55rem;
  box-shadow: 0 5px 12px rgba(47, 69, 184, 0.16);
}

.testimonial-avatar::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid currentColor;
  border-radius: inherit;
  opacity: 0.3;
}

.testimonial-avatar svg {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
}

.testimonial-avatar.male {
  color: var(--blue-deep);
  background: linear-gradient(145deg, #dfe6ff, var(--white));
}

.testimonial-avatar.female {
  color: var(--gold-dark);
  background: linear-gradient(145deg, #fff5c8, var(--white));
}

.testimonial-card.featured .testimonial-avatar {
  background: rgba(255, 255, 255, 0.16);
  color: var(--gold);
  border-color: rgba(255, 255, 255, 0.75);
}

.testimonial-author h5 {
  font-size: 0.95rem;
  color: var(--blue);
}

.testimonial-card.featured .testimonial-author h5 {
  color: var(--white);
}

.testimonial-author span {
  font-size: 0.8rem;
  color: var(--muted);
}

.testimonial-card.featured .testimonial-author span {
  color: rgba(255, 255, 255, 0.7);
}

/* ============================================
   CONTACT
   ============================================ */
.contact {
  background: linear-gradient(180deg, var(--white), var(--sky-pale));
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-list {
  margin: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.contact-list h5 {
  font-size: 0.92rem;
  margin-bottom: 2px;
}

.contact-list a,
.contact-list span {
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-list a:hover {
  color: var(--blue-mid);
}

.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 0.9rem;
}

.socials a:hover {
  background: var(--gold);
  color: var(--blue-deep);
}

.socials.light a {
  background: rgba(255, 255, 255, 0.15);
}

.socials.light a:hover {
  background: var(--gold);
}

.contact-form-card {
  background: var(--white);
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--gold);
}

.contact-form-card h3 {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.contact-form-card > p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  position: relative;
  background: linear-gradient(135deg, var(--blue-deep), #263ba6);
  color: var(--white);
  padding: 58px 0 0;
}

.mosque-skyline {
  display: none;
}

.footer-inner {
  position: relative;
  width: min(1140px, 92%);
  margin-inline: auto;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 1fr 1.15fr;
  gap: 38px;
  padding-bottom: 42px;
}

.footer-brand .logo { margin-bottom: 15px; }
.footer-brand .logo-text { color: var(--white); }
.footer-brand .logo-text strong { color: var(--gold); }
.footer-brand p, .footer-contact li { color: rgba(255, 255, 255, 0.76); font-size: 0.9rem; line-height: 1.75; }
.footer-column h3 { color: var(--white); font-size: 1.05rem; margin: 8px 0 18px; }
.footer-links { display: grid; gap: 11px; }
.footer-links a { color: rgba(255, 255, 255, 0.76); font-size: 0.9rem; }
.footer-links a:hover { color: var(--gold); padding-left: 3px; }
.footer-contact { display: grid; gap: 12px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact i { color: var(--gold); margin-top: 5px; }
.footer-brand .socials { justify-content: flex-start; margin-top: 19px; }
.footer-brand .socials a { border-color: rgba(255, 255, 255, 0.28); }
.footer-brand .socials a:hover { background: var(--gold); color: var(--blue-deep); }

.copyright {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 800px) {
  .footer-content { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
}

@media (max-width: 520px) {
  .site-footer { padding-top: 42px; }
  .footer-content { grid-template-columns: 1fr; gap: 25px; }
}

a.course-card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

/* ============================================
   COURSE DETAIL PAGE (Memorization / Hifz)
   ============================================ */
.course-page .site-header {
  background: var(--white);
}

.course-detail {
  padding: calc(var(--header-h) + 40px) 0 90px;
  background:
    radial-gradient(circle at top right, rgba(123, 149, 232, 0.14), transparent 42%),
    linear-gradient(180deg, var(--sky-pale) 0%, var(--white) 45%, var(--white) 100%);
  min-height: 70vh;
}

.course-detail-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}

.course-detail-main {
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid rgba(62, 87, 210, 0.08);
}

.course-detail-banner {
  position: relative;
  padding: 42px 40px 36px;
  background:
    linear-gradient(135deg, rgba(21, 42, 107, 0.96) 0%, rgba(62, 87, 210, 0.92) 55%, rgba(74, 99, 224, 0.88) 100%),
    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 8 L58 28 L80 26 L66 42 L78 60 L56 54 L50 76 L44 54 L22 60 L34 42 L20 26 L42 28 Z' fill='none' stroke='%23fbbf24' stroke-opacity='0.18' stroke-width='1'/%3E%3C/svg%3E");
  background-size: cover, 90px 90px;
  color: var(--white);
}

.course-detail-banner h1 {
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  margin: 0;
  max-width: 18ch;
}

.course-detail-body {
  padding: 34px 40px 42px;
}

.course-subhead {
  position: relative;
  font-size: 1.35rem;
  margin-bottom: 14px;
  padding-left: 16px;
}

.course-subhead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-dark) 100%);
}

.course-intro {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 28px;
}

.course-detail-photo {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 36px;
  box-shadow: var(--shadow-sm);
}

.course-detail-photo img {
  width: 100%;
  height: min(360px, 48vw);
  object-fit: cover;
}

.course-block + .course-block {
  margin-top: 34px;
}

.course-block h2 {
  position: relative;
  font-size: 1.35rem;
  margin-bottom: 18px;
  padding-left: 16px;
}

.course-block h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-dark) 100%);
}

.course-check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.course-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: var(--sky-pale);
  border: 1px solid rgba(62, 87, 210, 0.08);
  border-radius: 12px;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.6;
}

.course-check-list li i {
  color: var(--gold-dark);
  font-size: 1.1rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.course-check-list strong {
  color: var(--blue);
  font-weight: 700;
}

.course-admit-card {
  position: sticky;
  top: calc(var(--header-h) + 20px);
  background: linear-gradient(165deg, var(--blue) 0%, var(--blue-deep) 100%);
  color: var(--white);
  border-radius: 18px;
  padding: 28px 24px 26px;
  box-shadow: 0 18px 40px rgba(47, 69, 184, 0.28);
  border: 1px solid rgba(251, 191, 36, 0.35);
}

.course-admit-card h3 {
  color: var(--white);
  text-align: center;
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.course-admit-card > p {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.course-admit-card > p strong {
  color: var(--gold);
}

.course-admit-card .field input {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.course-admit-card .field input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.course-admit-card .field input:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.2);
}

.course-admit-card .btn-gold {
  margin-top: 6px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .top-bar::before {
    width: min(360px, 48%);
  }

  .top-bar-left,
  .top-bar-right {
    gap: 12px 18px;
  }

  .main-nav {
    gap: 18px;
  }

  .course-detail-inner {
    grid-template-columns: 1fr;
  }

  .course-admit-card {
    position: static;
    max-width: 420px;
    margin-inline: auto;
    width: 100%;
  }

  .why-choose-body,
  .vision-inner,
  .register-box,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .why-choose-photo {
    max-width: 380px;
    height: 380px;
    margin-inline: auto;
  }

  .why-choose-cards-wrap {
    align-items: stretch;
  }

  .hero-form-card {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .btn-discover {
    align-self: flex-start;
  }

  .plans-row,
  .services-grid,
  .testimonials-row,
  .achievements-inner {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 280px));
    justify-content: center;
  }

  .plans-row {
    gap: 20px 16px;
  }

  .course-card:hover {
    transform: scale(1.03);
  }

  .pricing-row {
    grid-template-columns: 1fr 1fr;
  }

  .plan-advanced,
  .testimonial-card.featured {
    transform: none;
  }

  .plan-advanced:hover,
  .testimonial-card.featured:hover {
    transform: translateY(-8px);
  }

  .register-steps {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .hex-frame img {
    height: 300px;
  }
}

@media (max-width: 1024px) {
  .top-bar::before {
    width: 42%;
  }

  .top-bar-left {
    width: auto;
    max-width: none;
  }

  .top-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .top-bar-left,
  .top-bar-right {
    gap: 12px 18px;
  }

  .main-nav {
    gap: 18px;
  }
}

@media (max-width: 768px) {
  :root {
    --header-h: 108px;
  }

  .course-detail {
    padding: calc(var(--header-h) + 24px) 0 70px;
  }

  .course-detail-banner,
  .course-detail-body {
    padding-left: 22px;
    padding-right: 22px;
  }

  .course-detail-banner {
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .course-detail-photo img {
    height: 220px;
  }

  .top-bar {
    font-size: 0.72rem;
  }

  .top-bar::before {
    width: 100%;
    clip-path: none;
    background: linear-gradient(90deg, #8ea4ea 0%, var(--blue) 100%);
  }

  .top-bar-right span:nth-child(1),
  .top-bar-right span:nth-child(2) {
    display: none;
  }

  .main-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
    gap: 18px;
    box-shadow: var(--shadow);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    border-top: 1px solid var(--border);
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }

  .main-nav > a,
  .nav-dropdown-trigger {
    color: #111;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-dropdown-menu {
    position: static;
    left: auto;
    transform: none;
    min-width: 0;
    width: 100%;
    margin-top: 8px;
    padding: 6px 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    box-shadow: none;
    border: 1px solid var(--border);
  }

  .nav-dropdown-menu::before {
    display: none;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    display: block;
    transform: none;
  }

  .nav-dropdown-menu a {
    white-space: normal;
  }

  .header-inner .btn-join {
    display: none;
  }

  .main-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav.open .btn-join-mobile {
    display: inline-flex;
  }

  .nav-toggle {
    display: flex;
  }

  .hero {
    padding: calc(var(--header-h) + 24px) 0 80px;
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-form-card {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    transform: translate3d(48px, 0, 0);
  }

  .hero-form-card.is-visible {
    transform: translate3d(0, 0, 0);
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .field-enroll {
    flex-wrap: wrap;
    white-space: normal;
    gap: 8px 12px;
  }

  .feature-grid,
  .plans-row,
  .pricing-row,
  .services-grid,
  .testimonials-row,
  .achievements-inner {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: minmax(0, 280px);
    justify-content: center;
  }

  .service-card,
  .service-card:hover {
    transform: none;
    box-shadow: 0 15px 20px -5px rgba(24, 45, 109, 0.4);
    transition: none;
  }

  .service-card::before,
  .service-card:hover::before {
    transform: none;
    transition: none;
  }

  .service-description,
  .service-card:hover .service-description {
    bottom: 0.5rem;
    padding: 0.65rem 1rem;
    transform: none;
    transition: none;
  }

  .service-card h4 {
    margin: 0;
  }

  .service-card p {
    right: 0.5rem;
    left: 0.5rem;
    color: var(--white);
    font-size: 0.77rem;
    line-height: 1.55;
  }

  /* Mobile: cards always open — no fold/unfold scroll animation */
  .course-card,
  .course-card:hover,
  .course-card:focus-within {
    min-height: 300px;
    border-radius: 10px;
    transform: none;
    transition: none;
  }

  .course-card .idle-title,
  .course-card .course-more--idle,
  .course-card:hover .idle-title,
  .course-card:focus-within .idle-title,
  .course-card:hover .course-more--idle,
  .course-card:focus-within .course-more--idle {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    transition: none;
  }

  .course-card .logo,
  .course-card:hover .logo,
  .course-card:focus-within .logo {
    width: 148px;
    animation: none;
    transition: none;
  }

  .course-card--long-title .content .logo,
  .course-card--long-title:hover .content .logo,
  .course-card--long-title:focus-within .content .logo {
    width: 52px;
  }

  .course-card--long-title .content .logo .logo2,
  .course-card--long-title:hover .content .logo .logo2,
  .course-card--long-title:focus-within .content .logo .logo2 {
    opacity: 0;
    pointer-events: none;
  }

  .course-card .border,
  .course-card:hover .border,
  .course-card:focus-within .border {
    inset: 12px;
    opacity: 1;
    transform: rotate(0);
    transition: none;
  }

  .course-card .logo-bottom-text,
  .course-card:hover .content .logo-bottom-text,
  .course-card:focus-within .content .logo-bottom-text {
    opacity: 1;
    max-height: 2rem;
    margin-top: 12px;
    letter-spacing: 0.1em;
    transition: none;
  }

  .course-card .course-more--expand,
  .course-card:hover .course-more--expand,
  .course-card:focus-within .course-more--expand {
    display: none;
  }

  .course-card .course-desc,
  .course-card:hover .course-desc,
  .course-card:focus-within .course-desc {
    opacity: 1;
    max-height: 6.5rem;
    margin-top: 10px;
    transition: none;
  }

  .course-card .bottom-text,
  .course-card:hover .bottom-text,
  .course-card:focus-within .bottom-text {
    opacity: 1;
    letter-spacing: 0.12em;
    transform: translateX(-50%);
    transition: none;
    color: var(--gold);
    font-weight: 700;
  }

  .course-card .trail,
  .course-card:hover .trail,
  .course-card:focus-within .trail {
    animation: none;
  }

  .why-choose-photo {
    max-width: 100%;
    height: 320px;
    border-radius: 14px;
  }

  .section {
    padding: 70px 0;
  }

  .why-choose.section {
    margin-top: -70px;
    padding: 118px 0 80px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px 14px;
  }

  .feature-card {
    padding: 1.15rem 1.1rem 1rem;
    border-radius: 1.15rem;
    gap: 0.7rem;
  }

  .feature-card .title {
    font-size: 0.92rem;
  }

  .feature-card .icon {
    font-size: 1.7rem;
  }

  .feature-card .content p {
    font-size: 0.78rem;
    line-height: 1.5;
  }
}

/* ============================================
   REGISTRATION MODAL
   ============================================ */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.modal-overlay.active {
  display: flex;
}

.modal-container {
  position: relative;
  background-color: var(--white);
  border-radius: 12px;
  max-width: 420px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: var(--muted);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.modal-close:hover {
  color: var(--text);
}

.form-container {
  width: 100%;
  border-radius: 0.75rem;
  background-color: rgba(17, 24, 39, 1);
  padding: 2rem;
  color: rgba(243, 244, 246, 1);
}

.form-container .title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.form {
  margin-top: 0;
}

.input-group {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-group label {
  display: block;
  color: rgba(156, 163, 175, 1);
  margin-bottom: 6px;
  font-weight: 500;
}

.input-group input,
.input-group select {
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid rgba(55, 65, 81, 1);
  outline: 0;
  background-color: rgba(17, 24, 39, 1);
  padding: 0.75rem 1rem;
  color: rgba(243, 244, 246, 1);
  font-family: inherit;
  font-size: 0.875rem;
}

.input-group input::placeholder {
  color: rgba(107, 114, 128, 1);
}

.input-group select option {
  background-color: rgba(17, 24, 39, 1);
  color: rgba(243, 244, 246, 1);
}

.input-group input:focus,
.input-group select:focus {
  border-color: rgba(167, 139, 250, 1);
  box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.1);
}

.sign {
  display: block;
  width: 100%;
  background-color: rgba(167, 139, 250, 1);
  padding: 0.75rem;
  text-align: center;
  color: rgba(17, 24, 39, 1);
  border: none;
  border-radius: 0.375rem;
  font-weight: 600;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.sign:hover {
  background-color: rgba(147, 112, 219, 1);
}

.sign:active {
  transform: scale(0.98);
}

/* ============================================
   FIXED WHATSAPP BUTTON
   ============================================ */
.Btn {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 1000;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
}

.svgContainer svg {
  width: 30px;
  height: 30px;
  display: block;
}

.BG {
  display: none;
}

.Btn:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.6);
}

@media (max-width: 768px) {
  .Btn {
    bottom: 18px;
    left: 18px;
    width: 50px;
    height: 50px;
  }
}

