:root{--navy: #1e3a5f;--navy-light: #2c5282;--gold: #c9a227;--gold-hover: #b8921f;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-600: #475569;--gray-800: #1e293b;--shadow: 0 4px 20px rgba(30, 58, 95, .08);--shadow-lg: 0 10px 40px rgba(30, 58, 95, .12);--font: "Vazirmatn", system-ui, sans-serif;--radius: 12px;--transition: .25s ease}*{box-sizing:border-box}html{scroll-behavior:smooth}section[id]{scroll-margin-top:72px}body{margin:0;font-family:var(--font);font-weight:400;line-height:1.7;color:var(--gray-800);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:var(--navy);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--navy-light)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);padding:.75rem 1.5rem}.site-header .wrap{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header .logo{font-weight:700;font-size:1.1rem;color:var(--navy)}.site-header nav{display:flex;align-items:center;gap:1.5rem}.site-header nav a{font-size:.95rem;color:var(--gray-800)}.site-header .cta-header{display:flex;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem 1.25rem;font-family:var(--font);font-size:.95rem;font-weight:500;border-radius:var(--radius);border:none;cursor:pointer;transition:all var(--transition);text-decoration:none;-webkit-tap-highlight-color:transparent}.btn:focus-visible{outline:2px solid var(--navy);outline-offset:2px}.btn-primary{background:var(--gold);color:var(--white)}.btn-primary:hover{background:var(--gold-hover);transform:translateY(-1px);box-shadow:var(--shadow)}.btn-primary:active{transform:translateY(0)}.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-outline:active{opacity:.9}section:not(.hero){padding:4rem 1.5rem;max-width:900px;margin:0 auto;opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}section:not(.hero).visible{opacity:1;transform:translateY(0)}section:not(.hero) h2{font-size:1.75rem;font-weight:700;color:var(--navy);margin:0 0 1.5rem;line-height:1.35}section:not(.hero) h3{font-size:1.2rem;font-weight:600;color:var(--navy);margin:1.5rem 0 .5rem}section:not(.hero) p{margin:0 0 1rem;color:var(--gray-600)}section:not(.hero) p:last-child{margin-bottom:0}.section-intro{margin-bottom:2rem}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:80px;padding-bottom:3rem;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0;background:linear-gradient(145deg,#0f172a,#1e3a5f,#0f172a)}.hero-bg canvas{width:100%!important;height:100%!important;display:block}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0f172abf,#0f172aeb,#0f172afa);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:640px;padding:0 1.25rem;display:flex;flex-direction:column;align-items:center}.hero-image-wrap{margin-bottom:1.5rem}.hero .hero-image{width:100%;max-width:280px;border-radius:var(--radius);box-shadow:0 24px 48px #00000059;object-fit:cover;aspect-ratio:4/5;border:2px solid rgba(201,162,39,.4)}.hero-title{font-size:clamp(1.6rem,4.5vw,2.35rem);font-weight:700;color:var(--white);margin:0 0 1rem;line-height:1.4;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-title-accent{color:var(--gold);font-weight:600}.hero-subheadline{font-size:1rem;color:#ffffffe6;max-width:540px;margin:0 auto 1rem;line-height:1.85}.hero-empathy{max-width:500px;margin:0 auto 1.75rem;font-size:.95rem;color:#fffc;line-height:1.8}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.hero-cta .btn-primary{box-shadow:0 4px 20px #c9a22766}.btn-light{color:#fffffff2;border-color:#ffffff80}.btn-light:hover{background:#ffffff26;color:var(--white);border-color:var(--white)}.hero-scroll-hint{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:1}.hero-scroll-line{display:block;width:1px;height:48px;background:linear-gradient(to bottom,rgba(201,162,39,.8),transparent);border-radius:2px;animation:hero-scroll-pulse 2s ease-in-out infinite}@keyframes hero-scroll-pulse{0%,to{opacity:.5;transform:scaleY(.8);transform-origin:top}50%{opacity:1;transform:scaleY(1);transform-origin:top}}.hero-bg-fallback{background:linear-gradient(145deg,#0f172a,#1e3a5f 45%,#0f172a)}.hero-bg-fallback .hero-overlay{background:linear-gradient(180deg,#0f172a80,#0f172ae0)}@media(max-width:768px){.hero{padding-top:72px;padding-bottom:2.5rem}.hero .hero-image{max-width:220px}.hero-title{font-size:1.5rem}.hero-subheadline,.hero-empathy{font-size:.9rem}.hero-cta{flex-direction:column;width:100%;max-width:280px}.hero-cta .btn{width:100%}.hero-scroll-hint{bottom:1rem}}@media(min-width:900px){.hero-content{max-width:720px}.hero .hero-image{max-width:320px}}.about .about-wrap{display:grid;grid-template-columns:200px 1fr;gap:2rem;align-items:start;margin-top:1rem}.about .about-wrap.no-photo{grid-template-columns:1fr}@media(max-width:600px){.about .about-wrap{grid-template-columns:1fr;text-align:center}.about .about-photo{margin:0 auto}}.about .about-photo{width:200px;height:200px;border-radius:50%;object-fit:cover;box-shadow:var(--shadow);border:3px solid var(--gray-100)}.about .about-badges{margin:1rem 0;display:flex;flex-wrap:wrap;gap:.5rem}.about .about-badges span{display:inline-block;background:var(--gray-100);color:var(--navy);padding:.35rem .75rem;border-radius:999px;font-size:.9rem;font-weight:500}.about ul{list-style:none;padding:0;margin:1.5rem 0 0}.about li{position:relative;padding-right:1.5rem;margin-bottom:.75rem;color:var(--gray-600)}.about li:before{content:"";position:absolute;right:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--gold)}.practice-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-top:1.5rem}.practice-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.25rem;transition:box-shadow var(--transition),transform var(--transition)}.practice-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.practice-card-wide{grid-column:1 / -1}.practice-card h3{margin-top:0}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;margin-top:1.5rem}.advantage-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);transition:box-shadow var(--transition)}.advantage-card:hover{box-shadow:var(--shadow-lg)}.advantage-card h3{font-size:1.05rem;margin-top:0}.steps{margin-top:1.5rem}.step{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.step-num{flex-shrink:0;width:40px;height:40px;background:var(--navy);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.step h3{margin:0 0 .35rem;font-size:1.1rem}.step p{margin:0;font-size:.95rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.result-card{background:var(--gray-50);border-radius:var(--radius);padding:1rem;border-right:4px solid var(--gold)}.testimonials{margin-top:1.5rem}.testimonial{background:var(--gray-50);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem;border:1px solid var(--gray-200)}.testimonial blockquote{margin:0 0 .75rem;font-size:.95rem;color:var(--gray-600);font-style:normal}.testimonial cite{font-size:.85rem;color:var(--navy);font-style:normal}.consultations-list{margin-top:1.5rem}.consultation-item{background:var(--gray-50);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem;border-right:4px solid var(--gold)}.consultation-item .date{font-size:.85rem;color:var(--navy);font-weight:600;margin-bottom:.5rem}.consultation-item .q{font-weight:500;color:var(--gray-800);margin-bottom:.5rem}.consultation-item .a{font-size:.95rem;color:var(--gray-600);margin:0}.faq-list{margin-top:1.5rem}.faq-item{border-bottom:1px solid var(--gray-200);padding:1rem 0}.faq-item summary{font-weight:600;color:var(--navy);cursor:pointer;list-style:none;padding:.25rem 0}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:" +";float:left;margin-left:.5rem}.faq-item[open] summary:after{content:" −"}.faq-item p{margin:.75rem 0 0;padding-right:1.5rem;font-size:.95rem}.articles-list{margin-top:1.5rem}.article-item{padding:1rem 0;border-bottom:1px solid var(--gray-200)}.article-item:last-child{border-bottom:none}.article-item h3{margin:0 0 .5rem;font-size:1.05rem}.article-item h3 a{color:var(--navy)}.article-item h3 a:hover{color:var(--gold)}.article-item p{margin:0;font-size:.9rem}.article-item .article-meta{margin-top:.5rem!important;font-size:.85rem!important;color:var(--gray-600)}.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem;align-items:start}@media(max-width:700px){.contact-wrap{grid-template-columns:1fr}}.contact-info{background:var(--gray-50);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--gray-200)}.contact-info p{margin:.5rem 0;font-size:.95rem}.contact-link{color:var(--navy);font-weight:500;text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--transition),color var(--transition)}.contact-link:hover{color:var(--gold-hover);border-bottom-color:var(--gold)}.contact-tel:focus-visible,.contact-wa:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:2px}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{font-weight:500;color:var(--navy);font-size:.9rem}.contact-form input,.contact-form select,.contact-form textarea{font-family:var(--font);padding:.65rem .85rem;border:1px solid var(--gray-200);border-radius:8px;font-size:1rem;direction:rtl}.contact-form textarea{min-height:100px;resize:vertical}.contact-form button[type=submit]{width:100%;padding:.85rem;font-size:1rem}.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:90;background:#fffffffa;padding:.75rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));box-shadow:0 -4px 20px #00000014;gap:.75rem;justify-content:center;align-items:center}@media(max-width:768px){.sticky-cta{display:flex}body{padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}}.sticky-cta .btn{flex:1;max-width:160px;min-height:48px}.site-footer{background:var(--navy);color:var(--white);padding:2rem 1.5rem;margin-top:3rem}.site-footer .wrap{max-width:900px;margin:0 auto;text-align:center}.site-footer a{color:#ffffffe6}.site-footer a:hover{color:var(--white)}.site-footer nav{margin-bottom:1rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem}.site-footer .copy{font-size:.9rem;opacity:.9;margin:0}@media(max-width:900px){.site-header .wrap{flex-wrap:wrap;justify-content:space-between}.site-header nav.nav-links{order:3;width:100%;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--gray-200);flex-wrap:wrap;gap:.75rem;justify-content:center}.site-header nav.nav-links a{font-size:.9rem}.cta-header{flex-shrink:0}}@media(max-width:600px){.site-header{padding:.5rem 1rem}.site-header .logo{font-size:.95rem}.site-header .cta-header .btn{padding:.5rem .85rem;font-size:.9rem;min-height:40px}.site-header nav.nav-links a{font-size:.85rem}section:not(.hero){padding:3rem 1rem}}
