@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/vazirmatn-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/vazirmatn-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/vazirmatn-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/vazirmatn-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/vazirmatn-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/vazirmatn-6.ttf) format('truetype');
}

*, ::before, ::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; tab-size: 4; }
body, h1, h2, h3, p { margin: 0; }
button { color: inherit; background: transparent; border: 0; }
img, svg { display: block; vertical-align: middle; }
img { max-width: 100%; }
[hidden] { display: none !important; }


:root { --background: #fcfdf9; --foreground: #203e2b; --primary: #315c3b; --primary-foreground: #fff; --muted: #eff4eb; --muted-foreground: #606f60; --border: #dfe6da; --ring: #52773f; --mint: #e8f1df; --lime: #d7ebbb; --card: #fff; --card-foreground: #203e2b; --radius: 1rem; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--foreground); background: var(--background); font-family: 'Vazirmatn', Tahoma, sans-serif; font-size: 16px; line-height: 1.9; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid #6f9552; outline-offset: 5px; }
::selection { background: #cce6b2; color: #203e2b; }
h1, h2, h3, p { margin: 0; }
svg { flex-shrink: 0; }
.container { width: min(1184px, calc(100% - 88px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; z-index: 100; background: white; padding: 12px 24px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--border); background: #fcfdf9f2; backdrop-filter: blur(16px); }
.header-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; gap: 11px; align-items: center; flex-shrink: 0; }
.brand-mark { width: 45px; height: 48px; display: grid; place-items: center; background: #e4eedb; border-radius: 15px 15px 5px 15px; }
.brand-mark svg { width: 28px; height: 28px; stroke-width: 1.7; }
.brand strong { display: block; font-size: 23px; line-height: 1.4; font-weight: 800; }
.brand-dot { color: #78a44f; }
.brand small { font-size: 12px; color: #6d7667; }
.desktop-nav { display: flex; gap: 26px; font-size: 14px; font-weight: 500; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: #789950; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 17px; min-height: 54px; padding: 12px 23px; border: 1px solid var(--primary); background: var(--primary); color: #fff; border-radius: 9px; font-size: 14px; font-weight: 600; transition: background .2s, transform .2s; }
.button:hover { background: #23432b; transform: translateY(-2px); }
.header-cta { min-height: 44px; padding: 8px 19px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; color: var(--foreground); }
.mobile-nav { display: none; }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: center; padding-top: 64px; padding-bottom: 68px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #587248; font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.status-dot { width: 7px; height: 7px; background: #719b4c; border-radius: 50%; box-shadow: 0 0 0 5px #eaf2e2; margin-inline: 5px; }
h1 { font-size: clamp(35px, 3.65vw, 51px); font-weight: 900; line-height: 1.7; letter-spacing: -1.7px; }
h1 span { color: #718f4f; }
.hero-intro { font-size: 20px; font-weight: 600; margin-top: 22px; margin-bottom: 9px; }
.hero-description { color: #657060; max-width: 510px; font-size: 16px; line-height: 2.15; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.text-link:hover { color: #749448; }
.hero-notes { display: flex; gap: 23px; margin-top: 25px; font-size: 12px; color: #6b7564; }
.hero-notes span { display: flex; align-items: center; gap: 6px; }
.hero-notes svg { color: #6c9050; }
.hero-visual { position: relative; padding-top: 20px; padding-bottom: 33px; }
.hero-photo { width: 100%; height: 410px; object-fit: cover; border-radius: 110px 16px 16px 16px; display: block; }
.photo-label { position: absolute; right: 21px; top: 0; z-index: 1; font-size: 12px; padding: 9px 17px; border-radius: 6px; background: #f3f8ed; border: 1px solid #dbe6d0; display: flex; align-items: center; gap: 9px; }
.photo-label span { width: 6px; height: 6px; border-radius: 50%; background: #7d9c5a; }
.visual-caption { position: absolute; bottom: 25px; left: -20px; right: 45px; padding: 16px 21px; display: flex; align-items: center; gap: 13px; background: #fbfef6f5; box-shadow: 0 10px 30px #29442c0c; border: 1px solid #e0e8d6; border-radius: 11px; }
.caption-icon { background: #e7efd9; border-radius: 10px; width: 46px; height: 46px; display: grid; place-items: center; }
.visual-caption strong { display: block; font-size: 15px; }
.visual-caption small { display: block; font-size: 12px; color: #758168; }
.visual-caption > svg { margin-right: auto; color: #789256; }
.visual-footnote { display: block; position: absolute; bottom: -2px; left: 0; letter-spacing: 1.6px; color: #6e7b62; font-size: 12px; }
.focus-strip { background: #f0f5e9; border-block: 1px solid #e5ebdb; }
.focus-strip .container { display: flex; justify-content: space-between; align-items: center; min-height: 86px; gap: 20px; }
.focus-strip span { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; }
.focus-strip span:first-child { color: #738067; font-size: 13px; }
.focus-strip svg { width: 21px; stroke-width: 1.5; }
.focus-strip i { width: 4px; height: 4px; background: #bacaa8; border-radius: 100%; }
.section { padding-block: 91px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
h2 { font-size: clamp(27px, 2.65vw, 36px); font-weight: 800; letter-spacing: -.9px; line-height: 1.7; }
.section-heading p { color: #6c7866; font-size: 16px; margin-bottom: 6px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { border: 1px solid var(--border); background: #fff; border-radius: 14px; padding: 26px 26px 0; display: flex; flex-direction: column; }
.service-card:nth-child(2) { background: #f0f6e9; border-color: #d7e3cb; }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.service-icon { background: #eef4e7; width: 53px; height: 53px; border-radius: 13px; display: grid; place-items: center; color: #628344; }
.service-card:nth-child(2) .service-icon { background: #dfeccd; }
.number { color: #829175; font-size: 14px; }
h3 { font-size: 20px; font-weight: 700; }
.service-card > p { color: #6a7463; font-size: 16px; line-height: 2.1; margin-top: 11px; }
.service-card ul { list-style: none; padding: 0; margin: 21px 0 25px; }
.service-card li { display: flex; align-items: baseline; gap: 7px; font-size: 14px; margin-bottom: 9px; color: #4d6043; }
.service-card li svg { position: relative; top: 3px; }
.service-bottom { margin-top: auto; border-top: 1px solid var(--border); padding-block: 18px; font-size: 13px; display: flex; justify-content: space-between; gap: 12px; align-items: center; font-weight: 500; }
.service-bottom:hover { color: #799d55; }
.website-section { padding-block: 73px; background: #edf3e6; }
.website-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.website-copy h2 span { color: #6b8549; }
.website-copy p { color: #627057; margin-top: 19px; font-size: 16px; line-height: 2.1; }
.website-copy .text-link { margin-top: 24px; }
.website-checklist { background: #fcfef8; border: 1px solid #d8e2cc; padding: 0 25px; border-radius: 15px; box-shadow: 0 9px 0 -4px #dce7d2; }
.checklist-head { display: flex; align-items: center; gap: 10px; padding-block: 22px; border-bottom: 1px solid var(--border); }
.checklist-head strong { font-size: 15px; }
.checklist-head > span { font-size: 12px; color: #68765c; background: #edf3e6; border-radius: 4px; padding: 2px 8px; margin-right: auto; }
.checklist-row { display: flex; align-items: baseline; gap: 14px; padding-block: 20px; border-bottom: 1px solid #e7ecdf; }
.checklist-num { font-size: 12px; color: #7c8b6a; }
.checklist-row h3 { font-size: 16px; }
.checklist-row p { color: #68765c; font-size: 14px; line-height: 1.9; margin-top: 4px; }
.checklist-row > svg { color: #739956; align-self: center; }
.checklist-note { display: flex; align-items: center; gap: 9px; font-size: 12px; padding-block: 16px; color: #62754f; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 31px; }
.step-line { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid #dce5d4; margin-bottom: 20px; color: #99ad85; }
.step-line span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #dce5d4; border-radius: 50%; font-size: 15px; color: #587b3f; }
.process-step:last-child .step-line svg { visibility: hidden; }
.process-step h3 { font-size: 19px; }
.process-step p { font-size: 16px; line-height: 2.1; color: #69765f; margin-top: 9px; }
.process-note { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 15px 22px; margin-top: 35px; background: #f2f6ed; border-radius: 7px; color: #647654; font-size: 14px; }
.about-section { background: #e6efdc; border-radius: 20px; padding: 43px 60px; display: grid; grid-template-columns: 1fr 1.75fr; gap: 67px; }
.about-heading { border-left: 1px solid #cedebf; padding-left: 45px; }
.about-heading .eyebrow { font-size: 14px; }
.monogram { position: relative; width: 84px; height: 84px; background: #cddbba; color: #47713f; border-radius: 50%; font-size: 38px; line-height: 1; display: flex; align-items: center; justify-content: center; gap: 6px; margin: 4px 0 19px; }
.monogram > svg { position: absolute; width: 22px; height: 22px; top: -5px; right: -2px; }
.monogram > span { transform: translateY(5px); }
.about-heading h2 { font-size: 29px; }
.about-heading p { color: #617353; font-size: 14px; margin-bottom: 16px; }
.about-content { position: relative; align-self: center; }
.quote-mark { font-size: 96px; height: 52px; line-height: 1; color: #b4c99c; display: block; font-family: Georgia, serif; }
.about-content h3 { font-size: 25px; margin-bottom: 16px; }
.about-content p { font-size: 16px; color: #586b4c; margin-bottom: 13px; line-height: 2.15; }
.about-values { display: flex; gap: 27px; border-top: 1px solid #cedebf; margin-top: 24px; padding-top: 20px; }
.about-values span { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.preparation { display: grid; grid-template-columns: 1fr 1.5fr; gap: 90px; }
.preparation > div > p { color: #6b7761; font-size: 16px; margin-top: 17px; }
.preparation-items > div { display: flex; gap: 24px; padding-block: 19px; border-bottom: 1px solid var(--border); }
.preparation-items > div:first-child { padding-top: 0; }
.preparation-items > div > span { color: #81966a; font-size: 14px; padding-top: 4px; }
.preparation-items h3 { font-size: 18px; }
.preparation-items p { color: #68765c; font-size: 16px; margin-top: 7px; }
.faq-section { background: #f1f5eb; padding-block: 72px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.65fr; gap: 80px; align-items: start; }
.faq-grid > div:first-child > p { color: #657459; font-size: 16px; margin-top: 15px; max-width: 260px; }
.faq-grid .text-link { margin-top: 25px; font-size: 14px; }
.faq-list [data-slot='accordion-item'] { border-color: #d9e3d0; }
.faq-question { font-family: inherit; text-align: right; padding: 20px 0; align-items: center; gap: 20px; font-size: 16px; line-height: 1.8; font-weight: 500; }
.faq-question:hover { text-decoration: none; color: #6d8b50; }
.faq-question svg { margin-left: 0 !important; color: #6c8851; }
.faq-answer { color: #647356; font-size: 16px; line-height: 2.1; padding-bottom: 22px; padding-left: 30px; }
.contact-section { padding-block: 78px; }
.contact-card { background: #2f5037; color: #f5faed; padding: 48px 54px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 16px; }
.contact-card .eyebrow { color: #c6d9b0; font-size: 14px; }
.contact-card h2 { font-size: 33px; }
.contact-card p { color: #c4d1bd; font-size: 16px; margin-top: 14px; line-height: 2.1; }
.contact-action { text-align: center; }
.contact-phone { display: flex; align-items: center; justify-content: center; gap: 15px; border-radius: 8px; background: #d8eabc; color: #2f5037; padding: 15px 22px; font-size: 26px; font-weight: 700; white-space: nowrap; transition: background .2s; }
.contact-phone:hover { background: #e5f3d1; }
.contact-action > span { display: block; color: #c1d1b3; font-size: 12px; margin-top: 11px; }
.sms-link { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; margin-top: 19px; color: #d8e5ca; }
.site-footer { border-top: 1px solid var(--border); }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr .75fr; gap: 50px; padding-block: 45px; }
.footer-brand p { font-size: 14px; color: #69775e; margin-top: 17px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 14px; color: #65735a; }
.footer-links strong { color: #38532f; font-size: 14px; margin-bottom: 6px; }
.footer-links a:hover { color: #2f5037; }
.trust-wrap { text-align: center; }
.trust-seal { min-height: 112px; width: 118px; margin-inline: auto; border: 1px solid var(--border); background: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 8px; }
.trust-seal img { max-width: 100px; max-height: 120px; object-fit: contain; }
.trust-wrap > span { font-size: 12px; color: #6b7a60; display: flex; align-items: center; justify-content: center; gap: 3px; margin-top: 8px; }
.seal-fallback { font-size: 14px; display: flex; flex-direction: column; align-items: center; gap: 9px; }
.footer-bottom { border-top: 1px solid var(--border); padding-block: 19px; display: flex; justify-content: space-between; font-size: 12px; color: #6a795c; gap: 20px; }
.footer-bottom a { display: flex; align-items: center; gap: 8px; }

@media (min-width: 1500px) { .hero { padding-block: 80px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 56px); }
  .desktop-nav { gap: 16px; font-size: 14px; }
  .hero { gap: 35px; }
  .hero-actions { gap: 17px; flex-wrap: wrap; }
  .hero-photo { height: 400px; }
  .hero-notes { gap: 14px; }
  .service-card { padding: 20px 20px 0; }
  .service-card h3 { font-size: 18px; }
  .website-grid, .faq-grid { gap: 45px; }
  .contact-card { padding: 38px 32px; }
  .contact-phone { font-size: 23px; padding: 13px 16px; gap: 12px; }
  .footer-main { gap: 25px; }
  .about-section { gap: 35px; padding: 40px; }
}
@media (max-width: 820px) {
  .desktop-nav { display: none; }
  .header-cta { margin-right: auto; }
  .menu-toggle { display: grid; place-items: center; }
  .header-inner { min-height: 80px; gap: 14px; }
  .mobile-nav { display: grid; background: #fcfdf9; border-top: 1px solid var(--border); padding: 10px 28px 18px; }
  .mobile-nav a { padding: 10px 0; display: flex; align-items: center; justify-content: space-between; }
  .hero { gap: 40px; grid-template-columns: 1fr; padding-block: 45px; }
  .hero-copy { max-width: 580px; }
  h1 { font-size: 44px; }
  .hero-photo { height: 380px; }
  .hero-visual { max-width: 590px; width: 100%; justify-self: center; }
  .visual-caption { left: 20px; }
  .focus-strip .container { flex-wrap: wrap; padding-block: 20px; justify-content: center; gap: 14px 25px; }
  .focus-strip span:first-child { width: 100%; justify-content: center; }
  .focus-strip i { display: none; }
  .section { padding-block: 65px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 25px 28px 0; }
  .service-card h3 { font-size: 22px; }
  .website-grid, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .website-copy { max-width: 590px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .about-section { grid-template-columns: 1fr; gap: 30px; }
  .about-heading { border-left: 0; border-bottom: 1px solid #cedebf; padding: 0 0 25px; }
  .about-heading .eyebrow { display: block; }
  .preparation { grid-template-columns: 1fr; gap: 35px; }
  .faq-grid > div:first-child > p { max-width: none; }
  .contact-card { flex-direction: column; align-items: stretch; gap: 30px; }
  .contact-action { align-self: flex-start; }
  .footer-main { grid-template-columns: 1.3fr 1fr; gap: 30px; }
  .trust-wrap { justify-self: start; }
}
@media (max-width: 520px) {
  .container { width: calc(100% - 36px); }
  .header-inner { gap: 8px; min-height: 76px; }
  .brand strong { font-size: 20px; }
  .brand small { font-size: 12px; }
  .brand { gap: 8px; }
  .brand-mark { width: 37px; height: 42px; }
  .header-cta { font-size: 12px; padding: 8px 11px; min-height: 40px; }
  .header-cta svg { display: none; }
  .menu-toggle { padding: 7px 0 7px 7px; }
  .hero { padding-top: 34px; gap: 26px; }
  .eyebrow { font-size: 14px; }
  h1 { font-size: clamp(29px, 8.3vw, 40px); letter-spacing: -1px; }
  .hero-intro { font-size: 18px; margin-top: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; margin-top: 21px; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .hero-notes { font-size: 12px; gap: 15px; flex-wrap: wrap; }
  .hero-photo { height: 300px; border-top-left-radius: 80px; }
  .visual-caption { right: 18px; left: 12px; padding: 12px; gap: 10px; }
  .visual-caption strong { font-size: 14px; }
  .visual-caption small { font-size: 12px; }
  .caption-icon { width: 37px; height: 40px; }
  .focus-strip .container { gap: 14px 20px; }
  .focus-strip span { font-size: 14px; }
  .focus-strip svg { width: 18px; }
  .section { padding-block: 52px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 26px; }
  h2 { font-size: 28px; }
  .service-card { padding: 23px 21px 0; }
  .website-section, .faq-section { padding-block: 50px; }
  .website-checklist { padding-inline: 17px; }
  .checklist-head { gap: 8px; }
  .checklist-head > span { display: none; }
  .checklist-row { gap: 10px; }
  .process-grid { gap: 25px 21px; }
  .process-step h3 { font-size: 17px; }
  .process-note { align-items: flex-start; text-align: right; }
  .process-note svg { margin-top: 4px; }
  .about-section { padding: 28px 24px; border-radius: 13px; }
  .about-content h3 { font-size: 23px; }
  .about-values { flex-wrap: wrap; gap: 16px 22px; }
  .preparation-items > div { gap: 16px; }
  .faq-answer { padding-left: 5px; }
  .contact-section { padding-block: 50px; }
  .contact-card { padding: 29px 23px; }
  .contact-card h2 { font-size: 27px; }
  .contact-action { align-self: stretch; }
  .contact-phone { font-size: 23px; gap: 10px; padding-inline: 10px; }
  .contact-phone svg { width: 20px; }
  .footer-main { gap: 29px 20px; grid-template-columns: 1fr 1fr; padding-top: 33px; }
  .footer-brand { grid-column: 1 / -1; }
  .trust-wrap { grid-column: 1 / -1; justify-self: center; }
  .footer-bottom { flex-wrap: wrap; gap: 12px; }
}
@media (max-width: 370px) { .header-cta { display: none; } .menu-toggle { margin-right: auto; } .process-grid { grid-template-columns: 1fr; } .contact-phone { font-size: 20px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }


.faq-question { display: flex; justify-content: space-between; cursor: pointer; list-style: none; border-radius: 8px; }
.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { content: ''; }
.faq-question:focus-visible { outline: 3px solid #6f9552; outline-offset: 4px; }
.faq-list details:not(:last-child) { border-bottom: 1px solid #d9e3d0; }
.faq-toggle { width: 10px; height: 10px; flex-shrink: 0; border-left: 1.5px solid #6c8851; border-bottom: 1.5px solid #6c8851; transform: rotate(-45deg); margin: 0 4px 5px; }
details[open] > summary .faq-toggle { transform: rotate(135deg); margin-top: 5px; }
