/* SISIPAMOJA WELFARE - MAIN CSS */

:root {
    --forest-green: #235025;
    --deep-green: #2E7D32;
    --burnt-orange: #cd7f3d;
    --royal-blue: #1565C0;
    --golden-yellow: #F9A825;
    --warm-brown: #6D4C41;
    --off-white: #F8FBF8;
    --text-dark: #1a1a1a;
    --text-muted: #5f6368;

    --color-primary: #235025;
    --color-secondary: #2E7D32;
    --color-accent-orange: #cd7f3d;
    --color-accent-blue: #1565C0;
    --color-highlight: #F9A825;
    --color-warm-brown: #6D4C41;
    --color-background: #F8FBF8;
    --color-surface: #FFFFFF;
    --color-border: rgba(27, 94, 32, 0.12);
    --color-soft-shadow: rgba(27, 94, 32, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', sans-serif;
    background: var(--off-white);
    color: var(--text-dark);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.font-heading {
    font-family: 'Merriweather', serif;
}

*, *::before, *::after {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--forest-green);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--deep-green);
}

.text-primary-theme {
    color: var(--color-primary) !important;
}

.text-accent-orange {
    color: var(--color-accent-orange) !important;
}

.text-accent-blue {
    color: var(--color-accent-blue) !important;
}

.text-accent-yellow {
    color: var(--color-highlight) !important;
}

.text-golden {
    color: var(--golden-yellow) !important;
}

.bg-secondary-theme {
    background-color: var(--color-secondary) !important;
}

.bg-accent-orange {
    background-color: var(--color-accent-orange) !important;
}

.bg-accent-blue {
    background-color: var(--color-accent-blue) !important;
}

.bg-accent-yellow {
    background-color: var(--color-highlight) !important;
}

.bg-accent-green-soft {
    background: rgba(27, 94, 32, 0.12) !important;
}

.bg-accent-orange-soft {
    background: rgba(230, 81, 0, 0.12) !important;
}

.bg-accent-blue-soft {
    background: rgba(21, 101, 192, 0.12) !important;
}

.bg-accent-yellow-soft {
    background: rgba(249, 168, 37, 0.12) !important;
}

.bg-surface {
    background: var(--color-surface) !important;
}

.text-muted-strong {
    color: var(--text-muted) !important;
    line-height: 1.85;
}

.text-muted-sm {
    color: var(--text-muted) !important;
    font-size: 0.88rem;
    line-height: 1.7;
}

.text-muted-md {
    color: var(--text-muted) !important;
    font-size: 0.92rem;
    line-height: 1.8;
}

.text-muted-95 {
    color: var(--text-muted) !important;
    font-size: 0.95rem;
    line-height: 1.85;
}

.footer-copy {
    font-size: 0.88rem;
    line-height: 1.85;
    margin-bottom: 22px;
}

.cta-copy {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1.05rem;
    line-height: 1.85;
    margin-bottom: 38px;
}

.copy-narrow {
    max-width: 480px;
}

.cta-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 6px 18px;
    font-size: 0.8rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.cta-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: #fff;
    font-weight: 900;
    margin-bottom: 18px;
    line-height: 1.3;
}

.cta-title-sm {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    color: #fff;
    font-weight: 900;
    line-height: 1.3;
}

.section-copy {
    color: var(--text-muted) !important;
    line-height: 1.9;
}

.micro-title {
    font-weight: 800;
    font-size: 0.9rem;
}

.micro-subtitle {
    font-size: 0.78rem;
    color: var(--text-muted) !important;
}

.delay-1 {
    transition-delay: 0.1s;
}

.delay-2 {
    transition-delay: 0.2s;
}

.delay-3 {
    transition-delay: 0.3s;
}

.delay-4 {
    transition-delay: 0.4s;
}

.text-white-soft {
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.85;
}

.text-white-95 {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.95rem;
    line-height: 1.85;
}

.mb-20 {
    margin-bottom: 20px;
}

.navbar {
    background: var(--forest-green);
    padding: 3px 0; /* slimmer */
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

.navbar-logo {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
}

.navbar-brand {
    font-size: 1.4rem;
}

.brand-line {
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 0.95rem;
    line-height: 1.2;
    white-space: nowrap;
}

.brand-sisi {
    color: var(--burnt-orange) !important;
}

.brand-welfare {
    color: var(--burnt-orange) !important;
    margin-left: 4px;
}

.brand-name {
    font-size: 1.05rem;
    line-height: 1.2;
}

.brand-tagline {
    font-size: 0.62rem;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.nav-link-item {
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 8px 14px !important;
    border-radius: 8px;
    transition: all 0.25s;
    text-decoration: none;
}

.nav-link-item:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12);
}

.btn-login {
    border: 2px solid rgba(255, 255, 255, 0.55);
    color: white;
    background: transparent;
    border-radius: 25px;
    padding: 8px 22px;
    font-weight: 800;
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-login:hover {
    background: white;
    color: var(--forest-green);
    border-color: white;
}

.btn-join {
    background: var(--burnt-orange);
    color: white;
    border: 2px solid var(--burnt-orange);
    border-radius: 25px;
    padding: 8px 22px;
    font-weight: 800;
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-join:hover {
    background: #b87333;
    border-color: #b87333;
    color: white;
    transform: translateY(-1px);
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-primary:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 20px var(--color-soft-shadow);
    background: var(--color-surface);
}

.card-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 0.2rem rgba(27, 94, 32, 0.18);
}

/* =====================================================
   REGISTER PAGE
===================================================== */
.register-page {
    max-width: 1180px;
}

.register-card {
    border: 1px solid var(--color-border);
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(27, 94, 32, 0.10);
    background:
        radial-gradient(circle at top left, rgba(27, 94, 32, 0.08), transparent 32%),
        radial-gradient(circle at top right, rgba(230, 81, 0, 0.08), transparent 28%),
        #fff;
}

.register-hero-badge {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--forest-green), var(--deep-green));
    color: #fff;
    box-shadow: 0 12px 24px rgba(27, 94, 32, 0.22);
}

.register-hero-badge i {
    font-size: 1.65rem;
}

.register-subtitle {
    color: var(--text-muted);
    font-size: 0.98rem;
}

.register-step-card {
    background: rgba(248, 251, 248, 0.85);
    border: 1px solid rgba(27, 94, 32, 0.10);
    border-radius: 22px;
    padding: 1.1rem;
}

.register-section-title {
    color: var(--forest-green);
    letter-spacing: 0.2px;
}

.membership-grid {
    margin-top: 0.5rem;
}

.membership-option {
    position: relative;
    min-height: 100%;
    border-color: rgba(27, 94, 32, 0.16) !important;
    background: #fff;
    border-radius: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    box-shadow: 0 8px 20px rgba(27, 94, 32, 0.05);
}

.membership-option:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(27, 94, 32, 0.10);
}

.membership-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.membership-icon-sacco {
    background: rgba(27, 94, 32, 0.12);
    color: var(--forest-green);
}

.membership-icon-last-expense {
    background: rgba(230, 81, 0, 0.12);
    color: var(--burnt-orange);
}

.membership-title {
    font-size: 1.02rem;
}

.membership-title-sacco {
    color: var(--forest-green);
}

.membership-title-last-expense {
    color: var(--burnt-orange);
}

.membership-copy {
    color: var(--text-muted);
    line-height: 1.4;
}

.btn-check:checked + .membership-option {
    border-width: 2px !important;
}

.btn-check:checked + .membership-option-sacco {
    border-color: var(--forest-green) !important;
    background: linear-gradient(180deg, rgba(27, 94, 32, 0.06), rgba(255, 255, 255, 0.95));
    box-shadow: 0 16px 28px rgba(27, 94, 32, 0.14);
}

.btn-check:checked + .membership-option-last-expense {
    border-color: var(--burnt-orange) !important;
    background: linear-gradient(180deg, rgba(230, 81, 0, 0.06), rgba(255, 255, 255, 0.95));
    box-shadow: 0 16px 28px rgba(230, 81, 0, 0.14);
}

.register-submit-btn {
    background: linear-gradient(135deg, var(--forest-green), var(--deep-green));
    border: none;
    border-radius: 18px;
    padding: 0.95rem 1.2rem;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(27, 94, 32, 0.18);
}

.register-submit-btn:hover,
.register-submit-btn:focus {
    background: linear-gradient(135deg, var(--deep-green), var(--forest-green));
}

.register-info-box {
    background: rgba(21, 101, 192, 0.08);
    border: 1px solid rgba(21, 101, 192, 0.12);
    color: var(--text-dark);
    border-radius: 16px;
}

.register-card .form-control,
.register-card .form-select,
.register-card textarea,
.register-card input[type="file"] {
    border-radius: 14px;
    border-color: rgba(27, 94, 32, 0.16);
    box-shadow: none;
}

.register-card .form-control:focus,
.register-card .form-select:focus,
.register-card textarea:focus {
    border-color: var(--forest-green);
    box-shadow: 0 0 0 0.2rem rgba(27, 94, 32, 0.15);
}

.register-card .input-group .btn-outline-secondary {
    border-color: rgba(27, 94, 32, 0.16);
    color: var(--forest-green);
}

.register-card hr {
    border-color: rgba(27, 94, 32, 0.12);
    opacity: 1;
}

.site-footer {
    background: #edf5ee;
    border-top: 1px solid var(--color-border);
}

.logout-icon-circle,
.icon-circle-lg,
.icon-circle-md,
.icon-circle-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.logout-icon-circle,
.icon-circle-lg {
    width: 70px;
    height: 70px;
}

.icon-circle-md {
    width: 56px;
    height: 56px;
    border-radius: 14px;
}

.icon-circle-sm {
    width: 52px;
    height: 52px;
}

.logout-icon-circle {
    background: rgba(230, 81, 0, 0.12);
}

.text-link-primary {
    color: var(--color-primary) !important;
}

.text-link-primary:hover {
    color: var(--color-secondary) !important;
}

.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.logo-float {
    animation: floatUp 5s ease-in-out infinite;
}

@keyframes floatUp {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(230, 81, 0, 0.4); }
    70% { box-shadow: 0 0 0 12px rgba(230, 81, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(230, 81, 0, 0); }
}

.btn-pulse {
    animation: pulse 2s infinite;
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.marquee-track {
    animation: marqueeScroll 28s linear infinite;
}

.hero-overlay {
    background: linear-gradient(
        140deg,
        rgba(27, 94, 32, 0.95) 0%,
        rgba(46, 125, 50, 0.9) 55%,
        rgba(56, 142, 60, 0.85) 100%
    );
}

.golden-divider {
    height: 4px;
    background: linear-gradient(90deg, transparent, #F9A825, transparent);
}

.hero {
    background: linear-gradient(140deg, var(--forest-green) 0%, var(--deep-green) 55%, #388e3c 100%);
    min-height: 93vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(249, 168, 37, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(230, 81, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(21, 101, 192, 0.06) 0%, transparent 60%);
}

.hero-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 40px 40px;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(249, 168, 37, 0.15);
    border: 1px solid rgba(249, 168, 37, 0.35);
    color: var(--golden-yellow);
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.hero h1 {
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    color: #ffffff;
    line-height: 1.22;
    margin-bottom: 22px;
    font-weight: 900;
}

.hero h1 .accent {
    color: var(--burnt-orange);
}

.hero h1 .gold {
    color: var(--golden-yellow);
}

.hero-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.85;
    margin-bottom: 38px;
    max-width: 510px;
}

.hero-pillar-panel {
    width: min(100%, 500px);
    background: linear-gradient(170deg, #2f7a39 0%, #1f5d2b 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 22px;
    padding: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.pillar-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
}

.pillar-save {
    border-left: 3px solid #4caf50;
}

.pillar-borrow {
    border-left: 3px solid var(--burnt-orange);
}

.pillar-protect {
    border-left: 3px solid var(--golden-yellow);
}

.pillar-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: var(--golden-yellow);
    flex: 0 0 auto;
    background: rgba(249, 168, 37, 0.18);
    border: 1px solid rgba(249, 168, 37, 0.28);
}

.pillar-save .pillar-icon {
    color: #8bd49a;
}

.pillar-borrow .pillar-icon {
    color: #ffd4bf;
}

.pillar-protect .pillar-icon {
    color: #ffe082;
}

.pillar-copy {
    min-width: 0;
}

.pillar-kicker {
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 0.96rem;
    color: #ffffff;
    margin-bottom: 1px;
}

.pillar-borrow .pillar-kicker {
    color: #ffffff;
}

.pillar-protect .pillar-kicker {
    color: #ffffff;
}

.pillar-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.75rem;
    line-height: 1.35;
}

.pillar-arrow {
    display: flex;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
    margin: 8px 0;
    font-size: 0.84rem;
}

.pillar-arrow i {
    background: rgba(255, 255, 255, 0.12);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.btn-hero-main {
    background: var(--burnt-orange);
    color: #fff;
    padding: 15px 34px;
    border-radius: 32px;
    font-weight: 900;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 8px 28px rgba(230, 81, 0, 0.45);
    display: inline-block;
}

.btn-hero-main:hover {
    background: #b87333;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(230, 81, 0, 0.5);
}

.btn-hero-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.45);
    padding: 15px 34px;
    border-radius: 32px;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
    backdrop-filter: blur(8px);
}

.btn-hero-ghost:hover {
    background: #fff;
    color: var(--forest-green);
    border-color: #fff;
    transform: translateY(-3px);
}

.hero-stats {
    display: flex;
    gap: 36px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.hero-stat-num {
    font-family: 'Merriweather', serif;
    font-size: 2rem;
    font-weight: 900;
    color: var(--golden-yellow);
    line-height: 1;
}

.hero-stat-lbl {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.hero-stat-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 36px;
}

.logo-ring {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    border: 2px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    animation: floatLogo 5s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

.logo-ring img {
    width: 280px;
    height: 280px;
    object-fit: contain;
    border-radius: 50%;
    background: white;
    padding: 10px;
}

.fcard {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 14px 18px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 4;
}

.fcard-1 { top: 8%; right: -8%; animation: fc1 4s ease-in-out infinite; }
.fcard-2 { bottom: 12%; left: -8%; animation: fc2 4s ease-in-out infinite 2s; }

.fcard-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.fcard-title {
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--text-dark);
}

.fcard-sub {
    font-size: 0.73rem;
    color: var(--text-muted);
}

@keyframes floatLogo {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-18px); }
}

@keyframes fc1 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes fc2 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.golden-strip {
    background: var(--golden-yellow);
    padding: 0;
    overflow: hidden;
    line-height: 0;
}

.golden-strip svg {
    display: block;
    width: 100%;
}

.marquee-bar {
    background: var(--burnt-orange);
    padding: 6px 0;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-track {
    display: inline-block;
    animation: scrollMarquee 28s linear infinite;
    color: #fff;
    font-weight: 700;
    font-size: 0.76rem;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.marquee-track .dot {
    margin: 0 16px;
    opacity: 0.6;
}

@keyframes scrollMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.sec-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--burnt-orange);
    font-weight: 800;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.sec-pill::before {
    content: '';
    width: 28px;
    height: 3px;
    background: var(--burnt-orange);
    border-radius: 2px;
}

.sec-pill-center {
    justify-content: center;
}

.sec-pill-light {
    color: #fff;
}

.sec-pill-light::before {
    background: #fff;
}

.sec-pill-gold {
    color: var(--golden-yellow);
}

.sec-pill-gold::before {
    background: var(--golden-yellow);
}

.sec-title {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    color: var(--forest-green);
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 14px;
}

.sec-title-light {
    color: #fff;
}

.about-section {
    padding: 100px 0;
    background: var(--off-white);
}

.about-value-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 26px;
    height: 100%;
    border-top: 4px solid var(--forest-green);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s, box-shadow 0.3s;
}

.about-value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.11);
}

.about-value-card.orange { border-top-color: var(--burnt-orange); }
.about-value-card.blue { border-top-color: var(--royal-blue); }
.about-value-card.gold { border-top-color: var(--golden-yellow); }

.val-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.vi-green { background: #e8f5e9; color: var(--forest-green); }
.vi-orange { background: #fbe9e7; color: var(--burnt-orange); }
.vi-blue { background: #e3f2fd; color: var(--royal-blue); }
.vi-gold { background: #fffde7; color: #f57f17; }

/* ── Image Cards (About section) ── */
.img-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.img-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.11);
}

.img-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.img-card-body {
    padding: 22px 24px 26px;
}

/* ── Image Cards (Services section) ── */
.svc-card-img {
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    transition: all 0.35s;
    height: 100%;
    position: relative;
}

.svc-card-img:hover {
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-10px);
    border-color: rgba(249, 168, 37, 0.4);
}

.svc-card-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.svc-card-img-body {
    padding: 24px 22px 28px;
    text-align: center;
}

.svc-card-img-body h5 {
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    margin-bottom: 12px;
}

.svc-card-img-body p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    line-height: 1.75;
}

.btn-about {
    background: var(--forest-green);
    color: #fff;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.btn-about:hover {
    background: var(--deep-green);
    color: #fff;
    transform: translateY(-2px);
}

.services-section {
    background: var(--forest-green);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 35px 35px;
}

.svc-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    padding: 38px 28px;
    text-align: center;
    transition: all 0.35s;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.svc-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--burnt-orange);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.svc-card:hover {
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-10px);
    border-color: rgba(249, 168, 37, 0.4);
}

.svc-card:hover::after {
    transform: scaleX(1);
}

.svc-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    margin: 0 auto 22px;
    background: rgba(230, 81, 0, 0.15);
    color: var(--burnt-orange);
    border: 1px solid rgba(230, 81, 0, 0.25);
}

.svc-card h5 {
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    margin-bottom: 12px;
}

.svc-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    line-height: 1.75;
}

.trust-section {
    padding: 70px 0;
    background: #fff;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 20px;
    border-radius: 18px;
    background: var(--off-white);
    border: 1px solid #e0e0e0;
    transition: all 0.3s;
}

.trust-badge:hover {
    border-color: var(--forest-green);
    box-shadow: 0 6px 24px rgba(27, 94, 32, 0.1);
    transform: translateY(-3px);
}

.trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.how-section {
    padding: 100px 0;
    background: var(--off-white);
}

.step-wrap {
    text-align: center;
    padding: 20px;
    position: relative;
}

.step-num {
    width: 64px;
    height: 64px;
    background: var(--forest-green);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Merriweather', serif;
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0 auto 20px;
    box-shadow: 0 8px 28px rgba(27, 94, 32, 0.35);
    position: relative;
    z-index: 2;
}

.step-arrow {
    position: absolute;
    top: 40px;
    right: -26px;
    font-size: 1.6rem;
    color: var(--golden-yellow);
    font-weight: 900;
    z-index: 1;
}

.testi-section {
    padding: 100px 0;
    background: #fff;
}

.testi-card {
    background: var(--off-white);
    border-radius: 22px;
    padding: 36px 30px;
    border: 1px solid #e8f0e9;
    transition: all 0.3s;
    height: 100%;
}

.testi-card:hover {
    border-color: var(--forest-green);
    box-shadow: 0 10px 36px rgba(27, 94, 32, 0.1);
    transform: translateY(-4px);
}

.testi-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--royal-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Merriweather', serif;
    font-size: 1.2rem;
    font-weight: 900;
}

.testi-stars {
    color: var(--golden-yellow);
    font-size: 0.88rem;
}

.cta-section {
    background: linear-gradient(135deg, var(--burnt-orange) 0%, #b87333 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -8%;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -8%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.btn-cta-solid {
    background: #fff;
    color: var(--burnt-orange);
    padding: 15px 38px;
    border-radius: 32px;
    font-weight: 900;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.btn-cta-solid:hover {
    transform: translateY(-3px);
    color: var(--burnt-orange);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.btn-cta-border {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.65);
    padding: 15px 38px;
    border-radius: 32px;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.btn-cta-border:hover {
    background: #fff;
    color: var(--burnt-orange);
    transform: translateY(-3px);
}

footer {
    background: var(--deep-green);
    color: rgba(255, 255, 255, 0.75);
    padding: 70px 0 0;
}

.footer-brand {
    font-family: 'Merriweather', serif;
    font-size: 1.15rem;
    font-weight: 900;
    color: #fff;
}

.footer-sub {
    color: var(--golden-yellow);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-head {
    color: #fff;
    font-weight: 800;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.footer-link {
    display: block;
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    padding: 5px 0;
    font-size: 0.88rem;
    transition: color 0.2s;
}

.footer-link:hover {
    color: var(--golden-yellow);
}

.footer-contact {
    font-size: 0.88rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s;
}

.footer-contact a:hover {
    color: var(--golden-yellow);
}

.footer-contact i {
    color: var(--golden-yellow);
    width: 16px;
}

.social-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s;
    margin-right: 8px;
    font-size: 0.9rem;
}

.social-icon:hover {
    background: var(--burnt-orange);
    color: #fff;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding: 22px 0;
    text-align: center;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.38);
}

@media (max-width: 991px) {
    .hero {
        min-height: auto;
        padding: 70px 0;
    }

    .logo-ring {
        width: 240px;
        height: 240px;
        margin-top: 40px;
    }

    .logo-ring img {
        width: 180px;
        height: 180px;
    }

    .fcard {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero-stats {
        gap: 20px;
    }

    .step-arrow {
        display: none;
    }
}