@font-face {
  font-family: "JustATourArabic";
  src: url("assets/fonts/sf-pro-arabic-semibold.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #17211f;
  --muted: #5c6c68;
  --line: #d9e1de;
  --paper: #fbfaf6;
  --soft: #edf5f2;
  --brand: #0a5b52;
  --brand-dark: #073f39;
  --accent: #e86f45;
  --sky: #dff1f8;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(11, 37, 33, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "JustATourArabic",
    "SF Arabic",
    "SF Pro Arabic",
    "Geeza Pro",
    "Segoe UI",
    Tahoma,
    Arial,
    sans-serif;
  line-height: 1.7;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  padding: 10px 6vw;
  background: rgba(251, 250, 246, 0.94);
  border-bottom: 1px solid rgba(217, 225, 222, 0.78);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-logo {
  display: block;
  width: min(190px, 44vw);
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav a {
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: var(--soft);
  color: var(--brand-dark);
}

.header-action,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 800;
}

.header-action {
  min-width: 92px;
  padding: 8px 16px;
  background: var(--brand);
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 84px);
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
  background:
    center / cover no-repeat url("assets/hero-turkey.webp"),
    var(--brand-dark);
  transform: scale(1.01);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 63, 57, 0.34), rgba(7, 63, 57, 0.78)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.1));
}

.hero-content {
  align-self: center;
  width: min(760px, 88vw);
  margin-right: 6vw;
  padding: 92px 0;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
}

.hero .eyebrow {
  color: #ffd7bd;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.contact-panel h2 {
  margin: 0;
  line-height: 1.15;
}

.hero h1 {
  max-width: 620px;
  font-size: 64px;
  font-weight: 900;
}

.hero-text {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-btn,
.secondary-btn {
  padding: 11px 20px;
}

.primary-btn {
  background: var(--accent);
  color: var(--white);
}

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: var(--white);
}

.primary-btn:hover,
.primary-btn:focus-visible {
  background: #d95f36;
}

.secondary-btn:hover,
.secondary-btn:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-tags span {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
}

.section {
  padding: 86px 6vw;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 34px;
}

.section-heading h2,
.about-copy h2,
.contact-panel h2 {
  color: var(--brand-dark);
  font-size: 38px;
  font-weight: 900;
}

.section-heading p,
.about-copy p,
.contact-list {
  color: var(--muted);
  font-size: 17px;
}

.services-section {
  background: var(--white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 24px rgba(11, 37, 33, 0.06);
}

.service-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background: var(--soft);
  color: var(--brand);
}

.service-icon svg,
.whatsapp-widget svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.service-card h3,
.program-item h3 {
  margin: 20px 0 8px;
  color: var(--brand-dark);
  font-size: 22px;
  line-height: 1.25;
}

.service-card p,
.program-item p {
  margin: 0;
  color: var(--muted);
}

.programs-section {
  background: linear-gradient(180deg, var(--paper), var(--sky));
}

.program-list {
  display: grid;
  gap: 14px;
}

.program-item {
  display: grid;
  grid-template-columns: 96px 220px 1fr;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(10, 91, 82, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.program-days {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 8px;
  background: var(--brand);
  color: var(--white);
  font-weight: 900;
}

.program-item h3 {
  margin: 0;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 34px;
  align-items: start;
  background: var(--white);
}

.about-copy p {
  max-width: 760px;
  margin: 18px 0 0;
}

.contact-panel {
  padding: 28px;
  border-radius: 8px;
  background: var(--brand-dark);
  color: var(--white);
  box-shadow: var(--shadow);
}

.contact-panel h2 {
  color: var(--white);
  font-size: 28px;
}

.contact-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  gap: 2px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-list span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.contact-list a {
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.phone-number {
  direction: ltr;
  text-align: right;
  unicode-bidi: isolate;
}

.map-section {
  background: var(--white);
  padding: 0 6vw 86px;
}

.map-section iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 8px;
  filter: saturate(0.92);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 6vw;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  color: var(--white);
  font-weight: 900;
}

.whatsapp-widget {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  box-shadow: 0 16px 34px rgba(6, 53, 34, 0.26);
}

.whatsapp-widget svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  stroke: none;
}

@media (max-width: 980px) {
  .site-header {
    gap: 14px;
  }

  .main-nav {
    display: none;
  }

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

  .program-item {
    grid-template-columns: 88px 1fr;
  }

  .program-item p {
    grid-column: 1 / -1;
  }

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

@media (max-width: 640px) {
  .site-header {
    min-height: 76px;
    padding: 10px 18px;
  }

  .brand-logo {
    width: min(156px, 42vw);
  }

  .header-action {
    min-width: 76px;
    padding-inline: 12px;
    font-size: 14px;
  }

  .hero {
    min-height: calc(100vh - 76px);
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(7, 63, 57, 0.42), rgba(7, 63, 57, 0.86)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.14));
  }

  .hero-content {
    width: auto;
    margin: 0 18px;
    padding: 78px 0 64px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .section {
    padding: 64px 18px;
  }

  .section-heading h2,
  .about-copy h2 {
    font-size: 30px;
  }

  .services-grid,
  .program-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .program-item {
    grid-template-columns: 1fr;
  }

  .program-days {
    width: fit-content;
    min-width: 82px;
    padding-inline: 12px;
  }

  .map-section {
    padding: 0 18px 64px;
  }

  .map-section iframe {
    height: 300px;
  }

  .site-footer {
    padding: 22px 18px 86px;
  }

  .whatsapp-widget {
    left: 18px;
    bottom: 18px;
  }
}
