:root {
    --bg: #111827;
    --bg-alt: #020617;
    --card-bg: #0f172a;
    --primary: #22c55e;
    --primary-soft: #15803d;
    --text: #e5e7eb;
    --muted: #9ca3af;
    --border: #1f2937;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top, #1f2933 0, #020617 45%, #000000 100%);
    color: var(--text);
    min-height: 100vh;
}

a {
    color: var(--primary);
    text-decoration: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
}

.nav-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.6rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 20%, #bbf7d0, #166534);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.logo-text-main {
    font-weight: 700;
    letter-spacing: 0.03em;
    font-size: 1rem;
}

.logo-text-sub {
    font-size: 0.7rem;
    color: var(--muted);
}

nav a {
    margin-left: 1rem;
    font-size: 0.9rem;
    color: var(--muted);
}

nav a:hover {
    color: var(--text);
}

.hero {
    max-width: 1100px;
    margin: 1.5rem auto 2rem;
    padding: 1.5rem 1.2rem 0.5rem;
}

.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    font-size: 0.75rem;
    color: var(--primary);
    margin-bottom: 0.8rem;
}

.hero h1 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin: 0 0 0.6rem;
}

.hero p.lead {
    color: var(--muted);
    font-size: 0.95rem;
    max-width: 32rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.2rem;
}

.btn-primary {
    padding: 0.7rem 1.3rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #020617;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-outline {
    padding: 0.65rem 1.2rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(15, 23, 42, 0.8);
    color: var(--text);
    font-size: 0.85rem;
}

.hero-meta {
    margin-top: 1rem;
    font-size: 0.8rem;
    color: var(--muted);
}

.hero-meta strong {
    color: var(--primary);
}

.hero-image {
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: radial-gradient(circle at top, #047857, #020617 55%);
    padding: 0.6rem;
    position: relative;
    overflow: hidden;
}

.hero-image-inner {
    border-radius: 14px;
    background: url('https://images.unsplash.com/photo-1524592814054-7370c379e265?auto=format&fit=crop&w=1100&q=80') center/cover no-repeat;
    min-height: 220px;
}

.hero-tag {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(15, 23, 42, 0.85);
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.7rem;
    color: var(--muted);
}

.hero-tag strong {
    color: var(--text);
}

main {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.2rem 3rem;
}

.section {
    padding-top: 2rem;
}

.section h2 {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
}

.section p {
    color: var(--muted);
    font-size: 0.9rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.2rem;
    margin-top: 1.4rem;
}

.card {
    background: rgba(15, 23, 42, 0.96);
    border-radius: 14px;
    border: 1px solid var(--border);
    padding: 1rem;
}

.card h3 {
    margin-top: 0.6rem;
    font-size: 1rem;
}

.price {
    margin-top: 0.3rem;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.95rem;
}

.tagline {
    font-size: 0.8rem;
    color: var(--muted);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.2rem;
    font-size: 0.85rem;
    background: rgba(15, 23, 42, 0.96);
    border-radius: 12px;
    overflow: hidden;
}

th, td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border);
}

th {
    background: rgba(15, 23, 42, 0.98);
    font-weight: 600;
}

tr:last-child td {
    border-bottom: none;
}

form {
    margin-top: 1.2rem;
    background: rgba(15, 23, 42, 0.96);
    border-radius: 14px;
    border: 1px solid var(--border);
    padding: 1rem;
}

input, select, textarea {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #020617;
    color: var(--text);
    font-size: 0.85rem;
}

textarea {
    resize: vertical;
}

button {
    margin-top: 0.9rem;
    padding: 0.7rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #020617;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.gallery-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: rgba(15, 23, 42, 0.96);
}

.gallery-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.gallery-card div {
    padding: 0.75rem;
    font-size: 0.8rem;
    color: var(--muted);
}

footer {
    border-top: 1px solid var(--border);
    padding: 1.5rem 1.2rem 2rem;
    text-align: center;
    font-size: 0.8rem;
    color: var(--muted);
    background: rgba(2, 6, 23, 0.97);
}

footer strong {
    color: var(--primary);
}

@media (max-width: 780px) {
    .hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }
    .hero {
        padding-top: 1.2rem;
    }
    .nav-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    nav a {
        margin-left: 0;
        margin-right: 0.8rem;
    }
}
