:root {
    --w2s-primary: hsl(210, 55%, 23%);
    --w2s-secondary: hsl(205, 55%, 68%);
    --w2s-accent: hsl(205, 65%, 78%);
    --w2s-muted: hsl(210, 15%, 50%);
    --w2s-bg: hsl(210, 20%, 98%);
    --w2s-border: hsl(210, 20%, 90%);
}

body {
    font-family: 'Inter', system-ui, sans-serif;
    background-color: var(--w2s-bg);
    color: hsl(210, 40%, 15%);
}

.font-playfair {
    font-family: 'Playfair Display', Georgia, serif;
}

.text-primary-w2s { color: var(--w2s-primary) !important; }
.text-secondary-w2s { color: var(--w2s-secondary) !important; }
.text-muted-w2s { color: var(--w2s-muted) !important; }
.bg-primary-w2s { background-color: var(--w2s-primary) !important; }
.bg-secondary-w2s { background-color: var(--w2s-secondary) !important; }

.lang-toggle {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    padding: 0.35rem 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.lang-toggle .btn-lang {
    border: 0;
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    background: transparent;
    color: var(--w2s-muted);
    text-decoration: none;
}

.lang-toggle .btn-lang.active {
    background: var(--w2s-primary);
    color: #fff;
}

.hero-section {
    min-height: 70vh;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, hsla(205, 65%, 78%, 0.12), transparent, #fff);
}

.hero-logo {
    width: 12rem;
    height: 12rem;
    object-fit: contain;
}

.section-muted {
    background: hsla(210, 20%, 95%, 0.55);
}

.divider-bar {
    width: 3rem;
    height: 2px;
    background: var(--w2s-secondary);
    margin: 0 auto 4rem;
}

.service-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: hsla(205, 65%, 78%, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--w2s-primary);
    font-size: 1.35rem;
}

.pricing-card {
    border-radius: 1rem;
    border: 1px solid var(--w2s-border);
    background: #fff;
    transition: box-shadow 0.2s, border-color 0.2s;
    height: 100%;
}

.pricing-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.pricing-card.popular {
    border-color: var(--w2s-secondary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.badge-popular {
    background: var(--w2s-secondary);
    color: hsl(210, 40%, 15%);
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.25rem 1rem;
}

.btn-w2s-primary {
    background: var(--w2s-primary);
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 0.85rem 1.5rem;
    font-weight: 500;
}

.btn-w2s-primary:hover {
    background: hsl(210, 55%, 18%);
    color: #fff;
}

.btn-w2s-outline {
    background: hsla(210, 55%, 23%, 0.08);
    color: var(--w2s-primary);
    border: 0;
    border-radius: 999px;
    padding: 0.85rem 1.5rem;
    font-weight: 500;
}

.btn-w2s-outline:hover {
    background: hsla(210, 55%, 23%, 0.14);
    color: var(--w2s-primary);
}

.screenshot-main {
    max-height: 520px;
    width: auto;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.screenshot-thumb {
    height: 4rem;
    width: auto;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 0.75rem;
    opacity: 0.65;
    transition: all 0.2s;
}

.screenshot-thumb.active,
.screenshot-thumb:hover {
    opacity: 1;
    border-color: var(--w2s-primary);
    transform: scale(1.03);
}

.beach-banner-wrap {
    height: 16rem;
    overflow: hidden;
    position: relative;
}

.beach-banner-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beach-banner-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--w2s-bg), transparent 60%);
}

.modal-w2s .modal-content {
    border: 0;
    border-radius: 1.5rem;
}

.form-control-w2s {
    border-radius: 0.75rem;
    border-color: var(--w2s-border);
    padding: 0.65rem 0.85rem;
}

.form-control-w2s:focus {
    border-color: var(--w2s-secondary);
    box-shadow: 0 0 0 0.2rem hsla(205, 55%, 68%, 0.25);
}

.check-icon {
    color: var(--w2s-secondary);
}

.legal-content h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.legal-content p,
.legal-content li {
    color: var(--w2s-muted);
    font-size: 0.875rem;
    line-height: 1.7;
}

.access-gate-card {
    background: #fff;
    border: 1px solid var(--w2s-border);
    border-radius: 1.25rem;
    box-shadow: 0 12px 40px rgba(15, 40, 70, 0.08);
}

.access-gate-icon {
    width: 4.5rem;
    height: 4.5rem;
    margin-inline: auto;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(210 55% 23% / 0.08);
    color: var(--w2s-primary);
    font-size: 2rem;
}

.access-gate-icon--inactive {
    background: hsl(0 65% 50% / 0.1);
    color: hsl(0 55% 45%);
}

.access-gate-label {
    color: var(--w2s-muted);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: hsl(210 20% 96%);
    display: inline-block;
}

.w2s-footer-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem 0.5rem;
    opacity: 0.92;
    letter-spacing: 0.01em;
}

.w2s-footer-meta a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}

.w2s-footer-meta a:hover {
    text-decoration: underline;
    color: var(--w2s-primary);
}

.w2s-footer-sep {
    opacity: 1;
    color: var(--w2s-primary);
    font-weight: 700;
    font-size: 1.05em;
    margin: 0 0.1rem;
}

@media (max-width: 576px) {
    .w2s-footer-sep {
        display: none;
    }

    .w2s-footer-meta {
        flex-direction: column;
        gap: 0.15rem;
    }
}
