:root {
  --deep: #012296;
  --blue: #004ded;
  --gold: #ffbc01;
  --ink: #071333;
  --cream: #f6f5ee;
  --mist: #ececde;
  --white: #fff;
  --bg: #f8f9fc;
  --surface: #fff;
  --text: #0b1536;
  --muted: #687087;
  --line: #e5e8ef;
  --shadow: 0 24px 70px rgba(2, 24, 86, .12);
  --radius: 26px;
  --container: min(1180px, calc(100% - 40px));
}

html[data-theme="dark"] {
  --bg: #06102b;
  --surface: #0b1738;
  --text: #f5f7ff;
  --muted: #aeb7cf;
  --line: #20305c;
  --deep: #004ded;
  --shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: clip
}

body {
  margin: 0;
  font-family: "Readex Pro", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  transition: background .25s, color .25s;
  max-width: 100%;
  overflow-x: clip
}

a {
  text-decoration: none;
  color: inherit
}

button,
input,
textarea,
select {
  font: inherit
}

.container {
  width: var(--container);
  margin-inline: auto
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 16px 0;
  transition: .25s
}

.site-header.scrolled {
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
  padding: 10px 0
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 30px
}

.brand {
  position: relative;
  display: block;
  width: 170px
}

.brand img {
  width: 170px;
  display: block;
  transition: opacity .2s ease
}

.brand .logo-scrolled {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none
}

.site-header.scrolled .brand .logo-top {
  opacity: 0;
  pointer-events: none
}

.site-header.scrolled .brand .logo-scrolled {
  opacity: 1;
  pointer-events: auto
}

.desktop-nav {
  display: flex;
  gap: 25px;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 500
}

.desktop-nav a {
  opacity: .9;
  color: #fff
}

.desktop-nav a:hover {
  opacity: 1;
  color: var(--gold)
}

.site-header.scrolled .desktop-nav a {
  color: var(--deep);
  opacity: .82
}

.site-header.scrolled .desktop-nav a:hover {
  color: var(--blue);
  opacity: 1
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px
}

.language-switcher {
  display: flex;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  padding: 3px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px)
}

.site-header.scrolled .language-switcher {
  border-color: var(--line);
  background: var(--surface)
}

.lang-btn,
.theme-btn,
.menu-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit
}

.lang-btn {
  font-size: 11px;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 999px;
  color: #fff
}

.lang-btn.active {
  background: var(--gold);
  color: #081333
}

.site-header.scrolled .lang-btn {
  color: var(--deep)
}

.site-header.scrolled .lang-btn.active {
  color: #081333
}

.theme-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .26);
  color: white
}

.site-header.scrolled .theme-btn {
  color: var(--text);
  border-color: var(--line);
  background: var(--surface)
}

.theme-btn .sun {
  display: none
}

html[data-theme="dark"] .theme-btn .sun {
  display: inline
}

html[data-theme="dark"] .theme-btn .moon {
  display: none
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid transparent;
  transition: .2s
}

.btn:hover {
  transform: translateY(-2px)
}

.btn-sm {
  padding: 11px 17px;
  font-size: 12px
}

.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 77, 237, .22)
}

.btn-secondary {
  background: var(--deep);
  color: #fff
}

.btn-ghost {
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px)
}

.btn-light {
  background: #fff;
  color: var(--deep)
}

.full {
  width: 100%
}

.menu-btn {
  display: none;
  width: 38px;
  height: 38px;
  position: relative
}

.menu-btn span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: currentColor;
  left: 10px;
  top: 14px
}

.menu-btn span:last-child {
  top: 22px
}

.mobile-menu {
  display: none
}

.hero {
  min-height: 790px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1684254889561-fdd9a84cd8d5?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8Ym9zcGhvcnVzJTIwaXN0YW5idWx8ZW58MHx8MHx8fDA%3D&ixlib=rb-4.1.0&q=80&w=3000');
  background-size: cover;
  background-position: center 60%;
  transform: scale(1.02)
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 13, 51, .9) 0%, rgba(1, 34, 150, .68) 48%, rgba(1, 34, 150, .12) 100%), linear-gradient(0deg, rgba(0, 13, 51, .5), transparent 55%)
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr .75fr;
  gap: 68px;
  align-items: center;
  padding-top: 92px
}

.hero-copy {
  max-width: 720px
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 700
}

.eyebrow {
  margin-bottom: 18px
}

.eyebrow .dot {
  width: 9px;
  height: 9px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 188, 1, .15)
}

h1,
h2,
h3,
p {
  margin-top: 0
}

h1 {
  font-size: clamp(46px, 4.6vw, 56px);
  line-height: 1.3;
  letter-spacing: -.035em;
  margin-bottom: 24px;
}

h1 em,
h2 em {
  font-style: normal;
  color: var(--gold)
}

.hero-copy>p {
  max-width: 650px;
  font-size: 18px;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 30px
}

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

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .23)
}

.hero-proof div {
  display: flex;
  flex-direction: column
}

.hero-proof strong {
  font-size: 14px
}

.hero-proof span {
  font-size: 11px;
  color: rgba(255, 255, 255, .66);
  margin-top: 4px
}

.glass-card {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .28);
  backdrop-filter: blur(18px);
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .18)
}

.hero-card {
  padding: 24px
}

.hero-card-top {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 600;
  margin-bottom: 18px
}

.mini-logo {
  width: 34px;
  height: 34px;
  object-fit: contain
}

.quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.quick-grid a {
  background: white;
  color: #101c3f;
  border-radius: 18px;
  padding: 16px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  transition: .2s
}

.quick-grid a:hover {
  transform: translateY(-3px);
  background: #fff
}

.quick-grid a:hover .quick-icon {
  transform: translateY(-3px);
  background: var(--blue);
  color: #fff
}

.quick-icon {
  transition: .2s;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: #edf3ff;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: auto
}

.quick-grid b {
  font-size: 13px;
  margin-top: 18px
}

.quick-grid small {
  font-size: 10px;
  color: #6e7585;
  margin-top: 4px
}

.text-link {
  font-weight: 600;
  color: var(--blue);
  font-size: 13px
}

.hero-card>.text-link {
  display: inline-block;
  color: white;
  margin-top: 16px
}

.trust-strip {
  position: relative;
  z-index: 4;
  margin-top: -44px
}

.trust-grid {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 22px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0
}

.trust-grid div {
  padding: 4px 22px;
  border-inline-end: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 11px
}

.trust-grid div:last-child {
  border: 0
}

.trust-grid span {
  grid-row: 1/3;
  color: var(--gold);
  font-weight: 700;
  font-size: 12px
}

.trust-grid b {
  font-size: 13px
}

.trust-grid small {
  font-size: 10px;
  color: var(--muted);
  margin-top: 3px
}

.section {
  padding: 110px 0
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 42px
}

.section-head.compact {
  margin-bottom: 58px
}

.kicker {
  color: var(--text);
  margin-bottom: 14px
}

.kicker.light {
  color: var(--gold)
}

h2 {
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1.2;
  letter-spacing: -.035em;
  margin-bottom: 0;
  color: var(--deep);
}

.section-head>p {
  max-width: 420px;
  color: var(--muted);
  font-size: 15px
}

.filter-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px
}

.filter {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  padding: 10px 15px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600
}

.filter.active {
  background: var(--deep);
  border-color: var(--deep);
  color: #fff
}

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

.service-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  transition: .25s;
  min-height: 270px;
  display: flex;
  flex-direction: column
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: transparent
}

.service-card .card-top {
  height: 9px;
  background: linear-gradient(90deg, var(--blue), var(--deep))
}

.service-card[data-category="marriage"] .card-top {
  background:var(--gold);
}

.service-card[data-category="visa"] .card-top {
  background: var(--blue);
}

.service-card[data-category="translation"] .card-top {
  background: var(--deep);
}

.service-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.service-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px
}

.service-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--blue) 9%, var(--surface));
  color: var(--blue);
  font-weight: 700
}

.service-tag {
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 9px;
  font-weight: 700;
  color: var(--muted)
}

.service-card h3 {
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 10px
}

.service-card p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 20px
}

.service-card .text-link {
  margin-top: auto
}

.service-card.hidden {
  display: none
}

.why-section {
  background: color-mix(in srgb, var(--deep) 4%, var(--bg))
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: center
}

.why-photo {
  position: relative;
  height: 590px
}

.photo-tile {
  position: absolute;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow)
}

.photo-one {
  inset: 0 22% 10% 0;
  background-image: url('https://unsplash.com/photos/NkvnFyNnbYE/download?force=true&w=1600')
}

.photo-two {
  width: 48%;
  height: 52%;
  right: 0;
  bottom: 0;
  background-image: url('https://unsplash.com/photos/N-4C--5t0Xw/download?force=true&w=1000');
  border: 8px solid var(--bg)
}

.floating-badge {
  position: absolute;
  left: -45px;
  bottom: 72px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow);
  font-size: 12px;
  font-weight: 600
}

.floating-badge img {
  width: 38px
}

.why-copy>p {
  color: var(--muted);
  font-size: 15px;
  margin: 25px 0 30px
}

.why-list {
  display: grid;
  gap: 18px;
  margin-bottom: 30px
}

.why-list>div {
  display: flex;
  gap: 14px
}

.why-list>div>span {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaf0ff;
  color: var(--blue);
  font-weight: 700
}

.why-list p {
  margin: 0;
  display: flex;
  flex-direction: column
}

.why-list b {
  font-size: 14px
}

.why-list small {
  color: var(--muted);
  font-size: 11px;
  margin-top: 3px
}

.process-section {
  background: var(--surface)
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.steps article {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  background: var(--bg);
  min-height: 260px
}

.steps article>span {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 38px;
  font-weight: 700;
  color: color-mix(in srgb, var(--text) 8%, transparent)
}

.step-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--deep);
  color: #fff;
  display: grid;
  place-items: center;
  margin-bottom: 52px
}

.steps h3 {
  font-size: 17px;
  margin-bottom: 10px
}

.steps p {
  font-size: 12px;
  color: var(--muted)
}

.turkey-section {
  min-height: 610px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff
}

.turkey-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(0, 13, 51, .86), rgba(0, 13, 51, .18)), url('https://unsplash.com/photos/MdshtB1VOj8/download?force=true&w=2200');
  background-size: cover;
  background-position: center
}

.turkey-content {
  position: relative;
  z-index: 2;
  max-width: 1180px
}

.turkey-content h2 {
  font-size: clamp(42px, 5vw, 66px);
  max-width: 760px
}

.turkey-content p {
  max-width: 620px;
  color: rgba(255, 255, 255, .78);
  margin: 22px 0 28px
}

.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px
}

.contact-copy p {
  color: var(--muted);
  max-width: 450px;
  margin: 24px 0
}

.contact-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  font-size: 12px;
  color: var(--muted)
}

.contact-note img {
  width: 42px
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted)
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--text);
  border-radius: 13px;
  padding: 13px 14px;
  outline: none
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 77, 237, .1)
}

.form-success {
  display: none;
  font-size: 11px;
  color: #147a42;
  background: #e9f8ef;
  border-radius: 12px;
  padding: 11px
}

.form-success.show {
  display: block
}

footer {
  background: #020c28;
  color: #fff;
  padding: 66px 0 24px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .8fr .8fr 1.2fr;
  gap: 50px
}

.footer-brand img {
  width: 190px;
  filter: brightness(0) invert(1)
}

.footer-brand p,
.footer-cta p {
  color: #9da8c3;
  font-size: 12px
}

.footer-grid>div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.footer-grid b {
  font-size: 13px;
  margin-bottom: 5px
}

.footer-grid a {
  font-size: 11px;
  color: #aeb8cf
}

.footer-grid a:hover {
  color: white
}

.footer-cta .text-link {
  color: var(--gold)
}

.footer-bottom {
  margin-top: 48px;
  padding-top: 18px;
  border-top: 1px solid #1d2949;
  display: flex;
  justify-content: space-between;
  color: #7884a2;
  font-size: 10px
}
.text-white {
  color: #fff;
}

[dir="rtl"] .hero-overlay {
  background: linear-gradient(270deg, rgba(0, 13, 51, .9) 0%, rgba(1, 34, 150, .68) 48%, rgba(1, 34, 150, .12) 100%), linear-gradient(0deg, rgba(0, 13, 51, .5), transparent 55%)
}

[dir="rtl"] .steps article>span {
  right: auto;
  left: 20px
}

[dir="rtl"] .turkey-bg {
  transform: scaleX(-1)
}

@media(max-width:980px) {

  .desktop-nav,
  .desktop-cta {
    display: none
  }

  .menu-btn {
    display: block;
    color: white
  }

  .site-header.scrolled .menu-btn {
    color: var(--text)
  }

  .mobile-menu {
    position: absolute;
    top: 72px;
    left: 20px;
    right: 20px;
    background: var(--surface);
    color: var(--text);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 10px;
    box-shadow: var(--shadow)
  }

  .mobile-menu.open {
    display: grid
  }

  .mobile-menu a {
    padding: 12px;
    border-bottom: 1px solid var(--line);
    font-size: 13px
  }

  .mobile-menu a:last-child {
    border: 0
  }

  .hero {
    min-height: auto;
    padding: 130px 0 100px
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 0
  }

  .hero-card {
    max-width: 650px
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px
  }

  .trust-grid div:nth-child(2) {
    border: 0
  }

  .service-grid {
    grid-template-columns: 1fr 1fr
  }

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

  .why-photo {
    height: 520px
  }

  .steps {
    grid-template-columns: 1fr 1fr
  }

  .contact-grid {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr
  }

  .footer-cta {
    grid-column: 1/-1
  }
}

@media(max-width:640px) {
  :root {
    --container: min(100% - 28px, 1180px)
  }

  .brand {
    width: 135px
  }

  .brand img {
    width: 135px
  }

  .language-switcher {
    display: none
  }

  .hero {
    padding-top: 115px
  }

  .hero-bg {
    background-position: 60% center
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(0, 13, 51, .92), rgba(1, 34, 150, .48))
  }

  h1 {
    font-size: 44px
  }

  .hero-copy>p {
    font-size: 15px
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .quick-grid {
    grid-template-columns: 1fr 1fr
  }

  .quick-grid a {
    min-height: 135px;
    padding: 13px
  }

  .trust-strip {
    margin-top: -30px
  }

  .trust-grid {
    grid-template-columns: 1fr;
    padding: 12px
  }

  .trust-grid div,
  .trust-grid div:nth-child(2) {
    border: 0;
    border-bottom: 1px solid var(--line);
    padding: 12px
  }

  .trust-grid div:last-child {
    border: 0
  }

  .section {
    padding: 80px 0
  }

  .section-head {
    display: block
  }

  .section-head>p {
    margin-top: 18px
  }

  .service-grid {
    grid-template-columns: 1fr
  }

  .why-photo {
    height: 420px
  }

  .photo-one {
    inset: 0 14% 7% 0
  }

  .photo-two {
    width: 48%;
    height: 45%
  }

  .floating-badge {
    left: 8px;
    bottom: 30px
  }

  .steps {
    grid-template-columns: 1fr
  }

  .turkey-section {
    min-height: 560px
  }

  .turkey-bg {
    background-position: 65% center
  }

  .form-row {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .footer-brand {
    grid-column: 1/-1
  }

  .footer-cta {
    grid-column: 1/-1
  }

  .footer-bottom {
    gap: 10px;
    flex-direction: column
  }

  .quick-grid small {
    font-size: 9px
  }
}

/* Header state fix: preserve dark-mode contrast after scrolling */
html[data-theme="dark"] .site-header.scrolled {
  background: rgba(6, 16, 43, .92);
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

html[data-theme="dark"] .site-header.scrolled .brand .logo-top {
  opacity: 1;
  pointer-events: auto
}

html[data-theme="dark"] .site-header.scrolled .brand .logo-scrolled {
  opacity: 0;
  pointer-events: none
}

html[data-theme="dark"] .site-header.scrolled .desktop-nav a {
  color: #fff;
  opacity: .9
}

html[data-theme="dark"] .site-header.scrolled .desktop-nav a:hover {
  color: var(--gold);
  opacity: 1
}

html[data-theme="dark"] .site-header.scrolled .language-switcher {
  border-color: rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .08)
}

html[data-theme="dark"] .site-header.scrolled .lang-btn {
  color: #fff
}

html[data-theme="dark"] .site-header.scrolled .lang-btn.active {
  color: #081333
}

html[data-theme="dark"] .site-header.scrolled .theme-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .08)
}

html[data-theme="dark"] .site-header.scrolled .menu-btn {
  color: #fff
}
/* Final contact, mobile language and WhatsApp enhancements */
.mobile-language-wrap {
  display: none;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}

.contact-detail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}

.contact-detail:hover {
  color: var(--blue);
}

.contact-detail-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--blue);
  background: color-mix(in srgb, var(--blue) 10%, var(--surface));
  border: 1px solid var(--line);
}


.contact-detail-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

/* Keep Netlify's honeypot accessible to form parsing without pushing the page
   thousands of pixels sideways in RTL layouts. */
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-success.error {
  display: block;
  color: #a52828;
  background: #fff0f0;
}

.contact-form .btn[disabled] {
  opacity: .7;
  cursor: wait;
}

.footer-grid {
  grid-template-columns: 1.35fr .75fr .75fr 1fr 1.15fr;
  gap: 34px;
}

.footer-contact a {
  overflow-wrap: anywhere;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25D366;
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 36px rgba(0,0,0,.3);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: #fff;
  transform: none;
}

@media(max-width:980px) {
  .mobile-language-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px;
    margin-top: 4px;
  }

  .mobile-language-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
  }

  .mobile-language-switcher {
    display: flex;
    border-color: var(--line);
    background: var(--bg);
    backdrop-filter: none;
  }

  .mobile-language-switcher .lang-btn {
    color: var(--text);
  }

  .mobile-language-switcher .lang-btn.active {
    color: #081333;
  }

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

  .footer-contact {
    grid-column: auto;
  }

  .footer-cta {
    grid-column: 1/-1;
  }
}

@media(max-width:640px) {
  .mobile-language-switcher {
    display: flex !important;
  }

  .contact-detail {
    font-size: 12px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

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

  .footer-contact,
  .footer-cta {
    grid-column: auto;
  }
}


/* Turways social media links */
.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.footer-socials a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #fff;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.footer-socials a:hover {
  color: #fff;
  background: var(--ocean, #004ded);
  border-color: transparent;
  transform: translateY(-2px);
}
.footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.8;
}
.footer-socials a:first-child svg { fill: none; }
.footer-socials a:first-child .social-dot { fill: currentColor; stroke: none; }
[dir="rtl"] .footer-socials { direction: ltr; justify-content: flex-end; }

/* Location map */
.location-map-card {
  margin-top: 56px;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  min-height: 360px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.location-map-copy {
  padding: clamp(28px, 4vw, 50px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.location-map-copy h3 {
  margin: 10px 0 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  color: var(--text);
}

.location-map-copy p {
  margin: 0 0 24px;
  max-width: 430px;
  color: var(--muted);
}

.location-directions {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.location-directions svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}

.location-map-frame {
  min-height: 360px;
  background: var(--soft);
  position: relative;
}

.location-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

html[dir="rtl"] .location-map-copy {
  align-items: flex-start;
  text-align: right;
}

@media (max-width: 820px) {
  .location-map-card {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .location-map-frame {
    min-height: 300px;
    order: -1;
  }

  .location-map-copy {
    padding: 28px 24px 30px;
  }

  .location-directions {
    width: 100%;
    justify-content: center;
  }
}
