/* ============================================
   Guru Nanak Associates — Minimalist Dark Design System
   Self-hosted fonts, no external dependencies
   ============================================ */

/* --- @font-face: Self-hosted --- */
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8-qxjPQ.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8-yKxjPQ.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42Vksj.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsj.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* --- Design Tokens --- */
:root {
    --background: #0A0A0F;
    --backgroundAlt: #12121A;
    --foreground: #FAFAFA;
    --muted: #1A1A24;
    --mutedForeground: #71717A;
    --accent: #F59E0B;
    --accentForeground: #0A0A0F;
    --accentMuted: rgba(245, 158, 11, 0.15);
    --border: rgba(255, 255, 255, 0.08);
    --borderHover: rgba(255, 255, 255, 0.15);
    --card: rgba(26, 26, 36, 0.6);
    --cardSolid: #1A1A24;
    --ring: #F59E0B;
    --fontDisplay: 'Space Grotesk', system-ui, sans-serif;
    --fontBody: 'Inter', system-ui, sans-serif;
    --fontMono: 'JetBrains Mono', monospace;
    --radiusSm: 0.375rem;
    --radiusMd: 0.5rem;
    --radiusLg: 0.75rem;
    --radiusXl: 1rem;
    --radius2Xl: 1.5rem;
    --shadowSm: 0 1px 2px rgba(0,0,0,0.3);
    --shadowMd: 0 4px 6px rgba(0,0,0,0.3);
    --shadowLg: 0 10px 15px rgba(0,0,0,0.3);
    --shadowXl: 0 20px 25px rgba(0,0,0,0.4);
    --glowSm: 0 0 20px rgba(245,158,11,0.15);
    --glowMd: 0 0 40px rgba(245,158,11,0.2);
    --glowLg: 0 0 60px rgba(245,158,11,0.25);
    --containerMax: 72rem;
    --sectionPadding: 6rem;
    --sectionPaddingMd: 8rem;
    --sectionPaddingLg: 10rem;
}

/* --- Reset --- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: var(--fontBody);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--foreground);
    background-color: var(--background);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
img, svg {
    display: block;
    max-width: 100%;
}
a {
    color: var(--accent);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font: inherit;
    color: inherit;
}
button {
    cursor: pointer;
    border: none;
    background: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--fontDisplay);
    font-weight: 600;
    line-height: 1.2;
    color: var(--foreground);
}
h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.125rem; }

/* --- Ambient Background --- */
.ambient-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.ambient-bg::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 600px;
    background: radial-gradient(circle, rgba(245,158,11,0.04) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
}
.ambient-bg::after {
    content: '';
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 600px;
    height: 400px;
    background: radial-gradient(circle, rgba(245,158,11,0.03) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(100px);
}

/* Noise texture overlay */
.noise-overlay {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.015;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 256px 256px;
}

/* --- Container --- */
.container {
    width: 100%;
    max-width: var(--containerMax);
    margin: 0 auto;
    padding: 0 1.5rem;
}
@media (min-width: 768px) {
    .container { padding: 0 2rem; }
}
@media (min-width: 1024px) {
    .container { padding: 0 3rem; }
}

/* --- Section Spacing --- */
.section {
    position: relative;
    z-index: 1;
    padding: var(--sectionPadding) 0;
}
@media (min-width: 768px) {
    .section { padding: var(--sectionPaddingMd) 0; }
}
@media (min-width: 1024px) {
    .section { padding: var(--sectionPaddingLg) 0; }
}

.section-label {
    font-family: var(--fontMono);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.75rem;
}

/* --- Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-family: var(--fontDisplay);
    font-size: 0.9375rem;
    font-weight: 500;
    border-radius: var(--radiusLg);
    transition: all 200ms ease-out;
    white-space: nowrap;
    min-height: 44px;
    text-decoration: none;
}
.btn:active {
    transform: scale(0.98);
}
.btn-primary {
    background: var(--accent);
    color: var(--accentForeground);
    border: none;
}
.btn-primary:hover {
    box-shadow: var(--glowSm);
    filter: brightness(1.1);
}
.btn-secondary {
    background: transparent;
    color: var(--foreground);
    border: 1px solid var(--borderHover);
}
.btn-secondary:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.25);
}
.btn-ghost {
    background: transparent;
    color: var(--foreground);
    border: none;
    padding: 0.5rem;
}
.btn-ghost:hover {
    background: rgba(255,255,255,0.05);
}
.btn-whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
}
.btn-whatsapp:hover {
    box-shadow: 0 0 20px rgba(37,211,102,0.4);
    filter: brightness(1.1);
}
.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    min-height: 36px;
}
.btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px var(--ring);
}

/* --- Cards --- */
.card {
    background: var(--card);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid var(--border);
    border-radius: var(--radiusLg);
    padding: 1.5rem;
    transition: all 300ms ease-out;
}
.card:hover {
    border-color: var(--borderHover);
    background: rgba(26, 26, 36, 0.8);
    box-shadow: var(--shadowMd);
}
.card-highlight {
    border-color: rgba(245, 158, 11, 0.2);
    box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.2), 0 0 30px rgba(245, 158, 11, 0.1);
}
.card-highlight:hover {
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.3), 0 0 40px rgba(245, 158, 11, 0.15);
}

/* --- Form Inputs --- */
.form-group {
    margin-bottom: 1.25rem;
}
.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: var(--foreground);
}
.form-label .required-star {
    color: var(--accent);
    margin-left: 0.125rem;
}
.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    background: var(--card);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid var(--border);
    border-radius: var(--radiusLg);
    color: var(--foreground);
    font-size: 0.9375rem;
    transition: all 200ms ease-out;
    min-height: 44px;
}
.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--mutedForeground);
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: rgba(245,158,11,0.5);
    box-shadow: 0 0 0 2px rgba(245,158,11,0.2), 0 0 20px rgba(245,158,11,0.1);
}
.form-textarea {
    min-height: 120px;
    resize: vertical;
}
.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2371717A' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 6l3.5 4 3.5-4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}
.form-select option {
    background: var(--cardSolid);
    color: var(--foreground);
}
.form-error {
    color: #EF4444;
    font-size: 0.8125rem;
    margin-top: 0.375rem;
    display: none;
}
.form-error.visible {
    display: block;
}
.form-input.error,
.form-select.error,
.form-textarea.error {
    border-color: #EF4444;
    box-shadow: 0 0 0 2px rgba(239,68,68,0.2);
}

/* Checkbox */
.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    margin: 1.25rem 0;
}
.checkbox-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid var(--borderHover);
    border-radius: var(--radiusSm);
    background: var(--card);
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 0.125rem;
    transition: all 200ms ease-out;
    position: relative;
}
.checkbox-group input[type="checkbox"]:checked {
    background: var(--accent);
    border-color: var(--accent);
}
.checkbox-group input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid var(--accentForeground);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox-group input[type="checkbox"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px var(--ring);
}
.checkbox-group label {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--mutedForeground);
}
.checkbox-group label a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Honeypot */
.honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

/* --- Header --- */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(10,10,15,0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    transition: all 300ms ease-out;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    max-width: var(--containerMax);
    margin: 0 auto;
    padding: 0 1.5rem;
}
@media (min-width: 768px) {
    .header-inner { padding: 0 2rem; }
}
@media (min-width: 1024px) {
    .header-inner { padding: 0 3rem; }
}
.logo {
    font-family: var(--fontDisplay);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--foreground);
    letter-spacing: -0.01em;
}
.logo span {
    color: var(--accent);
}
.nav-desktop {
    display: none;
    align-items: center;
    gap: 2rem;
}
.nav-desktop a {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--mutedForeground);
    transition: color 200ms ease-out;
}
.nav-desktop a:hover {
    color: var(--foreground);
    text-decoration: none;
}
.nav-desktop a:focus-visible {
    color: var(--accent);
    outline: none;
}
.header-actions {
    display: none;
    align-items: center;
    gap: 0.75rem;
}
@media (min-width: 768px) {
    .nav-desktop, .header-actions { display: flex; }
}
.mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--foreground);
}
.mobile-menu-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px var(--ring);
}

/* Mobile Nav */
.mobile-nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(10,10,15,0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-out;
}
.mobile-nav.open {
    display: flex;
    opacity: 1;
    visibility: visible;
}
.mobile-nav a {
    font-family: var(--fontDisplay);
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--foreground);
    transition: color 200ms;
}
.mobile-nav a:hover {
    color: var(--accent);
    text-decoration: none;
}
.mobile-nav-close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--foreground);
}

/* --- Hero --- */
.hero {
    position: relative;
    z-index: 1;
    padding: 8rem 0 5rem;
    text-align: center;
}
@media (min-width: 768px) {
    .hero { padding: 10rem 0 6rem; }
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 1rem;
    background: var(--accentMuted);
    border: 1px solid rgba(245,158,11,0.15);
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--accent);
    margin-bottom: 1.5rem;
}
.hero-badge .pulse-dot {
    width: 8px;
    height: 8px;
    background: var(--accent);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(245,158,11,0.5);
    animation: pulse 2s ease-in-out infinite;
}
.hero h1 {
    max-width: 800px;
    margin: 0 auto 1rem;
    letter-spacing: -0.02em;
}
.hero p {
    max-width: 560px;
    margin: 0 auto 2rem;
    font-size: 1.125rem;
    color: var(--mutedForeground);
    line-height: 1.7;
}
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* --- Trust Strip --- */
.trust-strip {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 2rem 0;
}
.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    text-align: center;
}
@media (min-width: 768px) {
    .trust-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}
.trust-item .trust-number {
    font-family: var(--fontDisplay);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--accent);
}
.trust-item .trust-label {
    font-size: 0.8125rem;
    color: var(--mutedForeground);
    margin-top: 0.25rem;
}

/* --- About --- */
.about-text {
    max-width: 700px;
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--mutedForeground);
}
.about-text strong {
    color: var(--foreground);
    font-weight: 600;
}

/* --- Services --- */
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
@media (min-width: 768px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .services-grid { grid-template-columns: repeat(3, 1fr); }
}
.service-card {
    position: relative;
    z-index: 1;
}
.service-card h3 {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.service-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accentMuted);
    border-radius: var(--radiusMd);
    color: var(--accent);
    flex-shrink: 0;
}
.service-card > p {
    font-size: 0.9375rem;
    color: var(--mutedForeground);
    margin-bottom: 1rem;
    line-height: 1.6;
}
.service-card ul {
    margin-bottom: 1.25rem;
    padding-left: 0;
}
.service-card ul li {
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    color: var(--mutedForeground);
    margin-bottom: 0.375rem;
    line-height: 1.5;
}
.service-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
}

/* --- Who This Is For --- */
.use-cases {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 768px) {
    .use-cases { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .use-cases { grid-template-columns: repeat(3, 1fr); }
}
.use-case-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radiusLg);
    transition: all 300ms ease-out;
}
.use-case-item:hover {
    border-color: var(--borderHover);
    background: rgba(26, 26, 36, 0.8);
}
.use-case-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accentMuted);
    border-radius: var(--radiusSm);
    color: var(--accent);
    flex-shrink: 0;
}
.use-case-item p {
    font-size: 0.9375rem;
    color: var(--mutedForeground);
    line-height: 1.5;
}

/* --- How It Works --- */
.steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .steps { grid-template-columns: repeat(4, 1fr); }
}
.step {
    text-align: center;
    padding: 2rem 1rem;
}
.step-number {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-family: var(--fontDisplay);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--accent);
    background: var(--accentMuted);
    border: 1px solid rgba(245,158,11,0.15);
    border-radius: 50%;
}
.step h3 {
    margin-bottom: 0.5rem;
    font-size: 1.0625rem;
}
.step p {
    font-size: 0.875rem;
    color: var(--mutedForeground);
    line-height: 1.6;
}

/* --- Consultation Modes --- */
.modes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
@media (min-width: 768px) {
    .modes-grid { grid-template-columns: repeat(4, 1fr); }
}
.mode-card {
    text-align: center;
    padding: 1.5rem 1rem;
}
.mode-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    background: var(--accentMuted);
    border-radius: var(--radiusMd);
    color: var(--accent);
}
.mode-card h4 {
    font-size: 0.9375rem;
    margin-bottom: 0.25rem;
}
.mode-card p {
    font-size: 0.8125rem;
    color: var(--mutedForeground);
}

/* --- What You'll Need --- */
.needs-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 768px) {
    .needs-list { grid-template-columns: repeat(2, 1fr); }
}
.need-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
}
.need-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245,158,11,0.08);
    border-radius: var(--radiusSm);
    color: var(--accent);
    flex-shrink: 0;
}
.need-item p {
    font-size: 0.9375rem;
    color: var(--mutedForeground);
    line-height: 1.5;
}
.confidentiality-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(245,158,11,0.05);
    border: 1px solid rgba(245,158,11,0.1);
    border-radius: var(--radiusLg);
    font-size: 0.875rem;
    color: var(--mutedForeground);
}
.confidentiality-note svg {
    color: var(--accent);
    flex-shrink: 0;
}

/* --- Testimonials --- */
.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
@media (min-width: 768px) {
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
}
.testimonial {
    position: relative;
    padding-left: 1.25rem;
}
.testimonial::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--accent);
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(245,158,11,0.3);
}
.testimonial p {
    font-size: 0.9375rem;
    color: var(--mutedForeground);
    line-height: 1.7;
    margin-bottom: 1rem;
    font-style: italic;
}
.testimonial-author {
    font-family: var(--fontDisplay);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--foreground);
}
.testimonial-location {
    font-size: 0.8125rem;
    color: var(--mutedForeground);
}
.testimonial-placeholder {
    grid-column: 1 / -1;
    text-align: center;
    padding: 2rem;
    font-size: 0.8125rem;
    color: var(--mutedForeground);
    font-style: italic;
}

/* --- Booking Form --- */
.booking-section {
    position: relative;
}
.booking-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.booking-form {
    padding: 2rem;
}
@media (min-width: 768px) {
    .booking-form { padding: 2.5rem; }
}
.form-success {
    display: none;
    text-align: center;
    padding: 2rem;
}
.form-success.visible {
    display: block;
}
.form-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    background: rgba(245,158,11,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
}
.form-success h3 {
    margin-bottom: 0.5rem;
}
.form-success p {
    color: var(--mutedForeground);
}

/* --- FAQ --- */
.faq-list {
    max-width: 720px;
}
.faq-item {
    border-bottom: 1px solid var(--border);
}
.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    text-align: left;
    font-family: var(--fontDisplay);
    font-size: 1rem;
    font-weight: 500;
    color: var(--foreground);
    transition: color 200ms ease-out;
}
.faq-question:hover {
    color: var(--accent);
}
.faq-question:focus-visible {
    outline: none;
    color: var(--accent);
}
.faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: var(--mutedForeground);
    transition: all 300ms ease-out;
}
.faq-item.open .faq-icon {
    transform: rotate(180deg);
    color: var(--accent);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-out, opacity 300ms ease-out;
    opacity: 0;
}
.faq-item.open .faq-answer {
    max-height: 300px;
    opacity: 1;
}
.faq-answer-inner {
    padding-bottom: 1.25rem;
    font-size: 0.9375rem;
    color: var(--mutedForeground);
    line-height: 1.7;
}

/* --- Contact --- */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 560px;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.contact-info-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accentMuted);
    border-radius: var(--radiusMd);
    color: var(--accent);
    flex-shrink: 0;
}
.contact-info-item .info-label {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--mutedForeground);
    margin-bottom: 0.125rem;
}
.contact-info-item .info-value {
    font-size: 0.9375rem;
    color: var(--foreground);
}
.contact-info-item a {
    color: var(--foreground);
    text-decoration: none;
    transition: color 200ms;
}
.contact-info-item a:hover {
    color: var(--accent);
    text-decoration: none;
}
.map-container {
    border-radius: var(--radiusLg);
    overflow: hidden;
    border: 1px solid var(--border);
    min-height: 300px;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: none;
    filter: grayscale(0.8) brightness(0.7) contrast(1.1);
}

/* --- Final CTA --- */
.final-cta {
    text-align: center;
    padding: 5rem 0;
}
@media (min-width: 768px) {
    .final-cta { padding: 6rem 0; }
}
.final-cta h2 {
    margin-bottom: 1rem;
}
.final-cta p {
    max-width: 480px;
    margin: 0 auto 1.5rem;
    color: var(--mutedForeground);
}
.final-cta .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* --- Footer --- */
.site-footer {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--border);
    padding: 3rem 0 2rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}
.footer-brand .logo {
    margin-bottom: 0.75rem;
    display: block;
}
.footer-address {
    font-size: 0.8125rem;
    color: var(--mutedForeground);
    line-height: 1.6;
}
.footer-links h4 {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--mutedForeground);
    margin-bottom: 0.75rem;
}
.footer-links ul li {
    margin-bottom: 0.5rem;
}
.footer-links a {
    font-size: 0.875rem;
    color: var(--mutedForeground);
    transition: color 200ms;
}
.footer-links a:hover {
    color: var(--accent);
    text-decoration: none;
}
.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    text-align: center;
}
@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}
.footer-disclaimer {
    font-size: 0.75rem;
    color: var(--mutedForeground);
    line-height: 1.5;
}
.footer-copyright {
    font-size: 0.75rem;
    color: var(--mutedForeground);
    white-space: nowrap;
}

/* --- Cookie Banner --- */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: rgba(18,18,26,0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--border);
    padding: 1.25rem 1.5rem;
    transform: translateY(100%);
    visibility: hidden;
    transition: all 400ms ease-out;
}
.cookie-banner.visible {
    transform: translateY(0);
    visibility: visible;
}
.cookie-inner {
    max-width: var(--containerMax);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
@media (min-width: 768px) {
    .cookie-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.5rem;
    }
}
.cookie-text {
    font-size: 0.875rem;
    color: var(--mutedForeground);
    line-height: 1.5;
    text-align: center;
}
@media (min-width: 768px) {
    .cookie-text { text-align: left; }
}
.cookie-text a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cookie-buttons {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

/* --- Mobile Bottom Bar --- */
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    display: flex;
    background: rgba(10,10,15,0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--border);
}
@media (min-width: 768px) {
    .mobile-bottom-bar { display: none; }
}
.mobile-bottom-bar a,
.mobile-bottom-bar button {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.625rem 0.5rem;
    font-size: 0.6875rem;
    font-weight: 500;
    color: var(--mutedForeground);
    transition: color 200ms;
    min-height: 56px;
}
.mobile-bottom-bar a:hover,
.mobile-bottom-bar button:hover {
    color: var(--accent);
    text-decoration: none;
}
.mobile-bottom-bar a svg,
.mobile-bottom-bar button svg {
    width: 20px;
    height: 20px;
}

/* --- WhatsApp Float --- */
.whatsapp-float {
    position: fixed;
    bottom: 72px;
    right: 1.25rem;
    z-index: 80;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    transition: all 200ms ease-out;
}
@media (min-width: 768px) {
    .whatsapp-float { bottom: 1.5rem; }
}
.whatsapp-float:hover {
    box-shadow: 0 0 24px rgba(37,211,102,0.5);
    transform: scale(1.05);
}
.whatsapp-float svg {
    width: 28px;
    height: 28px;
    color: #fff;
}

/* --- Policy Pages --- */
.policy-page .section {
    padding: 5rem 0;
}
@media (min-width: 768px) {
    .policy-page .section { padding: 6rem 0; }
}
.policy-content {
    max-width: 720px;
}
.policy-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
}
.policy-content h2:first-child {
    margin-top: 0;
}
.policy-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.0625rem;
}
.policy-content p {
    font-size: 0.9375rem;
    color: var(--mutedForeground);
    line-height: 1.8;
    margin-bottom: 1rem;
}
.policy-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.policy-content ul li {
    font-size: 0.9375rem;
    color: var(--mutedForeground);
    line-height: 1.8;
    list-style-type: disc;
    margin-bottom: 0.375rem;
}
.policy-content a {
    word-break: break-word;
}
.policy-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--mutedForeground);
    margin-bottom: 1.5rem;
    transition: color 200ms;
}
.policy-back:hover {
    color: var(--accent);
    text-decoration: none;
}

/* --- Thank You Page --- */
.thankyou-content {
    text-align: center;
    padding: 4rem 0;
}
.thankyou-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: rgba(245,158,11,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
}
.thankyou-content h1 {
    margin-bottom: 0.75rem;
}
.thankyou-content p {
    max-width: 500px;
    margin: 0 auto 2rem;
    color: var(--mutedForeground);
}

/* --- 404 Page --- */
.notfound-content {
    text-align: center;
    padding: 6rem 0;
}
.notfound-code {
    font-family: var(--fontDisplay);
    font-size: clamp(4rem, 12vw, 8rem);
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.6;
}
.notfound-content h2 {
    margin-bottom: 0.75rem;
}
.notfound-content p {
    color: var(--mutedForeground);
    margin-bottom: 2rem;
}

/* --- Animations --- */
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.animate-in {
    animation: fadeInUp 0.6s ease-out forwards;
}
.stagger-children > * {
    opacity: 0;
    animation: fadeInUp 0.5s ease-out forwards;
}
.stagger-children > *:nth-child(1) { animation-delay: 0.05s; }
.stagger-children > *:nth-child(2) { animation-delay: 0.1s; }
.stagger-children > *:nth-child(3) { animation-delay: 0.15s; }
.stagger-children > *:nth-child(4) { animation-delay: 0.2s; }
.stagger-children > *:nth-child(5) { animation-delay: 0.25s; }
.stagger-children > *:nth-child(6) { animation-delay: 0.3s; }
.stagger-children > *:nth-child(7) { animation-delay: 0.35s; }

/* --- Reduced Motion --- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    html { scroll-behavior: auto; }
}

/* --- Print --- */
@media print {
    .site-header, .mobile-bottom-bar, .whatsapp-float, .cookie-banner, .ambient-bg, .noise-overlay {
        display: none !important;
    }
    body { background: #fff; color: #000; }
}

/* --- Utility --- */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}
.text-center { text-align: center; }
.text-muted { color: var(--mutedForeground); }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.max-w-2xl { max-width: 42rem; margin-left: auto; margin-right: auto; }

/* Hidden until JS loads */
.no-js .mobile-nav { display: none !important; }
