* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #f3f6fb 0%, #eef2f7 100%);
  color: #0f172a;
  line-height: 1.6;
  position: relative;
  overflow-x: clip;
}

img,
svg,
canvas,
iframe,
video {
  max-width: 100%;
  display: block;
}

section,
header,
footer,
div,
main,
nav {
  min-width: 0;
}

/* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 48px;
  background: #020b2d;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.logo img {
  width: 220px;
  max-width: 42vw;
  height: auto;
  display: block;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}

.footer-brand img {
  width: 240px;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}

.navbar nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 34px;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
}

.nav-links li a:hover {
  color: #76a9ff;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  color: white;
  cursor: pointer;
}

/* THEME TOGGLE */
.theme-toggle {
  margin-left: 24px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(96, 165, 250, 0.35);
  background: rgba(255, 255, 255, 0.15);
  color: white;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.theme-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: scale(1.08);
}

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  margin: 8px;
  transition: 0.3s;
}

.primary {
  background: #7aa7e8;
  color: white;
}

.primary:hover {
  background: #5d8fd4;
  transform: translateY(-2px);
}

.secondary {
  border: 2px solid #7aa7e8;
  color: #7aa7e8;
  background: transparent;
}

.secondary:hover {
  background: #7aa7e8;
  color: white;
}

/* PAGE BANNER */
.page-banner {
  text-align: center;
  padding: 70px 20px;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}

.page-banner h1 {
  font-size: 44px;
  color: #0f172a;
  margin-bottom: 15px;
}

.page-banner p {
  font-size: 18px;
  color: #334155;
  max-width: 750px;
  margin: 0 auto;
}

/* HERO */
.hero-pro {
  position: relative;
  min-height: 100vh;
  padding: 120px 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(4, 18, 48, 0.96) 0%, rgba(8, 28, 69, 0.88) 20%, rgba(8, 28, 69, 0.55) 38%, rgba(8, 28, 69, 0.22) 52%, rgba(8, 28, 69, 0.10) 100%),
    url("../images/world-map.png");
  background-size: cover;
  background-position: 68% center;
  background-repeat: no-repeat;
}

.hero-pro::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 38%, rgba(96, 165, 250, 0.20), transparent 34%);
  z-index: -1;
}

.hero-left {
  max-width: 620px;
  position: relative;
  z-index: 10;
}

.hero-left > * {
  position: relative;
  z-index: 10;
}

.hero-tag {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #bfdbfe;
  border: 1px solid rgba(147, 197, 253, 0.30);
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.hero-pro h1 {
  font-size: 58px;
  line-height: 1.12;
  margin-bottom: 22px;
  color: #f8fbff;
  text-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.hero-pro p {
  font-size: 18px;
  color: rgba(226, 232, 240, 0.92);
  margin-bottom: 30px;
  max-width: 580px;
}

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

.hero-country-hotspots {
  position: absolute;
  inset: 0;
  z-index: 12;
  pointer-events: none;
}

.country-hotspot {
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(191, 219, 254, 0.42);
  box-shadow: 0 0 0 0 rgba(147, 197, 253, 0.30), 0 0 35px rgba(37, 99, 235, 0.20);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  animation: pulseHotspot 2.8s infinite;
}

.country-hotspot::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #eff6ff;
  box-shadow: 0 0 0 4px rgba(191, 219, 254, 0.25), 0 0 18px rgba(255, 255, 255, 0.95);
}

.country-hotspot span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  background: rgba(2, 6, 23, 0.88);
  color: #eff6ff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}

.country-hotspot:hover,
.country-hotspot:focus-visible {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 12px rgba(147, 197, 253, 0.08), 0 0 45px rgba(96, 165, 250, 0.30);
  outline: none;
}

.country-hotspot:hover span,
.country-hotspot:focus-visible span {
  opacity: 1;
  visibility: visible;
}

@keyframes pulseHotspot {
  0% {
    box-shadow: 0 0 0 0 rgba(147, 197, 253, 0.28), 0 0 28px rgba(96, 165, 250, 0.18);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(147, 197, 253, 0), 0 0 38px rgba(96, 165, 250, 0.26);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(147, 197, 253, 0), 0 0 28px rgba(96, 165, 250, 0.18);
  }
}

.hotspot-canada { top: 18%; left: 31%; }
.hotspot-usa { top: 33.5%; left: 40.5%; }
.hotspot-germany { top: 35.4%; left: 55.9%; }
.hotspot-australia { top: 71.5%; left: 79.8%; }

.hotspot-usa::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 2px;
  background: linear-gradient(90deg, rgba(191, 219, 254, 0.95), rgba(191, 219, 254, 0));
  right: calc(100% - 4px);
  top: 50%;
  transform: translateY(-50%) rotate(-18deg);
  transform-origin: right center;
  box-shadow: 0 0 12px rgba(191, 219, 254, 0.55);
}

.hotspot-usa::before {
  box-shadow: 0 0 0 4px rgba(191, 219, 254, 0.25), 0 0 18px rgba(255, 255, 255, 0.95), -86px 26px 0 -3px rgba(239, 246, 255, 0.94);
}

.hotspot-germany::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 2px;
  background: linear-gradient(180deg, rgba(191, 219, 254, 0.98), rgba(191, 219, 254, 0));
  left: 50%;
  top: -68px;
  transform: translateX(-50%) rotate(90deg);
  transform-origin: center center;
  box-shadow: 0 0 12px rgba(191, 219, 254, 0.55);
}

.hotspot-germany::before {
  box-shadow: 0 0 0 4px rgba(191, 219, 254, 0.25), 0 0 18px rgba(255, 255, 255, 0.95), 0 -72px 0 -3px rgba(239, 246, 255, 0.94);
}


/* GLASS BOXES */
.card,
.stat-box,
.country-highlight,
.why-box,
.content-box,
.mentor-card,
.country-card,
.contact-form,
.faq-question,
.faq-answer,
.cta-section,
.ask-question-box {
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* STATS */
.stats-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 60px 70px 60px;
  position: relative;
  z-index: 20;
}

.stat-box {
  text-align: center;
  padding: 28px 20px;
  border-radius: 16px;
  transition: 0.3s;
}

.stat-box:hover {
  transform: translateY(-8px);
  border-color: #7aa7e8;
}

.stat-box h2 {
  color: #7aa7e8;
  font-size: 36px;
  margin-bottom: 8px;
}

.stat-box p {
  color: #334155;
}

/* FEATURES */
.features {
  padding: 80px 30px;
  text-align: center;
  position: relative;
  z-index: 20;
}

.features h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #0f172a;
}

.card-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 40px;
}

.card {
  padding: 30px 22px;
  width: 260px;
  border-radius: 16px;
  transition: 0.3s;
}

.card:hover,
.country-highlight:hover,
.why-box:hover,
.mentor-card:hover,
.country-card:hover,
.content-box:hover {
  transform: translateY(-8px);
  border-color: #7aa7e8;
}

.card h3 {
  margin-bottom: 12px;
  color: #7aa7e8;
  font-size: 22px;
}

.card p {
  color: #334155;
  font-size: 15px;
}

/* COUNTRY HIGHLIGHTS */
.highlight-countries {
  padding: 80px 30px;
  text-align: center;
  position: relative;
  z-index: 20;
}

.highlight-countries h2 {
  font-size: 36px;
  margin-bottom: 35px;
  color: #0f172a;
}

.country-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.country-highlight {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 28px 20px;
  border-radius: 16px;
  transition: 0.3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.country-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 10, 24, 0.18) 0%, rgba(3, 10, 24, 0.48) 45%, rgba(3, 10, 24, 0.76) 100%);
  z-index: 1;
  pointer-events: none;
}

.country-highlight > * {
  position: relative;
  z-index: 2;
}

.country-highlight span {
  font-size: 38px;
  display: block;
  margin-bottom: 12px;
}

.country-highlight h3 {
  color: #e8f2ff;
  margin-bottom: 10px;
}

.country-highlight p {
  color: rgba(241, 245, 249, 0.95);
  margin-bottom: 16px;
}

.country-highlight a {
  color: #bfdbfe;
  text-decoration: none;
  font-weight: bold;
}

.germany-highlight {
  background-image: url("../images/germany.jpg");
}

.usa-highlight {
  background-image: url("../images/usa.jpg");
}

.canada-highlight {
  background-image: url("../images/canada.jpg");
}

.australia-highlight {
  background-image: url("../images/australia.jpg");
}

/* WHY */
.why-section {
  padding: 80px 30px;
  text-align: center;
  position: relative;
  z-index: 20;
}

.why-section h2 {
  font-size: 36px;
  margin-bottom: 35px;
  color: #0f172a;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-box {
  padding: 28px 22px;
  border-radius: 16px;
}

.why-box h3 {
  color: #7aa7e8;
  margin-bottom: 12px;
}

.why-box p {
  color: #334155;
}

/* CONTENT */
.content-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 25px;
  position: relative;
  z-index: 20;
}

.content-box {
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 25px;
  transition: 0.3s;
}

.content-box h3 {
  color: #7aa7e8;
  margin-bottom: 12px;
  font-size: 23px;
}

.content-box p,
.content-box li {
  color: #334155;
  font-size: 17px;
}

.content-box ul {
  padding-left: 20px;
}

.content-box ul li::marker {
  color: #7aa7e8;
}

/* COUNTRIES PAGE */
.countries-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 60px 20px;
  position: relative;
  z-index: 20;
}

.country-card,
.country-card:link,
.country-card:visited,
.country-card:hover,
.country-card:active {
  width: 260px;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  color: white;
  display: block;
  text-decoration: none;
}

.country-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}

.country-card h2,
.country-card p {
  position: relative;
  z-index: 2;
  text-decoration: none;
  border-bottom: none;
}

.country-card h2 {
  margin-bottom: 10px;
  color: white;
}

.country-card p {
  margin-bottom: 20px;
  color: #f1f5f9;
}

.germany-card {
  background: url("../images/germany.jpg");
  background-size: cover;
  background-position: center;
}

.usa-card {
  background: url("../images/usa.jpg");
  background-size: cover;
  background-position: center;
}

.canada-card {
  background: url("../images/canada.jpg");
  background-size: cover;
  background-position: center;
}

.australia-card {
  background: url("../images/australia.jpg");
  background-size: cover;
  background-position: center;
}

/* MENTORS */
.mentors-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 60px 20px;
  position: relative;
  z-index: 20;
}

.mentor-card {
  width: 280px;
  border-radius: 16px;
  padding: 30px 22px;
  text-align: center;
  transition: 0.3s;
}

.mentor-avatar {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px auto;
  border-radius: 50%;
  background: #7aa7e8;
  color: white;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mentor-card h2 {
  font-size: 24px;
  margin-bottom: 8px;
  color: #0f172a;
}

.mentor-role {
  color: #7aa7e8;
  font-weight: bold;
  margin-bottom: 14px;
}

.mentor-card p {
  color: #334155;
  font-size: 15px;
  margin-bottom: 18px;
}

/* FAQ */
.faq-section {
  max-width: 900px;
  margin: auto;
  padding: 60px 20px;
  position: relative;
  z-index: 20;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  width: 100%;
  color: #0f172a;
  padding: 18px;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
}

.faq-question:hover {
  border-color: #7aa7e8;
}

.faq-answer {
  padding: 18px;
  border-radius: 8px;
  margin-top: 8px;
  color: #334155;
  display: none;
}

/* SORU SOR KUTUSU */
.ask-question-box {
  max-width: 800px;
  margin: 80px auto 0 auto;
  padding: 35px;
  border-radius: 18px;
  text-align: center;
}

.ask-question-box h2 {
  margin-bottom: 10px;
  color: #7aa7e8;
}

.ask-question-box p {
  margin-bottom: 20px;
  color: #334155;
}

.ask-question-box input,
.ask-question-box textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.25);
  font-size: 15px;
  color: #0f172a;
}

.ask-question-box textarea {
  min-height: 120px;
  resize: none;
}

#questionMsg {
  margin-top: 15px;
  font-weight: bold;
  color: #16a34a;
}

/* CONTACT */
.contact-form {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #0f172a;
  font-size: 15px;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #475569;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #7aa7e8;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form button {
  border: none;
  cursor: pointer;
}

/* CTA */
.cta-section {
  margin: 30px;
  padding: 70px 25px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  z-index: 20;
}

.cta-section h2 {
  font-size: 40px;
  margin-bottom: 16px;
  color: #0f172a;
}

.cta-section p {
  color: #334155;
  margin-bottom: 24px;
}

/* FOOTER */
.footer {
  background: #020b2d;
  color: white;
  padding: 70px 40px 30px;
  margin-top: 80px;
  position: relative;
  z-index: 20;
  overflow: hidden;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.footer-about h2 {
  color: #76a9ff;
  font-size: 32px;
  margin-bottom: 16px;
}

.footer-about p,
.footer-newsletter p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  max-width: 360px;
  margin: 0;
}

.footer-links h3,
.footer-newsletter h3 {
  font-size: 28px;
  margin-bottom: 18px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #76a9ff;
  padding-left: 4px;
}

.newsletter-form {
  display: flex;
  margin-top: 20px;
  max-width: 420px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
}

.newsletter-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 14px 16px;
  font-size: 15px;
}

.newsletter-form button {
  border: none;
  background: #76a9ff;
  color: white;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-form button:hover {
  background: #5d92ec;
}

.footer-social {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 18px;
}

.footer-social a {
  color: white;
  font-size: 24px;
  margin: 0 12px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #76a9ff;
  transform: translateY(-3px);
}

.footer-copy {
  text-align: center;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

/* WHATSAPP */
.whatsapp-button {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: white;
  font-size: 26px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  z-index: 1000;
  animation: float 3s ease-in-out infinite;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  background-color: #1ebe5d;
}

.whatsapp-float {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  padding: 12px 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float i {
  font-size: 26px;
}

.whatsapp-label {
  background: white;
  color: #25d366;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 14px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.whatsapp-float:hover .whatsapp-label {
  opacity: 1;
  transform: translateX(0);
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* SOCIAL ICONS */
.social-icons a {
  color: white;
  font-size: 22px;
  margin: 0 10px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #76a9ff;
  transform: translateY(-3px);
}

/* DARK MODE */
body.dark-mode {
  background: linear-gradient(180deg, #08101d 0%, #0b1120 100%);
  color: #e5e7eb;
}

body.dark-mode::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.65);
  z-index: -1;
}

body.dark-mode .page-banner {
  background: rgba(15, 23, 42, 0.45);
}

body.dark-mode .page-banner h1,
body.dark-mode .features h2,
body.dark-mode .highlight-countries h2,
body.dark-mode .why-section h2,
body.dark-mode .cta-section h2,
body.dark-mode .hero-pro h1,
body.dark-mode .mentor-card h2,
body.dark-mode .content-box h3,
body.dark-mode .country-card h2,
body.dark-mode .card h3,
body.dark-mode .country-highlight h3,
body.dark-mode .why-box h3,
body.dark-mode .ask-question-box h2 {
  color: #93c5fd;
}

body.dark-mode .page-banner p,
body.dark-mode .hero-pro p,
body.dark-mode .card p,
body.dark-mode .country-card p,
body.dark-mode .country-highlight p,
body.dark-mode .why-box p,
body.dark-mode .content-box p,
body.dark-mode .content-box li,
body.dark-mode .mentor-card p,
body.dark-mode .mentor-role,
body.dark-mode .stat-box p,
body.dark-mode .cta-section p,
body.dark-mode .faq-question,
body.dark-mode .faq-answer,
body.dark-mode .contact-form input,
body.dark-mode .contact-form textarea,
body.dark-mode .ask-question-box p {
  color: #d1d5db;
}

body.dark-mode .card,
body.dark-mode .stat-box,
body.dark-mode .why-box,
body.dark-mode .content-box,
body.dark-mode .mentor-card,
body.dark-mode .country-card,
body.dark-mode .contact-form,
body.dark-mode .faq-question,
body.dark-mode .faq-answer,
body.dark-mode .cta-section,
body.dark-mode .ask-question-box {
  background: rgba(15, 23, 42, 0.42);
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
}

body.dark-mode .country-highlight {
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
}

body.dark-mode .country-highlight::before {
  background: linear-gradient(180deg, rgba(3, 10, 24, 0.12) 0%, rgba(3, 10, 24, 0.34) 45%, rgba(3, 10, 24, 0.58) 100%);
}

body.dark-mode .germany-highlight { background-image: url("../images/germany.jpg"); }
body.dark-mode .usa-highlight { background-image: url("../images/usa.jpg"); }
body.dark-mode .canada-highlight { background-image: url("../images/canada.jpg"); }
body.dark-mode .australia-highlight { background-image: url("../images/australia.jpg"); }

body.dark-mode .country-card::before {
  background: rgba(0, 0, 0, 0.38);
}

body.dark-mode .germany-card {
  background-image: url("../images/germany.jpg");
  background-size: cover;
  background-position: center;
}

body.dark-mode .usa-card {
  background-image: url("../images/usa.jpg");
  background-size: cover;
  background-position: center;
}

body.dark-mode .canada-card {
  background-image: url("../images/canada.jpg");
  background-size: cover;
  background-position: center;
}

body.dark-mode .australia-card {
  background-image: url("../images/australia.jpg");
  background-size: cover;
  background-position: center;
}

body.dark-mode .hero-tag {
  background: rgba(15, 23, 42, 0.55);
  color: #93c5fd;
  border: 1px solid rgba(147, 197, 253, 0.35);
}

body.dark-mode .contact-form input,
body.dark-mode .contact-form textarea,
body.dark-mode .ask-question-box input,
body.dark-mode .ask-question-box textarea {
  background-color: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.25);
  color: #e5e7eb;
}

body.dark-mode .contact-form input::placeholder,
body.dark-mode .contact-form textarea::placeholder,
body.dark-mode .ask-question-box input::placeholder,
body.dark-mode .ask-question-box textarea::placeholder {
  color: #94a3b8;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .hero-pro {
    padding: 80px 25px;
  }

  .stats-section {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 25px 60px 25px;
  }

  .country-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .tooltip-box {
    min-width: 160px;
  }

  .germany {
    top: 32%;
    left: 52%;
  }

  .usa {
    top: 39%;
    left: 23%;
  }

  .canada {
    top: 20%;
    left: 20%;
  }

  .australia {
    top: 58%;
    left: 84%;
  }
}

@media (max-width: 992px) {
  .navbar {
    flex-direction: column;
    gap: 15px;
    padding: 20px 25px;
  }

  .nav-links {
    justify-content: center;
    gap: 15px;
  }
}

@media (max-width: 900px) {
  .footer {
    padding: 55px 20px 25px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 35px;
    text-align: center;
  }

  .footer-about p,
  .footer-newsletter p {
    max-width: 100%;
    margin: 0 auto;
  }

  .newsletter-form {
    max-width: 100%;
    margin: 20px auto 0 auto;
  }
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .navbar {
    flex-wrap: wrap;
    padding: 16px 20px;
  }

  .logo {
    margin-right: 0;
  }

  .logo img {
    width: 180px;
    max-width: 50vw;
  }

  .navbar nav {
    width: 100%;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #0f172a;
    margin-top: 10px;
    padding: 10px 0;
    gap: 12px;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    text-align: center;
    padding: 10px 0;
  }

  .nav-links li a {
    display: block;
    font-size: 16px;
  }

  .theme-toggle {
    margin-left: 12px;
  }

  .content-section {
    padding: 20px;
  }

  .content-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .page-banner h1 {
    font-size: 28px;
    text-align: center;
  }

  .page-banner p {
    font-size: 15px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .hero-pro {
    min-height: auto;
    padding: 70px 15px;
  }

  .hero-pro h1 {
    font-size: 38px;
  }

  .stats-section {
    grid-template-columns: 1fr;
  }

  .country-highlight-grid {
    grid-template-columns: 1fr;
  }

  .cta-section h2 {
    font-size: 30px;
  }

  .map-points {
    display: none;
  }
}

@media (max-width: 600px) {
  .features h2,
  .page-banner h1,
  .content-section h2 {
    font-size: 28px;
  }

  .card {
    width: 100%;
    max-width: 320px;
  }

  .btn {
    width: 90%;
    max-width: 260px;
    text-align: center;
  }
}
#loader {
  position: fixed;
  inset: 0;
  background: rgba(243, 241, 235, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader-content {
  text-align: center;
}

.loader-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid rgba(122, 167, 232, 0.25);
  border-top: 5px solid #7aa7e8;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ===== MENU REBUILD OVERRIDES ===== */
body.menu-open {
  overflow: hidden;
}

.navbar {
  padding: 20px 28px !important;
  gap: 16px;
}

.navbar nav {
  display: block !important;
  margin: 0 !important;
}

.nav-links {
  display: none !important;
}

.logo {
  margin-right: 0 !important;
}

.navbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.menu-toggle {
  display: block !important;
  background: transparent;
  border: none;
  color: white;
  font-size: 34px;
  cursor: pointer;
  line-height: 1;
  transition: 0.3s;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.menu-toggle:hover {
  color: #76a9ff;
  transform: scale(1.05);
}

.theme-toggle {
  margin-left: 0 !important;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 11, 45, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1100;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -360px;
  width: 320px;
  max-width: 85%;
  height: 100vh;
  background: #ffffff;
  box-shadow: -12px 0 30px rgba(0, 0, 0, 0.18);
  padding: 24px 20px;
  transition: right 0.35s ease;
  z-index: 1200;
  overflow-y: auto;
}

.side-menu.active {
  right: 0;
}

.side-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.side-menu-title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.menu-close {
  background: transparent;
  border: none;
  color: #0f172a;
  font-size: 28px;
  cursor: pointer;
}

.side-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu-links li {
  margin-bottom: 14px;
}

.side-menu-links a {
  display: block;
  text-decoration: none;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
}

.side-menu-links a:hover {
  background: #f3f7ff;
  color: #2563eb;
  transform: translateX(4px);
}

.point-dot {
  display: block !important;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #7aa7e8;
  box-shadow: 0 0 0 0 rgba(122, 167, 232, 0.45), 0 0 20px rgba(122, 167, 232, 0.95);
  animation: pulsePoint 2s infinite;
}

.point-btn {
  width: auto;
  height: auto;
  background: transparent !important;
  border: none;
  padding: 0;
  display: block;
}

.map-points {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.map-point {
  pointer-events: auto;
}

body.dark-mode .side-menu {
  background: #0f172a;
}

body.dark-mode .side-menu-title,
body.dark-mode .menu-close {
  color: #e5e7eb;
}

body.dark-mode .side-menu-links a {
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: #e5e7eb;
}

body.dark-mode .side-menu-links a:hover {
  background: rgba(30, 41, 59, 0.98);
  color: #93c5fd;
}

@media (max-width: 768px) {
  .navbar {
    padding: 18px 20px !important;
  }

  .logo img {
    width: 170px !important;
    max-width: 52vw;
  }

  .menu-toggle {
    font-size: 30px;
  }

  .theme-toggle {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }

  .side-menu {
    width: 280px;
    max-width: 82%;
    padding: 22px 16px;
  }

  .side-menu-title {
    font-size: 20px;
  }

  .side-menu-links a {
    font-size: 18px;
    padding: 15px 16px;
  }
}


/* ===== FINAL SITE ADDITIONS ===== */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
img, iframe, video, canvas, svg {
  max-width: 100%;
  height: auto;
}
section, div, main, header, footer, nav {
  min-width: 0;
}
body {
  overflow-x: hidden;
}

.linked-panels-section,
.home-application-strip,
.calculator-layout,
.blog-grid,
.story-grid,
.guides-grid {
  position: relative;
  z-index: 20;
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
  padding: 0 20px;
}

.section-head h2 {
  font-size: 36px;
  margin-bottom: 12px;
  color: #0f172a;
}

.section-head p {
  color: #334155;
  font-size: 17px;
}

.linked-panels-section {
  padding: 40px 24px 90px;
}

.linked-panels-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.compact-linked .linked-panels-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.linked-panel,
.blog-card,
.story-card,
.guide-download-card,
.calculator-result {
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
}

.linked-panel,
.blog-card,
.story-card,
.guide-download-card {
  padding: 26px;
  transition: .3s;
}

.linked-panel:hover,
.blog-card:hover,
.story-card:hover,
.guide-download-card:hover {
  transform: translateY(-8px);
  border-color: #7aa7e8;
}

.linked-panel-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(122,167,232,.15);
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.linked-panel h3,
.blog-card h3,
.story-card h3,
.guide-download-card h3,
.calculator-result h2 {
  color: #0f172a;
  margin-bottom: 12px;
}

.linked-panel p,
.blog-card p,
.story-card p,
.guide-download-card p,
.calculator-result p,
.inline-form-message,
.result-breakdown li {
  color: #334155;
}

.linked-panel a,
.blog-card a,
.story-card a {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: #2563eb;
  text-decoration: none;
  font-weight: 700;
}

.home-application-strip {
  max-width: 1200px;
  margin: 0 auto 90px;
  padding: 34px 28px;
  display: grid;
  grid-template-columns: 1.05fr 1.4fr;
  gap: 24px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 22px;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.quick-application-form,
.application-page-grid,
.calculator-layout,
.blog-grid,
.story-grid,
.guides-grid {
  display: grid;
  gap: 24px;
}

.quick-application-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
}

.quick-application-form input,
.quick-application-form select,
.application-form select,
.calculator-form select {
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  background: rgba(255,255,255,.2);
  color: #0f172a;
  font-size: 15px;
  outline: none;
}

.quick-application-form .btn {
  width: 100%;
  max-width: none;
  margin: 0;
}

.inline-form-message {
  margin-top: 10px;
  font-weight: 700;
}

.application-page-grid,
.calculator-layout {
  grid-template-columns: 1fr 1.1fr;
}

.blog-grid,
.guides-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(122,167,232,.15);
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
}

.story-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.story-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #7aa7e8;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.calculator-result {
  padding: 30px;
}

.result-price {
  font-size: 44px;
  font-weight: 800;
  color: #2563eb;
  margin: 12px 0 18px;
}

.result-breakdown {
  padding-left: 20px;
}

.result-breakdown li { margin-bottom: 10px; }

body.dark-mode .linked-panel,
body.dark-mode .blog-card,
body.dark-mode .story-card,
body.dark-mode .guide-download-card,
body.dark-mode .calculator-result,
body.dark-mode .home-application-strip {
  background: rgba(15, 23, 42, 0.42);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

body.dark-mode .section-head h2,
body.dark-mode .linked-panel h3,
body.dark-mode .blog-card h3,
body.dark-mode .story-card h3,
body.dark-mode .guide-download-card h3,
body.dark-mode .calculator-result h2 {
  color: #93c5fd;
}

body.dark-mode .section-head p,
body.dark-mode .linked-panel p,
body.dark-mode .blog-card p,
body.dark-mode .story-card p,
body.dark-mode .guide-download-card p,
body.dark-mode .calculator-result p,
body.dark-mode .inline-form-message,
body.dark-mode .result-breakdown li,
body.dark-mode .quick-application-form input,
body.dark-mode .quick-application-form select,
body.dark-mode .application-form select,
body.dark-mode .calculator-form select {
  color: #d1d5db;
}

body.dark-mode .quick-application-form input,
body.dark-mode .quick-application-form select,
body.dark-mode .application-form select,
body.dark-mode .calculator-form select {
  background-color: rgba(15, 23, 42, 0.35);
  border-color: rgba(148, 163, 184, 0.25);
}

@media (max-width: 1100px) {
  .linked-panels-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .compact-linked .linked-panels-grid,
  .story-grid { grid-template-columns: 1fr; }
  .quick-application-form { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .home-application-strip,
  .application-page-grid,
  .calculator-layout,
  .blog-grid,
  .guides-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .linked-panels-section { padding: 30px 16px 70px; }
  .home-application-strip {
    margin: 0 16px 70px;
    padding: 24px 18px;
  }
  .section-head h2 { font-size: 30px; }
  .quick-application-form { grid-template-columns: 1fr; }
  .linked-panels-grid,
  .blog-grid,
  .guides-grid,
  .story-grid { grid-template-columns: 1fr; }
  .result-price { font-size: 36px; }
  .side-menu { max-width: 84vw; }
  .page-banner,
  .features,
  .highlight-countries,
  .why-section,
  .stats-section,
  .countries-section,
  .mentors-section,
  .faq-section,
  .content-section,
  .cta-section { overflow-x: hidden; }
}

@media (max-width: 480px) {
  .navbar { padding: 16px !important; }
  .logo img { width: 155px !important; max-width: 54vw; }
  .menu-toggle { font-size: 28px; }
  .theme-toggle { width: 38px; height: 38px; }
  .content-box,
  .linked-panel,
  .blog-card,
  .story-card,
  .guide-download-card,
  .contact-form,
  .calculator-result { padding: 18px; }
  .hero-pro { padding: 60px 16px; }
  .hero-pro h1 { font-size: 34px; }
}


body.dark-mode .hero-pro {
  background-image:
    linear-gradient(90deg, rgba(2, 6, 23, 0.98) 0%, rgba(2, 6, 23, 0.90) 22%, rgba(2, 6, 23, 0.56) 40%, rgba(2, 6, 23, 0.20) 58%, rgba(2, 6, 23, 0.12) 100%),
    url("../images/world-map.png");
}

body.dark-mode .country-highlight {
  background-size: cover;
  background-position: center;
}

body.dark-mode .country-highlight::before {
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.10) 0%, rgba(2, 6, 23, 0.28) 45%, rgba(2, 6, 23, 0.58) 100%);
}

body.dark-mode .country-card::before {
  background: rgba(2, 6, 23, 0.42);
}

body.dark-mode .country-hotspot {
  background: rgba(15, 23, 42, 0.22);
  border-color: rgba(191, 219, 254, 0.38);
}

@media (max-width: 1100px) {
  .hero-pro {
    padding: 90px 28px;
    background-position: 72% center;
  }

  .hero-left {
    max-width: 560px;
  }

  .hotspot-canada { top: 20.5%; left: 34.5%; }
  .hotspot-usa { top: 35.5%; left: 42.5%; }
  .hotspot-germany { top: 36.1%; left: 57.2%; }
  .hotspot-australia { top: 72%; left: 80.2%; }
}

@media (max-width: 768px) {
  html, body {
    max-width: 100%;
    overflow-x: clip;
  }

  .navbar,
  .hero-pro,
  .stats-section,
  .features,
  .highlight-countries,
  .why-section,
  .cta-section,
  .linked-panels-section,
  .home-application-strip,
  .footer {
    max-width: 100%;
  }

  .hero-pro {
    min-height: 100svh;
    align-items: flex-end;
    padding: 90px 18px 32px;
    background-position: 76% center;
    background-size: cover;
  }

  .hero-pro::after {
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.12) 0%, rgba(2, 6, 23, 0.28) 42%, rgba(2, 6, 23, 0.68) 100%);
  }

  .hero-left {
    max-width: 100%;
  }

  .hero-pro h1 {
    font-size: 36px;
  }

  .hero-pro p {
    font-size: 15px;
    max-width: 100%;
  }

  .hero-country-hotspots {
    position: static;
    inset: auto;
    pointer-events: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: 22px;
  }

  .country-hotspot {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 54px;
    justify-content: flex-start;
    padding: 12px 14px 12px 48px;
    border-radius: 14px;
    background: rgba(2, 6, 23, 0.48);
    animation: none;
    transform: none !important;
  }

  .hotspot-usa::after,
  .hotspot-germany::after {
    display: none;
  }

  .country-hotspot::before {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
  }

  .country-hotspot span {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
    padding: 0;
    font-size: 14px;
    color: #eff6ff;
  }
}

@media (max-width: 480px) {
  .hero-pro {
    padding: 86px 14px 24px;
    background-position: 76% center;
  }

  .hero-country-hotspots {
    grid-template-columns: 1fr;
  }
}


.hero-pro,
.highlight-countries,
.country-highlight-grid,
.country-highlight,
.hero-country-hotspots {
  overflow-x: clip;
}

@media (max-width: 768px) {
  .country-hotspot::after,
  .country-hotspot::before {
    box-shadow: none !important;
  }
}


/* MOBILE HOTFIXES: keep desktop layout intact, only strengthen mobile behavior */
.country-highlight,
.germany-highlight,
.usa-highlight,
.canada-highlight,
.australia-highlight {
  background-color: transparent;
}

body.dark-mode .germany-highlight,
body.dark-mode .usa-highlight,
body.dark-mode .canada-highlight,
body.dark-mode .australia-highlight {
  background-color: transparent !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 768px) {
  .hero-pro {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    gap: 18px;
  }

  .hero-left,
  .hero-country-hotspots {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-country-hotspots {
    align-self: stretch;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .country-hotspot {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .country-hotspot span {
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .country-highlight-grid {
    grid-template-columns: 1fr;
  }

  .country-highlight {
    width: 100%;
    max-width: 100%;
    min-height: 220px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}

@media (max-width: 480px) {
  .hero-pro {
    padding: 86px 14px 24px;
    gap: 16px;
  }

  .country-hotspot {
    padding: 14px 14px 14px 46px;
    min-height: 58px;
  }

  .country-highlight {
    min-height: 200px;
  }
}


/* ===== MOBILE NAVBAR / LOGO INTEGRATION FIX ===== */
.logo img {
  background: transparent;
  border: 0;
  box-shadow: none;
}

@media (max-width: 768px) {
  .navbar {
    position: relative !important;
    top: auto !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "logo logo"
      ". actions" !important;
    align-items: center !important;
    gap: 12px 14px !important;
    padding: 18px 16px 14px !important;
    background: #020b2d !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    box-shadow: none !important;
  }

  .logo {
    grid-area: logo;
    justify-self: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    text-align: center;
  }

  .logo img {
    width: min(84vw, 340px) !important;
    max-width: 340px !important;
    height: auto !important;
    object-fit: contain;
  }

  .navbar-actions {
    grid-area: actions;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 0 !important;
  }

  .menu-toggle {
    font-size: 34px !important;
  }

  .theme-toggle {
    width: 46px !important;
    height: 46px !important;
    font-size: 20px !important;
    border-radius: 14px !important;
  }

  .page-banner {
    padding-top: 52px;
  }
}

@media (max-width: 480px) {
  .navbar {
    padding: 18px 14px 12px !important;
    gap: 10px 12px !important;
  }

  .logo img {
    width: min(88vw, 320px) !important;
    max-width: 320px !important;
  }

  .menu-toggle {
    font-size: 32px !important;
  }

  .theme-toggle {
    width: 44px !important;
    height: 44px !important;
  }
}
