@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&family=Nunito:wght@400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.insta-body {
    min-height: 100vh;
    padding: 48px 16px 64px;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.95) 55%), #000;
    font-family: 'Nunito', sans-serif;
    color: #f5f5f5;
    position: relative;
    overflow-x: hidden;
}

.background-glow {
    position: absolute;
    inset: -120px auto auto 50%;
    width: 420px;
    height: 420px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(255, 108, 64, 0.4) 0%, rgba(0, 0, 0, 0) 65%);
    filter: blur(8px);
    z-index: 0;
}

.linkhub-wrapper {
    position: relative;
    z-index: 1;
    width: min(1080px, 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.glass-panel {
    background: rgba(16, 16, 16, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    backdrop-filter: blur(18px);
}

.hero-card {
    text-align: center;
    padding: 48px;
}

.hero-logo img {
    width: 140px;
    height: auto;
    margin-bottom: 24px;
}

.hero-card h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.hero-card .eyebrow {
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
}

.hero-card .subtitle {
    max-width: 640px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.pill {
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.05);
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.info-card {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 220px;
}

.info-card h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.info-card p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
}

.info-card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.85);
}

.info-card i {
    color: #f7a75d;
}

.inline-link {
    color: #f7a75d;
    font-weight: 600;
}

.badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.badge {
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    font-size: 0.85rem;
}

.cta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.cta-card {
    padding: 24px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55);
}

.cta-card i {
    font-size: 1.9rem;
}

.cta-card span {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.85);
}

.cta-card h3 {
    margin: 4px 0;
    font-size: 1.25rem;
    font-family: 'Playfair Display', serif;
}

.cta-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.4;
}

.cta-card .bi-arrow-up-right {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.55);
}

.cta-card.is-instagram {
    border-color: rgba(253, 89, 73, 0.4);
    background: linear-gradient(135deg, rgba(253, 89, 73, 0.2), rgba(131, 58, 180, 0.1));
}

.cta-card.is-google {
    border-color: rgba(255, 214, 0, 0.4);
}

.cta-card.is-tripadvisor {
    border-color: rgba(0, 191, 166, 0.35);
}

.cta-card.is-menu {
    border-color: rgba(247, 167, 93, 0.35);
}

.cta-card.is-website {
    border-color: rgba(97, 218, 251, 0.35);
}

.cta-card.is-call {
    border-color: rgba(255, 255, 255, 0.25);
}

.cta-card.is-whatsapp {
    border-color: rgba(37, 211, 102, 0.35);
}

.cta-card.is-maps {
    border-color: rgba(255, 108, 64, 0.35);
}

.footer-hint {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .insta-body {
        padding: 32px 16px 48px;
    }

    .hero-card {
        padding: 32px 24px;
    }

    .cta-card {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .cta-card .bi-arrow-up-right {
        justify-self: flex-end;
    }
}
