:root {
  --emerald: #0e3b34;
  --green: #1e5448;
  --ivory: #f7f4ed;
  --cream: #fcf7ef;
  --sand: #d9c8b2;
  --sage: #a9b8a7;
  --gold: #b59a68;
  --charcoal: #25302c;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ivory);
  color: var(--charcoal);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 83% 7%, rgb(181 154 104 / 0.12), transparent 22rem),
    radial-gradient(circle at 8% 72%, rgb(169 184 167 / 0.16), transparent 24rem),
    var(--ivory);
  color: var(--charcoal);
  font-family: Vazirmatn, IRANSansX, Tahoma, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font-family: inherit;
}

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

.page-shell {
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.page-shell::before,
.page-shell::after {
  border: 1px solid rgb(181 154 104 / 0.5);
  border-radius: 50%;
  content: "";
  height: 470px;
  pointer-events: none;
  position: absolute;
  width: 170px;
}

.page-shell::before {
  right: -110px;
  top: -230px;
  transform: rotate(20deg);
}

.page-shell::after {
  bottom: -230px;
  left: -105px;
  transform: rotate(-18deg);
}

.page-content {
  margin: 0 auto;
  max-width: 680px;
  padding: 38px 20px 32px;
  position: relative;
  z-index: 2;
}

.cypress {
  opacity: 0.065;
  pointer-events: none;
  position: absolute;
  width: 175px;
  z-index: 0;
}

.cypress-right {
  right: -18px;
  top: 190px;
}

.cypress-left {
  bottom: 40px;
  left: -28px;
  transform: scaleX(-1);
}

.brand-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.brand-lockup {
  display: block;
  height: auto;
  mix-blend-mode: multiply;
  width: min(78vw, 285px);
}

.brand-rule {
  align-items: center;
  color: var(--gold);
  display: grid;
  gap: 10px;
  grid-template-columns: 62px auto 62px;
  margin: 4px 0 23px;
}

.brand-rule span {
  background: currentColor;
  height: 1px;
  opacity: 0.65;
}

.brand-rule i {
  font-size: 12px;
  font-style: normal;
}

.eyebrow,
.section-kicker,
.section-heading > span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
}

.brand-header h1 {
  color: var(--emerald);
  font-size: clamp(28px, 7vw, 39px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.5;
  margin: 7px 0 5px;
}

.intro {
  color: rgb(37 48 44 / 0.72);
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

.intake-card {
  background:
    linear-gradient(145deg, rgb(30 84 72 / 0.34), transparent 42%),
    var(--emerald);
  border: 1px solid rgb(181 154 104 / 0.72);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgb(14 59 52 / 0.16);
  color: white;
  display: grid;
  grid-template-columns: 48px 1fr;
  margin: 30px 0 38px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.intake-card::after {
  border: 1px solid rgb(181 154 104 / 0.24);
  border-radius: 50%;
  content: "";
  height: 220px;
  left: -130px;
  position: absolute;
  top: -105px;
  width: 220px;
}

.intake-icon {
  align-items: center;
  background: rgb(255 255 255 / 0.1);
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 15px;
  color: #fff;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.intake-copy {
  padding-right: 12px;
}

.intake-copy h2 {
  font-size: 22px;
  line-height: 1.6;
  margin: 2px 0 5px;
}

.intake-copy p {
  color: rgb(255 255 255 / 0.76);
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}

.primary-button {
  align-items: center;
  background: var(--gold);
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgb(0 0 0 / 0.16);
  color: #102f2a;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: 20px;
  min-height: 56px;
  padding: 0 18px;
  position: relative;
  transition: transform 160ms ease, background 160ms ease;
  z-index: 1;
}

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

.primary-button:active {
  transform: translateY(0);
}

.intake-note {
  color: rgb(255 255 255 / 0.6);
  font-size: 11px;
  grid-column: 1 / -1;
  margin-top: 10px;
  text-align: center;
}

.links-section {
  margin-top: 4px;
}

.section-heading {
  margin: 0 5px 14px;
}

.section-heading h2 {
  color: var(--emerald);
  font-size: 25px;
  margin: 3px 0 0;
}

.link-list {
  display: grid;
  gap: 11px;
}

.link-card {
  align-items: center;
  background: rgb(252 247 239 / 0.86);
  border: 1px solid rgb(181 154 104 / 0.34);
  border-radius: 19px;
  display: grid;
  gap: 13px;
  grid-template-columns: 48px 1fr 30px;
  min-height: 76px;
  padding: 12px 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.link-card:hover {
  border-color: rgb(181 154 104 / 0.85);
  box-shadow: 0 10px 28px rgb(14 59 52 / 0.08);
  transform: translateY(-2px);
}

.link-icon {
  align-items: center;
  background: var(--emerald);
  border-radius: 15px;
  color: white;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.link-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.link-copy strong {
  color: var(--charcoal);
  font-size: 15px;
  line-height: 1.7;
}

.link-copy small {
  color: rgb(37 48 44 / 0.58);
  direction: rtl;
  font-size: 11px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.link-arrow {
  color: var(--gold);
  display: flex;
  transform: scaleX(-1);
}

.reviews-section {
  margin-top: 42px;
}

.review-heading {
  margin: 0 5px 18px;
}

.review-heading h2 {
  color: var(--emerald);
  font-size: 25px;
  line-height: 1.65;
  margin: 3px 0 5px;
}

.review-heading p {
  color: rgb(37 48 44 / 0.65);
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}

.google-review-card {
  align-items: center;
  background: var(--emerald);
  border: 1px solid rgb(181 154 104 / 0.72);
  border-radius: 20px;
  box-shadow: 0 16px 36px rgb(14 59 52 / 0.12);
  color: white;
  display: grid;
  gap: 13px;
  grid-template-columns: 50px 1fr 36px;
  min-height: 86px;
  padding: 15px 16px;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.google-review-card:hover {
  box-shadow: 0 19px 42px rgb(14 59 52 / 0.18);
  transform: translateY(-2px);
}

.google-review-icon {
  align-items: center;
  background: rgb(255 255 255 / 0.1);
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 15px;
  color: #e6c978;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.google-review-copy {
  display: flex;
  flex-direction: column;
}

.google-review-copy strong {
  font-size: 16px;
  line-height: 1.8;
}

.google-review-copy small {
  color: rgb(255 255 255 / 0.68);
  direction: rtl;
  font-size: 11px;
}

.google-review-mark {
  align-items: center;
  background: white;
  border-radius: 50%;
  color: #4285f4;
  direction: ltr;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.review-divider {
  align-items: center;
  color: rgb(37 48 44 / 0.42);
  display: grid;
  font-size: 11px;
  gap: 12px;
  grid-template-columns: 1fr auto 1fr;
  margin: 17px 22px;
}

.review-divider::before,
.review-divider::after {
  background: rgb(181 154 104 / 0.32);
  content: "";
  height: 1px;
}

.site-review-card {
  background: rgb(252 247 239 / 0.9);
  border: 1px solid rgb(181 154 104 / 0.38);
  border-radius: 24px;
  padding: 24px;
}

.site-review-heading > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
}

.site-review-heading h3 {
  color: var(--emerald);
  font-size: 20px;
  line-height: 1.7;
  margin: 3px 0 4px;
}

.site-review-heading p {
  color: rgb(37 48 44 / 0.62);
  font-size: 12px;
  line-height: 1.9;
  margin: 0;
}

.review-form {
  margin-top: 22px;
}

.rating-fieldset {
  border: 0;
  margin: 0 0 18px;
  padding: 0;
}

.rating-fieldset legend,
.form-field > span {
  color: var(--charcoal);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.rating-fieldset legend > span,
.form-field b {
  color: #a24d42;
}

.form-field small {
  color: rgb(37 48 44 / 0.48);
  font-size: 10px;
  font-weight: 500;
}

.rating-options {
  direction: rtl;
  display: flex;
  gap: 8px;
}

.rating-option {
  align-items: center;
  background: white;
  border: 1px solid rgb(181 154 104 / 0.42);
  border-radius: 12px;
  color: #c8c1b6;
  cursor: pointer;
  display: flex;
  font-size: 23px;
  height: 46px;
  justify-content: center;
  transition: border-color 140ms ease, color 140ms ease, transform 140ms ease;
  width: 46px;
}

.rating-option:hover,
.rating-option.is-active {
  border-color: var(--gold);
  color: #c69f45;
  transform: translateY(-1px);
}

.rating-option:has(input:focus-visible) {
  outline: 3px solid rgb(181 154 104 / 0.45);
  outline-offset: 2px;
}

.form-field {
  display: block;
  margin-top: 16px;
}

.form-field input,
.form-field textarea {
  background: white;
  border: 1px solid rgb(181 154 104 / 0.42);
  border-radius: 14px;
  color: var(--charcoal);
  font: inherit;
  font-size: 13px;
  outline: 0;
  padding: 13px 14px;
  transition: border-color 140ms ease, box-shadow 140ms ease;
  width: 100%;
}

.form-field textarea {
  line-height: 1.9;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgb(37 48 44 / 0.38);
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgb(181 154 104 / 0.13);
}

.review-safety-note {
  color: rgb(37 48 44 / 0.52);
  font-size: 10px;
  line-height: 1.8;
  margin: 8px 2px 14px;
}

.consent-field {
  align-items: flex-start;
  color: rgb(37 48 44 / 0.68);
  cursor: pointer;
  display: flex;
  font-size: 11px;
  gap: 9px;
  line-height: 1.8;
}

.consent-field input {
  accent-color: var(--emerald);
  flex: 0 0 auto;
  height: 16px;
  margin: 3px 0 0;
  width: 16px;
}

.review-submit {
  background: var(--gold);
  border: 0;
  border-radius: 14px;
  color: #102f2a;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  margin-top: 18px;
  min-height: 52px;
  padding: 0 18px;
  transition: background 140ms ease, transform 140ms ease;
  width: 100%;
}

.review-submit:hover:not(:disabled) {
  background: #c3aa79;
  transform: translateY(-1px);
}

.review-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.review-submit:focus-visible,
.consent-field input:focus-visible {
  outline: 3px solid rgb(181 154 104 / 0.5);
  outline-offset: 3px;
}

.form-feedback {
  font-size: 11px;
  line-height: 1.8;
  margin: 10px 2px 0;
  min-height: 20px;
}

.form-feedback.success {
  color: #287058;
}

.form-feedback.error {
  color: #a24d42;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.honeypot-field {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

footer {
  border-top: 1px solid rgb(181 154 104 / 0.35);
  margin-top: 34px;
  padding: 23px 5px 4px;
  text-align: center;
}

footer p {
  color: rgb(37 48 44 / 0.68);
  font-size: 12px;
  line-height: 1.9;
  margin: 0 0 7px;
}

a:focus-visible {
  outline: 3px solid rgb(181 154 104 / 0.65);
  outline-offset: 3px;
}

@media (min-width: 760px) {
  .page-content {
    padding-bottom: 56px;
    padding-top: 50px;
  }

  .intake-card {
    padding: 28px;
  }

  .link-list {
    grid-template-columns: 1fr 1fr;
  }

  .link-card:nth-child(2) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 390px) {
  .page-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .intake-card {
    padding: 20px;
  }

  .intake-copy h2 {
    font-size: 19px;
  }

  .link-card {
    gap: 10px;
    grid-template-columns: 44px 1fr 24px;
  }

  .link-icon {
    height: 44px;
    width: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
