* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #111111;
    overflow-x: hidden;
}

body {
    line-height: 1.5;
}

.hero {
    min-height: 100vh;
    background:
        radial-gradient(circle at 85% 15%, rgba(245,196,0,.28), transparent 24%),
        linear-gradient(135deg, #ffffff 0%, #f7f7f7 70%, #fff6cc 100%);
}

.navbar {
    padding: 22px 7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 900;
    font-size: 20px;
    color: #111111;
}

.brand span {
    width: 10px;
    height: 10px;
    background: #f5c400;
    border-radius: 50%;
    display: inline-block;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nav-links a {
    color: #111111;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}

.btn-nav {
    background: #f5c400;
    color: #000000 !important;
    padding: 10px 22px;
    border-radius: 8px;
}

.hero-layout {
    padding: 70px 7% 80px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 70px;
    align-items: center;
}

.hero-content {
    max-width: 760px;
}

.badge,
.section-label {
    display: inline-block;
    color: #111111;
    border: 1px solid rgba(0,0,0,.15);
    background: rgba(245,196,0,.35);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

h1 {
    margin: 26px 0 20px;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1.05;
    letter-spacing: -1.5px;
    color: #111111;
}

.slogan {
    max-width: 620px;
    font-size: 24px;
    color: #222222;
    margin-bottom: 18px;
}

.report-line {
    max-width: 620px;
    font-size: 19px;
    color: #333333;
    margin-bottom: 34px;
}

.report-line strong {
    color: #8a6b00;
}

.actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 900;
    padding: 13px 22px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1;
    min-height: 44px;
}

.btn-primary {
    background: #f5c400;
    color: #000000;
}

.btn-secondary {
    color: #111111;
    border: 1px solid rgba(0,0,0,.35);
    background: #ffffff;
}

.panel-map {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

.panel-header {
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.panel-header strong {
    display: block;
    font-size: 18px;
    color: #111111;
}

.panel-header small {
    color: #666666;
}

.panel-header a {
    background: #f5c400;
    color: #000000;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 900;
    white-space: nowrap;
    font-size: 14px;
}

#map {
    width: 100%;
    height: 350px;
    filter: grayscale(60%) contrast(1.02) brightness(1);
}

.panel-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(0,0,0,.10);
}

.panel-stats div {
    padding: 18px;
    border-right: 1px solid rgba(0,0,0,.10);
}

.panel-stats div:last-child {
    border-right: none;
}

.panel-stats strong {
    display: block;
    color: #8a6b00;
    font-size: 24px;
}

.panel-stats span {
    color: #555555;
    font-size: 14px;
}

.info-section {
    background: #f7f7f7;
    padding: 80px 7%;
}

.info-box {
    max-width: 1200px;
    margin-bottom: 42px;
}

.info-box h2,
.dashboard-section h2 {
    color: #111111;
    margin: 18px 0;
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: -1px;
    max-width: 1200px;
}

.info-box p,
.dashboard-section p {
    color: #333333;
    font-size: 19px;
    max-width: 1200px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.step {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 16px 35px rgba(0,0,0,.06);
}

.step span {
    color: #8a6b00;
    font-weight: 900;
    font-size: 13px;
}

.step h3 {
    margin: 14px 0 8px;
    font-size: 23px;
    color: #111111;
}

.step p {
    color: #444444;
    margin: 0;
    font-size: 16px;
}

.dashboard-section {
    background: #ffffff;
    padding: 80px 7%;
    border-top: 1px solid rgba(0,0,0,.08);
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 50px;
    align-items: center;
}

.dashboard-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 16px 35px rgba(0,0,0,.06);
}

.dashboard-card h3 {
    margin: 0 0 16px;
    font-size: 19px;
    color: #111111;
}

.dashboard-card div {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.dashboard-card div:last-child {
    border-bottom: none;
}

.dashboard-card strong {
    color: #8a6b00;
}

footer {
    background: #111111;
    color: #dddddd;
    padding: 28px 7%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.fv-logo {
    width: 34px;
    height: 34px;
    background: #f5c400;
    color: #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 14px;
}

@media (max-width: 980px) {
    .hero-layout,
    .dashboard-section {
        grid-template-columns: 1fr;
    }

    .panel-map {
        max-width: 650px;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: auto;
    }

    .navbar {
        padding: 18px 6%;
        align-items: flex-start;
        gap: 14px;
        flex-direction: column;
    }

    .brand {
        font-size: 19px;
    }

    .nav-links {
        gap: 10px;
        flex-wrap: wrap;
    }

    .nav-links a {
        font-size: 14px;
    }

    .btn-nav {
        padding: 8px 14px;
        border-radius: 7px;
    }

    .hero-layout {
        padding: 36px 6% 54px;
        gap: 34px;
    }

    .badge,
    .section-label {
        font-size: 12px;
        padding: 7px 12px;
    }

    h1 {
        font-size: clamp(34px, 10vw, 44px);
        letter-spacing: -1px;
        margin: 22px 0 16px;
    }

    .slogan {
        font-size: 19px;
        margin-bottom: 14px;
    }

    .report-line {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .actions {
        gap: 10px;
    }

    .btn-primary,
    .btn-secondary {
        width: auto;
        padding: 11px 16px;
        min-height: 40px;
        font-size: 14px;
        border-radius: 7px;
    }

    .panel-header {
        padding: 15px;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .panel-header a {
        padding: 9px 13px;
        font-size: 13px;
    }

    .panel-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .panel-stats div {
        padding: 13px 10px;
        border-right: 1px solid rgba(0,0,0,.10);
        border-bottom: none;
    }

    .panel-stats strong {
        font-size: 20px;
    }

    .panel-stats span {
        font-size: 12px;
    }

    .info-section,
    .dashboard-section {
        padding: 55px 6%;
    }

    .info-box h2,
    .dashboard-section h2 {
        font-size: clamp(28px, 8vw, 36px);
    }

    .info-box p,
    .dashboard-section p {
        font-size: 16px;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .step {
        padding: 20px;
        border-radius: 14px;
    }

    .step h3 {
        font-size: 21px;
    }

    .dashboard-card {
        padding: 20px;
    }

    footer {
        padding: 24px 6%;
        align-items: flex-start;
        flex-direction: column;
    }

    #map {
        height: 285px;
    }
}