.hero.svelte-1j4kvkx{position:relative;width:100%;height:80vh;min-height:500px;max-height:800px;overflow:hidden}.hero-slider.svelte-1j4kvkx{position:relative;width:100%;height:100%}.slides.svelte-1j4kvkx{display:flex;height:100%;transition:transform .6s ease-in-out}.slide.svelte-1j4kvkx{min-width:100%;height:100%;position:relative}.slide-bg.svelte-1j4kvkx{width:100%;height:100%;background-size:cover;background-position:center;background-color:var(--color-primary)}.overlay.svelte-1j4kvkx{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#2c181066,#2c1810b3);text-align:center;padding:var(--space-4)}.hero-content.svelte-1j4kvkx{max-width:800px}.hero-content.svelte-1j4kvkx h1:where(.svelte-1j4kvkx){font-size:clamp(2.5rem,6vw,4rem);color:var(--color-white);margin-bottom:var(--space-2);text-shadow:2px 2px 4px rgba(0,0,0,.5)}.subtitle.svelte-1j4kvkx{font-size:var(--font-size-xl);color:var(--color-secondary);margin-bottom:var(--space-4);font-weight:var(--font-weight-medium)}.description.svelte-1j4kvkx{font-size:var(--font-size-lg);color:#ffffffe6;margin-bottom:var(--space-8);max-width:600px;margin-left:auto;margin-right:auto}.hero-actions.svelte-1j4kvkx{display:flex;gap:var(--space-4);justify-content:center;flex-wrap:wrap}.btn-outline-light.svelte-1j4kvkx{background-color:transparent;color:var(--color-white);border:2px solid var(--color-white);padding:var(--space-3) var(--space-6);border-radius:var(--border-radius);font-weight:var(--font-weight-medium);transition:var(--transition);text-decoration:none}.btn-outline-light.svelte-1j4kvkx:hover{background-color:var(--color-white);color:var(--color-primary);text-decoration:none}.dots.svelte-1j4kvkx{position:absolute;bottom:var(--space-6);left:50%;transform:translate(-50%);display:flex;gap:var(--space-2)}.dot.svelte-1j4kvkx{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:var(--transition)}.dot.svelte-1j4kvkx:hover{background-color:#fffc}.dot.active.svelte-1j4kvkx{background-color:var(--color-secondary);transform:scale(1.2)}@media (max-width: 768px){.hero.svelte-1j4kvkx{height:70vh;min-height:400px}.hero-actions.svelte-1j4kvkx{flex-direction:column;align-items:center}.btn-outline-light.svelte-1j4kvkx,.btn-secondary{width:100%;max-width:250px;text-align:center}}.hramuri-section.svelte-djlr4g{padding:var(--space-16) 0;background-color:var(--color-surface)}.container.svelte-djlr4g{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-4)}.section-title.svelte-djlr4g{text-align:center;margin-bottom:var(--space-2)}.section-subtitle.svelte-djlr4g{text-align:center;color:var(--color-text-muted);max-width:600px;margin:0 auto var(--space-12)}.hramuri-grid.svelte-djlr4g{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6);margin-bottom:var(--space-12)}.hram-card.svelte-djlr4g{background-color:var(--color-white);border-radius:var(--border-radius-lg);text-align:center;box-shadow:var(--shadow);transition:var(--transition);border:1px solid var(--color-border);overflow:hidden}.hram-card.svelte-djlr4g:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-secondary)}.hram-image.svelte-djlr4g{width:100%;height:180px;overflow:hidden}.hram-image.svelte-djlr4g img:where(.svelte-djlr4g){width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hram-card.svelte-djlr4g:hover .hram-image:where(.svelte-djlr4g) img:where(.svelte-djlr4g){transform:scale(1.05)}.hram-content.svelte-djlr4g{padding:var(--space-4)}.hram-card.svelte-djlr4g h3:where(.svelte-djlr4g){font-size:var(--font-size-lg);margin-bottom:var(--space-1)}.hram-data.svelte-djlr4g{font-size:var(--font-size-sm);color:var(--color-secondary);font-weight:var(--font-weight-semibold);margin-bottom:var(--space-3)}.hram-descriere.svelte-djlr4g{font-size:var(--font-size-sm);color:var(--color-text-muted);margin:0;line-height:var(--line-height-relaxed)}.hramuri-cta.svelte-djlr4g{text-align:center}@media (max-width: 900px){.hramuri-grid.svelte-djlr4g{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.hramuri-grid.svelte-djlr4g{grid-template-columns:1fr}.hramuri-section.svelte-djlr4g{padding:var(--space-12) 0}}.about-section.svelte-1uha8ag{padding:var(--space-16) 0;background-color:var(--color-background)}.container.svelte-1uha8ag{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-4)}.about-content.svelte-1uha8ag{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-12);align-items:center}.about-text.svelte-1uha8ag h2:where(.svelte-1uha8ag){margin-bottom:var(--space-6)}.about-text.svelte-1uha8ag p:where(.svelte-1uha8ag){color:var(--color-text);line-height:var(--line-height-relaxed);margin-bottom:var(--space-4)}.about-text.svelte-1uha8ag .btn:where(.svelte-1uha8ag){margin-top:var(--space-4)}.about-image.svelte-1uha8ag{display:flex;justify-content:center}.image-button.svelte-1uha8ag{border:none;padding:0;background:none;cursor:pointer;border-radius:var(--border-radius-lg);overflow:hidden;transition:var(--transition)}.image-button.svelte-1uha8ag:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.image-button.svelte-1uha8ag:hover img:where(.svelte-1uha8ag){transform:scale(1.02)}.about-image.svelte-1uha8ag img:where(.svelte-1uha8ag){width:100%;max-width:500px;height:auto;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);object-fit:cover;transition:transform .3s ease}.cta-section.svelte-1uha8ag{padding:var(--space-16) 0;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-dark) 100%);text-align:center}.cta-content.svelte-1uha8ag{max-width:700px;margin:0 auto}.cta-content.svelte-1uha8ag h2:where(.svelte-1uha8ag){color:var(--color-white);margin-bottom:var(--space-4)}.cta-content.svelte-1uha8ag p:where(.svelte-1uha8ag){color:#ffffffe6;font-size:var(--font-size-lg);margin-bottom:var(--space-8)}.cta-buttons.svelte-1uha8ag{display:flex;gap:var(--space-4);justify-content:center;flex-wrap:wrap}.btn-outline-light.svelte-1uha8ag{background-color:transparent;color:var(--color-white);border:2px solid var(--color-white);padding:var(--space-3) var(--space-6);border-radius:var(--border-radius);font-weight:var(--font-weight-medium);transition:var(--transition);text-decoration:none}.btn-outline-light.svelte-1uha8ag:hover{background-color:var(--color-white);color:var(--color-primary);text-decoration:none}@media (max-width: 900px){.about-content.svelte-1uha8ag{grid-template-columns:1fr;gap:var(--space-8)}.about-image.svelte-1uha8ag{order:-1}}@media (max-width: 600px){.about-section.svelte-1uha8ag,.cta-section.svelte-1uha8ag{padding:var(--space-12) 0}.cta-buttons.svelte-1uha8ag{flex-direction:column;align-items:center}.btn-outline-light.svelte-1uha8ag,.btn-secondary{width:100%;max-width:250px}}
