body {
background: #f5f7fb;
}

.hero-card {
border: none;
border-radius: 22px;
box-shadow: 0 2px 14px rgba(0,0,0,0.06);
}

.hero-title {
font-weight: 700;
font-size: 2.5rem;
}

.hero-subtitle {
color: #6c757d;
font-size: 18px;
}

.hero-image {
max-width: 100%;
border: 6px solid white;
transition: 0.3s ease;
}

.hero-image:hover {
transform: scale(1.01);
}


.feature-box {
background: white;
border-radius: 24px;
padding: 35px 25px;
height: 100%;

box-shadow: 0 10px 30px rgba(0,0,0,0.06);

transition: all 0.25s ease;
}

.feature-box:hover {
transform: translateY(-6px);
box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

.navbar-brand {
font-weight: 700;
}

.navbar-buttons {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
width: 100%;
}

.navbar-buttons .btn {
width: 100%;
}

@media (min-width: 992px) {

.navbar-buttons {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
width: auto;
}

.navbar-buttons .btn {
width: auto;
}

}

.feature-icon {
width: 80px;
height: 80px;
margin: 0 auto;
border-radius: 20px;

display: flex;
align-items: center;
justify-content: center;

font-size: 2.2rem;

background: linear-gradient(135deg, #198754, #20c997);
color: white;

box-shadow: 0 10px 25px rgba(25, 135, 84, 0.25);
}

.icon-green {
background: #22c55e;
}

.icon-blue {
background: #3b82f6;
}

.icon-orange {
background: #f59e0b;
}

.icon-red {
background: #ef4444;
}

.icon-purple {
background: #8b5cf6;
}

.icon-teal {
background: #14b8a6;
}


@media (max-width: 768px) {

.hero-title {
font-size: 1.7rem;
}

}

.process-icon {
width: 45px !important;
height: 45px !important;
min-width: 45px;
margin: 0 !important;
font-size: 1.2rem !important;
border-radius: 5px;
}

.process-step {
display: flex;
align-items: center;
gap: 22px;
}

.process-step h5 {
margin-bottom: 6px;
}

.feature-header {
display: flex;
align-items: center;
gap: 16px;

margin-bottom: 20px;
}

.feature-header .feature-icon {
width: 45px;
height: 45px;

min-width: 45px;

margin: 0;

border-radius: 16px;

font-size: 1.2rem;

box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.feature-header h4 {
margin-bottom: 0;
font-size: 1.2rem;
line-height: 1.3;
}
.local-image {
width: 100%;
height: 100%;
min-height: 100%;
object-fit: cover;
display: block;
}

.faq-badge {
display: inline-flex;
align-items: center;
justify-content: center;

padding: 8px 16px;

border-radius: 999px;

background: #eef4ff;
color: #2563eb;

font-weight: 600;
font-size: 0.9rem;
}

.custom-faq .accordion-item {
border: none;
border-radius: 22px !important;

overflow: hidden;

margin-bottom: 22px;

background: white;

box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.custom-faq .accordion-button {
background: white;
border: none;

padding: 16px 14px;

font-weight: 700;
font-size: 1.05rem;

box-shadow: none !important;
}

.custom-faq .accordion-button:not(.collapsed) {
background: #f8fbff;
color: #111827;
}

.custom-faq .accordion-button::after {
transform: scale(1.1);
}

.custom-faq .accordion-body {
padding: 20px;

color: #6b7280;

line-height: 1.7;
font-size: 0.98rem;
}

.footer-modern {
background: #212529;
color: white;
overflow: hidden;
}

.footer-text {
color: rgba(255,255,255,0.72);
line-height: 1.7;
}

.footer-link {
color: rgba(255,255,255,0.75);

text-decoration: none;

display: inline-flex;
align-items: center;

gap: 10px;

transition: 0.2s ease;
}

.footer-link:hover {
color: white;
transform: translateX(3px);
}

.footer-icon {
width: 42px;
height: 42px;

border-radius: 14px;

display: flex;
align-items: center;
justify-content: center;

background: rgba(255,255,255,0.08);

font-size: 1rem;
}

.footer-divider {
border-color: rgba(255,255,255,0.08);
}

.footer-bottom {
color: rgba(255,255,255,0.6);
font-size: 0.95rem;
}

.footer-brand {
font-size: 1.4rem;
}

.reg-section + .reg-section {
padding-top: 10px;
border-top: 1px solid #eef2f7;
}

.reg-section {
margin-bottom: 45px;
}

.reg-section h2 {
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 20px;
}

.reg-section p,
.reg-section li {
color: #6b7280;
line-height: 1.8;
}

.reg-section ul,
.reg-section ol {
padding-left: 20px;
}