@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap");
:root{font-family:Vazirmatn,Tahoma,sans-serif;color:#123b40;background:#f0faf6;font-synthesis:none}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 3% 4%,#d8f4f5 0,transparent 34%),radial-gradient(circle at 96% 1%,#fdf2ce 0,transparent 27%),#f0faf6}
a{color:inherit;text-decoration:none}
a:focus-visible,summary:focus-visible{outline:3px solid #21a998;outline-offset:4px}
.site-header{max-width:1160px;margin:auto;padding:20px 26px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:9px;font-weight:900;line-height:1.3}
.brand img{object-fit:contain}
.brand small{display:block;font-size:10px;font-weight:600;color:#568080}
.site-header nav{display:flex;gap:10px;align-items:center;font-size:12px;color:#638486}
.site-header nav a:hover,.text-link:hover,footer a:hover{text-decoration:underline}
.header-action{border:1px solid #9ccfbd;padding:10px 16px;border-radius:11px;font-size:12px;font-weight:800}
.header-action:hover{background:#e0f3e9}
main{max-width:1120px;margin:auto;padding:0 26px}
.hero{min-height:490px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:center;gap:20px;padding:30px 0 55px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#1b887b;font-size:12px;font-weight:900;letter-spacing:.01em}
.eyebrow:before{content:"";height:7px;width:7px;border-radius:50%;background:#e5a54a}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(39px,5.7vw,74px);letter-spacing:-.06em;line-height:1.35;margin:16px 0 21px;max-width:670px}
h1 em{font-style:normal;color:#1b9d87}
.hero-copy>p{font-size:16px;line-height:2.15;color:#436b6c;max-width:590px}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px;margin:26px 0}
.primary{display:inline-flex;align-items:center;gap:30px;justify-content:space-between;background:#163e42;color:#fff;padding:15px 22px;border-radius:13px;box-shadow:0 5px 0 #b7d6c9;font-weight:800;font-size:14px;min-height:52px}
.primary:hover{background:#1b5a58}
.text-link{color:#1a736b;font-weight:800;font-size:13px}
.hero-facts{display:flex;gap:22px;flex-wrap:wrap;color:#6e8b89;font-size:12px}
.hero-facts span{display:flex;align-items:baseline;gap:5px}
.hero-facts strong{font-size:22px;color:#1c625c}
.hero-art{margin:0;display:grid;place-items:center;position:relative;min-height:450px}
.art-halo{position:absolute;width:88%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#c9ece1,#daefdf 60%,transparent 72%);filter:blur(2px)}
.hero-art img{position:relative;width:min(360px,90%);height:auto;max-height:470px;object-fit:contain;filter:drop-shadow(0 22px 20px #1a5a4344)}
.hero-art figcaption{position:absolute;bottom:0;right:10px;padding:11px 15px;border:1px solid #c5e3d8;background:#f9fffc;border-radius:12px;font-size:11px;font-weight:700;box-shadow:0 10px 25px #265d4c19}
.section{padding:75px 0;border-top:1px solid #cbe3dc}
.section-heading{max-width:700px}
h2{font-size:clamp(27px,3.8vw,42px);line-height:1.45;letter-spacing:-.035em;margin:13px 0}
.section-heading p,.story p,.closing p{color:#4b7271;line-height:2;font-size:15px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px}
.steps article{padding:23px;border:1px solid #cde5dc;background:#ffffffc9;border-radius:17px}
.step-number{font-size:23px;font-weight:900;color:#23a68d}
h3{font-size:17px;margin:13px 0 8px}
.steps p{color:#567978;font-size:13px;line-height:2;margin:0}
.story{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.case-note{background:#153e42;color:#f5fbf7;border-radius:22px;padding:31px;box-shadow:12px 12px 0 #c6e5d3}
.case-note>span:first-child{font-size:12px;color:#97dbc4;font-weight:800}
.case-note ol{padding:0 20px 0 0;line-height:3;font-size:15px;font-weight:700}
.case-note li::marker{color:#f0c580}
.case-note-foot{font-size:12px;color:#a7d4d0;line-height:2}
.questions{max-width:780px;margin:auto}
.questions details{border-bottom:1px solid #c7e3d8;padding:10px 0}
.questions summary{padding:14px 0;font-weight:800;cursor:pointer}
.questions details p{font-size:14px;line-height:2;color:#507575}
.closing{margin:5px 0 70px;padding:48px;background:linear-gradient(125deg,#d4f1e1,#e2f4ee,#f6ebd0);border-radius:24px;text-align:center}
.closing h2{margin:14px 0}
.closing .primary{margin:15px auto 0}
footer{border-top:1px solid #c7e3d8;display:flex;justify-content:space-between;gap:20px;color:#648181;font-size:12px;max-width:1120px;margin:auto;padding:25px 26px 45px}
footer a{font-weight:900;color:#205e5b}
@media(max-width:720px){
  .site-header{padding:13px 17px}.site-header nav{display:none}.header-action{padding:9px 11px}
  main{padding:0 17px}.hero{display:flex;flex-direction:column;align-items:stretch;gap:0;padding-top:25px}
  .hero-art{order:-1;min-height:245px;max-height:285px}.hero-art img{width:210px;max-height:270px}.hero-art figcaption{right:0;bottom:3px;font-size:9px}
  h1{font-size:clamp(35px,9vw,52px);margin:12px 0}.hero-copy>p{font-size:14px}
  .hero-facts{gap:12px}.hero-facts strong{font-size:18px}
  .section{padding:52px 0}.steps,.story{grid-template-columns:1fr;gap:12px}.story{gap:22px}
  .closing{padding:30px 18px;margin-bottom:35px}footer{padding:22px 17px 34px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}