@import url(https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&family=Noto+Kufi+Arabic:wght@500;600;700;800&display=swap);:root{--navy:#071d35;--navy2:#0a2540;--teal:#0f766e;--gold:#d8b25c;--bg:#f6f8fb;--text:#122033;--muted:#64748b;--card:#fff;--border:#d9e2ec}*{box-sizing:border-box}body{margin:0;font-family:Vazirmatn,Tahoma,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.8}body[dir=ltr]{font-family:Inter,Arial,sans-serif}a{text-decoration:none;color:inherit}.container{max-width:1180px;margin:auto;padding:0 22px}.topbar{background:var(--navy);color:#fff;position:sticky;top:0;z-index:50;box-shadow:0 8px 25px #0002}.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:78px}.brand{display:flex;align-items:center;gap:14px;font-weight:800}.logo{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--teal),var(--gold));display:grid;place-items:center;color:#fff;font-size:25px}.brand small{display:block;color:#b8c7d9;font-weight:400}.menu{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.menu a,.lang a{color:#fff;padding:8px 10px;border-radius:12px;font-size:14px}.menu a:hover,.lang a:hover{background:#ffffff18}.lang{display:flex;gap:4px}.hero{background:radial-gradient(circle at 10% 10%,#136f7422,transparent 34%),linear-gradient(135deg,#071d35,#0a2540 62%,#073a45);color:#fff;padding:78px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.hero h1{font-size:46px;line-height:1.35;margin:0 0 12px}.hero p{font-size:18px;color:#d9e8f7}.portrait{background:#ffffff12;border:1px solid #fff2;border-radius:32px;min-height:420px;display:grid;place-items:center;overflow:hidden}.portrait img{width:100%;height:100%;object-fit:cover}.placeholder{color:#d8e2ef;text-align:center;padding:30px}.btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-block;background:var(--teal);color:#fff;padding:12px 18px;border-radius:14px;font-weight:700}.btn.gold{background:var(--gold);color:#071d35}.btn.outline{background:#fff0;border:1px solid #fff6}.section{padding:58px 0}.section h2{font-size:31px;margin:0 0 14px;color:var(--navy2)}.lead{font-size:17px;color:var(--muted);max-width:820px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:25px}.card{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:0 10px 24px #071d3510}.card h3{margin:8px 0;color:var(--navy2)}.card p{color:var(--muted)}.card-img{height:180px;border-radius:18px;background:linear-gradient(135deg,#e6f7f5,#dbeafe);margin-bottom:15px;overflow:hidden;display:grid;place-items:center;color:var(--muted)}.card-img img{width:100%;height:100%;object-fit:cover}.page-hero{background:linear-gradient(135deg,var(--navy),#0f3e4a);color:#fff;padding:56px 0}.page-hero h1{font-size:40px;margin:0}.content-wrap{display:grid;grid-template-columns:1fr 320px;gap:28px}.content-box{background:#fff;border:1px solid var(--border);border-radius:24px;padding:28px}.sidebar{position:sticky;top:100px;align-self:start}.meta-list{list-style:none;padding:0;margin:0}.meta-list li{padding:10px 0;border-bottom:1px solid var(--border)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.gallery img{width:100%;height:150px;object-fit:cover;border-radius:16px;border:1px solid var(--border)}.video-box{position:relative;padding-top:56.25%;background:#111;border-radius:18px;overflow:hidden;margin-top:18px}.video-box iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.appointment-panel{background:linear-gradient(135deg,var(--navy),var(--teal));color:#fff;border-radius:28px;padding:32px;text-align:center}.appointment-panel h2{color:#fff}.footer{background:var(--navy);color:#d8e2ef;padding:38px 0;margin-top:40px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px}.admin-note{background:#fff8df;border:1px solid #f0d27a;padding:12px;border-radius:12px;color:#5c4610}@media(max-width:1050px){.hero-grid,.content-wrap{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.sidebar{position:static}.hero h1{font-size:36px}}@media(max-width:650px){.nav{align-items:flex-start;flex-direction:column}.menu{display:block}.menu a{display:inline-block}.grid,.gallery,.footer-grid{grid-template-columns:1fr}.hero{padding:42px 0}.hero h1{font-size:29px}.portrait{min-height:280px}.section{padding:36px 0}}.about-grid{display:grid;grid-template-columns:320px 1fr;gap:28px;align-items:start;margin-bottom:28px}.about-portrait{width:100%;border-radius:22px;object-fit:cover;max-height:420px;background:#e2e8f0}.mini-gallery .card-img{height:180px}.mini-gallery .card-img img{width:100%;height:100%;object-fit:cover}@media(max-width:800px){.about-grid{grid-template-columns:1fr}.about-portrait{max-height:none}}.hero-image-slot{height:360px}.structured-section{border-top:1px solid var(--border);padding-top:22px;margin-top:24px}.structured-section h2{font-size:25px}.slot-placeholder{border:2px dashed #9bb5c8;background:#f8fbff;border-radius:18px;padding:20px;margin:14px 0;color:#466277;display:grid;gap:6px;min-height:90px;align-content:center}.slot-placeholder strong{color:var(--navy2);font-size:16px}.slot-placeholder span{font-size:14px;color:var(--muted)}.section-map{background:#eefaf8;border:1px solid #b9ebe4;border-radius:20px;padding:18px;margin:0 0 24px}.section-map h3{margin-top:0;color:var(--teal)}.section-map ol{margin:0;padding-inline-start:26px}.wide-image{width:100%;max-height:420px;object-fit:cover;border-radius:20px;border:1px solid var(--border)}.download-list{display:flex;flex-wrap:wrap;gap:12px}.content-box .grid{grid-template-columns:repeat(2,1fr)}@media(max-width:750px){.content-box .grid{grid-template-columns:1fr}.hero-image-slot{height:240px}}.brand-logo{min-width:260px;max-width:340px;padding:6px 0}.brand-logo img{display:block;width:100%;height:auto;max-height:64px;object-fit:contain}.footer-logo{width:260px;max-width:100%;margin-bottom:10px}.footer-logo img{width:100%;height:auto}.brand-wordmark{display:none}.topbar .container.nav{max-width:1280px}.menu{flex:1;justify-content:center}.brand-logo:hover{opacity:.95}.logo-mark-inline{width:72px;height:72px;border-radius:18px;overflow:hidden;display:inline-grid;place-items:center;background:#061A33}.logo-mark-inline img{width:100%;height:100%;object-fit:contain}@media(max-width:1050px){.brand-logo{max-width:300px}.topbar .container.nav{align-items:center}.menu{justify-content:flex-start}}@media(max-width:650px){.brand-logo{max-width:250px}.brand-logo img{max-height:58px}.lang{margin-bottom:10px}}.brand-compact{display:flex;align-items:center;gap:12px;min-width:245px;color:#fff}.brand-mark{width:52px;height:52px;object-fit:contain;border-radius:14px;background:#061A33;padding:4px;border:1px solid #ffffff24;box-shadow:0 6px 18px #0002}.brand-text{display:block;line-height:1.35}.brand-text strong{display:block;font-size:16px;letter-spacing:.1px;color:#fff}.brand-text small{display:block;color:#b8c7d9;font-size:12px;font-weight:400}.brand-logo{display:none!important}.hero h1{font-size:52px;font-weight:900;letter-spacing:-.5px}.hero p:first-of-type{font-size:22px;font-weight:700;color:#fff}.hero p:nth-of-type(2){max-width:760px}@media(max-width:1050px){.hero h1{font-size:42px}.brand-compact{min-width:auto}.brand-text strong{font-size:15px}.brand-text small{font-size:11px}}@media(max-width:650px){.brand-mark{width:46px;height:46px}.brand-text strong{font-size:14px}.brand-text small{display:none}.hero h1{font-size:34px}}.footer-identity{display:flex;gap:12px;align-items:center;margin-bottom:10px}.footer-identity img{width:56px;height:56px;object-fit:contain}.footer-identity strong{display:block;color:#fff}.footer-identity small{display:block;color:#b8c7d9}.footer-brand{display:flex;align-items:center;gap:12px}.footer-mark{width:54px;height:54px;object-fit:contain}.footer-brand strong{font-size:1.05rem;color:#fff}.footer-brand span{color:rgb(255 255 255 / .75);font-size:.9rem}.brand-text strong{letter-spacing:.01em}.menu a.menu-appointment{background:var(--gold);color:#071d35;font-weight:900;padding:10px 16px;box-shadow:0 8px 18px rgb(216 178 92 / .28);border:1px solid rgb(255 255 255 / .2)}.menu a.menu-appointment:hover{background:#f0cc74;color:#071d35;transform:translateY(-1px)}.social-btn{display:inline-flex;align-items:center;gap:9px}.social-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.social-icon svg{width:22px;height:22px;display:block}.btn.whatsapp{background:#25D366;color:#062615}.btn.whatsapp:hover{background:#2ee274}.qr-buttons .btn{min-width:160px;justify-content:center}.qr-landing{padding:42px 30px}.qr-landing p{color:#e7f4f2;margin-top:-6px}.featured-service{border:2px solid var(--gold);box-shadow:0 16px 32px rgb(216 178 92 / .18);position:relative}.featured-service:before{content:'★';position:absolute;top:14px;inset-inline-end:16px;color:var(--gold);font-size:22px}.featured-service h3{color:#08243f}@media(max-width:650px){.menu a.menu-appointment{display:inline-block;margin-top:6px}.qr-buttons .btn{width:100%;min-width:0}.social-icon{width:20px;height:20px}.social-icon svg{width:20px;height:20px}}.archive-group{margin:0 0 44px}.archive-group h2{border-inline-start:6px solid var(--accent);padding-inline-start:14px;margin-bottom:18px}.archive-group:nth-of-type(even) h2{border-color:var(--teal)}.content-wrap{display:block;max-width:1180px;margin:0 auto}.content-box{width:100%;max-width:100%;padding:34px 44px}.sidebar{display:none!important}.content-box p{max-width:980px}.content-box h2{max-width:980px}.article-body{font-size:1.05rem;line-height:2}.disease-full-article{margin-top:26px}.top-main-image{height:420px;margin-bottom:28px;border-radius:24px}.top-main-image img{width:100%;height:100%;object-fit:cover}.about-top-layout{display:block}.about-top-photo{width:100%;max-height:520px;object-fit:cover;border-radius:26px;background:#e2e8f0;margin-bottom:34px;display:block}.featured-wrapper img{width:100%;height:100%;object-fit:cover}.about-full-text{max-width:980px;margin:0 auto 36px}.about-full-text p{text-align:justify}.about-grid{display:block}.section-map{display:none!important}.structured-section .slot-placeholder:only-child{display:none}.content-box .structured-section:has(.slot-placeholder:only-child){display:none}.content-box .grid.mini-gallery{margin-top:22px}@media(max-width:750px){.content-box{padding:24px 20px}.top-main-image{height:260px}.about-top-photo{max-height:360px}.about-full-text{max-width:100%}}body[dir="rtl"],html[lang="fa-IR"] body,html[lang="fa"] body,html[lang="ar"] body{font-family:'Vazirmatn','IRANSansX','Segoe UI',Tahoma,Arial,sans-serif}body[dir="rtl"] h1,body[dir="rtl"] h2,body[dir="rtl"] h3,html[lang="fa-IR"] h1,html[lang="fa-IR"] h2,html[lang="fa-IR"] h3,html[lang="fa"] h1,html[lang="fa"] h2,html[lang="fa"] h3,html[lang="ar"] h1,html[lang="ar"] h2,html[lang="ar"] h3,body[dir="rtl"] .brand-text strong,body[dir="rtl"] .page-hero h1,body[dir="rtl"] .hero h1{font-family:'Noto Kufi Arabic','Vazirmatn','IRANSansX','Segoe UI',Tahoma,sans-serif;font-weight:700;letter-spacing:-.03em;line-height:1.55}body[dir="rtl"] .hero h1{font-size:46px;font-weight:700;letter-spacing:-.04em;line-height:1.65}body[dir="rtl"] .page-hero h1{font-size:36px;font-weight:700;letter-spacing:-.035em;line-height:1.65}body[dir="rtl"] .content-box h1,body[dir="rtl"] .content-box h2{font-weight:700;letter-spacing:-.035em;line-height:1.75}body[dir="rtl"] .content-box h2{font-size:32px}body[dir="rtl"] .brand-text strong{font-size:17px;font-weight:700;letter-spacing:-.02em;line-height:1.45}body[dir="rtl"] .brand-text small{font-family:'Vazirmatn','Segoe UI',Tahoma,sans-serif;font-size:12px;line-height:1.6}.about-photo-placeholder{min-height:380px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#31516d;border:2px dashed #9bb5c8;background:linear-gradient(135deg,#eef8f7,#e7f0ff);text-align:center;padding:32px}.about-photo-placeholder strong{font-family:'Noto Kufi Arabic','Vazirmatn',Tahoma,sans-serif;font-size:26px;color:#08243f}.about-photo-placeholder span{max-width:560px;color:#64748b;font-size:15px;line-height:1.9}@media(max-width:750px){body[dir="rtl"] .hero h1{font-size:34px}body[dir="rtl"] .page-hero h1{font-size:28px}body[dir="rtl"] .content-box h2{font-size:26px}.about-photo-placeholder{min-height:260px}.about-photo-placeholder strong{font-size:21px}}body[dir="rtl"],html[lang="fa-IR"] body,html[lang="fa"] body,html[lang="ar"] body{font-family:'Vazirmatn','Noto Sans Arabic','Segoe UI',Tahoma,Arial,sans-serif;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body[dir="rtl"] h1,body[dir="rtl"] h2,body[dir="rtl"] h3,body[dir="rtl"] .hero h1,body[dir="rtl"] .page-hero h1,body[dir="rtl"] .section h2,body[dir="rtl"] .content-box h1,body[dir="rtl"] .content-box h2,body[dir="rtl"] .content-box h3,body[dir="rtl"] .card h3,body[dir="rtl"] .brand-text strong,html[lang="fa-IR"] h1,html[lang="fa-IR"] h2,html[lang="fa-IR"] h3,html[lang="fa"] h1,html[lang="fa"] h2,html[lang="fa"] h3,html[lang="ar"] h1,html[lang="ar"] h2,html[lang="ar"] h3{font-family:'Vazirmatn','Noto Sans Arabic','Segoe UI',Tahoma,Arial,sans-serif!important;font-weight:600!important;letter-spacing:0!important;word-spacing:0!important;line-height:1.75!important}body[dir="rtl"] .hero h1{font-size:42px!important;font-weight:600!important;line-height:1.7!important}body[dir="rtl"] .page-hero h1{font-size:34px!important;font-weight:600!important;line-height:1.75!important}body[dir="rtl"] .section h2,body[dir="rtl"] .content-box h2{font-size:28px!important;font-weight:600!important}body[dir="rtl"] .content-box h3,body[dir="rtl"] .card h3{font-size:20px!important;font-weight:600!important}body[dir="rtl"] .brand-text strong{font-size:16px!important;font-weight:600!important}body[dir="rtl"] .article-body,body[dir="rtl"] .disease-full-article,body[dir="rtl"] .about-full-text,body[dir="rtl"] .content-box p,body[dir="rtl"] .content-box li{font-weight:400!important;font-size:18px;line-height:2.05}body[dir="rtl"] .article-body strong,body[dir="rtl"] .article-body b,body[dir="rtl"] .disease-full-article strong,body[dir="rtl"] .disease-full-article b,body[dir="rtl"] .content-box p strong,body[dir="rtl"] .content-box p b,body[dir="rtl"] .content-box li strong,body[dir="rtl"] .content-box li b{font-weight:400!important}body[dir="rtl"] .content-box h1 strong,body[dir="rtl"] .content-box h2 strong,body[dir="rtl"] .content-box h3 strong,body[dir="rtl"] .page-hero h1 strong,body[dir="rtl"] .hero h1 strong{font-weight:600!important}body[dir="rtl"] .about-photo-placeholder strong{font-family:'Vazirmatn','Noto Sans Arabic',Tahoma,sans-serif!important;font-weight:600!important}@media(max-width:750px){body[dir="rtl"] .hero h1{font-size:32px!important}body[dir="rtl"] .page-hero h1{font-size:26px!important}body[dir="rtl"] .section h2,body[dir="rtl"] .content-box h2{font-size:23px!important}body[dir="rtl"] .article-body,body[dir="rtl"] .disease-full-article,body[dir="rtl"] .about-full-text,body[dir="rtl"] .content-box p,body[dir="rtl"] .content-box li{font-size:16px;line-height:2}}body[dir="rtl"] .btn,body[dir="rtl"] .menu a.menu-appointment,body[dir="rtl"] .qr-buttons .btn{font-family:'Vazirmatn','Noto Sans Arabic','Segoe UI',Tahoma,Arial,sans-serif!important;font-size:15px!important;font-weight:600!important;letter-spacing:0!important;line-height:1.65!important;white-space:nowrap}body[dir="rtl"] .menu a.menu-appointment{padding:11px 18px!important;border-radius:16px!important;color:#061a33!important;text-shadow:none!important;box-shadow:0 10px 22px rgb(216 178 92 / .26)!important}body[dir="rtl"] .menu a.menu-appointment:hover{background:#edc96d!important;color:#061a33!important}body[dir="rtl"] .article-body h3,body[dir="rtl"] .disease-full-article h3,body[dir="rtl"] .structured-section h3{font-size:22px!important;font-weight:600!important;line-height:1.9!important;margin:1.5em 0 .55em!important;color:var(--navy2)!important}body[dir="rtl"] .article-body p,body[dir="rtl"] .disease-full-article p,body[dir="rtl"] .structured-section p,body[dir="rtl"] .article-body .nns-body-line,body[dir="rtl"] .disease-full-article .nns-body-line{font-size:18px!important;font-weight:400!important;line-height:2.05!important;margin:.45em 0!important;color:var(--text)!important}body[dir="rtl"] .article-body p strong,body[dir="rtl"] .article-body p b,body[dir="rtl"] .disease-full-article p strong,body[dir="rtl"] .disease-full-article p b,body[dir="rtl"] .structured-section p strong,body[dir="rtl"] .structured-section p b,body[dir="rtl"] .content-box li strong,body[dir="rtl"] .content-box li b{font-weight:400!important}body[dir="rtl"] .article-body p.nns-body-line,body[dir="rtl"] .disease-full-article p.nns-body-line{text-align:right!important;padding:0!important}body[dir="rtl"] .content-box{text-align:right}body[dir="rtl"] .article-body ul,body[dir="rtl"] .disease-full-article ul{padding-inline-start:0;padding-inline-end:1.4em}@media(max-width:750px){body[dir="rtl"] .btn,body[dir="rtl"] .menu a.menu-appointment{font-size:14px!important}body[dir="rtl"] .article-body p,body[dir="rtl"] .disease-full-article p,body[dir="rtl"] .structured-section p{font-size:16px!important}body[dir="rtl"] .article-body h3,body[dir="rtl"] .disease-full-article h3{font-size:20px!important}}body[dir="rtl"] .menu a.menu-appointment{font-size:18px!important;font-weight:800!important;padding:15px 26px!important;border-radius:18px!important;min-width:132px;text-align:center;background:linear-gradient(135deg,#f2d17a,#d8b25c)!important;color:#061a33!important;box-shadow:0 14px 30px rgb(216 178 92 / .38)!important;border:1px solid rgb(255 255 255 / .35)!important}body[dir="rtl"] .menu a.menu-appointment:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgb(216 178 92 / .46)!important}.hero .btn.hero-appointment,.hero .btn.hero-online{font-size:18px!important;padding:15px 24px!important;border-radius:18px!important;font-weight:800!important}.hero .btn.hero-online{background:#0f766e;color:#fff}.appointment-actions{align-items:flex-start}.instagram-qr-block{display:flex;flex-direction:column;align-items:center;gap:10px;background:rgb(255 255 255 / .10);border:1px solid rgb(255 255 255 / .22);border-radius:22px;padding:14px}.instagram-qr{width:160px;height:160px;background:#fff;border-radius:14px;padding:8px}.instagram-qr-block small{color:#e8f1fb;font-size:13px;max-width:210px;line-height:1.7}.international-simple h2{margin-top:0}.pathway-steps{display:grid;grid-template-columns:1fr;gap:16px;margin-top:18px}.pathway-step{background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:0 8px 22px rgb(7 29 53 / .07)}.pathway-step>strong{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--gold);color:#061a33;font-size:20px;margin-bottom:8px}.pathway-step h3{margin:.2em 0 .4em!important;font-size:22px!important;font-weight:700!important}.pathway-step p{margin:.2em 0 1em!important}.footer-grid-clean{grid-template-columns:2fr 1fr!important}.article-body .nns-body-line,.disease-full-article .nns-body-line{font-weight:400!important;color:var(--text)!important}body[dir="rtl"] .article-body h2.nns-body-line,body[dir="rtl"] .article-body h3.nns-body-line{font-weight:400!important}@media(max-width:1050px){body[dir="rtl"] .menu a.menu-appointment{font-size:17px!important;padding:13px 22px!important}}@media(max-width:650px){body[dir="rtl"] .menu a.menu-appointment{font-size:16px!important;width:auto;min-width:128px}.hero .btn.hero-appointment,.hero .btn.hero-online{width:100%;text-align:center}.instagram-qr{width:140px;height:140px}.footer-grid-clean{grid-template-columns:1fr!important}}.topbar .nav{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:nowrap;min-height:78px}.topbar .menu{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;flex-wrap:nowrap;min-width:0}.topbar .menu a{white-space:nowrap;font-size:14px;padding:8px 8px}.topbar .lang{display:flex;align-items:center;gap:4px;flex:0 0 auto}.brand-compact{flex:0 0 auto;min-width:230px}body[dir="rtl"] .menu a.menu-appointment{font-size:16px!important;padding:12px 20px!important;min-width:118px}body[dir="ltr"] .menu a.menu-appointment{font-size:14px!important;padding:10px 16px!important}.ltr-phone{direction:ltr!important;unicode-bidi:isolate!important;display:inline-block!important;font-family:Inter,Arial,sans-serif!important;letter-spacing:.02em}.appointment-clean{max-width:900px;margin:0 auto}.appointment-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:26px;align-items:stretch}.appointment-card{background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .22);border-radius:22px;padding:18px;display:flex;align-items:center;justify-content:center;min-height:110px}.appointment-card.instagram-card{flex-direction:column;gap:12px;min-height:260px}.appointment-card .btn{min-width:210px;text-align:center;justify-content:center}.appointment-card .instagram-qr{width:150px;height:150px;background:#fff;border-radius:14px;padding:8px;display:block}.appointment-card small{color:#e8f1fb;font-size:13px;line-height:1.7;max-width:260px;display:block}.pathway-step .whatsapp .ltr-phone{font-weight:700!important;color:#062615!important}body[dir="rtl"] .pathway-step .whatsapp{direction:ltr!important}body[dir="rtl"] .pathway-step h3,body[dir="rtl"] .international-simple h2{font-weight:600!important}@media(max-width:1180px){.brand-compact{min-width:205px}.brand-text strong{font-size:14px!important}.brand-text small{font-size:11px!important}.topbar .menu a{font-size:13px;padding:7px 6px}body[dir="rtl"] .menu a.menu-appointment{font-size:15px!important;padding:11px 16px!important}}@media(max-width:920px){.topbar .nav{flex-wrap:wrap;justify-content:center;padding:10px 22px}.brand-compact{order:1}.lang{order:2}.topbar .menu{order:3;flex-basis:100%;flex-wrap:wrap;gap:8px}.topbar .menu a{font-size:14px}.page-hero h1{font-size:32px!important}}@media(max-width:650px){.appointment-card-grid{grid-template-columns:1fr}.appointment-card .btn{width:100%;min-width:0}.appointment-card.instagram-card{min-height:240px}.appointment-card .instagram-qr{width:135px;height:135px}.topbar .nav{align-items:center;flex-direction:row}.topbar .menu{display:flex;justify-content:center}.brand-text small{display:none!important}}.instagram-qr-safe-card{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:12px 12px 10px;background:rgb(255 255 255 / .10);border:1px solid rgb(255 255 255 / .22);border-radius:18px;max-width:170px;margin-left:auto;margin-right:auto;box-sizing:border-box}.instagram-qr-safe{display:block!important;width:120px!important;height:120px!important;max-width:120px!important;max-height:120px!important;object-fit:contain;background:#fff;border-radius:10px;padding:6px;box-sizing:border-box}.instagram-qr-safe-card small{display:block;color:#e8f1fb;font-size:12px;line-height:1.65;max-width:150px;text-align:center;font-weight:400!important}.instagram-action-safe{display:flex!important;flex-direction:column;align-items:center;justify-content:flex-start;min-width:190px}.appointment-restored .appointment-actions{align-items:flex-start!important}.appointment-restored .appointment-actions>a.btn{margin-top:0}.appointment-card-grid,.appointment-card,.instagram-qr-block,.instagram-qr{display:none!important}@media(max-width:700px){.instagram-action-safe{width:100%;min-width:0}.instagram-action-safe .btn{width:100%}.instagram-qr-safe{width:116px!important;height:116px!important}.instagram-qr-safe-card{max-width:165px}}.portrait{background:#071d35}.portrait img{width:100%;height:100%;object-fit:contain!important;object-position:center center!important;background:#071d35}.about-top-photo{width:100%!important;max-width:420px!important;height:auto!important;max-height:560px!important;object-fit:contain!important;object-position:center center!important;border-radius:24px;margin:0 auto 34px auto!important;display:block;background:#f1f5f9}.about-top-layout{display:block!important}@media(max-width:750px){.about-top-photo{max-width:100%!important;max-height:none!important}}.about-photo-collage{display:grid;grid-template-columns:1fr;gap:0;width:min(630px,100%);margin:0 auto 34px;overflow:hidden;border-radius:26px;background:#e2e8f0;border:1px solid var(--border)}.about-photo-collage.has-two-photos{grid-template-columns:1fr 1fr}.about-collage-photo{width:100%;height:310px;object-fit:cover;display:block}.about-photo-collage.has-one-photo .about-collage-photo{height:420px}@media(max-width:750px){.about-photo-collage.has-two-photos{grid-template-columns:1fr}.about-collage-photo{height:260px}.about-photo-collage.has-one-photo .about-collage-photo{height:320px}}.card-img,.hero-image-slot,.top-main-image,.featured-wrapper,.portrait,.about-top-photo-wrap,.mini-gallery .card-img,.gallery{background:#f8fbff}.card-img img,.hero-image-slot img,.top-main-image img,.portrait img,.about-top-photo,.about-portrait,.mini-gallery .card-img img,.gallery img,.wide-image,.featured-wrapper img,.nns-fit-image{object-fit:contain!important;object-position:center center!important;background:#f8fbff}.hero-image-slot,.top-main-image{height:auto!important;min-height:0!important;overflow:visible!important;padding:10px}.hero-image-slot img,.top-main-image img,.wide-image,.about-top-photo,.about-portrait{display:block;width:100%;height:auto!important;max-height:none!important}.card-img img,.gallery img,.mini-gallery .card-img img{width:100%;height:100%}.portrait{min-height:420px}.portrait img{width:100%;height:100%}@media(max-width:750px){.hero-image-slot,.top-main-image{height:auto!important;padding:8px}.portrait{min-height:280px}}.gallery,.mini-gallery .card-img,.card-img{height:auto!important;min-height:0!important}.gallery img,.mini-gallery .card-img img,.card-img img,.about-collage-photo{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important}