html {
    height: 100%;
}

.public-body {
    min-height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    background: #f8fafc;
}

.public-body > main {
    min-width: 0;
}

.public-navbar {
    background: #0f172a;
}

.public-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    color: #fff;
}

.public-hero .lead {
    color: #cbd5e1;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.public-section {
    padding: 3.5rem 0;
}

.public-section.alt {
    background: #fff;
}

.feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .75rem;
    padding: 1.5rem;
    height: auto;
    position: relative;
}

.row > [class*="col"] > .feature-card {
    height: 100%;
}

.feature-card i {
    font-size: 1.75rem;
    color: #0ea5e9;
}

.ghid-cta {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .75rem;
    padding: 1.5rem;
}

.pricing-ciclu {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin-top: 1rem;
}

.pricing-ciclu .btn {
    min-width: 10rem;
}

.pricing-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .75rem;
    padding: 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-card.recomandat {
    border: 2px solid #0ea5e9;
    box-shadow: 0 10px 30px rgba(14, 165, 233, .15);
}

.pricing-card .pret {
    font-size: 2.25rem;
    font-weight: 700;
}

.pricing-card ul {
    list-style: none;
    padding-left: 0;
}

.pricing-card ul li {
    padding: .3rem 0;
}

.pricing-card ul li i {
    color: #16a34a;
    margin-right: .4rem;
}

.public-footer {
    background: #0f172a;
    color: #94a3b8;
}

.public-footer a {
    color: #cbd5e1;
    text-decoration: none;
}

.timeline-ppwr .timeline-item {
    border-left: 3px solid #0ea5e9;
    padding: 0 0 1.5rem 1.25rem;
    position: relative;
}

.ghid-articol {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #334155;
}

.ghid-articol h2 {
    font-size: 1.35rem;
    margin-top: 2rem;
    margin-bottom: .75rem;
    color: #0f172a;
}

.ghid-articol ul {
    padding-left: 1.2rem;
}

.ghid-articol li {
    margin-bottom: .4rem;
}

.ghid-articol p {
    margin-bottom: 1rem;
}

body:has(.cookie-banner) {
    padding-bottom: 6rem;
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1080;
    background: #0f172a;
    color: #e2e8f0;
    padding: 0.9rem 1.25rem;
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.25);
}

.cookie-banner-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.cookie-banner-text {
    font-size: 0.9rem;
    line-height: 1.4;
}

.cookie-banner-text a {
    color: #7dd3fc;
}

.cookie-banner-form {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .cookie-banner-inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
}

.timeline-ppwr .timeline-item::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #0ea5e9;
}
