/* =========================================================
   Public / Marketing Pages — FORTH
========================================================= */

html {
    scroll-behavior: smooth;
}

/* =========================================================
   Navbar
========================================================= */
.pub-navbar {
    backdrop-filter: blur(12px);
    transition: box-shadow 0.2s ease;
}

.pub-navbar .navbar-brand img {
    height: 24px;
}

.pub-navbar .nav-link {
    color: #374151;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.15s ease;
}

.pub-navbar .nav-link:hover {
    color: #005f91;
}

/* =========================================================
   Hero
========================================================= */
.pub-hero h1 {
    text-shadow: none;
}

.pub-hero .lead {
    color: rgba(255, 255, 255, 0.6);
}

/* =========================================================
   Sections
========================================================= */
.pub-section {
    padding: 5rem 0;
}

@media (min-width: 768px) {
    .pub-section {
        padding: 6rem 0;
    }
}

/* =========================================================
   Feature Cards
========================================================= */
.pub-feature-card {
    border: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.pub-feature-card:hover {
    border-color: #dbeafe;
    box-shadow: 0 8px 30px rgba(0, 95, 145, 0.08);
    transform: translateY(-3px);
}

/* Icon box */
.pub-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e0f0ff, #f0f7ff);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pub-icon-box i {
    font-size: 1.3rem;
    color: #005f91;
}

/* =========================================================
   Step Numbers
========================================================= */
.pub-step-number {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #005f91, #0a7ec5);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================================
   Buttons
========================================================= */
.btn-primary {
    background: #005f91;
    border-color: #005f91;
}

.btn-primary:hover {
    background: #004a73;
    border-color: #004a73;
}

/* =========================================================
   Contact Form
========================================================= */
.public-form .form-control,
.public-form .form-select {
    border-radius: 8px;
    padding: 0.65rem 0.85rem;
    border-color: #e5e7eb;
    font-size: 0.9rem;
}

.public-form .form-control:focus,
.public-form .form-select:focus {
    border-color: #005f91;
    box-shadow: 0 0 0 3px rgba(0, 95, 145, 0.1);
}

.public-form textarea.form-control {
    resize: vertical;
}

/* =========================================================
   Footer
========================================================= */
.pub-footer a:hover {
    color: #fff !important;
}

/* =========================================================
   Badge
========================================================= */
.badge {
    font-size: 0.75rem;
    letter-spacing: 0.04em;
}

/* =========================================================
   Brand color override
========================================================= */
.text-primary {
    color: #005f91 !important;
}
