*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Cairo,Inter,system-ui,-apple-system,sans-serif;background:#f8fafc;color:#1f2937;line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font:inherit;color:inherit}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}h1,h2,h3,h4{line-height:1.25}:root{--c-primary:#0f4c81;--c-primary-dark:#0a3a66;--c-accent:#f5a623;--c-accent-dark:#d8901a;--c-green:#25d366;--c-green-dark:#1da851;--c-red:#ef4444;--c-pink:#ec4899;--c-purple:#8b5cf6;--c-bg:#f8fafc;--c-text:#1f2937;--c-muted:#6b7280;--c-border:#e5e7eb;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.08),0 2px 4px -2px rgba(0,0,0,.05);--shadow-lg:0 10px 25px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.05);--shadow-xl:0 20px 40px -10px rgba(0,0,0,.15);--radius:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.section{padding:2.5rem 0}@media(min-width:768px){.section{padding:4rem 0}}.section-header{text-align:center;max-width:42rem;margin:0 auto 2rem}.section-header h1,.section-header h2{font-size:1.75rem;font-weight:800;color:#111827;margin-bottom:.5rem}.section-header p{color:var(--c-muted);font-size:.95rem}@media(min-width:768px){.section-header h1,.section-header h2{font-size:2.25rem}.section-header p{font-size:1.05rem}}.phone-num{direction:ltr;display:inline-block;unicode-bidi:embed}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,231,235,.5);transition:box-shadow .25s}.nav.scrolled{box-shadow:var(--shadow-md)}.nav-inner{display:flex;justify-content:space-between;align-items:center;height:60px}.nav-logo img{height:38px;width:auto}.nav-links{display:none;align-items:center;gap:.5rem}.nav-links a{color:var(--c-muted);padding:.5rem .75rem;font-weight:600;font-size:.9rem;border-radius:.5rem;transition:color .2s}.nav-links a:hover{color:var(--c-primary)}.nav-cta{display:inline-flex;align-items:center;gap:.375rem;background:var(--c-green);color:#fff;padding:.55rem 1rem;border-radius:var(--radius-full);font-weight:700;font-size:.85rem;box-shadow:0 4px 12px #25d36659;transition:transform .15s,background .15s}.nav-cta:hover{background:var(--c-green-dark);transform:scale(1.03)}.nav-cta svg{width:16px;height:16px}.menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.5rem}.menu-btn:hover{background:#f3f4f6}.menu-btn svg{width:22px;height:22px;color:#374151}@media(min-width:1024px){.nav-inner{height:72px}.nav-links{display:flex}.menu-btn{display:none}}.mobile-menu{position:fixed;top:60px;left:0;right:0;background:#fff;border-bottom:1px solid var(--c-border);transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease;box-shadow:var(--shadow-lg);max-height:calc(100vh - 60px);overflow-y:auto}.mobile-menu.open{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-menu .mm-inner{padding:1rem;display:flex;flex-direction:column;gap:.25rem}.mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-radius:var(--radius);font-weight:600;color:#374151;border-bottom:1px solid #f3f4f6}.mobile-menu a:active{background:#f9fafb}.mobile-menu .mm-cta{margin-top:.5rem;background:var(--c-green);color:#fff;justify-content:center;gap:.5rem;font-weight:700;padding:1rem;border:none}.hero{position:relative;padding:5rem 0 2rem;background:radial-gradient(circle at 90% 0%,rgba(245,166,35,.12),transparent 50%),radial-gradient(circle at 0% 80%,rgba(15,76,129,.1),transparent 50%),#f8fafc;overflow:hidden}.hero-grid{display:grid;gap:1.5rem;position:relative}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding-top:2rem}}.hero-text{text-align:right}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fef3c7;color:#92400e;padding:.4rem .85rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;border:1px solid #fde68a;margin-bottom:1rem}.hero-badge .dot{width:8px;height:8px;background:var(--c-accent);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-size:2rem;font-weight:800;color:#0a1f3a;margin-bottom:1rem;line-height:1.15}.hero h1 .accent{background:linear-gradient(135deg,var(--c-primary) 0%,var(--c-accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero p{color:var(--c-muted);font-size:1rem;margin-bottom:1.5rem;max-width:38rem}@media(min-width:640px){.hero h1{font-size:2.5rem}.hero p{font-size:1.05rem}}@media(min-width:1024px){.hero h1{font-size:3.25rem}.hero p{font-size:1.15rem}}.hero-ctas{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}@media(min-width:480px){.hero-ctas{flex-direction:row}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.5rem;border-radius:var(--radius-full);font-weight:700;font-size:1rem;transition:transform .15s,box-shadow .15s,background .15s;min-height:48px;text-align:center}.btn:active{transform:scale(.98)}.btn-primary{background:var(--c-primary);color:#fff;box-shadow:0 6px 16px #0f4c814d}.btn-primary:hover{background:var(--c-primary-dark)}.btn-accent{background:var(--c-accent);color:#fff;box-shadow:0 6px 16px #f5a6234d}.btn-accent:hover{background:var(--c-accent-dark)}.btn-green{background:var(--c-green);color:#fff;box-shadow:0 6px 16px #25d3664d}.btn-green:hover{background:var(--c-green-dark)}.btn-ghost{background:#fff;color:#1f2937;border:2px solid var(--c-border)}.btn-ghost:hover{background:#f9fafb}.btn svg{width:18px;height:18px}.hero-trust{display:flex;flex-wrap:wrap;gap:.75rem 1rem;font-size:.8rem;color:var(--c-muted)}.hero-trust span{display:inline-flex;align-items:center;gap:.35rem}.hero-trust svg{width:16px;height:16px}.hero-visual{position:relative}.hero-card{background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);border:1px solid #f3f4f6;animation:float 3.5s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-card img{width:100%;height:200px;object-fit:cover}@media(min-width:1024px){.hero-card img{height:260px}}.hero-card-body{padding:1rem 1.25rem 1.25rem}.hero-card-tags{display:flex;flex-wrap:wrap;gap:.35rem}.tag{padding:.2rem .55rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:600}.tag-blue{background:#dbeafe;color:#1e40af}.tag-green{background:#d1fae5;color:#065f46}.tag-amber{background:#fef3c7;color:#92400e}.matcher{background:linear-gradient(135deg,#0f4c81,#1e3a8a);color:#fff;position:relative;overflow:hidden}.matcher-inner{position:relative;max-width:720px;margin:0 auto}.matcher-eyebrow{display:inline-block;background:#f5a62333;color:#fcd34d;padding:.35rem .85rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;margin-bottom:.75rem;border:1px solid rgba(245,166,35,.3)}.matcher h2{font-size:1.65rem;font-weight:800;margin-bottom:.5rem;color:#fff}.matcher>.matcher-inner>p{color:#ffffffd9;margin-bottom:1.5rem;font-size:.95rem}@media(min-width:768px){.matcher h2{font-size:2rem}}.matcher-box{background:#fff;color:var(--c-text);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-xl)}@media(min-width:768px){.matcher-box{padding:2.5rem}}.matcher-progress{display:flex;gap:.5rem;margin-bottom:1.5rem}.matcher-progress span{flex:1;height:4px;background:#e5e7eb;border-radius:4px;transition:background .25s}.matcher-progress span.active{background:var(--c-accent)}.matcher-step{display:none;animation:fadeIn .35s ease}.matcher-step.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.matcher-step h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#111827}.matcher-step .step-num{display:inline-block;background:var(--c-primary);color:#fff;width:28px;height:28px;border-radius:50%;text-align:center;line-height:28px;font-weight:700;font-size:.85rem;margin-left:.5rem}.matcher-options{display:grid;gap:.75rem}@media(min-width:480px){.matcher-options{grid-template-columns:repeat(2,1fr)}}.matcher-opt{padding:1.25rem 1rem;border:2px solid var(--c-border);border-radius:var(--radius);background:#fff;text-align:center;font-weight:600;font-size:.95rem;transition:all .15s;min-height:64px;line-height:1.3}.matcher-opt:hover{border-color:var(--c-primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.matcher-opt .opt-icon{display:block;font-size:1.75rem;margin-bottom:.35rem}.matcher-result{text-align:center}.matcher-result h3{font-size:1.4rem;color:#111827;margin-bottom:.5rem}.matcher-result .dest-tag{display:inline-block;background:linear-gradient(135deg,var(--c-primary),var(--c-accent));color:#fff;padding:.3rem 1rem;border-radius:var(--radius-full);font-weight:700;font-size:.9rem;margin-bottom:1rem}.matcher-result .result-img{width:100%;height:200px;object-fit:cover;border-radius:var(--radius);margin-bottom:1rem}.matcher-result p{color:var(--c-muted);margin-bottom:1.25rem}.matcher-result .result-actions{display:flex;flex-direction:column;gap:.5rem}@media(min-width:480px){.matcher-result .result-actions{flex-direction:row;justify-content:center}}.offers-grid{display:grid;gap:1rem}@media(min-width:640px){.offers-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(min-width:1024px){.offers-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.offer-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid #f3f4f6;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;flex-direction:column}.offer-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--c-accent)}.offer-img-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;background:#e5e7eb}.offer-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.offer-card:hover .offer-img-wrap img{transform:scale(1.05)}.offer-badge{position:absolute;top:.75rem;right:.75rem;padding:.3rem .7rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;color:#fff;box-shadow:var(--shadow-sm)}.b-amber{background:var(--c-accent)}.b-red{background:var(--c-red)}.b-purple{background:var(--c-purple)}.b-pink{background:var(--c-pink)}.b-blue{background:var(--c-primary)}.offer-body{padding:1.1rem;display:flex;flex-direction:column;flex:1}.offer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.4rem}.offer-head h3{font-size:1.05rem;font-weight:700;color:#111827;line-height:1.3}.offer-nights{background:#dbeafe;color:#1e40af;padding:.15rem .5rem;border-radius:.5rem;font-size:.7rem;font-weight:700;white-space:nowrap;flex-shrink:0}.offer-desc{color:var(--c-muted);font-size:.85rem;margin-bottom:.9rem;flex:1}.offer-foot{display:flex;justify-content:space-between;align-items:center;padding-top:.9rem;border-top:1px solid #f3f4f6;gap:.5rem}.offer-prices .old{font-size:.8rem;color:#9ca3af;text-decoration:line-through;display:block}.offer-prices .new{font-size:1.25rem;font-weight:800;color:var(--c-accent-dark)}.offer-cta{width:44px;height:44px;border-radius:50%;background:var(--c-green);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .15s}.offer-cta:hover{background:var(--c-green-dark);transform:scale(1.08)}.offer-cta svg{width:22px;height:22px}.offers-foot{text-align:center;margin-top:2rem}.offers-foot a{color:var(--c-primary);font-weight:700;display:inline-flex;align-items:center;gap:.35rem}.offers-foot a:hover{color:var(--c-accent-dark)}.why-grid{display:grid;gap:1.25rem}@media(min-width:640px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.why-grid{grid-template-columns:repeat(4,1fr)}}.why-item{text-align:center;padding:1rem}.why-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.why-icon svg{width:28px;height:28px}.icon-blue{background:#dbeafe;color:var(--c-primary)}.icon-amber{background:#fef3c7;color:#c2700f}.icon-green{background:#d1fae5;color:#047857}.icon-purple{background:#ede9fe;color:#6d28d9}.why-item h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.why-item p{font-size:.85rem;color:var(--c-muted)}.testi-grid{display:grid;gap:1rem}@media(min-width:768px){.testi-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.testi-card{background:#fff;border:1px solid #f3f4f6;border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm)}.testi-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}.testi-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#e5e7eb}.testi-name{font-weight:700;font-size:.95rem}.testi-trip{font-size:.75rem;color:var(--c-muted)}.testi-stars{display:flex;gap:2px;margin-bottom:.65rem}.testi-stars svg{width:14px;height:14px;fill:var(--c-accent)}.testi-text{font-size:.9rem;color:#374151;line-height:1.6}.faq-wrap{max-width:760px;margin:0 auto}.faq-item{background:#f9fafb;border:1px solid var(--c-border);border-radius:var(--radius-lg);margin-bottom:.75rem;overflow:hidden;transition:border-color .15s}.faq-item[open]{border-color:var(--c-primary)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:700;font-size:.95rem;color:#111827;gap:.75rem}.faq-question:hover{background:#f3f4f6}.faq-question svg{width:20px;height:20px;color:var(--c-primary);transition:transform .25s;flex-shrink:0}.faq-item[open] .faq-question svg{transform:rotate(180deg)}.faq-answer{padding:0 1.25rem 1.1rem;color:#374151;font-size:.9rem;line-height:1.75}.contact-grid{display:grid;gap:1.5rem}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;border:1px solid var(--c-border);box-shadow:var(--shadow-sm)}.contact-info h2{font-size:1.25rem;font-weight:800;margin-bottom:1.25rem}.contact-row{display:flex;gap:.85rem;margin-bottom:1.1rem;align-items:flex-start}.contact-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:20px;height:20px}.contact-row h3{font-size:.9rem;font-weight:700;margin-bottom:.15rem}.contact-row p{font-size:.9rem;color:var(--c-muted)}.contact-cta{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--c-border)}.map-wrap{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);min-height:320px;border:1px solid var(--c-border)}.map-wrap iframe{width:100%;height:100%;min-height:320px;border:0;display:block}.final-cta{background:linear-gradient(135deg,var(--c-primary) 0%,#1e40af 50%,var(--c-accent-dark) 100%);text-align:center;color:#fff;position:relative;overflow:hidden}.final-cta h2{font-size:1.75rem;font-weight:800;color:#fff;margin-bottom:.75rem}.final-cta p{color:#ffffffe6;font-size:1rem;margin-bottom:1.5rem;max-width:36rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.final-cta h2{font-size:2.25rem}.final-cta p{font-size:1.1rem}}.final-cta .btn-accent{background:#fbbf24;color:#1e3a8a;box-shadow:0 8px 20px #0003}.final-cta .btn-accent:hover{background:#f59e0b}.final-cta .btn-ghost{background:transparent;color:#fff;border-color:#fff}.final-cta .btn-ghost:hover{background:#ffffff1a}.final-cta-row{display:flex;flex-direction:column;gap:.75rem;align-items:center;justify-content:center}@media(min-width:480px){.final-cta-row{flex-direction:row}}.footer{background:#111827;color:#9ca3af;padding:2.5rem 0 1.5rem}.footer-grid{display:grid;gap:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer h3{color:#fff;font-weight:700;margin-bottom:.75rem;font-size:.95rem}.footer p,.footer li{font-size:.85rem;line-height:1.7}.footer ul{list-style:none}.footer ul li{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.footer ul svg{width:14px;height:14px;color:var(--c-accent);flex-shrink:0}.footer-bottom{border-top:1px solid #374151;padding-top:1.25rem;text-align:center;font-size:.75rem;color:#6b7280}.footer-logo{height:36px;width:auto;filter:brightness(1.5);margin-bottom:.75rem}.footer-wordmark{font-family:Inter,Cairo,system-ui,sans-serif;font-weight:800;font-size:1.25rem;color:#fff;margin-bottom:.75rem;letter-spacing:-.01em}.footer-wordmark .wm-accent{color:#f5a623}.footer-actions{display:flex;gap:.5rem;margin-top:1rem}.footer-actions a{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.65rem;border-radius:var(--radius);font-weight:700;font-size:.8rem}.footer-actions .fa-call{background:#1f2937;color:var(--c-accent);border:1px solid #374151}.footer-actions .fa-wa{background:var(--c-green);color:#fff}.footer-actions svg{width:14px;height:14px}.fab-wa{position:fixed;bottom:1rem;left:1rem;z-index:60;width:56px;height:56px;border-radius:50%;background:var(--c-green);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #25d36680;animation:slideUp .5s ease-out}.fab-wa:before{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--c-green);animation:ripple 2s infinite}@keyframes ripple{0%{transform:scale(1);opacity:1}to{transform:scale(1.4);opacity:0}}@keyframes slideUp{0%{transform:translateY(80px);opacity:0}to{transform:translateY(0);opacity:1}}.fab-wa svg{width:28px;height:28px}.fab-top{position:fixed;bottom:1rem;right:1rem;z-index:55;width:44px;height:44px;border-radius:50%;background:var(--c-primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .25s}.fab-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.fab-top svg{width:20px;height:20px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}[dir=rtl] .hero-text{text-align:left}[dir=rtl] .matcher .matcher-eyebrow,[dir=rtl] .matcher h2,[dir=rtl] .matcher p{text-align:right}[dir=rtl] .matcher-step .step-num{margin-left:0;margin-right:.5rem}[dir=rtl] .offer-badge{right:auto;left:.75rem}[dir=rtl] .fab-wa{left:auto;right:1rem}[dir=rtl] .fab-top{right:auto;left:1rem}.nav-wordmark[data-astro-cid-xbstl6g3]{font-family:Inter,Cairo,system-ui,sans-serif;font-weight:800;font-size:1.1rem;color:#0f4c81;letter-spacing:-.01em}.nav-wordmark[data-astro-cid-xbstl6g3] .wm-accent[data-astro-cid-xbstl6g3]{color:#f5a623}.lang-switcher[data-astro-cid-xbstl6g3]{background:#f9fafb;border:1px solid var(--c-border);border-radius:var(--radius);padding:.45rem 1.6rem .45rem .5rem;font-size:.82rem;font-weight:600;color:#374151;cursor:pointer;appearance:none;-webkit-appearance:none;min-width:0;width:auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .4rem center}.lang-switcher[data-astro-cid-xbstl6g3]:focus{outline:2px solid var(--c-primary);outline-offset:0}.mm-lang-row[data-astro-cid-xbstl6g3]{display:flex;gap:.25rem;padding:.25rem 0}.mm-lang-btn[data-astro-cid-xbstl6g3]{flex:1;text-align:center;justify-content:center;font-size:.78rem;padding:.6rem .3rem;border-radius:var(--radius);border:1px solid var(--c-border)}.mm-lang-btn[data-astro-cid-xbstl6g3].current{background:var(--c-primary);color:#fff;border-color:var(--c-primary);font-weight:700}[data-astro-cid-xbstl6g3][dir=rtl] .lang-switcher[data-astro-cid-xbstl6g3]{background-position:left .4rem center;padding-right:.5rem;padding-left:1.6rem}.breadcrumb[data-astro-cid-qaanghzh]{padding:.6rem 1rem;font-size:.78rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.breadcrumb[data-astro-cid-qaanghzh] ol[data-astro-cid-qaanghzh]{list-style:none;display:flex;flex-wrap:nowrap;gap:.2rem;margin:0;padding:0}.breadcrumb[data-astro-cid-qaanghzh] li[data-astro-cid-qaanghzh]{display:flex;align-items:center;color:var(--c-muted, #6b7280)}.breadcrumb[data-astro-cid-qaanghzh] li[data-astro-cid-qaanghzh]:not(:last-child):after{content:"/";margin:0 .35rem;color:var(--c-border, #d1d5db);font-size:.7rem}.breadcrumb[data-astro-cid-qaanghzh] a[data-astro-cid-qaanghzh]{color:var(--c-muted, #6b7280);text-decoration:none}.breadcrumb[data-astro-cid-qaanghzh] a[data-astro-cid-qaanghzh]:hover{color:var(--c-primary, #0f4c81);text-decoration:underline}.breadcrumb[data-astro-cid-qaanghzh] li[data-astro-cid-qaanghzh]:last-child a[data-astro-cid-qaanghzh]{color:var(--c-primary, #0f4c81);font-weight:600;pointer-events:none}[data-astro-cid-qaanghzh][dir=rtl] .breadcrumb[data-astro-cid-qaanghzh] li[data-astro-cid-qaanghzh]:not(:last-child):after{content:"\\"}
