* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: #0f172a;
    color: #f1f5f9;
}

.hof {
    flex: 1;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
    padding: 0 1.5rem 3rem;
}

.hof-hero {
    text-align: center;
    padding: 4rem 0 2rem;
}

.hof-hero h1 {
    font-size: 2.75rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.hof-tagline {
    color: #94a3b8;
    font-size: 1.1rem;
}

.hof-section {
    padding: 2.5rem 0;
    border-top: 1px solid #1e293b;
}

.hof-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.hof-section p {
    line-height: 1.6;
}

.hof-section a {
    color: #38bdf8;
}

.hof-members {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.hof-member {
    flex: 1 1 8rem;
    background: #1e293b;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
}

.hof-member h3 {
    margin: 0 0 0.25rem;
}

.hof-member p {
    margin: 0;
    color: #94a3b8;
}

.hof-banner {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

.hof-banner-ok {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid #22c55e;
}

.hof-banner-error {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid #ef4444;
}

.hof-booking-form {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 1.5rem;
}

.hof-booking-form label {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-top: 0.75rem;
}

.hof-booking-form input:not([type="checkbox"]),
.hof-booking-form textarea {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 0.4rem;
    color: #f1f5f9;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    font-family: inherit;
}

.hof-booking-form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

.hof-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 1rem;
}

.hof-consent input {
    margin-top: 0.2rem;
    flex: 0 0 auto;
}

.hof-consent label {
    margin-top: 0;
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.5;
}

.hof-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hof-btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 0.5rem;
    padding: 0.85rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.hof-btn-primary {
    margin-top: 1.25rem;
    background: #38bdf8;
    color: #0f172a;
}

a.hof-btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    width: 100%;
    background: #22c55e;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1;
}

a.hof-btn-whatsapp:hover {
    background: #16a34a;
}

a.hof-btn-whatsapp .fa-whatsapp {
    font-size: 1.3rem;
    position: relative;
    top: -0.05em;
}

.legal {
    flex: 1;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.legal h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.legal h2 {
    font-size: 1.15rem;
    margin: 2rem 0 0.5rem;
}

.legal p {
    line-height: 1.6;
}

.legal a {
    color: #38bdf8;
}

.site-footer {
    padding: 2.5rem 1.5rem 1.5rem;
    border-top: 1px solid #1e293b;
}

.site-footer-cols {
    max-width: 60rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 1.5rem;
}

.site-footer-col h2 {
    font-size: 0.95rem;
    margin: 0 0 0.6rem;
    color: #f1f5f9;
}

.site-footer-col hr {
    border: none;
    border-top: 1px solid #1e293b;
    margin: 0 0 0.8rem;
}

.site-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-col li {
    margin-bottom: 0.5rem;
}

.site-footer-col a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.85rem;
}

.site-footer-col a:hover {
    color: #f1f5f9;
    text-decoration: underline;
}

.site-footer-copy {
    max-width: 60rem;
    margin: 2rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid #1e293b;
    text-align: center;
    color: #64748b;
    font-size: 0.8rem;
}

.pa-facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.pa-fact {
    background: #1e293b;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.pa-fact-label {
    color: #94a3b8;
    font-size: 0.8rem;
}

.pa-fact-value {
    font-size: 1.25rem;
    font-weight: 700;
}

.pa-gallery {
    margin-bottom: 1rem;
}

.pa-gallery-main {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #ffffff;
    border-radius: 0.5rem;
    display: block;
}

.pa-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.pa-gallery-thumbs img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ffffff;
    border-radius: 0.4rem;
    display: block;
}

.pa-gallery img.is-zoomable {
    cursor: zoom-in;
    transition: opacity 0.15s ease;
}

.pa-gallery img.is-zoomable:hover {
    opacity: 0.85;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(2, 6, 23, 0.92);
    padding: 1rem;
}

.lightbox.is-open {
    display: flex;
}

body.lightbox-open {
    overflow: hidden;
}

.lightbox-stage {
    margin: 0;
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 0.5rem;
}

.lightbox-close,
.lightbox-nav {
    position: absolute;
    background: rgba(15, 23, 42, 0.7);
    color: #f1f5f9;
    border: 1px solid #334155;
    cursor: pointer;
    line-height: 1;
    border-radius: 0.5rem;
}

.lightbox-close {
    top: 1rem;
    right: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.75rem;
}

.lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3.5rem;
    font-size: 2rem;
}

.lightbox-prev {
    left: 1rem;
}

.lightbox-next {
    right: 1rem;
}

.lightbox-close:hover,
.lightbox-nav:hover {
    background: rgba(56, 189, 248, 0.9);
    color: #0f172a;
}

.lightbox-counter {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    color: #94a3b8;
    font-size: 0.9rem;
    background: rgba(15, 23, 42, 0.7);
    padding: 0.35rem 0.9rem;
    border-radius: 1rem;
}

.pa-gear,
.pa-usecases {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.pa-gear-item,
.pa-usecase {
    background: #1e293b;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.pa-gear-wide {
    grid-column: 1 / -1;
}

.pa-gallery-single .pa-gallery-main {
    aspect-ratio: 16 / 9;
}

.pa-gear-item h3,
.pa-usecase h3 {
    margin: 0 0 0.25rem;
    font-size: 1.1rem;
}

.pa-gear-sub {
    color: #38bdf8;
    font-size: 0.85rem;
    margin: 0 0 0.75rem;
}

.pa-gear-item p,
.pa-usecase p {
    margin: 0;
    line-height: 1.6;
    color: #cbd5e1;
}

.pa-list {
    line-height: 1.8;
    padding-left: 1.25rem;
}

.pa-list li {
    margin-bottom: 0.25rem;
}

.pa-price-title {
    font-size: 1.05rem;
    margin: 1.5rem 0 0.5rem;
}

.pa-price-title:first-of-type {
    margin-top: 0;
}

.pa-price-note {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #94a3b8;
}

.pa-faq details {
    background: #1e293b;
    border-radius: 0.5rem;
    padding: 0 1.25rem;
    margin-bottom: 0.75rem;
}

.pa-faq summary {
    cursor: pointer;
    list-style: none;
    padding: 1rem 0;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.pa-faq summary::-webkit-details-marker {
    display: none;
}

.pa-faq summary::after {
    content: "+";
    color: #38bdf8;
    font-size: 1.4rem;
    line-height: 1;
    flex: 0 0 auto;
}

.pa-faq details[open] summary::after {
    content: "\2212";
}

.pa-faq details p {
    margin: 0;
    padding: 0 0 1rem;
    line-height: 1.6;
    color: #cbd5e1;
}

@media only screen and (max-width: 700px) {
    .site-footer-cols {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .pa-gear,
    .pa-usecases {
        grid-template-columns: 1fr;
    }
}
