/* style.css */

:root {
    --primary-color: #D4AF37; /* Auriu/Ocru pentru accente */
    --secondary-color: #2C3E50; /* Albastru închis pentru profunzime */
	--third-color: #FFFFFF; /* Alb simplu */
    --bg-color: #F9F7F2; /* Cream/Ivory pentru fundal */
    --text-color: #333333;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.7;
}

/* Accesibilitate: skip link + înălțime pagini cu footer jos */
.skip-to-main {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-to-main:focus {
    position: fixed;
    z-index: 2000;
    left: 0.75rem;
    top: 0.75rem;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0.6rem 1rem;
    overflow: visible;
    clip: auto;
    white-space: normal;
    background: var(--secondary-color);
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.page-shell-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.page-shell-body #main-content {
    flex: 1 0 auto;
}

/* Index — disclaimer (fără font neîncărcat) */
.spiritual-disclaimer-subtitle {
    font-family: 'Montserrat', serif;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.spiritual-disclaimer-body {
    text-align: justify;
    line-height: 1.9;
}
.spiritual-disclaimer-pullquote {
    border-color: var(--primary-color) !important;
}
/* Stil pentru Pilonii Vajrayana (conform imaginii) */
.pillar-card {
    background-color: #1E2835; /* Fundalul închis din imagine */
    border: 1px solid rgba(212, 175, 55, 0.2); /* Bordură discretă aurie */
    padding: 2.5rem !important;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.pillar-card:hover {
    transform: translateY(-5px);
    border-color: #D4AF37;
}

.pillar-card .just-sitting-subtitle {
    color: #D4AF37 !important; /* Titlul auriu */
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.pillar-card p {
    color: #F0EDE6 !important; /* Textul deschis (ivory) */
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.9;
}

/* Promo Just Sitting (index) */
.just-sitting-promo-title {
    font-family: 'Montserrat', serif;
    color: var(--secondary-color);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.35;
}
.just-sitting-promo-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 1rem auto 0;
}
.just-sitting-promo-text {
    line-height: 1.75;
}

/* Pagina dedicată Just Sitting */
.just-sitting-page-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.just-sitting-page-body #main-content {
    flex: 1 0 auto;
}
.js-page-hero {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #1e2835 100%);
    color: #f0ede6;
    border-bottom: 3px solid var(--primary-color);
}
.js-page-hero-title {
    font-family: 'Montserrat', serif;
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
}
.js-page-hero-tagline {
    font-size: 1.1rem;
    font-weight: 300;
    opacity: 0.92;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}
.js-section-lead {
    max-width: 36rem;
}
.js-download-section {
    background: linear-gradient(180deg, #1e2630 0%, #252d38 100%);
    color: #e4e2dc;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}
.js-download-title {
    color: var(--primary-color);
}
.js-download-title::after {
    background-color: var(--primary-color);
}
.js-download-lead {
    color: rgba(255, 255, 255, 0.72);
    max-width: 32rem;
}
.js-outline-play {
    border-width: 2px;
    color: #f0ede6;
}
.js-outline-play:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: var(--primary-color);
}
.js-social-mute {
    color: rgba(255, 255, 255, 0.55);
}
.js-social-mute:hover {
    color: var(--primary-color);
}
.js-download-section .just-sitting-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
}
.js-download-section .just-sitting-link:hover {
    color: var(--primary-color);
}

h1 {
    font-family: 'Montserrat', serif;
    color: var(--third-color);
}
h1.second {
    font-family: 'Montserrat', serif;
    color: var(--secondary-color);
}
h2, h3, h4, h5, h6, .navbar-brand {
    font-family: 'Montserrat', serif;
    color: --secondary-color;
}

/* Navbar Styling */
.navbar {
    background-color: var(--secondary-color);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding-top: 1rem;
    padding-bottom: 1rem;
	border-bottom:#d4af37 thin solid; 
}
.navbar-brand {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 1px;
	color: var(--primary-color);
}
.navbar-brand:hover{
	color: var(--third-color) !important;
}
.navbar-toggler {
	 color: var(--third-color) !important ;
	 background-color: var(--third-color) !important ;
}
.nav-link {
    color: var(--primary-color);
    font-weight: 500;
    margin-left: 15px;
    transition: color 0.3s;
}
.nav-link:hover, .nav-link.active {
    color: var(--third-color) !important ;
}

/* Hero Section */
.hero-section {
    /* Imaginea de fundal - o poți schimba ulterior cu una locală */
    background: linear-gradient(rgba(44, 62, 80, 0.7), rgba(44, 62, 80, 0.7)), url('imgs/tibetan-yoga.jpg');
	
    background-size: cover;
    background-position: center;
    color: white;
    padding: 150px 0;
    text-align: center;
    background-repeat: no-repeat;
}
.hero-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
}
.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

/* Stiluri specifice pentru Hero-ul de pe Pagina Principală */
.js-page-hero.hero-home-special {
    position: relative; /* Necesar pentru overlay */
    background-image: url('imgs/tibetan-yoga.jpg');
    background-size: cover; /* Imaginea acoperă toată zona, fără să se deformeze */
    background-position: center center; /* Imaginea rămâne centrată */
    background-repeat: no-repeat;
    color: #fff; /* Ne asigurăm că tot textul din hero este alb */
    padding-top: 100px; /* Padding mărit pentru desktop */
    padding-bottom: 100px;
    border-bottom: none; /* Scoatem bordura implicită dacă există */
}

/* Overlay-ul întunecat: stratul care face textul lizibil */
.js-page-hero.hero-home-special::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Negru cu 50% transparență. Ajustează (0.6, 0.7) dacă imaginea e prea luminoasă */
    z-index: 1; /* Stă în spatele textului, dar peste imagine */
}

/* Wrapper-ul de conținut: îl aducem în față */
.js-page-hero.hero-home-special .container {
    position: relative;
    z-index: 2; /* Aduce textul și butonul peste overlay */
}

/* Ajustări pentru text în modul imagine */
.hero-home-special .js-page-hero-title {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3); /* Un mic umbră pentru un plus de contrast */
}

.hero-home-special .js-page-hero-tagline {
    color: rgba(255, 255, 255, 0.9); /* Alb ușor transparent pentru subtitlu */
}

/* Responsive: Ajustări pentru ecrane mobile */
@media (max-width: 768px) {
    .js-page-hero.hero-home-special {
        padding-top: 60px; /* Padding mai mic pe mobil */
        padding-bottom: 60px;
        /* Opțional: dacă imaginea are un subiect pe lateral care e tăiat pe mobil, 
           poți ajusta background-position aici, ex: background-position: 20% center; */
    }
    
    .hero-home-special .js-page-hero-tagline {
        font-size: 1.1rem; /* Text puțin mai mic pe mobil ca să nu ocupe tot ecranul */
    }
}
.btn-custom {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s;
}
.btn-custom:hover {
    background-color: #b5952f;
    color: #fff;
}

/* Section Styling */
.section-padding {
    padding: 80px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.5rem;
    position: relative;
}
.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 20px auto 0;
}

/* Cards for Themes */
.feature-card {
    border: none;
    background: #fff;
    padding: 40px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s;
    text-align: center;
}
.feature-card:hover {
    transform: translateY(-5px);
}
.icon-box {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* Vajrayana Pillars */
.pillar-box {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border-left: 5px solid var(--primary-color);
}
.pillar-box h4 {
    color: var(--primary-color);
}

/* Call to Action Section */
.cta-section {
    background-color: var(--primary-color); 
    color: black;
}

/* Footer */
footer {
    background-color: var(--secondary-color);
    color: #ccc;
    padding: 40px 0;
    text-align: center;
}
footer a {
    color: var(--primary-color);
    text-decoration: none;
}

/* Just Sitting (Android) */
.just-sitting-section {
    background: linear-gradient(180deg, #1e2630 0%, #252d38 100%);
    color: #e4e2dc;
}
.just-sitting-section .just-sitting-main-title {
    color: var(--primary-color);
}
.just-sitting-section .just-sitting-main-title::after {
    background-color: var(--primary-color);
}
.just-sitting-content {
    text-align: justify;
    line-height: 1.85;
}
.just-sitting-content .lead {
    color: #f2f0ea;
}
.just-sitting-subtitle {
    font-family: 'Montserrat', serif;
    font-size: 1.25rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}
.just-sitting-list {
    padding-left: 1.25rem;
}
.just-sitting-list li {
    margin-bottom: 0.5rem;
}
.just-sitting-img {
    max-width: 100%;
    border: 1px solid rgba(212, 175, 55, 0.25);
}
.just-sitting-tagline {
    font-size: 1.1rem;
    color: var(--primary-color);
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(212, 175, 55, 0.35);
}
.just-sitting-section a.just-sitting-link {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 3px;
}
.just-sitting-section a.just-sitting-link:hover {
    color: var(--primary-color);
}
.just-sitting-section .just-sitting-main-title a.just-sitting-link {
    color: var(--primary-color);
    text-decoration: none;
}
.just-sitting-section .just-sitting-main-title a.just-sitting-link:hover {
    text-decoration: underline;
}
.just-sitting-section .just-sitting-tagline a.just-sitting-link {
    color: var(--primary-color);
}
.just-sitting-img-link {
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.just-sitting-img-link:hover {
    opacity: 0.92;
}
.just-sitting-img-link:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 4px;
}
.just-sitting-thumbs {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.just-sitting-thumb-trigger {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    line-height: 0;
    cursor: zoom-in;
    border-radius: 0.25rem;
    text-align: center;
    transition: opacity 0.2s ease;
}
.just-sitting-thumb-trigger:hover {
    opacity: 0.92;
}
.just-sitting-thumb-trigger:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 3px;
}
.just-sitting-thumb-img {
    width: 100%;
    height: auto;
    border: 1px solid rgba(212, 175, 55, 0.25);
    background: rgba(0, 0, 0, 0.2);
    object-fit: contain;
    pointer-events: none;
}
.just-sitting-screenshot-modal {
    max-width: min(95vw, 560px);
    margin-left: auto;
    margin-right: auto;
}
.just-sitting-modal-content {
    background: linear-gradient(180deg, #1e2630 0%, #252d38 100%);
    border: 1px solid rgba(212, 175, 55, 0.35);
    color: #e4e2dc;
}
.just-sitting-modal-content .modal-title {
    color: var(--primary-color);
    font-size: 1rem;
}
.just-sitting-modal-img {
    max-height: min(85vh, 900px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.google-play-badge {
    transition: transform 0.2s ease;
}
.google-play-badge:hover {
    transform: scale(1.05); /* Se mărește ușor la hover */
}

/* Pagina Contact */
.contact-page-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.contact-page-main {
    flex: 1 0 auto;
}
.contact-narrow {
    max-width: 42rem;
}
.contact-page-title {
    font-family: 'Montserrat', serif;
    color: var(--secondary-color);
    font-size: clamp(1.85rem, 4vw, 2.35rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 1.25rem;
}
.contact-page-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 1rem auto 0;
}
.contact-intro .contact-lead {
    font-size: 1.05rem;
    line-height: 1.85;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}
.contact-alert {
    border-left: 4px solid currentColor !important;
}
.contact-card {
    background: #fff;
    border: 1px solid rgba(44, 62, 80, 0.08);
}
.contact-card .form-label {
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
}
.contact-input {
    border-radius: 0;
    border: 1px solid rgba(44, 62, 80, 0.2);
    min-height: 3rem;
}
.contact-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.2);
}
textarea.contact-input {
    min-height: 12rem;
}
.contact-captcha-label {
    background: var(--bg-color);
    color: var(--secondary-color);
    border-radius: 0;
    font-size: 0.95rem;
}
.contact-submit-btn:disabled {
    opacity: 0.85;
    cursor: wait;
}
.contact-hp {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.contact-alt-title {
    color: var(--secondary-color);
    font-weight: 600;
}
.contact-mailto-link {
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 3px;
    word-break: break-all;
}
.contact-mailto-link:hover {
    color: var(--primary-color);
}
.contact-social-link {
    color: #6c757d;
    transition: color 0.2s ease, transform 0.2s ease;
}
.contact-social-link:hover {
    color: var(--secondary-color);
}
.contact-social-icon {
    display: block;
}

