﻿html {
  font-size: 14px;
}

html,
body {
    min-height: 100%;
}

body.rr-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.rr-page-content {
    flex: 1 0 auto;
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
}

/* Main site nav — DESIGN.md: ivory surface, warm neutrals, terracotta accent */
.navbar {
    background: #faf9f5;
    border-bottom: 1px solid #e8e6dc;
    box-shadow: 0 1px 0 #f0eee6;
}

.navbar .navbar-brand {
    color: #141413 !important;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    display: inline-flex;
    align-items: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    color: #c96442 !important;
}

.navbar .navbar-brand .rr-brand-logo {
    display: block;
    height: 40px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

.navbar .navbar-brand .rr-brand-fallback {
    display: none;
    color: #141413;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.navbar .navbar-nav .nav-link {
    color: #4d4c48 !important;
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
    font-size: 1.03rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.01em;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
    color: #c96442 !important;
}

.navbar .navbar-nav .nav-link:not(.btn).active {
    color: #141413 !important;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.35rem;
    text-decoration-thickness: 2px;
    text-decoration-color: #c96442;
}

/* Must beat .navbar .navbar-nav .nav-link { color: ... !important } */
.navbar .navbar-nav .nav-link.rr-nav-cta {
    background: #c96442 !important;
    color: #ffffff !important;
    border: 1px solid #c96442 !important;
    border-radius: 9999px;
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.25;
}

.navbar .navbar-nav {
    align-items: center;
}

.navbar .navbar-nav .rr-nav-cta-item {
    margin-left: 0.5rem;
}

@media (min-width: 992px) {
    .navbar .navbar-nav {
        column-gap: 0.18rem;
    }

    .navbar .navbar-nav .rr-nav-cta-item {
        margin-left: 0.7rem;
    }
}

.navbar .navbar-nav .nav-link.rr-nav-cta:hover,
.navbar .navbar-nav .nav-link.rr-nav-cta:focus {
    background: #b55538 !important;
    border-color: #b55538 !important;
    color: #ffffff !important;
}

.navbar .navbar-nav .nav-link.rr-nav-cta.active {
    background: #30302e !important;
    border-color: #30302e !important;
    color: #ffffff !important;
    text-decoration: none;
}

.navbar .nav-item.dropdown {
    position: relative;
    z-index: 2001;
}

.navbar .dropdown-menu {
    z-index: 2002;
}

.navbar .navbar-toggler {
    border-color: rgba(20, 20, 19, 0.22);
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2820, 20, 19, 0.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero {
    position: relative;
    background: url('/imgs/hero-bg.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Dark overlay to enhance foreground contrast */
    }

    .hero .container {
        position: relative;
        z-index: 1;
    }

.benefits .icon {
    font-size: 40px;
    color: #2D5F2E;
}

.cta {
    background: #2D5F2E;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.testimonial {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    margin: 10px;
}

.rating-display {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 20px auto;
    width: 80%;
}

.rating-score {
    font-size: 50px;
    color: #28a745;
    font-weight: bold;
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* Navigation */
.nav-link {
    font-size: 0.95rem;
}

/* Hero Section */
.hero h1 {
    font-size: 2.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

/* Rating Display Section */
.rating-display h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.rating-display p {
    font-size: 0.95rem;
}

.rating-score {
    font-size: 3rem; /* Reduced from 50px */
}

/* Why Choose Us Section — scope to padded sections only (marketing.css sets marketing headings) */
.py-5 h2 {
    font-size: 1.6rem !important;
    margin-bottom: 1rem;
}

.py-5 h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.py-5 p {
    font-size: 0.95rem;
}

/* Benefits Section */
.benefits .icon {
    font-size: 2rem; /* Reduced from 40px */
}

/* Testimonials */
.testimonials h2 {
    font-size: 2rem;
}

.testimonials p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.testimonials h4 {
    font-size: 1rem;
    font-weight: 600;
}

/* CTA Section */
.cta h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta p {
    font-size: 1.1rem;
}

/* Footer */
footer h5 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

footer p {
    font-size: 0.9rem;
}

footer .mt-3 {
    font-size: 0.85rem;
}

/* Add this new style for better mobile responsiveness */
@media (max-width: 768px) {
    .rating-display {
        width: 95%; /* Even wider on mobile devices */
    }
}

/* Reports & Pricing Section */
.reports-pricing .card {
    transition: transform 0.3s ease;
}

    .reports-pricing .card:hover {
        transform: translateY(-5px);
    }

.reports-pricing .badge {
    font-size: 0.9rem;
    padding: 8px 16px;
}

.reports-pricing ul li {
    position: relative;
    padding-left: 5px;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.reports-pricing .card-title {
    font-size: 1.5rem;
    color: #2D5F2E;
}

@media (max-width: 768px) {
    .reports-pricing .card {
        margin-bottom: 20px;
    }
}

/* Rating Display Section Improvements */
.score-example {
    background: white;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.rating-score-card {
    padding: 20px;
    text-align: center;
}

.rating-score {
    font-size: 3.5rem;
    font-weight: bold;
    color: #2D5F2E;
    line-height: 1;
}

.rating-label {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 10px 0 5px;
}

.rating-scale {
    font-size: 0.9rem;
    color: #666;
}

.score-breakdown .factor-row {
    font-size: 0.95rem;
}

.progress {
    height: 20px;
    border-radius: 10px;
}

.progress-bar {
    font-size: 0.75rem;
    line-height: 20px;
}

.score-info-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

    .score-info-card .icon {
        font-size: 2rem;
    }

    .score-info-card h4 {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }

    .score-info-card p {
        font-size: 0.9rem;
        color: #666;
        margin-bottom: 0;
    }

@media (max-width: 768px) {
    .rating-score-card {
        margin-bottom: 30px;
    }

    .score-breakdown {
        padding: 0 15px;
    }
}

/* Why RightRoof Section Styles */
.why-rightroof {
    background-color: #fff;
}

.feature-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

    .feature-card:hover {
        transform: translateY(-5px);
    }

.feature-icon {
    margin-bottom: 20px;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 50%;
    font-size: 1.8rem;
}

.feature-content h4 {
    color: #2D5F2E;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-list li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 0.95rem;
        color: #555;
    }

        .feature-list li:before {
            
            position: absolute;
            left: 0;
            color: #2D5F2E;
        }

/* Testimonials Section Improvements */
.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

    .testimonial-card:hover {
        transform: translateY(-5px);
    }

.testimonial-rating {
    color: #ffc107;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    min-height: 120px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

    .testimonial-author img {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

.author-info h4 {
    font-size: 1rem;
    margin: 0;
    color: #2D5F2E;
}

.author-info span {
    font-size: 0.85rem;
}

.review-summary {
    margin-top: 50px;
}

.review-platform {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 20px;
    padding: 10px 20px;
    background: white;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.platform-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.platform-rating {
    font-size: 0.9rem;
    color: #555;
}

    .platform-rating strong {
        color: #2D5F2E;
    }

@media (max-width: 768px) {
    .testimonial-card {
        margin-bottom: 20px;
    }

    .testimonial-text {
        min-height: auto;
    }

    .review-summary .row {
        flex-direction: column;
        gap: 15px;
    }
}

/* Pricing */
.pricing-header {
    background: #2D5F2E;
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
    text-align: center;
}

    .pricing-header h1 {
        font-size: 2.75rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .pricing-header p {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

.pricing-card {
    border: none;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

    .pricing-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }

    .pricing-card.popular {
        border: 2px solid #2D5F2E;
    }

        .pricing-card.popular .card-header {
            background: #2D5F2E;
            color: white;
        }

        .pricing-card.popular .price {
            color: white;
        }

.card-header {
    border-radius: 15px 15px 0 0 !important;
    padding: 1.5rem;
    text-align: center;
    background: #f8f9fa;
}

.price {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 1rem 0;
    color: #2D5F2E;
}

    .price small {
        font-size: 1rem;
        opacity: 0.8;
    }

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-list li {
        padding: 0.75rem 0;
        border-bottom: 1px solid #eee;
        font-size: 0.95rem;
    }

        .feature-list li:last-child {
            border-bottom: none;
        }

    .feature-list i {
        color: #2D5F2E;
        margin-right: 0.5rem;
    }

.btn-pricing {
    padding: 0.75rem 2rem;
    border-radius: 30px;
    font-weight: 500;
}

.btn-pricing-primary {
    background: #2D5F2E;
    border: none;
    color: white;
}

    .btn-pricing-primary:hover {
        background: #234a24;
        color: white;
    }

.btn-pricing-outline {
    border: 2px solid #2D5F2E;
    color: #2D5F2E;
}

    .btn-pricing-outline:hover {
        background: #2D5F2E;
        color: white;
    }

.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #2D5F2E;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
}

.savings-badge {
    background: #28a745;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-left: 0.5rem;
}

.section-title {
    color: #2D5F2E;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.section-subtitle {
    color: #666;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 3rem;
}

.accordion-button:not(.collapsed) {
    background-color: #e8f5e9;
    color: #2D5F2E;
}

.accordion-button:focus {
    border-color: #2D5F2E;
    box-shadow: 0 0 0 0.25rem rgba(45, 95, 46, 0.25);
}

@media (max-width: 768px) {
    .pricing-header h1 {
        font-size: 2rem;
    }

    .pricing-card {
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 1.75rem;
    }
}

.comparison-table {
    background: #1a1a1a;
    color: white;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 2rem;
}

    .comparison-table th,
    .comparison-table td {
        padding: 1rem;
        border-color: #333;
    }

    .comparison-table thead tr {
        background: #262626;
    }

    .comparison-table th {
        font-weight: 600;
        color: white;
        border-bottom: none;
    }

    .comparison-table tbody tr:hover {
        background: #262626;
    }

.highlight-text {
    background: yellow;
    color: black;
    padding: 0 0.5rem;
}

@media (max-width: 768px) {
    .comparison-table {
        font-size: 0.9rem;
    }

        .comparison-table td,
        .comparison-table th {
            padding: 0.75rem 0.5rem;
        }
}

/* Features */
.features-header {
    background: #2D5F2E;
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
    text-align: center;
}

    .features-header h1 {
        font-size: 2.75rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .features-header p {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }

.feature-icon {
    font-size: 2.5rem;
    color: #2D5F2E;
    margin-bottom: 1rem;
}

.feature-title {
    color: #2D5F2E;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-list {
    list-style: none;
    padding: 0;
}

    .feature-list li {
        margin-bottom: 0.75rem;
        padding-left: 1.5rem;
        position: relative;
    }

        .feature-list li:before {
            content: "✅";
            position: absolute;
            left: 0;
        }

.why-matters {
    background: #f8f9fa;
    padding: 4rem 0;
    margin-top: 3rem;
}

.matters-card {
    background: white;
    border-left: 4px solid #2D5F2E;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 0 15px 15px 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.matters-icon {
    font-size: 1.5rem;
    color: #2D5F2E;
    margin-right: 0.5rem;
}

.section-title {
    color: #2D5F2E;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

.planned-feature {
    font-style: italic;
    color: #666;
}

@media (max-width: 768px) {
    .features-header h1 {
        font-size: 2rem;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .section-title {
        font-size: 1.75rem;
    }
}

/*about page*/
.about-header {
    background: #2D5F2E;
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
    text-align: center;
}

    .about-header h1 {
        font-size: 2.75rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .about-header p {
        font-size: 1.2rem;
        margin-bottom: 0;
        opacity: 0.9;
    }

.section-title {
    color: #2D5F2E;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.about-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

    .about-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }

.about-icon {
    font-size: 2.5rem;
    color: #2D5F2E;
    margin-bottom: 1rem;
}

.data-source-list {
    list-style: none;
    padding: 0;
}

    .data-source-list li {
        margin-bottom: 1rem;
        padding-left: 2rem;
        position: relative;
    }

        .data-source-list li i {
            position: absolute;
            left: 0;
            top: 0.25rem;
            color: #2D5F2E;
        }

.mission-section {
    background: #f8f9fa;
    padding: 4rem 0;
    margin: 3rem 0;
}

.value-card {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    height: 100%;
}

.value-icon {
    font-size: 2rem;
    color: #2D5F2E;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .about-header h1 {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.75rem;
    }
}
/* Contact Us*/
.contact-header {
    background: #2D5F2E;
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
    text-align: center;
}

    .contact-header h1 {
        font-size: 2.75rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .contact-header p {
        font-size: 1.2rem;
        margin-bottom: 0;
        opacity: 0.9;
    }

.contact-form {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    margin-bottom: 3rem;
}

.form-label {
    font-weight: 500;
    color: #2D5F2E;
    margin-bottom: 0.5rem;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

    .form-control:focus {
        border-color: #2D5F2E;
        box-shadow: 0 0 0 0.25rem rgba(45, 95, 46, 0.25);
    }

textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.btn-submit {
    background: #2D5F2E;
    color: white;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-submit:hover {
        background: #234a24;
        transform: translateY(-2px);
    }

.contact-info {
    text-align: center;
    margin-bottom: 2rem;
}

    .contact-info i {
        color: #2D5F2E;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

@media (max-width: 768px) {
    .contact-header h1 {
        font-size: 2rem;
    }

    .contact-form {
        padding: 1.5rem;
    }
}

.contact-intro {
    margin-bottom: 3rem;
}

    .contact-intro h2 {
        color: #2D5F2E;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .contact-intro .lead {
        color: #495057;
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

.info-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

    .info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }

    .info-card i {
        font-size: 2rem;
        color: #2D5F2E;
        margin-bottom: 1rem;
    }

    .info-card h3 {
        font-size: 1.25rem;
        color: #2D5F2E;
        margin-bottom: 0.5rem;
    }

    .info-card p {
        color: #6c757d;
        margin-bottom: 0;
    }

.faq-preview {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
}

    .faq-preview h3 {
        color: #2D5F2E;
        font-weight: 600;
    }

.faq-item {
    margin-bottom: 1.5rem;
}

    .faq-item h4 {
        color: #2D5F2E;
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .faq-item p {
        color: #6c757d;
        margin-bottom: 0;
    }

.contact-intro p:last-child {
    color: #6c757d;
}

@media (max-width: 768px) {
    .info-card {
        margin-bottom: 1rem;
    }

    .faq-preview {
        padding: 1.5rem;
    }
}

/* Sign UP */

.signup-header {
    background: #2D5F2E;
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
    text-align: center;
}

    .signup-header h1 {
        font-size: 2.75rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .signup-header p {
        font-size: 1.2rem;
        margin-bottom: 0;
        opacity: 0.9;
    }

.signup-form {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    margin-bottom: 3rem;
}

.form-section {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

    .form-section:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.section-title {
    color: #2D5F2E;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}

    .form-label.optional {
        color: #6c757d;
    }

        .form-label.optional::after {
            content: " (Optional)";
            font-size: 0.9em;
            font-style: italic;
        }

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

    .form-control:focus {
        border-color: #2D5F2E;
        box-shadow: 0 0 0 0.25rem rgba(45, 95, 46, 0.25);
    }

.btn-signup {
    background: #2D5F2E;
    color: white;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
}

    .btn-signup:hover {
        background: #234a24;
        transform: translateY(-2px);
    }

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

    .benefits-list li {
        margin-bottom: 1rem;
        padding-left: 2rem;
        position: relative;
    }

        .benefits-list li i {
            position: absolute;
            left: 0;
            top: 0.25rem;
            color: #2D5F2E;
        }

@media (max-width: 768px) {
    .signup-header h1 {
        font-size: 2rem;
    }

    .signup-form {
        padding: 1.5rem;
    }
}

/*Report*/
.progress-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.logo {
    text-align: center;
    margin-bottom: 30px;
    color: #c96442;
}

.progress {
    height: 10px;
    margin: 20px 0;
}

.status-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.status-item {
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    opacity: 0.5;
    transition: all 0.3s ease;
}

    .status-item.active {
        opacity: 1;
        background: #f8f9fa;
    }

    .status-item.completed {
        opacity: 1;
        color: #c96442;
    }

.status-icon {
    margin-right: 15px;
    width: 24px;
    text-align: center;
}

.completion-message {
    text-align: center;
    margin-top: 30px;
    display: none;
}

.spinner-border {
    width: 1rem;
    height: 1rem;
}

/* ----- Cookie consent (DESIGN.md: parchment / terracotta / warm sand) ----- */
.rr-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1090;
    background: #faf9f5;
    border-color: #e8e6dc !important;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06) !important;
}

.rr-cookie-banner__title {
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
    font-weight: 500;
    color: #141413;
}

.rr-cookie-banner__text {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #4d4c48;
    max-width: 52rem;
}

.rr-cookie-banner__text a {
    color: #c96442;
    font-weight: 600;
    text-decoration: none;
}

.rr-cookie-banner__text a:hover,
.rr-cookie-banner__text a:focus-visible {
    color: #b55538;
    text-decoration: underline;
}

.rr-cookie-banner__actions .btn:focus-visible {
    outline: 2px solid #3898ec;
    outline-offset: 2px;
}

.rr-cookie-banner__btn-primary {
    background: #c96442;
    color: #faf9f5 !important;
    border: none;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: #c96442 0 0 0 0px, #d1cfc5 0 0 0 1px;
}

.rr-cookie-banner__btn-primary:hover,
.rr-cookie-banner__btn-primary:focus-visible {
    background: #b55538;
    color: #faf9f5 !important;
}

.rr-cookie-banner__btn-secondary {
    background: #e8e6dc;
    color: #4d4c48 !important;
    border: none;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: #e8e6dc 0 0 0 0px, #d1cfc5 0 0 0 1px;
}

.rr-cookie-banner__btn-secondary:hover,
.rr-cookie-banner__btn-secondary:focus-visible {
    background: #dedcc8;
    color: #4d4c48 !important;
}

button.site-footer-link.rr-cookie-settings-btn,
button.rr-cookie-settings-btn.site-footer-link {
    text-decoration: none;
}

button.site-footer-link.rr-cookie-settings-btn:hover,
button.rr-cookie-settings-btn.site-footer-link:hover {
    text-decoration: underline;
}

@media print {
    .rr-cookie-banner {
        display: none !important;
    }
}