:root {
  --bg: #f7f1e4;
  --bg-soft: #fbf7ef;
  --surface: rgba(255, 252, 247, 0.82);
  --surface-strong: #fffaf1;
  --line: rgba(86, 64, 36, 0.14);
  --text: #20160f;
  --muted: #6e5a46;
  --brand: #146356;
  --brand-strong: #0d4a40;
  --accent: #d8a449;
  --shadow: 0 24px 60px rgba(43, 25, 11, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(20, 99, 86, 0.11), transparent 34%),
    radial-gradient(circle at right 20%, rgba(216, 164, 73, 0.18), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, var(--bg) 100%);
  font-family: "Outfit", "Segoe UI", sans-serif;
}

html[dir="rtl"] body {
  font-family: "Outfit", "Noto Naskh Arabic", sans-serif;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(216, 164, 73, 0.42);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 1200;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #fff7ed;
  color: var(--brand-strong);
  box-shadow: 0 18px 34px rgba(20, 99, 86, 0.16);
}

.skip-link:focus {
  top: 1rem;
}

a.site-cta,
a.site-cta:link,
a.site-cta:visited,
a.site-cta:hover,
a.site-cta:focus,
a.primary-button,
a.primary-button:link,
a.primary-button:visited,
a.primary-button:hover,
a.primary-button:focus,
a.secondary-button,
a.secondary-button:link,
a.secondary-button:visited,
a.secondary-button:hover,
a.secondary-button:focus {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-shell {
  max-width: 1180px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(255, 248, 236, 0.78);
  border-bottom: 1px solid rgba(86, 64, 36, 0.08);
}

.site-header .navbar {
  padding: 0.95rem 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--text);
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.brand-mark strong {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.brand-mark small {
  color: var(--muted);
  font-size: 0.82rem;
}

.brand-mark__moon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  position: relative;
  background: url("/images/logo_tek_seffaf.png") center / contain no-repeat;
  box-shadow: none;
}

.brand-mark__moon::after {
  display: none;
}

.brand-mark__logo {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 18px rgba(24, 18, 11, 0.12));
}

.site-nav {
  gap: 0.4rem;
  margin-right: 1rem;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-right: 1rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(20, 99, 86, 0.06);
  border: 1px solid rgba(20, 99, 86, 0.1);
}

.language-switcher__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.language-switcher__item.is-active {
  background: #fffdfa;
  color: var(--brand-strong);
  box-shadow: 0 8px 18px rgba(20, 99, 86, 0.12);
}

.site-nav .nav-link {
  color: var(--muted);
  font-weight: 500;
  padding: 0.55rem 0.85rem;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus,
.site-nav .nav-link.active {
  color: var(--brand-strong);
}

.site-nav .nav-link.active {
  font-weight: 700;
}

.site-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.site-cta,
.primary-button {
  color: #fffaf4;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  box-shadow: 0 16px 32px rgba(20, 99, 86, 0.22);
}

.secondary-button {
  color: #fffefb;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 16px 30px rgba(18, 41, 41, 0.18);
}

.site-cta:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.site-main {
  overflow: hidden;
}

.hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 5.5rem 0 4.75rem;
  background-color: #1e4e4d;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(240, 178, 86, 0.18), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(255, 223, 165, 0.12), transparent 18%),
    linear-gradient(128deg, #173a3c 0%, #245b58 42%, #b6874f 100%);
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  pointer-events: none;
}

.hero-section::before {
  height: 38%;
  background:
    radial-gradient(120% 100% at 15% 100%, rgba(255, 250, 241, 0.16) 0 44%, transparent 45%),
    radial-gradient(105% 90% at 58% 100%, rgba(255, 246, 229, 0.2) 0 42%, transparent 43%),
    radial-gradient(92% 82% at 92% 100%, rgba(255, 243, 218, 0.26) 0 38%, transparent 39%);
  opacity: 1;
  z-index: 0;
}

.hero-section::after {
  height: 26%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 249, 241, 0.92) 100%);
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-particles canvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: saturate(1.08);
}

.section-chip {
  display: inline-flex;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-copy h1,
.section-heading h2,
.highlight-copy h3,
.cta-grid h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  font-size: clamp(3.4rem, 7vw, 6rem);
  margin: 1rem 0 1.25rem;
  max-width: 11ch;
  color: #fffdf8;
  text-shadow: 0 16px 36px rgba(13, 26, 26, 0.24);
}

.hero-copy p,
.section-heading p,
.feature-card p,
.highlight-copy p,
.testimonial-card p,
.cta-grid p,
.contact-card p,
.trust-strip p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.hero-copy p {
  color: rgba(255, 247, 239, 0.88);
  max-width: 38rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 1.5rem;
}

.hero-badges div,
.trust-strip__grid > div,
.feature-card,
.testimonial-card,
.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-badges div {
  border-radius: var(--radius-md);
  padding: 1rem;
  background: rgba(255, 249, 242, 0.92);
}

.hero-badges strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--brand-strong);
}

.hero-badges span {
  color: var(--muted);
  font-size: 0.92rem;
}

.play-badge {
  display: inline-block;
  margin-top: 0.5rem;
}

.play-badge img {
  width: 190px;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-orbit {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
}

.hero-orbit--one {
  width: 470px;
  height: 470px;
  background: radial-gradient(circle, rgba(20, 99, 86, 0.22), rgba(20, 99, 86, 0));
}

.hero-orbit--two {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(216, 164, 73, 0.26), rgba(216, 164, 73, 0));
  top: 0;
  right: 0;
}

.phone-card {
  position: absolute;
  width: min(38%, 240px);
  border-radius: 30px;
  box-shadow: 0 26px 48px rgba(31, 18, 9, 0.22);
}

.phone-card--center {
  z-index: 3;
  width: min(42%, 265px);
}

.phone-card--left {
  z-index: 2;
  left: 0;
  bottom: 3.5rem;
  transform: rotate(-10deg);
}

.phone-card--right {
  z-index: 1;
  right: 0;
  bottom: 3rem;
  transform: rotate(10deg);
}

.trust-strip {
  padding-bottom: 2.5rem;
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.trust-strip__grid > div {
  padding: 1.35rem 1.45rem;
  border-radius: var(--radius-md);
}

.trust-strip__label {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--brand-strong);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-block {
  padding: 4.5rem 0;
}

.page-hero {
  padding: 4.5rem 0 1.5rem;
}

.page-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.97;
  margin: 1rem 0;
  max-width: 12ch;
}

.page-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.section-block--soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 250, 241, 0.7));
}

.section-block--cta {
  padding-bottom: 5.5rem;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2.2rem;
}

.section-heading h2,
.cta-grid h2 {
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  margin: 0.9rem 0 1rem;
}

.feature-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.feature-grid--xl {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}

.feature-card__eyebrow {
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(20, 99, 86, 0.08);
  color: var(--brand-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.feature-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.highlight-panel {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(20, 99, 86, 0.08), rgba(216, 164, 73, 0.12));
  border: 1px solid rgba(20, 99, 86, 0.12);
}

.benefit-list {
  margin: 1.25rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.benefit-list li + li {
  margin-top: 0.7rem;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.4rem;
}

.text-link {
  color: var(--brand-strong);
  font-weight: 700;
}

.text-link:hover {
  color: var(--brand);
}

.highlight-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
}

.highlight-visual img,
.shot-card img {
  border-radius: 28px;
  box-shadow: 0 22px 40px rgba(31, 18, 9, 0.18);
}

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

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

.showcase-cluster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

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

.audience-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.difference-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 252, 246, 0.84);
  border: 1px solid rgba(20, 99, 86, 0.12);
  box-shadow: var(--shadow);
}

.difference-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}

.difference-card p {
  color: var(--muted);
  line-height: 1.8;
}

.shot-card {
  margin: 0;
  padding: 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
}

.shot-card figcaption {
  margin-top: 0.95rem;
  color: var(--muted);
  text-align: center;
  font-size: 0.94rem;
}

.faq-grid,
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.faq-card,
.content-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.faq-card h3,
.content-card h2 {
  margin-bottom: 0.85rem;
  font-size: 1.3rem;
}

.faq-card p,
.content-card p {
  color: var(--muted);
  line-height: 1.8;
}

.content-card--wide {
  grid-column: span 2;
}

.showcase-card,
.story-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(251, 246, 236, 0.94));
  border: 1px solid rgba(86, 64, 36, 0.08);
  box-shadow: 0 18px 36px rgba(39, 26, 14, 0.08);
}

.showcase-card h3,
.story-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.18rem;
}

.showcase-card p,
.story-card p {
  color: var(--muted);
  line-height: 1.8;
}

.story-card strong {
  display: block;
  margin-top: 1rem;
  color: var(--brand-strong);
  font-size: 0.96rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  list-style: none;
  padding: 0;
  margin: 1.15rem 0 0;
}

.tag-list li {
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  background: rgba(20, 99, 86, 0.08);
  border: 1px solid rgba(20, 99, 86, 0.12);
  color: var(--brand-strong);
  font-size: 0.92rem;
  line-height: 1.45;
}

.testimonial-card {
  margin: 0;
  padding: 1.6rem;
  border-radius: var(--radius-lg);
}

.testimonial-card p {
  margin-bottom: 1rem;
}

.testimonial-card footer {
  color: var(--brand-strong);
  font-weight: 700;
  display: grid;
  gap: 0.25rem;
}

.testimonial-card footer span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: center;
}

.contact-card {
  padding: 2rem;
  border-radius: var(--radius-xl);
}

.contact-card--stacked {
  height: fit-content;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.2rem;
  align-items: start;
}

.contact-card__row + .contact-card__row {
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(20, 99, 86, 0.1);
}

.contact-card__label {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--brand-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-methods {
  display: grid;
  gap: 1rem;
}

.contact-card a:first-child {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--brand-strong);
  font-size: 1.35rem;
  font-weight: 700;
}

.site-footer {
  padding: 2rem 0 2.4rem;
  background: #1c1610;
  color: rgba(255, 249, 239, 0.85);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.brand-mark--footer {
  color: #fff6e8;
}

.brand-mark--footer small,
.footer-copy,
.footer-links a {
  color: rgba(255, 249, 239, 0.7);
}

.footer-links {
  display: grid;
  gap: 0.65rem;
}

.footer-copy {
  display: grid;
  gap: 0.5rem;
  font-size: 0.95rem;
}

.site-toggler {
  border-color: rgba(20, 99, 86, 0.18);
}

.site-toggler .navbar-toggler-icon {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(32, 22, 15, 0.82)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(20, 99, 86, 0.2);
}

body.rtl {
  direction: rtl;
}

html[dir="rtl"] .brand-mark,
html[dir="rtl"] .hero-copy,
html[dir="rtl"] .section-heading,
html[dir="rtl"] .content-card,
html[dir="rtl"] .contact-card,
html[dir="rtl"] .footer-grid,
html[dir="rtl"] .site-footer,
html[dir="rtl"] .trust-strip__grid > div,
html[dir="rtl"] .faq-card,
html[dir="rtl"] .testimonial-card,
html[dir="rtl"] .difference-card,
html[dir="rtl"] .showcase-card,
html[dir="rtl"] .story-card {
  text-align: right;
}

html[dir="rtl"] .site-nav {
  margin-right: 0;
  margin-left: 1rem;
}

html[dir="rtl"] .hero-actions,
html[dir="rtl"] .inline-actions {
  justify-content: flex-end;
}

html[dir="rtl"] .footer-links,
html[dir="rtl"] .footer-copy {
  justify-items: end;
}

html[dir="rtl"] .language-switcher {
  margin-right: 0;
  margin-left: 1rem;
}

@media (max-width: 991.98px) {
  .site-nav {
    margin: 1rem 0;
  }

  .language-switcher {
    margin: 0 0 1rem;
    width: 100%;
    justify-content: center;
  }

  .site-cta {
    width: 100%;
  }

  .hero-grid,
  .highlight-panel,
  .cta-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 540px;
  }

  .trust-strip__grid,
  .feature-grid,
  .feature-grid--xl,
  .difference-grid,
  .showcase-cluster-grid,
  .readiness-grid,
  .testimonial-grid,
  .shot-grid,
  .faq-grid,
  .audience-story-grid,
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .content-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 4rem;
  }

  .hero-copy h1 {
    max-width: none;
    line-height: 1;
  }

  .hero-badges,
  .trust-strip__grid,
  .feature-grid,
  .feature-grid--xl,
  .difference-grid,
  .showcase-cluster-grid,
  .readiness-grid,
  .testimonial-grid,
  .shot-grid,
  .highlight-visual,
  .faq-grid,
  .audience-story-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 470px;
  }

  .phone-card {
    width: min(54%, 220px);
  }

  .phone-card--left {
    left: 0.4rem;
    bottom: 2rem;
  }

  .phone-card--right {
    right: 0.4rem;
    bottom: 1.75rem;
  }

  .section-block {
    padding: 3.5rem 0;
  }

  .shot-card {
    padding: 0.85rem;
  }
}
