:root {
    --color-bg: #090b16;
    --color-primary: #2a97fd;
    --color-primary-hover: #1984eb;
    --color-accent: #02f5a3;
    --color-text: #ffffff;
    --color-text-muted: rgba(255, 255, 255, 0.8);
    --font-heading: 'Bebas Neue', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--color-bg);
    font-family: var(--font-body);
    color: var(--color-text);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Authentic Executive Hero Banner */
.unified-hero-banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: 
        linear-gradient(90deg, 
            rgba(9, 11, 22, 0.15) 0%, 
            rgba(9, 11, 22, 0.65) 35%, 
            rgba(9, 11, 22, 0.96) 65%, 
            #090b16 100%),
        url('assets/pete-in-office.jpeg');
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Header */
.unified-header {
    width: 100%;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: translateY(-1px);
}

.logo-box {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #0f62fe 100%);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    box-shadow: 0 4px 18px rgba(42, 151, 253, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.logo-name {
    font-family: var(--font-heading);
    font-size: 38px;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
}

.logo-accent {
    background: linear-gradient(135deg, #ffffff 10%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 36px;
}

.nav-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    padding: 4px 0;
}

.nav-link:hover, .nav-link.active {
    color: #ffffff;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: width 0.3s ease;
}

.nav-link:hover::after, .nav-link.active::after {
    width: 100%;
}

.btn-linkedin {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    color: #0a0d14;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 10px 24px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

.btn-linkedin i {
    font-size: 16px;
    color: #0077b5;
    transition: transform 0.3s ease;
}

.btn-linkedin:hover {
    background: #eef5fc;
    border-color: #eef5fc;
    color: #0077b5;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25);
}

.btn-linkedin:hover i {
    color: #0077b5;
    transform: scale(1.1);
}

/* Hero Section */
.unified-hero {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 80px 0 120px 0;
}

.hero-grid {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hero-text-col {
    width: 100%;
    max-width: 630px;
    margin-left: auto;
}

/* Ultra-Premium Executive Badge */
.hero-overline {
    display: inline-block;
    margin-bottom: 24px;
}

.overline-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(42, 151, 253, 0.16) 0%, rgba(2, 245, 163, 0.08) 100%);
    border: 1px solid rgba(42, 151, 253, 0.45);
    padding: 10px 24px;
    border-radius: 100px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 30px rgba(42, 151, 253, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-overline:hover .overline-badge {
    border-color: rgba(2, 245, 163, 0.7);
    box-shadow: 0 10px 35px rgba(2, 245, 163, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.overline-icon {
    font-size: 15px;
    color: var(--color-accent);
    filter: drop-shadow(0 0 6px rgba(2, 245, 163, 0.6));
}

.overline-text {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #ffffff;
}

.badge-highlight {
    color: var(--color-accent);
    font-weight: 800;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 96px;
    line-height: 0.95;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

.gradient-text {
    background: linear-gradient(135deg, #ffffff 30%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text {
    font-family: var(--font-body);
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--color-text-muted);
    margin-bottom: 36px;
    font-weight: 400;
    max-width: 580px;
}

/* Buttons */
.hero-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.btn-primary {
    background: var(--color-primary);
    color: #ffffff;
    padding: 16px 36px;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(42, 151, 253, 0.3);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-primary .btn-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-primary:hover {
    background: var(--color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(42, 151, 253, 0.45);
}

.btn-primary:hover .btn-icon {
    transform: translateX(4px);
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    padding: 16px 32px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-secondary:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background: rgba(42, 151, 253, 0.08);
    transform: translateY(-2px);
}

/* Download Profile button - keeps secondary styling */
.btn-download-profile {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Executive Stats Bar */
.hero-stats {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    background: rgba(15, 20, 32, 0.85);
    border: 1px solid rgba(42, 151, 253, 0.25);
    border-left: 3px solid var(--color-primary);
    padding: 20px 32px;
    border-radius: 8px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 34px;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 1px;
}

.stat-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-accent);
    margin-top: 6px;
}

.stat-divider {
    width: 1px;
    height: 38px;
    background: rgba(255, 255, 255, 0.12);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 76px;
    }
    .header-nav {
        display: none;
    }
    .unified-hero-banner {
        background-position: center center;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 24px;
    }
    .unified-hero {
        padding: 60px 0 80px 0;
    }
    .hero-text-col {
        margin-top: 30px;
    }
    .hero-title {
        font-size: 58px;
        margin-top: 10px;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .btn-primary, .btn-secondary {
        justify-content: center;
    }
    .hero-stats {
        width: 100%;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .stat-divider {
        width: 100%;
        height: 1px;
    }
}

@media (max-width: 480px) {
    .unified-header {
        padding: 16px 0;
    }
    .header-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .unified-hero {
        padding: 40px 0 60px 0;
    }
    .hero-text-col {
        margin-top: 35px;
    }
    .hero-title {
        font-size: 44px;
        margin-top: 15px;
    }
}

/* Pete's Success Story Section - White Theme */
.success-story-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(135deg, #f0f6ff 0%, #ffffff 50%, #eef5ff 100%);
    position: relative;
    border-top: 1px solid #e2e8f0;
    overflow: hidden;
}

.success-story-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(42, 151, 253, 0.09), transparent 70%);
    filter: blur(60px);
    pointer-events: none;
}

.story-container {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 70px;
    align-items: center;
}

/* Image Column */
.story-image-col {
    position: relative;
}

.story-image-wrapper {
    position: relative;
    border-radius: 24px;
}

.story-img {
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    display: block;
}

.story-floating-badge {
    position: absolute;
    bottom: 30px;
    right: 20px;
    background: #090b16;
    border: 1px solid rgba(42, 151, 253, 0.35);
    padding: 18px 24px;
    border-radius: 18px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 15px 35px rgba(9, 11, 22, 0.4), 0 0 25px rgba(42, 151, 253, 0.2);
    animation: floatBadge 4s ease-in-out infinite alternate;
}

@keyframes floatBadge {
    0% { transform: translateY(0); }
    100% { transform: translateY(-8px); }
}

.floating-icon {
    width: 44px;
    height: 44px;
    background: rgba(42, 151, 253, 0.18);
    color: var(--color-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.floating-content {
    display: flex;
    flex-direction: column;
}

.floating-number {
    font-family: var(--font-heading);
    font-size: 28px;
    line-height: 1;
    color: #ffffff;
}

.floating-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-accent);
    margin-top: 4px;
}

/* Story Content Column */
.story-text-col {
    display: flex;
    flex-direction: column;
}

.section-overline {
    display: inline-block;
    margin-bottom: 18px;
}

.story-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(42, 151, 253, 0.08);
    border: 1px solid rgba(42, 151, 253, 0.25);
    padding: 8px 20px;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.story-badge:hover {
    border-color: var(--color-primary);
    box-shadow: 0 4px 20px rgba(42, 151, 253, 0.18);
    transform: translateY(-1px);
}

.story-badge .overline-icon {
    font-size: 14px;
    color: var(--color-primary);
}

.story-badge .overline-text {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--color-primary);
}

.section-title {
    font-family: var(--font-heading);
    font-size: 64px;
    line-height: 1;
    color: #0f172a;
    margin-bottom: 24px;
    letter-spacing: 1.5px;
}

.success-story-section .gradient-text {
    background: linear-gradient(135deg, #2a97fd 0%, #0052cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.story-paragraph {
    font-family: var(--font-body);
    font-size: 16.5px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 40px;
    font-weight: 450;
}

/* Feature Cards Grid */
.story-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.feature-card {
    background: #090b16;
    border: 1px solid rgba(42, 151, 253, 0.2);
    padding: 24px;
    border-radius: 16px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 10px 25px rgba(9, 11, 22, 0.15);
}

.feature-card:hover {
    background: #0d1124;
    border-color: var(--color-primary);
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(42, 151, 253, 0.25);
}

.feature-icon {
    width: 44px;
    height: 44px;
    background: rgba(42, 151, 253, 0.15);
    color: var(--color-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(42, 151, 253, 0.4);
}

.feature-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.feature-title {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.feature-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

/* Responsive for Story Section */
@media (max-width: 1024px) {
    .story-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .story-floating-badge {
        right: 10px;
        bottom: -20px;
    }
    .section-title {
        font-size: 52px;
    }
}

@media (max-width: 640px) {
    .story-features {
        grid-template-columns: 1fr;
    }
    .section-title {
        font-size: 42px;
    }
}

/* Executive Experience Section - Next Level Dark Theme */
.experience-section {
    padding: 120px 0;
    background: #090b16;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(42, 151, 253, 0.2);
}

.experience-section::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 950px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(42, 151, 253, 0.14) 0%, rgba(2, 245, 163, 0.04) 60%, transparent 80%);
    filter: blur(90px);
    pointer-events: none;
}

.experience-header {
    text-align: center;
    max-width: 840px;
    margin: 0 auto 70px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.experience-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(42, 151, 253, 0.12);
    border: 1px solid rgba(42, 151, 253, 0.35);
    padding: 8px 24px;
    border-radius: 100px;
    margin-bottom: 24px;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(42, 151, 253, 0.15);
}

.experience-badge .overline-icon {
    font-size: 14px;
    color: var(--color-accent);
}

.experience-badge .overline-text {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #ffffff;
}

.experience-title {
    font-family: var(--font-heading);
    font-size: 68px;
    line-height: 1.05;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.experience-lead {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    position: relative;
    z-index: 2;
}

.exp-card {
    position: relative;
    background: rgba(15, 20, 32, 0.85);
    border: 1px solid rgba(42, 151, 253, 0.22);
    border-radius: 20px;
    padding: 40px 36px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.exp-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
    opacity: 0.5;
    transition: opacity 0.4s ease;
}

.exp-card:hover {
    transform: translateY(-8px);
    border-color: rgba(2, 245, 163, 0.5);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(42, 151, 253, 0.2);
}

.exp-card:hover::before {
    opacity: 1;
}

.exp-icon-wrap {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(42, 151, 253, 0.22) 0%, rgba(2, 245, 163, 0.12) 100%);
    border: 1px solid rgba(42, 151, 253, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--color-accent);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.exp-icon-wrap i {
    filter: drop-shadow(0 2px 8px rgba(2, 245, 163, 0.4));
    transition: transform 0.35s ease;
}

.exp-card:hover .exp-icon-wrap {
    background: linear-gradient(135deg, var(--color-primary) 0%, #0f62fe 100%);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 30px rgba(42, 151, 253, 0.5);
    transform: rotate(6deg) scale(1.1);
}

.exp-card:hover .exp-icon-wrap i {
    filter: drop-shadow(0 2px 10px rgba(255, 255, 255, 0.6));
    transform: scale(1.05);
}

.exp-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.exp-card-title {
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

.exp-card-desc {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
}

/* Responsive Grid for Experience Section */
@media (max-width: 992px) {
    .experience-grid {
        grid-template-columns: 1fr;
    }
    .experience-title {
        font-size: 52px;
    }
}

@media (max-width: 640px) {
    .exp-card {
        flex-direction: column;
        padding: 30px 24px;
    }
    .experience-title {
        font-size: 42px;
    }
}

/* Leadership Philosophy & Media Features Section */
.philosophy-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f0f6ff 0%, #ffffff 50%, #eef5ff 100%);
    position: relative;
    border-top: 1px solid #e2e8f0;
}

.philosophy-section::before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(42, 151, 253, 0.08), transparent 70%);
    filter: blur(70px);
    pointer-events: none;
}

.philosophy-container {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 70px;
    align-items: start;
}

/* Image Column - Sticky on Scroll */
.philosophy-image-col {
    position: sticky;
    top: 100px;
    align-self: start;
    z-index: 5;
}

.philosophy-image-wrapper {
    position: relative;
    border-radius: 24px;
}

.philosophy-img {
    width: 100%;
    height: auto;
    max-height: 660px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    display: block;
}

.philosophy-floating-badge {
    position: absolute;
    bottom: 30px;
    left: 20px;
    background: #090b16;
    border: 1px solid rgba(42, 151, 253, 0.35);
    padding: 18px 24px;
    border-radius: 18px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 15px 35px rgba(9, 11, 22, 0.4), 0 0 25px rgba(42, 151, 253, 0.2);
    animation: floatBadge 4s ease-in-out infinite alternate;
}

/* Text Column */
.philosophy-text-col {
    display: flex;
    flex-direction: column;
}

.philosophy-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(42, 151, 253, 0.08);
    border: 1px solid rgba(42, 151, 253, 0.25);
    padding: 8px 20px;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    margin-bottom: 18px;
}

.philosophy-badge .overline-icon {
    font-size: 14px;
    color: var(--color-primary);
}

.philosophy-badge .overline-text {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--color-primary);
}

.philosophy-blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
}

.ph-content-block .story-paragraph {
    margin-bottom: 0;
}

.ph-cards-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.philosophy-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--color-primary);
    border-radius: 18px;
    padding: 28px 30px;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.philosophy-card:hover {
    border-color: rgba(42, 151, 253, 0.4);
    border-left-color: #0f62fe;
    box-shadow: 0 18px 40px rgba(42, 151, 253, 0.15);
    transform: translateY(-4px);
}

.ph-icon-box {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: linear-gradient(135deg, rgba(42, 151, 253, 0.12) 0%, rgba(15, 98, 254, 0.06) 100%);
    border: 1px solid rgba(42, 151, 253, 0.25);
    color: var(--color-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
}

.philosophy-card:hover .ph-icon-box {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(42, 151, 253, 0.4);
    transform: scale(1.08);
}

.ph-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ph-title {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.ph-desc {
    font-size: 14.5px;
    line-height: 1.7;
    color: #475569;
}

.ph-content-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 36px;
}

.ph-content-block:last-child {
    margin-bottom: 0;
}

.ph-sub-title {
    font-family: var(--font-heading);
    font-size: 42px;
    line-height: 1.1;
    color: #0f172a;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.title-highlight {
    background: linear-gradient(135deg, #0f62fe 0%, #2a97fd 50%, #00b4d8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    display: inline-block;
}

/* Responsive for Philosophy Section */
@media (max-width: 1024px) {
    .philosophy-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .philosophy-floating-badge {
        left: 10px;
        bottom: -20px;
    }
    .ph-main-title {
        font-size: 44px;
    }
}

/* Beyond the Boardroom Section - Dark Executive Theme */
.boardroom-section {
    padding: 120px 0;
    background: #090b16;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(42, 151, 253, 0.2);
}

.boardroom-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 950px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(42, 151, 253, 0.14) 0%, rgba(2, 245, 163, 0.04) 60%, transparent 80%);
    filter: blur(90px);
    pointer-events: none;
}

.boardroom-container {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 70px;
    align-items: stretch;
}

.boardroom-text-col {
    display: flex;
    flex-direction: column;
}

.boardroom-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(42, 151, 253, 0.12);
    border: 1px solid rgba(42, 151, 253, 0.35);
    padding: 8px 22px;
    border-radius: 100px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.boardroom-badge .overline-icon {
    font-size: 14px;
    color: #ff477e;
}

.boardroom-badge .overline-text {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #ffffff;
}

.boardroom-title {
    font-family: var(--font-heading);
    font-size: 64px;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.boardroom-paragraph {
    font-family: var(--font-body);
    font-size: 16.5px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
    font-weight: 400;
}

.boardroom-values {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
}

.value-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(15, 20, 32, 0.85);
    border: 1px solid rgba(42, 151, 253, 0.25);
    padding: 10px 20px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.value-chip i {
    color: var(--color-accent);
    font-size: 15px;
}

.value-chip:hover {
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 151, 253, 0.2);
}

/* Boardroom Image Column */
.boardroom-image-col {
    position: relative;
    height: 100%;
}

.boardroom-image-wrapper {
    position: relative;
    border-radius: 24px;
    height: 100%;
}

.boardroom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid rgba(42, 151, 253, 0.25);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
    display: block;
}

.boardroom-floating-badge {
    position: absolute;
    bottom: 30px;
    right: 20px;
    background: #090b16;
    border: 1px solid rgba(42, 151, 253, 0.35);
    padding: 18px 24px;
    border-radius: 18px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 15px 35px rgba(9, 11, 22, 0.4), 0 0 25px rgba(42, 151, 253, 0.2);
    animation: floatBadge 4s ease-in-out infinite alternate;
}

.boardroom-floating-badge .floating-icon {
    background: rgba(255, 71, 126, 0.15);
    color: #ff477e;
}

/* Responsive for Boardroom Section */
@media (max-width: 1024px) {
    .boardroom-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .boardroom-floating-badge {
        right: 10px;
        bottom: -20px;
    }
}

/* Book a Call CTA Section */
.cta-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f0f6ff 0%, #ffffff 50%, #eef5ff 100%);
    position: relative;
    border-top: 1px solid #e2e8f0;
    overflow: hidden;
}

.cta-banner {
    position: relative;
    background: #090b16;
    border: 1px solid rgba(42, 151, 253, 0.35);
    border-radius: 28px;
    padding: 70px 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(9, 11, 22, 0.35);
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    height: 400px;
    background: radial-gradient(ellipse at center, rgba(42, 151, 253, 0.22) 0%, rgba(2, 245, 163, 0.08) 50%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(42, 151, 253, 0.14);
    border: 1px solid rgba(42, 151, 253, 0.4);
    padding: 8px 24px;
    border-radius: 100px;
    margin-bottom: 24px;
    backdrop-filter: blur(12px);
}

.cta-badge .overline-icon {
    font-size: 14px;
    color: var(--color-accent);
}

.cta-badge .overline-text {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #ffffff;
}

.cta-title {
    font-family: var(--font-heading);
    font-size: 72px;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.cta-text {
    font-family: var(--font-body);
    font-size: 17.5px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    max-width: 820px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 2;
}

.cta-action-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.btn-cta-primary {
    background: linear-gradient(135deg, var(--color-primary) 0%, #0f62fe 100%);
    color: #ffffff;
    padding: 20px 48px;
    border-radius: 100px;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 35px rgba(42, 151, 253, 0.45);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-cta-primary:hover {
    background: linear-gradient(135deg, #1984eb 0%, #0052cc 100%);
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 15px 45px rgba(42, 151, 253, 0.6);
}

.btn-cta-primary .btn-arrow {
    transition: transform 0.3s ease;
}

.btn-cta-primary:hover .btn-arrow {
    transform: translateX(6px);
}

.cta-highlights {
    display: flex;
    align-items: center;
    gap: 36px;
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 28px;
}

.cta-highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14.5px;
    font-weight: 600;
}

.cta-highlight-item i {
    color: var(--color-accent);
    font-size: 16px;
}

/* Executive Unified Footer */
.unified-footer {
    background: #060811;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-tagline {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 8px;
}

.footer-right p {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
    .cta-banner {
        padding: 50px 24px;
    }
    .cta-title {
        font-size: 48px;
    }
    .cta-highlights {
        flex-direction: column;
        gap: 16px;
    }
    .footer-container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

/* Book Pete Speaking Event Section */
.speaking-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f0f6ff 0%, #ffffff 50%, #eef5ff 100%);
    position: relative;
    border-top: 1px solid #e2e8f0;
}

.speaking-container {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 70px;
    align-items: center;
}

.speaking-topics-col {
    display: flex;
    flex-direction: column;
}

.speaking-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(42, 151, 253, 0.08);
    border: 1px solid rgba(42, 151, 253, 0.2);
    padding: 8px 22px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.speaking-badge .overline-icon {
    font-size: 14px;
    color: var(--color-primary);
}

.speaking-badge .overline-text {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--color-primary);
}

.speaking-event-types {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 24px 0 32px 0;
    align-items: center;
}

.event-type-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 8px 16px;
    border-radius: 100px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.event-type-chip i {
    color: var(--color-primary);
    font-size: 15px;
}

.event-type-chip:hover {
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(42, 151, 253, 0.12);
}

.speaking-btn-wrap {
    margin-top: 10px;
}

/* Topics Card Wrapper - Executive Dark Glass Theme */
.topics-card-wrapper {
    background: #090b16;
    border: 1px solid rgba(42, 151, 253, 0.3);
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 25px 60px rgba(9, 11, 22, 0.35);
    position: relative;
    overflow: hidden;
}

.topics-card-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 300px;
    background: radial-gradient(ellipse at center, rgba(42, 151, 253, 0.18) 0%, rgba(2, 245, 163, 0.05) 60%, transparent 80%);
    filter: blur(60px);
    pointer-events: none;
}

.topics-card-title {
    font-family: var(--font-heading);
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.topics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.topic-box {
    background: rgba(15, 20, 32, 0.85);
    border: 1px solid rgba(42, 151, 253, 0.2);
    border-radius: 18px;
    padding: 24px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.topic-box:hover {
    background: rgba(20, 27, 44, 0.95);
    border-color: var(--color-primary);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(42, 151, 253, 0.25);
}

.topic-icon {
    width: 48px;
    height: 48px;
    background: rgba(42, 151, 253, 0.15);
    color: var(--color-accent);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.topic-box:hover .topic-icon {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(42, 151, 253, 0.4);
}

.topic-name {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    line-height: 1.25;
}

.topic-desc {
    font-size: 13.5px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================================
   Comprehensive Mobile Responsiveness & Adaptive Layout System
   ========================================================================== */

/* Overflow Protection without breaking position: sticky */
html, body {
    overflow-x: clip;
    width: 100%;
    max-width: 100%;
}

/* Header & Mobile Toggle Base Styles */
.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-toggle {
    display: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-toggle:hover {
    background: rgba(42, 151, 253, 0.2);
    border-color: var(--color-primary);
}

/* --- Breakpoint: 1024px (Tablets & Small Laptops) --- */
@media (max-width: 1024px) {
    .container {
        padding: 0 32px;
    }
    
    .hero-grid,
    .story-container,
    .experience-container,
    .philosophy-container,
    .boardroom-container,
    .speaking-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hero-title {
        font-size: 64px;
    }

    .philosophy-image-col {
        position: static;
    }

    .boardroom-image-col {
        order: -1;
    }

    .ph-main-title {
        font-size: 46px;
    }
}

/* --- Breakpoint: 900px (Mobile Navigation Active) --- */
@media (max-width: 900px) {
    .unified-header {
        position: relative;
        z-index: 1000;
    }

    .mobile-toggle {
        display: flex;
    }

    .header-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 16px;
        right: 16px;
        background: #090b16;
        border: 1px solid rgba(42, 151, 253, 0.35);
        border-radius: 20px;
        padding: 24px;
        flex-direction: column;
        gap: 8px;
        display: none;
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(42, 151, 253, 0.15);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        z-index: 9999;
    }

    .header-nav.mobile-active {
        display: flex;
        animation: fadeInDown 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .header-nav .nav-link {
        font-family: var(--font-body);
        font-size: 16px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.9);
        padding: 12px 20px;
        border-radius: 12px;
        text-align: center;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
        transition: all 0.25s ease;
        text-decoration: none;
        display: block;
    }

    .header-nav .nav-link:hover,
    .header-nav .nav-link.active {
        background: rgba(42, 151, 253, 0.15);
        border-color: var(--color-primary);
        color: #ffffff;
        transform: translateY(-1px);
    }
}

.hero-mobile-image {
    display: none;
}

/* --- Breakpoint: 768px (Mobile Devices - Centered Alignment) --- */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .unified-hero-banner {
        background: linear-gradient(180deg, rgba(6, 8, 17, 0.88) 0%, rgba(9, 11, 22, 0.95) 100%), 
                    url('assets/office-bg-empty.png') center/cover no-repeat !important;
        position: relative;
    }

    .hero-mobile-image {
        display: block;
        margin: 0 auto 32px auto;
        width: 100%;
        max-width: 440px;
    }

    .success-story-section,
    .experience-section,
    .philosophy-section,
    .boardroom-section,
    .speaking-section,
    .cta-section {
        padding: 80px 0;
    }

    /* All Section Text & Headings Center Aligned */
    .hero-text-col,
    .story-text-col,
    .experience-header,
    .philosophy-text-col,
    .ph-content-block,
    .boardroom-text-col,
    .speaking-text-col,
    .topics-card-wrapper {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Center Badges & Overline Tags */
    .section-overline,
    .hero-badge,
    .story-badge,
    .experience-badge,
    .philosophy-badge,
    .boardroom-badge,
    .speaking-badge,
    .cta-badge {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .hero-title {
        font-size: 50px;
        text-align: center;
    }

    .section-title,
    .experience-title,
    .boardroom-title,
    .ph-main-title {
        font-size: 42px;
        text-align: center;
    }

    .cta-title {
        font-size: 44px;
        text-align: center;
    }

    .hero-buttons {
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .hero-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        width: 100%;
        justify-content: center;
    }

    .stat-card {
        padding: 16px;
        text-align: center;
    }

    .stat-divider {
        display: none;
    }

    /* Feature Lists & Cards Centered */
    .story-features,
    .experience-grid,
    .topics-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
    }

    .feature-item,
    .exp-card,
    .philosophy-card,
    .topic-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px;
    }

    .feature-icon,
    .exp-icon-wrap,
    .ph-icon-box,
    .topic-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .boardroom-values {
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .speaking-event-types {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .speaking-btn-wrap {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .cta-banner {
        padding: 50px 24px;
        text-align: center;
    }

    .cta-highlights {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .footer-container {
        flex-direction: column;
        gap: 16px;
        text-align: center;
        align-items: center;
    }

    .footer-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-left .logo {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}

/* --- Breakpoint: 480px (Small Mobile Phones) --- */
@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .unified-hero {
        padding: 40px 0 60px 0;
    }

    .hero-title {
        font-size: 38px;
        line-height: 1.1;
    }

    .section-title,
    .experience-title,
    .boardroom-title,
    .ph-main-title,
    .cta-title {
        font-size: 34px;
        line-height: 1.15;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-primary,
    .btn-secondary,
    .btn-cta-primary {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 16px 24px;
        font-size: 16px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .boardroom-values,
    .speaking-event-types {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .value-chip,
    .event-type-chip {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .topics-card-wrapper {
        padding: 24px 18px;
    }

    .cta-banner {
        padding: 40px 18px;
        border-radius: 20px;
    }

    .footer-container {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .logo-name {
        font-size: 16px;
    }

    .logo-box {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .header-actions {
        gap: 8px;
    }

    .mobile-toggle {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .btn-linkedin {
        padding: 9px 16px;
        font-size: 13.5px;
    }
}

/* Animation Keyframes */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================================
   Executive Booking Modal Popup Styles
   ========================================================================== */

.booking-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(6, 8, 17, 0.85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.booking-modal-overlay.modal-open {
    opacity: 1;
    visibility: visible;
}

.booking-modal-card {
    background: #090b16;
    border: 1px solid rgba(42, 151, 253, 0.35);
    border-radius: 28px;
    padding: 44px 40px;
    width: 100%;
    max-width: 620px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 40px rgba(42, 151, 253, 0.15);
    transform: scale(0.92) translateY(20px);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.booking-modal-overlay.modal-open .booking-modal-card {
    transform: scale(1) translateY(0);
}

.modal-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-close-btn:hover {
    background: rgba(255, 71, 126, 0.2);
    border-color: #ff477e;
    color: #ff477e;
    transform: rotate(90deg);
}

.modal-header {
    margin-bottom: 28px;
    text-align: center;
}

.modal-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(42, 151, 253, 0.12);
    border: 1px solid rgba(42, 151, 253, 0.3);
    padding: 6px 18px;
    border-radius: 100px;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--color-accent);
    margin-bottom: 14px;
}

.modal-title {
    font-family: var(--font-heading);
    font-size: 38px;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 8px;
}

.modal-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.modal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-group label i {
    color: var(--color-primary);
    font-size: 13px;
}

.form-group input,
.form-group select {
    background: rgba(15, 20, 32, 0.85);
    border: 1px solid rgba(42, 151, 253, 0.25);
    border-radius: 12px;
    padding: 14px 18px;
    font-family: var(--font-body);
    font-size: 14.5px;
    color: #ffffff;
    outline: none;
    transition: all 0.3s ease;
    width: 100%;
}

.form-group input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232a97fd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px;
    cursor: pointer;
}

.form-group select option {
    background: #090b16;
    color: #ffffff;
}

.form-group input:focus,
.form-group select:focus {
    border-color: var(--color-primary);
    background: rgba(20, 27, 44, 0.95);
    box-shadow: 0 0 20px rgba(42, 151, 253, 0.25);
}

.btn-modal-submit {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
}

/* Modal Success State */
.modal-success-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 20px 0;
}

.success-icon-box {
    width: 72px;
    height: 72px;
    background: rgba(2, 245, 163, 0.15);
    border: 1px solid rgba(2, 245, 163, 0.4);
    color: var(--color-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    box-shadow: 0 0 30px rgba(2, 245, 163, 0.3);
}

.modal-success-message h3 {
    font-family: var(--font-heading);
    font-size: 36px;
    color: #ffffff;
}

.modal-success-message p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 440px;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .booking-modal-card {
        padding: 32px 20px;
    }
    .form-grid-2 {
        grid-template-columns: 1fr;
    }
    .modal-title {
        font-size: 32px;
    }
}