/* Space Coast Softwash LLC - Professional Website Styles */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f6f9fc;
    color: #1d2733;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #006fae;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 10px;
    background-color: white;
    color: #061a2d;
    padding: 10px;
    border-radius: 6px;
    z-index: 100;
}

.skip-link:focus {
    left: 10px;
}

.site-header {
    background-color: #071a2d;
    color: white;
    text-align: center;
    padding: 18px 20px;
    border-bottom: 4px solid #00a6d6;
}

.logo {
    max-width: 260px;
    width: 75%;
    margin-bottom: 14px;
}

.nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    padding: 9px 13px;
    border-radius: 999px;
    font-weight: bold;
    font-size: 15px;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links .active {
    background-color: #006fae;
    outline: none;
}

.quote-nav {
    background-color: #00a6d6;
    color: #061a2d !important;
}

.hero {
    background:
        linear-gradient(rgba(7, 26, 45, 0.78), rgba(0, 111, 174, 0.72)),
        linear-gradient(135deg, #071a2d, #00a6d6);
    color: white;
    text-align: center;
    padding: 76px 20px;
}

.hero h1 {
    font-size: 44px;
    line-height: 1.15;
    margin: 0 0 14px;
}

.tagline {
    font-size: 20px;
    max-width: 820px;
    margin: 0 auto 30px;
}

.cta-row {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.cta-button,
.secondary-button {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: bold;
    text-decoration: none;
}

.cta-button {
    background-color: white;
    color: #006fae;
}

.secondary-button {
    background-color: #00a6d6;
    color: #061a2d;
}

.cta-button:hover,
.cta-button:focus {
    background-color: #edf8fc;
}

.secondary-button:hover,
.secondary-button:focus {
    background-color: #66d3ec;
}

main {
    max-width: 1120px;
    margin: auto;
    padding: 32px 20px;
}

.card {
    background-color: white;
    margin-bottom: 26px;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(7, 26, 45, 0.08);
    border: 1px solid #e4edf3;
}

h2 {
    color: #006fae;
    margin-top: 0;
    line-height: 1.25;
}

h3 {
    color: #071a2d;
    margin-top: 0;
}

.trust-row,
.home-grid,
.service-grid,
.gallery-grid,
.review-grid,
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
}

.trust-item,
.info-box,
.service-box,
.gallery-box,
.review-box,
.faq-item {
    background-color: #eef8fc;
    border: 1px solid #d7edf6;
    border-left: 5px solid #00a6d6;
    padding: 20px;
    border-radius: 14px;
}

.trust-item {
    text-align: center;
}

.trust-item strong {
    display: block;
    color: #071a2d;
    font-size: 18px;
    margin-bottom: 5px;
}

.service-list,
.photo-list {
    padding-left: 24px;
}

.service-list li,
.photo-list li {
    margin: 8px 0;
    font-size: 18px;
}

.service-box p,
.info-box p,
.faq-item p {
    margin-bottom: 0;
}

.gallery-box {
    text-align: center;
    min-height: 150px;
}

.gallery-placeholder {
    background-color: #d7ecfa;
    border: 2px dashed #0077b6;
    padding: 42px 15px;
    border-radius: 10px;
    font-weight: bold;
    color: #061a2d;
}

.rating {
    font-size: 28px;
    color: #006fae;
    letter-spacing: 2px;
    margin: 6px 0;
}

.contact-info {
    font-size: 18px;
}

.form-note {
    background-color: #eef8fc;
    border-left: 5px solid #00a6d6;
    padding: 14px;
    border-radius: 8px;
}

form {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

label {
    font-weight: bold;
}

input,
textarea,
select {
    width: 100%;
    padding: 12px;
    border: 1px solid #9ab0bd;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

input:focus,
textarea:focus,
select:focus {
    outline: 3px solid #9de6f7;
    border-color: #006fae;
}

button {
    background-color: #006fae;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 999px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

button:hover,
button:focus {
    background-color: #004c78;
}

.footer-cta {
    text-align: center;
}

footer {
    background-color: #071a2d;
    color: white;
    text-align: center;
    padding: 22px;
}

.source {
    font-size: 14px;
    color: #c8d6e5;
}

@media (max-width: 600px) {
    .site-header {
        padding: 16px 14px;
    }

    .logo {
        max-width: 230px;
    }

    .nav-links {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .nav-links a {
        background-color: rgba(255, 255, 255, 0.08);
        display: block;
    }

    .quote-nav {
        background-color: #00a6d6 !important;
    }

    .hero {
        padding: 54px 18px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .tagline {
        font-size: 18px;
    }

    main {
        padding: 24px 14px;
    }

    .card {
        padding: 22px;
    }

    .cta-button,
    .secondary-button {
        width: 100%;
        max-width: 320px;
    }
}
