@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Roboto:wght@300;400;500;700&display=swap');

:root {
    --joint-base: #FFFFFF;
    --joint-ink: #181820;
    --joint-ink-mute: #4A4A5A;
    --motion-accent: #D81B60;
    --motion-accent-hover: #AD144B;
    --flex-surface: #F4F5F9;
    --flex-dark: #12121A;
    --flex-dark-ink: #F9F9FA;
    --bone-gradient: linear-gradient(135deg, #D81B60 0%, #FF8A65 100%);
    --font-display: 'Oswald', sans-serif;
    --font-body: 'Roboto', sans-serif;
}

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

body {
    font-family: var(--font-body);
    background-color: var(--joint-base);
    color: var(--joint-ink);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

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

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Typography Classes */
.heading-mega { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 1rem; color: var(--flex-dark-ink); }
.heading-major { font-size: clamp(2rem, 4vw, 3.5rem); margin-bottom: 1.5rem; }
.heading-minor { font-size: clamp(1.5rem, 2.5vw, 2rem); margin-bottom: 0.8rem; }
.text-lead { font-size: clamp(1.1rem, 1.5vw, 1.3rem); margin-bottom: 2rem; opacity: 0.9; }
.text-desc { font-size: 1.05rem; color: var(--joint-ink-mute); margin-bottom: 1rem; }

/* Layout & Spacing (spacious 16dvh) */
.layout-bound {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.flow-zone {
    padding: 16dvh 0;
}

/* Custom UI Elements */
.action-trigger {
    display: inline-block;
    background: var(--motion-accent);
    color: var(--joint-base);
    font-family: var(--font-display);
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    border-radius: 999px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(216, 27, 96, 0.4);
}
.action-trigger:hover {
    background: var(--motion-accent-hover);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(216, 27, 96, 0.6);
}

.action-trigger-outline {
    background: transparent;
    border: 2px solid var(--joint-base);
    box-shadow: none;
}
.action-trigger-outline:hover {
    background: var(--joint-base);
    color: var(--flex-dark);
}

/* Header Preset C */
.motion-head {
    background: var(--motion-accent);
    color: var(--joint-base);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 1rem 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-flex {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--joint-base);
}
.logo-flex svg {
    width: 36px;
    height: 36px;
    fill: var(--joint-base);
}
.nav-links-flex {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.nav-links-flex a {
    font-weight: 500;
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: opacity 0.3s;
}
.nav-links-flex a:hover {
    opacity: 0.7;
}
.mobile-toggle-check { display: none; }
.hamburger-trigger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.hamburger-trigger span {
    width: 28px;
    height: 3px;
    background: var(--joint-base);
    border-radius: 999px;
    transition: 0.3s;
}

/* Index Hero Preset C */
.intro-gradient-wrap {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--joint-base);
    padding: 16dvh 0;
}
.bg-huge-number {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    font-size: clamp(10rem, 20vw, 25rem);
    font-family: var(--font-display);
    font-weight: 700;
    opacity: 0.06;
    line-height: 1;
    pointer-events: none;
}
.intro-split-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}
.intro-content-left {
    flex: 1 1 500px;
    max-width: 600px;
}
.intro-abstract-right {
    flex: 1 1 400px;
    position: relative;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shape-circle {
    width: 300px;
    height: 300px;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    position: absolute;
    border: 2px solid rgba(255,255,255,0.3);
}
.shape-rect {
    width: 250px;
    height: 250px;
    border-radius: 32px;
    background: var(--joint-base);
    opacity: 0.15;
    position: absolute;
    transform: rotate(45deg);
    right: 10%;
}

/* Index Content Preset C (Clip-path) */
.clip-vision-band {
    position: relative;
    background: url('img/bg2.webp') no-repeat center center / cover;
    clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.clip-vision-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(24, 24, 32, 0.7);
    z-index: 1;
}
.vision-inner-box {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.9);
    padding: 4rem;
    border-radius: 32px;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}
.vision-inner-box h2 {
    color: var(--joint-ink);
}
.vision-inner-box p {
    color: var(--joint-ink-mute);
}

/* Index Features Preset C */
.stats-number-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
}
.stat-item-box {
    display: flex;
    flex-direction: column;
}
.stat-big-digit {
    font-size: 4.5rem;
    font-family: var(--font-display);
    font-weight: 900;
    color: var(--motion-accent);
    line-height: 1;
    margin-bottom: 1rem;
}
.stat-item-box h3 {
    margin-bottom: 0.5rem;
}

/* Index How It Works Preset C */
.connect-steps-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: nowrap;
}
.connect-line {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--motion-accent);
    z-index: 1;
}
.step-node {
    position: relative;
    z-index: 2;
    background: var(--joint-base);
    text-align: center;
    flex: 1;
    padding: 0 1rem;
}
.step-node-circle {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: var(--motion-accent);
    color: var(--joint-base);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem auto;
    border: 4px solid var(--joint-base);
    box-shadow: 0 10px 20px rgba(216,27,96,0.3);
}
.step-node:nth-child(even) .step-node-circle {
    background: var(--joint-base);
    color: var(--motion-accent);
    border-color: var(--motion-accent);
}

/* CTA Strip Preset C */
.dark-action-bar {
    background: var(--flex-dark);
    color: var(--flex-dark-ink);
}
.action-bar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}
.action-bar-flex h2 {
    color: var(--flex-dark-ink);
    margin: 0;
    flex: 1 1 500px;
}

/* Expert Content Split */
.expert-bio-split {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    align-items: center;
}
.expert-text-side {
    flex: 1 1 400px;
}
.expert-img-side {
    flex: 1 1 400px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

/* Stats Row */
.metrics-row-display {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
    background: var(--flex-surface);
    padding: 4rem 2rem;
    border-radius: 32px;
}
.metric-val {
    font-size: 3.5rem;
    font-family: var(--font-display);
    color: var(--motion-accent);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.metric-label {
    font-size: 1.1rem;
    color: var(--joint-ink-mute);
    font-weight: 500;
}

/* End Image Section */
.vision-wrap-image {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: url('img/bg3.webp') no-repeat center center / cover;
}
.vision-wrap-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(24,24,32,0.9) 0%, rgba(24,24,32,0.4) 100%);
}
.vision-wrap-content {
    position: relative;
    z-index: 2;
    color: var(--joint-base);
    max-width: 600px;
}
.vision-wrap-content h2 { margin-bottom: 1rem; color: var(--joint-base); }
.vision-wrap-content p { color: rgba(255,255,255,0.8); margin-bottom: 2rem; font-size: 1.1rem; }

/* Reserve Layout Preset C */
.booking-split-view {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}
.booking-form-area {
    flex: 1 1 500px;
    background: var(--joint-base);
    padding: 3rem;
    border-radius: 32px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.1);
}
.booking-info-area {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.info-card-block {
    background: var(--flex-surface);
    padding: 2rem;
    border-radius: 32px;
    border-left: 6px solid var(--motion-accent);
}
.info-card-block h3 { margin-bottom: 0.5rem; }

/* Form Styles */
.input-group {
    margin-bottom: 1.5rem;
}
.input-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--joint-ink);
}
.input-elem {
    width: 100%;
    padding: 1rem;
    border: 2px solid #E0E0E5;
    border-radius: 999px;
    font-family: var(--font-body);
    font-size: 1rem;
    outline: none;
    transition: 0.3s;
}
.input-elem:focus {
    border-color: var(--motion-accent);
    box-shadow: 0 0 0 4px rgba(216,27,96,0.1);
}
.check-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 2rem;
}
.check-wrap input {
    margin-top: 5px;
}

/* FAQ Accordion */
.faq-accordion-group {
    max-width: 800px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 1rem;
    background: var(--flex-surface);
    border-radius: 16px;
    overflow: hidden;
}
.faq-item summary {
    padding: 1.5rem;
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--motion-accent);
}
.faq-item[open] summary::after { content: '-'; }
.faq-desc {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: var(--joint-ink-mute);
}

/* Footer */
.site-footer {
    background: var(--flex-dark);
    color: rgba(255,255,255,0.7);
    padding: 4rem 0 2rem 0;
    text-align: center;
}
.foot-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}
.foot-links a:hover { color: var(--motion-accent); }
.disclaimer-text {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    display: inline-block;
}

/* Cookie Banner */
.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--joint-base);
    color: var(--joint-ink);
    padding: 1.5rem;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.1);
    z-index: 9999;
    display: none;
}
.cookie-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.cookie-actions {
    display: flex;
    gap: 1rem;
}

/* Basic Pages (Privacy, Terms, Thank) */
.text-document {
    max-width: 800px;
    margin: 0 auto;
}
.text-document h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.text-document p {
    margin-bottom: 1rem;
    color: var(--joint-ink-mute);
}
.thank-wrap {
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .hamburger-trigger { display: flex; }
    .nav-links-flex {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--motion-accent);
        flex-direction: column;
        padding: 2rem;
        gap: 1.5rem;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: clip-path 0.4s ease;
    }
    .mobile-toggle-check:checked ~ .nav-links-flex {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .action-bar-flex { flex-direction: column; text-align: center; }
    .connect-steps-row { flex-direction: column; gap: 3rem; }
    .connect-line { display: none; }
    .vision-inner-box { padding: 2rem; }
    .clip-vision-band { clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%); }
}