* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

header {
    margin: 0;
    padding: 1.5rem 0;
}

main {
    margin: 0;
    padding: 0;
    display: block;
}

section {
    margin: 0;
    padding: 0;
}

.container,
.container-full {
    padding: 0;
    margin: 0;
}

.hero {
    padding: 0;
    margin: 0;
    background: var(--Navy);
    display: block;
    width: 100%;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.hero-svg {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.bold-statement-section {
    background: var(--Navy);
    padding: 10rem 0;
}

.statement-wrapper {
    max-width: 1200px;
    margin: 0 0 0 0;
    padding: 0 4rem;
    text-align: center;
}

.statement-wrapper h2 {
    color: var(--White);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: left;
}

.statement-wrapper .statement-question {
    color: var(--Cyan);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2rem;
    text-align: left;
}

.statement-wrapper .statement-explanation {
    color: var(--White);
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 900px;
    text-align: left;
    margin-bottom: 0;
}

.methodology-section {
    background: var(--White);
    padding: 0;
    position: relative;
}

.methodology-container {
    display: flex;
    align-items: stretch;
    min-height: 600px;
}

.methodology-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem 0 4rem;
    width: 60%;
    display: flex;
    flex-direction: column;
}

.methodology-left {
    padding: 6rem 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.methodology-left h2 {
    color: var(--Navy);
    font-size: 4rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    max-width: 60%;
    line-height: 1.1em;
}

.methodology-text {
    color: var(--Grey);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 60%;
}

.method-tags {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    position: absolute;
    bottom: 1.2rem;
}

.method-tag {
    display: inline-block;
    background: var(--Navy);
    color: var(--White);
    padding: 0.5rem 1.25rem;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
}

.methodology-right {
    width: 40%;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.methodology-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    min-height: 100%;
}

.rotating-text {
    color: var(--Navy);
    font-weight: 900;
}

.rotating-text::after {
    content: "Infrastructure";
    animation: rotate-words 8s infinite;
}

@keyframes rotate-words {
    0%, 20% {
        content: "Infrastructure?";
    }
    25%, 45% {
        content: "Construction?";
    }
    50%, 70% {
        content: "Transport?";
    }
    75%, 95% {
        content: "Energy?";
    }
}

.question-section {
    background: var(--White);
    padding: 0;
    position: relative;
}

.question-container {
    display: flex;
    align-items: stretch;
    min-height: 600px;
}

.question-left {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2rem;
}

.map-with-beacons {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.question-image {
    display: block;
    width: 100%;
    height: auto;
}

.beacon {
    position: absolute;
    z-index: 10;
    animation: beacon-pulse 2s ease-in-out infinite;
}

.beacon img {
    display: block;
    width: 5%;
    min-width: 15px;
    max-width: 25px;
    height: auto;
}

.beacon-1 {
    top: 84%;
    left: 14%;
    animation-delay: 0s;
}

.beacon-2 {
    top: 80%;
    left: 18%;
    animation-delay: 0.2s;
}

.beacon-3 {
    top: 88%;
    left: 18%;
    animation-delay: 0.4s;
}

.beacon-4 {
    top: 84%;
    left: 22%;
    animation-delay: 0.6s;
}

.beacon-5 {
    top: 78%;
    left: 48%;
    animation-delay: 0.8s;
}

.beacon-6 {
    top: 74%;
    left: 52%;
    animation-delay: 1s;
}

.beacon-7 {
    top: 82%;
    left: 52%;
    animation-delay: 0.3s;
}

.beacon-8 {
    top: 78%;
    left: 56%;
    animation-delay: 0.5s;
}

.beacon-9 {
    top: 70%;
    left: 56%;
    animation-delay: 0.7s;
}

.beacon-10 {
    top: 74%;
    left: 60%;
    animation-delay: 0.9s;
}

.beacon-11 {
    top: 82%;
    left: 60%;
    animation-delay: 1.1s;
}

.beacon-12 {
    top: 78%;
    left: 64%;
    animation-delay: 0.1s;
}

.beacon-13 {
    top: 50%;
    left: 62%;
    animation-delay: 1.3s;
}

.beacon-14 {
    top: 27%;
    left: 66%;
    animation-delay: 1.5s;
}

.beacon-15 {
    top: 29%;
    left: 70%;
    animation-delay: 0.25s;
}

.beacon-16 {
    top: 23%;
    left: 70%;
    animation-delay: 1.7s;
}

@keyframes beacon-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.question-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--Yellow);
}

.question-right-content {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 600px;
}

.question-right-content h2 {
    color: var(--Navy);
    font-size: 4rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    max-width: 100%;
    line-height: 1.1em;
}

.question-text {
    color: var(--Grey);
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: justify;
}

.question-text p {
    margin-bottom: 1.25rem;
}

.question-text p:last-child {
    margin-bottom: 0;
}

.map-section-wrapper {
    position: relative;
    background: var(--White);
    margin-top: 0;
    padding: 5rem 0 6rem 0;
}

.map-section-wrapper .container-full {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
    background: var(--White);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.map-section-wrapper #map {
    height: 80vh;
    min-height: 500px;
    max-height: 900px;
    width: 100%;
    background: var(--LightGrey);
    border-radius: 12px;
    margin: 0;
}

.map-container-wrapper {
    background: var(--LightGrey);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 80vh;
    min-height: 500px;
    max-height: 900px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.map-overlay {
    position: absolute;
    width: 180px;
    max-width: 30vw;
    height: auto;
    z-index: 1000;
    pointer-events: none;
    bottom: 20px;
    right: 20px;
}

.map-overlay-graphic {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

.login-required-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 32, 67, 0.95);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    border-radius: 12px;
}

.login-required-overlay.visible {
    opacity: 1;
    visibility: visible;
}

.login-overlay-content {
    text-align: center;
    padding: 3rem;
    max-width: 500px;
}

.login-overlay-content h2 {
    color: var(--White);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.login-overlay-content p {
    color: var(--White);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.login-overlay-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.btn-register-overlay {
    display: inline-block;
    background: var(--Cyan);
    color: var(--Navy);
    padding: 1rem 2.5rem;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-register-overlay:hover {
    background: #00c4db;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(1, 217, 243, 0.4);
}

.btn-login-overlay {
    display: inline-block;
    background: transparent;
    color: var(--White);
    padding: 1rem 2.5rem;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    border: 2px solid var(--White);
    transition: all 0.3s ease;
}

.btn-login-overlay:hover {
    background: var(--White);
    color: var(--Navy);
    transform: translateY(-2px);
}

.btn-close-overlay {
    background: none;
    border: none;
    color: var(--Cyan);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.btn-close-overlay:hover {
    color: var(--Yellow);
}

.map-section-wrapper .section-header {
    text-align: center;
    width: 100%;
    max-width: 800px;
}

.map-section-wrapper .section-header h2 {
    color: var(--Navy);
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.map-section-wrapper .section-header p {
    color: var(--Grey);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.map-section-wrapper .section-header p:last-child {
    margin-bottom: 0;
}

.map-explore-cta {
    text-align: center;
    margin-top: 2rem;
}

.btn-explore {
    display: inline-block;
    background: var(--Navy);
    color: var(--White);
    padding: 1rem 2.5rem;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-explore:hover {
    background: #0a3058;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(6, 32, 67, 0.3);
}

.walmer-proof-section {
    background: var(--LightGrey);
    padding: 6rem 0;
}

.proof-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.proof-content h2 {
    color: var(--Navy);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.proof-intro {
    color: var(--Grey);
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

.data-comparison {
    margin-bottom: 2.5rem;
}

.data-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    align-items: center;
    background: var(--White);
}

.data-row.old-data {
    border-left: 4px solid var(--Grey);
}

.data-row.new-data {
    background: var(--Cyan);
    border-left: 4px solid var(--Yellow);
}

.data-label {
    font-size: 0.95rem;
    color: var(--Grey);
    font-weight: 600;
}

.data-row.new-data .data-label {
    color: var(--Navy);
}

.data-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--Navy);
}

.data-age {
    font-size: 0.85rem;
    color: var(--Grey);
    font-style: italic;
}

.data-row.new-data .data-age {
    color: var(--Navy);
    opacity: 0.8;
}

.undercount-statement {
    background: var(--Navy);
    padding: 2rem;
}

.undercount-statement h3 {
    color: var(--Yellow);
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.undercount-statement p {
    color: var(--White);
    font-size: 1rem;
    line-height: 1.6;
}

.proof-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.proof-image {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.cta-section {
    background: var(--White);
    padding: 5rem 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.cta-section .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.cta-section h2 {
    color: var(--Navy);
    font-size: 2.5rem;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
}

.cta-section .btn-register {
    background: var(--Cyan);
    color: var(--Navy);
    padding: 1.25rem 3rem;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s;
    display: inline-block;
    margin: 0;
}

.cta-section .btn-register:hover {
    background: #00c4db;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .statement-wrapper {
        padding: 0 2rem;
    }

    .statement-wrapper h2 {
        font-size: 2.5rem;
    }

    .statement-wrapper .statement-question {
        font-size: 1.5rem;
    }

    .statement-wrapper .statement-explanation {
        font-size: 1rem;
    }

    .methodology-wrapper {
        padding: 0 2rem;
        width: 65%;
    }

    .methodology-left {
        padding: 5rem 0;
    }

    .methodology-left h2 {
        font-size: 2.5rem;
        max-width: 70%;
    }

    .methodology-text {
        max-width: 70%;
    }

    .methodology-right {
        width: 35%;
    }

    .question-left {
        width: 35%;
    }

    .question-wrapper {
        width: 65%;
        padding: 0 2rem 0 1rem;
    }

    .question-right-content h2 {
        font-size: 2.5rem;
    }

    .question-text {
        max-width: 90%;
    }

    .proof-wrapper {
        padding: 0 2rem;
        gap: 3rem;
    }

    .map-section-wrapper .container-full {
        padding: 0 2rem;
    }

    .login-overlay-content {
        padding: 2rem;
    }

    .login-overlay-content h2 {
        font-size: 2rem;
    }
}

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

    .bold-statement-section {
        padding: 5rem 0;
    }

    .statement-wrapper {
        padding: 0 1.5rem;
    }

    .statement-wrapper h2 {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .statement-wrapper .statement-question {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }

    .statement-wrapper .statement-explanation {
        font-size: 1rem;
    }

    .methodology-section {
        padding: 0;
    }

    .methodology-container {
        flex-direction: column;
        min-height: auto;
    }

    .methodology-wrapper {
        width: 100%;
        padding: 0 1.5rem;
    }

    .methodology-left {
        padding: 4rem 0;
        position: static;
    }

    .methodology-left h2 {
        font-size: 1.8rem;
        max-width: 100%;
    }

    .methodology-text {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        max-width: 100%;
    }

    .method-tags {
        position: static;
        gap: 0.75rem;
        margin-top: 2rem;
    }

    .method-tag {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }

    .methodology-right {
        order: -1;
        width: 100%;
        margin-bottom: 2rem;
        height: 400px;
    }

    .methodology-image {
        width: 100%;
        height: 100%;
    }

    .question-section {
        padding: 0;
    }

    .question-container {
        flex-direction: column;
        min-height: auto;
    }

    .question-left {
        width: 100%;
        padding: 1.5rem;
    }

    .map-with-beacons {
        max-width: 400px;
        margin: 0 auto;
    }

    .question-wrapper {
        width: 100%;
        padding: 0 1.5rem;
        background: var(--Yellow);
    }

    .question-right-content {
        padding: 4rem 0;
    }

    .question-right-content h2 {
        font-size: 1.8rem;
        max-width: 100%;
    }

    .question-text {
        font-size: 1rem;
        max-width: 100%;
    }

    .question-text p {
        margin-bottom: 1rem;
    }

    .map-section-wrapper {
        margin-top: 0;
        padding: 3rem 0 4rem 0;
    }

    .map-section-wrapper .container-full {
        padding: 0 1.5rem;
        gap: 1.5rem;
    }

    .map-section-wrapper #map {
        height: 70vh;
        min-height: 400px;
        max-height: 600px;
        width: 100%;
        border-radius: 8px;
    }

    .map-container-wrapper {
        height: 70vh;
        min-height: 400px;
        max-height: 600px;
        width: 100%;
        border-radius: 8px;
    }

    .map-overlay {
        width: 140px;
        max-width: 40vw;
        bottom: 10px;
        right: 10px;
    }

    .login-required-overlay {
        border-radius: 8px;
    }

    .login-overlay-content {
        padding: 2rem 1.5rem;
    }

    .login-overlay-content h2 {
        font-size: 1.8rem;
        margin-bottom: 0.75rem;
    }

    .login-overlay-content p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .login-overlay-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }

    .btn-register-overlay,
    .btn-login-overlay {
        width: 100%;
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }

    .map-section-wrapper .section-header {
        padding: 0;
    }

    .map-section-wrapper .section-header h2 {
        font-size: 1.5rem;
    }

    .map-section-wrapper .section-header p {
        font-size: 0.95rem;
    }

    .map-explore-cta {
        margin-top: 1.5rem;
    }

    .btn-explore {
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }

    .walmer-proof-section {
        padding: 4rem 0;
    }

    .proof-wrapper {
        grid-template-columns: 1fr;
        padding: 0 1.5rem;
        gap: 2rem;
    }

    .proof-content h2 {
        font-size: 2rem;
    }

    .proof-intro {
        font-size: 1rem;
    }

    .data-row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        padding: 1rem 1.25rem;
    }

    .data-value {
        font-size: 1.5rem;
    }

    .undercount-statement {
        padding: 1.5rem;
    }

    .undercount-statement h3 {
        font-size: 1.6rem;
    }

    .undercount-statement p {
        font-size: 0.95rem;
    }

    .proof-image {
        max-width: 100%;
    }

    .cta-section {
        padding: 4rem 1.5rem;
        min-height: 300px;
    }

    .cta-section .container {
        padding: 0 1rem;
    }

    .cta-section h2 {
        font-size: 1.8rem;
    }

    .cta-section .btn-register {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .bold-statement-section {
        padding: 4rem 0;
    }

    .statement-wrapper {
        padding: 0 1rem;
    }

    .statement-wrapper h2 {
        font-size: 1.6rem;
    }

    .statement-wrapper .statement-question {
        font-size: 1.15rem;
        margin-bottom: 1.25rem;
    }

    .statement-wrapper .statement-explanation {
        font-size: 0.95rem;
    }

    .methodology-section {
        padding: 0;
    }

    .methodology-wrapper {
        padding: 0 1rem;
    }

    .methodology-left {
        padding: 3rem 0;
    }

    .methodology-left h2 {
        font-size: 1.5rem;
        max-width: 100%;
    }

    .methodology-text {
        font-size: 0.95rem;
        max-width: 100%;
    }

    .method-tags {
        gap: 0.5rem;
        margin-top: 1.5rem;
    }

    .method-tag {
        font-size: 0.75rem;
        padding: 0.35rem 0.85rem;
    }

    .methodology-right {
        height: 350px;
    }

    .question-left {
        padding: 1rem;
    }

    .map-with-beacons {
        max-width: 350px;
    }

    .question-wrapper {
        padding: 0 1rem;
        background: var(--Yellow);
    }

    .question-right-content {
        padding: 3rem 0;
    }

    .question-right-content h2 {
        font-size: 1.5rem;
    }

    .question-text {
        font-size: 0.95rem;
    }

    .map-section-wrapper {
        margin-top: 0;
        padding: 2.5rem 0 3rem 0;
    }

    .map-section-wrapper .container-full {
        padding: 0 1rem;
        gap: 1rem;
    }

    .map-section-wrapper #map {
        height: 60vh;
        min-height: 350px;
        max-height: 500px;
        width: 100%;
    }

    .map-container-wrapper {
        height: 60vh;
        min-height: 350px;
        max-height: 500px;
        width: 100%;
    }

    .map-overlay {
        width: 110px;
        max-width: 45vw;
        bottom: 10px;
        right: 10px;
    }

    .login-overlay-content {
        padding: 1.5rem 1rem;
    }

    .login-overlay-content h2 {
        font-size: 1.5rem;
    }

    .login-overlay-content p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .btn-register-overlay,
    .btn-login-overlay {
        padding: 0.85rem 1.5rem;
        font-size: 0.95rem;
    }

    .btn-close-overlay {
        font-size: 0.9rem;
    }

    .map-section-wrapper .section-header h2 {
        font-size: 1.3rem;
    }

    .map-section-wrapper .section-header p {
        font-size: 0.9rem;
    }

    .map-explore-cta {
        margin-top: 1rem;
    }

    .btn-explore {
        padding: 0.85rem 1.75rem;
        font-size: 0.95rem;
        width: 100%;
        max-width: 320px;
    }

    .walmer-proof-section {
        padding: 3rem 0;
    }

    .proof-wrapper {
        padding: 0 1rem;
        gap: 1.5rem;
    }

    .proof-content h2 {
        font-size: 1.6rem;
    }

    .proof-intro {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }

    .data-row {
        padding: 0.85rem 1rem;
    }

    .data-label {
        font-size: 0.85rem;
    }

    .data-value {
        font-size: 1.3rem;
    }

    .data-age {
        font-size: 0.8rem;
    }

    .undercount-statement {
        padding: 1.25rem;
    }

    .undercount-statement h3 {
        font-size: 1.4rem;
        margin-bottom: 0.75rem;
    }

    .undercount-statement p {
        font-size: 0.9rem;
    }

    .cta-section {
        padding: 3rem 1rem;
        min-height: 250px;
    }

    .cta-section .container {
        padding: 0;
    }

    .cta-section h2 {
        font-size: 1.5rem;
    }

    .cta-section .btn-register {
        padding: 0.9rem 1.75rem;
        font-size: 0.95rem;
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 360px) {
    .bold-statement-section {
        padding: 3rem 0;
    }

    .statement-wrapper h2 {
        font-size: 1.4rem;
    }

    .statement-wrapper .statement-question {
        font-size: 1.05rem;
    }

    .statement-wrapper .statement-explanation {
        font-size: 0.9rem;
    }

    .map-section-wrapper #map {
        height: 55vh;
        min-height: 320px;
    }

    .map-container-wrapper {
        height: 55vh;
        min-height: 320px;
    }

    .map-overlay {
        width: 90px;
        max-width: 50vw;
        bottom: 8px;
        right: 8px;
    }

    .login-overlay-content h2 {
        font-size: 1.3rem;
    }

    .login-overlay-content p {
        font-size: 0.9rem;
    }

    .methodology-left h2 {
        font-size: 1.3rem;
        max-width: 100%;
    }

    .methodology-text {
        font-size: 0.9rem;
        max-width: 100%;
    }

    .method-tags {
        margin-top: 1.5rem;
    }

    .method-tag {
        font-size: 0.7rem;
        padding: 0.3rem 0.75rem;
    }

    .methodology-right {
        height: 300px;
    }

    .question-left {
        padding: 0.75rem;
    }

    .map-with-beacons {
        max-width: 300px;
    }

    .question-right-content h2 {
        font-size: 1.3rem;
    }

    .question-text {
        font-size: 0.9rem;
    }

    .proof-content h2 {
        font-size: 1.4rem;
    }

    .data-value {
        font-size: 1.2rem;
    }

    .undercount-statement h3 {
        font-size: 1.2rem;
    }

    .cta-section h2 {
        font-size: 1.3rem;
    }

    .cta-section .btn-register {
        padding: 0.85rem 1.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .map-section-wrapper {
        margin-top: 0;
        padding: 2rem 0 3rem 0;
    }

    .map-section-wrapper .container-full {
        padding: 0 1.5rem;
        gap: 1rem;
    }

    .map-section-wrapper #map {
        height: 70vh;
        min-height: 300px;
        max-height: 500px;
        width: 100%;
    }

    .map-container-wrapper {
        height: 70vh;
        min-height: 300px;
        max-height: 500px;
        width: 100%;
    }

    .map-overlay {
        width: 110px;
        max-width: 35vw;
        bottom: 10px;
        right: 10px;
    }

    .login-overlay-content {
        padding: 1.5rem;
    }

    .login-overlay-content h2 {
        font-size: 1.5rem;
    }

    .login-overlay-buttons {
        flex-direction: row;
    }

    .btn-register-overlay,
    .btn-login-overlay {
        width: auto;
    }

    .bold-statement-section {
        padding: 4rem 0;
    }

    .methodology-right {
        height: 350px;
    }

    .question-left {
        padding: 1rem;
    }

    .map-with-beacons {
        max-width: 350px;
    }

    .walmer-proof-section {
        padding: 3rem 0;
    }

    .cta-section {
        padding: 3rem 1rem;
    }
}
