@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --ink: #111827;
  --muted: #5f6874;
  --night: #10151f;
  --navy: #12364a;
  --sky: #e8f6ff;
  --sky-strong: #bfe8ff;
  --sky-line: #b8dcef;
  --gold: #c99a43;
  --gold-dark: #8f6521;
  --gold-soft: #fff4da;
  --whatsapp: #25d366;
  --whatsapp-dark: #128c7e;
  --paper: #fbf8f1;
  --white: #ffffff;
  --line: #e6dcc9;
  --shadow: 0 22px 70px rgba(17, 24, 39, .12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html[lang="fa"] {
  font-family: "Vazirmatn", Tahoma, "Noto Sans Arabic", "Segoe UI", sans-serif;
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
html[lang="fa"] body,
html[lang="fa"] button,
html[lang="fa"] input,
html[lang="fa"] select,
html[lang="fa"] textarea {
  font-family: "Vazirmatn", Tahoma, "Noto Sans Arabic", "Segoe UI", sans-serif;
}
main, section, article, header, footer, .site-header, .hero, .qr-section, .card-grid, .property-grid, .process-grid, .logo-grid {
  max-width: 100%;
}
h1, h2, h3, h4, p, li, .btn, .nav-cta, .text-link, .qr-card, .language-options a {
  overflow-wrap: break-word;
}
.visually-hidden, .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  inset-inline-start: 12px;
  padding: 10px 14px;
  background: var(--gold);
  color: #111;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 2vw, 28px);
  min-height: 76px;
  padding: 0 clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(201, 154, 67, .26);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px);
}
.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  inline-size: clamp(178px, 16vw, 250px);
  min-inline-size: 0;
  text-decoration: none;
}
.brand-logo {
  width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}
.footer-brand {
  inline-size: min(260px, 100%);
  margin-bottom: 18px;
  padding: 8px 10px;
  border-radius: var(--radius);
  background: var(--white);
}
.footer-logo {
  max-height: 86px;
}
.primary-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 16px);
  font-size: 13px;
  font-weight: 700;
}
.primary-nav a {
  text-decoration: none;
  white-space: nowrap;
}
.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: var(--radius);
  background: var(--gold);
  color: #111;
}
.nav-contact {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--sky-line);
  border-radius: var(--radius);
  background: var(--sky);
  color: var(--navy);
  font-weight: 900;
}
.contact-icon {
  inline-size: 26px;
  block-size: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
  line-height: 1;
}
.whatsapp-mark {
  inline-size: 17px;
  block-size: 17px;
  display: block;
  fill: currentColor;
}
.language-switcher {
  position: relative;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
}
.language-switcher summary {
  min-height: 38px;
  max-width: min(210px, calc(100vw - 96px));
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--night);
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}
.language-current {
  min-width: 0;
  max-width: 118px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher summary::after {
  content: "";
  width: 6px;
  height: 6px;
  border-inline-end: 2px solid var(--gold-dark);
  border-bottom: 2px solid var(--gold-dark);
  transform: rotate(45deg) translateY(-2px);
}
.language-switcher[open] summary::after {
  transform: rotate(225deg) translateY(-2px);
}
.flag {
  display: inline-block;
  flex: 0 0 auto;
  inline-size: 1.35em;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 17px;
  line-height: 1;
  text-align: center;
}
.language-options {
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-end: 0;
  z-index: 90;
  width: min(230px, calc(100vw - 24px));
  max-inline-size: calc(100vw - 24px);
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.language-switcher:not([open]) .language-options { display: none; }
.language-options a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  line-height: 1.25;
  white-space: normal;
}
.language-options a.is-active {
  border-color: rgba(201, 154, 67, .5);
  background: var(--gold-soft);
  color: var(--gold-dark);
}
.menu-toggle { display: none; }
.site-header .language-switcher {
  margin-inline-start: 0;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  min-height: min(760px, calc(100vh - 76px));
  background: linear-gradient(135deg, var(--sky) 0%, var(--white) 46%, var(--gold-soft) 100%);
}
.hero-copy {
  align-self: center;
  padding: clamp(32px, 7vw, 92px);
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.breadcrumbs a {
  color: var(--navy);
  text-decoration: none;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  letter-spacing: 0;
}
h1, .section-head h2, .final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
}
h1 {
  max-width: 880px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .95;
  color: var(--night);
}
.lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: #354150;
  font-size: clamp(17px, 2vw, 22px);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
.btn-gold { background: var(--gold); color: #111; }
.btn-sky { border-color: var(--sky-line); background: var(--white); color: var(--navy); }
.hero-media {
  min-height: 420px;
  margin: 0;
  border-inline-start: 1px solid rgba(201, 154, 67, .28);
}
.search-panel {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  align-items: end;
  gap: 14px;
  width: min(1180px, calc(100% - 32px));
  margin: -42px auto 0;
  padding: 16px;
  border: 1px solid rgba(201, 154, 67, .34);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow);
}
.search-panel .btn {
  min-height: 46px;
  width: 100%;
  padding-inline: 14px;
}
.search-panel label, .lead-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
input, select, textarea {
  width: 100%;
  min-height: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 0 12px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}
textarea {
  height: auto;
  padding: 12px;
}
.qr-section {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 72px);
}
.section-soft {
  background: linear-gradient(180deg, var(--sky) 0%, #f7fcff 100%);
}
.section-head {
  max-width: 1180px;
  margin: 0 auto 28px;
}
.section-head h2 {
  max-width: 780px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
}
.card-grid, .property-grid, .process-grid, .logo-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.qr-card, .process-step, .info-panel, .property-card, .stat-grid article, .final-cta, .faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 34px rgba(17, 24, 39, .06);
}
.qr-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 22px;
}
.blog-card-media {
  aspect-ratio: 1.91 / 1;
  margin: -22px -22px 18px;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--sky);
  border-bottom: 1px solid var(--line);
}
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  background: var(--white);
}
.card-mark {
  width: 42px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--gold);
}
.qr-card h3, .process-step h3, .property-card h3, .info-panel h3 {
  font-size: 21px;
  line-height: 1.18;
}
.qr-card p, .process-step p, .property-card p, .info-panel p, .article-body p {
  color: var(--muted);
}
.text-link {
  margin-top: auto;
  color: var(--gold-dark);
  font-weight: 900;
  text-decoration: none;
}
.split, .contact-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 28px;
  align-items: start;
}
.founder-profile {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
}
.founder-photo {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 154, 67, .42);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.founder-copy {
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 34px rgba(17, 24, 39, .06);
}
.founder-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
}
.founder-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}
.founder-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.founder-meta span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--sky-line);
  border-radius: 999px;
  background: var(--sky);
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
}
.split > div > p, .article-body {
  font-size: 18px;
}
.info-panel {
  padding: 22px;
}
.info-panel ul {
  margin: 16px 0 0;
  padding-inline-start: 18px;
  color: var(--muted);
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.stat-grid article {
  min-height: 116px;
  display: grid;
  align-content: center;
  padding: 18px;
}
.stat-grid strong {
  color: var(--gold-dark);
  font-size: 26px;
}
.stat-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.property-card {
  overflow: hidden;
}
.property-card figure {
  height: 230px;
  margin: 0;
}
.property-card div {
  padding: 20px;
}
.process-step {
  padding: 22px;
}
.process-step span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
}
.logo-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.logo-grid a {
  min-height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--night);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.article-body {
  max-width: 900px;
  margin: 0 auto;
}
.article-body h2, .article-body h3 {
  margin-top: 28px;
}
.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq-list details {
  padding: 18px 20px;
}
.faq-list summary {
  color: var(--night);
  font-weight: 900;
  cursor: pointer;
}
.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}
.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.lead-form .wide { grid-column: 1 / -1; }
.final-cta {
  width: min(1180px, calc(100% - 36px));
  margin: clamp(44px, 7vw, 86px) auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(26px, 4vw, 44px);
  background: linear-gradient(135deg, var(--night) 0%, var(--navy) 100%);
  color: var(--white);
}
.final-cta h2 {
  max-width: 680px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.03;
}
.final-cta p { color: #d8e8f4; }
.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  gap: 36px;
  padding: clamp(36px, 6vw, 72px);
  background: var(--night);
  color: var(--white);
}
.site-footer p, .site-footer a { color: #d8e8f4; }
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 18px;
  color: #d8e8f4;
  font-size: 14px;
  font-weight: 800;
}
.footer-contact span {
  flex-basis: 100%;
  color: var(--gold);
}
.footer-contact a {
  text-decoration: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.footer-grid nav {
  display: grid;
  gap: 8px;
}
.footer-grid h2 {
  color: var(--gold);
  font-size: 15px;
}
.footer-grid a {
  text-decoration: none;
}
.contact-card-links {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.whatsapp-bubble {
  position: fixed;
  inset-block-end: 22px;
  inset-inline-end: 22px;
  z-index: 80;
  inline-size: 54px;
  block-size: 54px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 244, 218, .82);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--whatsapp) 0%, var(--whatsapp-dark) 100%);
  color: #fff;
  box-shadow: 0 16px 42px rgba(18, 140, 126, .34), 0 0 0 3px rgba(201, 154, 67, .18);
  text-decoration: none;
}
.whatsapp-bubble:hover {
  transform: translateY(-1px);
}
.whatsapp-mark-large {
  inline-size: 31px;
  block-size: 31px;
}
.whatsapp-bubble:focus-visible {
  outline: 3px solid var(--sky-strong);
  outline-offset: 4px;
}
.review-note {
  width: min(1180px, calc(100% - 36px));
  margin: 20px auto 0;
  padding: 12px 16px;
  border: 1px solid var(--sky-line);
  border-radius: var(--radius);
  background: var(--sky);
  color: var(--navy);
  font-weight: 800;
}
[dir="rtl"] body {
  font-family: Tahoma, Arial, ui-sans-serif, system-ui, sans-serif;
}
html[lang="fa"][dir="rtl"] body,
html[lang="fa"] .brand,
html[lang="fa"] h1,
html[lang="fa"] h2,
html[lang="fa"] h3,
html[lang="fa"] .section-head h2,
html[lang="fa"] .final-cta h2,
html[lang="fa"] .logo-grid a {
  font-family: "Vazirmatn", Tahoma, "Noto Sans Arabic", "Segoe UI", sans-serif;
}
[dir="rtl"] .primary-nav,
[dir="rtl"] .hero-actions,
[dir="rtl"] .breadcrumbs,
[dir="rtl"] .language-switcher {
  direction: rtl;
}
@media (max-width: 1560px) {
  .menu-toggle {
    order: 3;
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
  }
  .menu-toggle span:not(.visually-hidden) {
    width: 20px;
    height: 2px;
    background: var(--night);
  }
  .brand { inline-size: clamp(148px, 38vw, 210px); }
  .language-switcher { order: 2; margin-inline-start: auto; }
  .primary-nav {
    order: 4;
    position: fixed;
    inset-block-start: 76px;
    inset-inline: 12px;
    max-inline-size: calc(100vw - 24px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px; white-space: normal; }
  .nav-contact {
    justify-content: flex-start;
  }
  .hero { grid-template-columns: 1fr; }
  .hero-media {
    min-height: 340px;
    border-inline-start: 0;
    border-top: 1px solid rgba(201, 154, 67, .28);
  }
  .card-grid, .property-grid, .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split, .contact-layout, .founder-profile, .site-footer { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .search-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .search-panel .btn {
    grid-column: 1 / -1;
  }
}
@media (max-width: 640px) {
  .site-header { min-height: 68px; }
  .primary-nav { inset-top: 68px; }
  .language-current { display: none; }
  .language-switcher summary { width: 42px; justify-content: center; padding: 0; }
  .language-switcher summary::after { display: none; }
  .hero-copy { padding: 28px 18px; }
  .hero-media { min-height: 260px; }
  .search-panel, .card-grid, .property-grid, .process-grid, .logo-grid, .lead-form, .footer-grid, .stat-grid {
    grid-template-columns: 1fr;
  }
  .qr-section { padding-left: 18px; padding-right: 18px; }
  .final-cta { flex-direction: column; align-items: flex-start; }
  .btn { width: 100%; }
  .whatsapp-bubble {
    inset-block-end: 16px;
    inset-inline-end: 16px;
    inline-size: 50px;
    block-size: 50px;
  }
}
