/* Page-specific Styles */

/* Typography overrides for pages */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
    letter-spacing: -1px;
}

h3, h4, h5, h6 {
    letter-spacing: -0.5px;
}

/* Page Header */
.page-header {
    padding: 150px 0 80px;
    background: linear-gradient(to right, #024a8a, #0356A3, #1a73e8);
    color: var(--white);
    text-align: center;
    position: relative;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    pointer-events: none;
}

.page-header h1 {
    font-size: 48px;
    margin-bottom: 15px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.page-header p {
    font-size: 20px;
    opacity: 0.95;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
}

/* About Page */
.about-content {
    padding: 80px 0;
    background: var(--white);
}

.about-intro {
    max-width: 900px;
    margin: 0 auto 60px;
}

.about-intro .lead {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.about-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 15px;
}

.about-story {
    max-width: 900px;
    margin: 0 auto;
}

.about-story h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--text-dark);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.about-story p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 20px;
}

.highlight-box {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 4px;
    border-left: 4px solid var(--primary-color);
    margin-top: 30px;
}

.highlight-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.highlight-box p {
    font-size: 18px;
    color: var(--text-dark);
    margin: 0;
}

/* How We Work */
.how-we-work {
    padding: 80px 0;
    background: var(--bg-light);
}

.work-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.work-content p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 20px;
}

.work-content .emphasis {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
}

/* Founder Section */
.founder-section {
    padding: 80px 0;
    background: var(--white);
}

.founder-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
}

.founder-image {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.founder-image img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
    object-fit: cover;
}

.founder-image .placeholder-image {
    background: var(--bg-light);
    border-radius: 10px;
    padding: 60px 40px;
    text-align: center;
}

.founder-image svg {
    width: 100px;
    height: 100px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.founder-image p {
    color: var(--text-light);
    font-size: 14px;
}

.founder-bio h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: var(--text-dark);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.founder-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.founder-header h2 {
    margin-bottom: 0;
}

.linkedin-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    border-radius: 6px;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

.linkedin-icon:hover {
    background: linear-gradient(135deg, #b8941f 0%, #d4af37 100%);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.5);
}

.linkedin-icon svg {
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.founder-bio h3 {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.founder-bio p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 15px;
}

/* Team Section */
.team-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.team-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: 18px;
    color: var(--text-light);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.team-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: var(--shadow);
}

.team-placeholder {
    width: 120px;
    height: 120px;
    background: var(--bg-light);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-placeholder svg {
    width: 60px;
    height: 60px;
    color: var(--primary-color);
}

.team-card h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--text-dark);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.team-card .role {
    color: var(--text-light);
    font-size: 14px;
}

/* Business Info */
.business-info {
    padding: 80px 0;
    background: var(--white);
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.info-card {
    background: var(--bg-light);
    padding: 40px;
    border-radius: 4px;
    text-align: center;
}

.info-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.info-card p {
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.6;
}

/* Services Page */
.service-detail {
    padding: 80px 0;
    background: var(--white);
}

.service-detail.alt {
    background: var(--bg-light);
}

.service-detail-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
}

.service-detail-content.reverse {
    grid-template-columns: 1fr 2fr;
}

.service-detail-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--text-dark);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
    letter-spacing: -1px;
}

.service-detail-text .lead {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 30px;
}

.service-detail-text h3 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: var(--text-dark);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    padding: 10px 0 10px 35px;
    position: relative;
    color: var(--text-dark);
}

.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 20px;
}

.bullet-list {
    list-style: none;
    padding: 0;
}

.bullet-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: var(--text-light);
}

.bullet-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 24px;
}

.service-detail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-detail-icon svg {
    width: 200px;
    height: 200px;
    color: var(--primary-color);
    opacity: 0.2;
}

.engagement-models {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.model-card {
    background: var(--bg-light);
    padding: 25px 20px;
    border-radius: 8px;
    border-top: 3px solid var(--primary-color);
}

.model-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.model-card p {
    font-size: 14px;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.model-card .best-for {
    font-size: 12px;
    color: var(--text-light);
    font-style: italic;
}

/* Voyager 8 Section */
.voyager8-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.voyager8-content {
    max-width: 900px;
    margin: 0 auto;
}

.voyager8-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--text-dark);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.voyager8-content .lead {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 30px;
}

.voyager8-content h3 {
    font-size: 24px;
    margin: 30px 0 20px;
    color: var(--text-dark);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: var(--white);
    border-radius: 8px;
}

.feature-item .check {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
}

.feature-item span:last-child {
    color: var(--text-dark);
}

/* Case Studies Page */
.case-studies-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.case-study-card {
    background: var(--white);
    border-radius: 4px;
    box-shadow: var(--shadow);
    margin-bottom: 40px;
    overflow: hidden;
}

.case-study-header {
    background: #0356A3;
    color: var(--white);
    padding: 40px;
}

.case-study-header h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.case-meta {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.meta-item svg {
    width: 18px;
    height: 18px;
}

.case-study-content {
    padding: 40px;
}

.case-study-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.case-study-content p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 20px;
}

.case-study-content ul {
    list-style: none;
    padding: 0;
}

.case-study-content li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: var(--text-dark);
}

.case-study-content li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--primary-color);
}

.challenge, .solution, .outcome {
    margin-bottom: 30px;
}

.modules {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--bg-light);
}

.modules h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--text-dark);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.module-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tag {
    background: var(--primary-color);
    color: var(--white);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
}

/* Contact Page */
.contact-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.contact-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.contact-intro .lead {
    font-size: 20px;
    color: var(--text-light);
    line-height: 1.8;
}

/* Contact Details Grid */
.contact-details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.contact-detail-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 30px 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
    text-align: center;
    transition: all 0.3s ease;
}

.contact-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(31, 38, 135, 0.25);
}

.contact-detail-card .detail-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.contact-detail-card .detail-icon svg {
    width: 28px;
    height: 28px;
    color: var(--white);
}

.contact-detail-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--text-dark);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.contact-detail-card p,
.contact-detail-card a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 15px;
}

.contact-detail-card a:hover {
    color: var(--primary-color);
}

/* Unified Contact Wrapper */
.unified-contact-wrapper {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 50px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
    max-width: 800px;
    margin: 0 auto;
}

.unified-contact-wrapper h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: var(--text-dark);
    text-align: center;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

/* Toggle Section */
.toggle-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(3, 86, 163, 0.3);
    margin-top: 40px;
    margin-bottom: 20px;
}

.toggle-label {
    font-size: 16px;
    color: var(--text-dark);
    font-weight: 500;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 32px;
    cursor: pointer;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 30px;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.toggle-slider::before {
    content: 'OFF';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.toggle-slider::after {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 2px solid #000;
}

.toggle-switch input:checked + .toggle-slider {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.toggle-switch input:checked + .toggle-slider::before {
    content: 'ON';
    left: 10px;
    right: auto;
}

.toggle-switch input:checked + .toggle-slider::after {
    transform: translate(38px, -50%);
    border-color: var(--primary-color);
}

.toggle-switch:hover .toggle-slider {
    box-shadow: 0 0 8px rgba(3, 86, 163, 0.4);
}

/* Scheduling Section */
.scheduling-inline {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    margin: 0;
}

.scheduling-inline.active {
    max-height: 750px;
    opacity: 1;
    margin: 40px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-form-wrapper,
.contact-info-wrapper {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 40px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
    transition: all 0.3s ease;
}

.contact-form-wrapper:hover,
.contact-info-wrapper:hover {
    box-shadow: 0 12px 40px rgba(31, 38, 135, 0.25);
    border-color: rgba(255, 255, 255, 0.3);
}

.contact-form-wrapper h2,
.contact-info-wrapper h2 {
    font-size: 28px;
    margin-bottom: 25px;
    color: var(--text-dark);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-dark);
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(3, 86, 163, 0.3);
    border-radius: 10px;
    font-size: 16px;
    font-family: inherit;
    color: #2c3e50;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(3, 86, 163, 0.5);
    box-shadow: 0 0 0 3px rgba(3, 86, 163, 0.1), 0 4px 16px rgba(31, 38, 135, 0.15);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(44, 62, 80, 0.5);
}

.form-message {
    margin-top: 15px;
    padding: 12px;
    border-radius: 5px;
    display: block;
    transition: opacity 0.3s ease;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.calendly-placeholder {
    background: var(--bg-light);
    padding: 60px 40px;
    border-radius: 10px;
    text-align: center;
    margin: 20px 0;
}

.calendly-placeholder svg {
    width: 80px;
    height: 80px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.calendly-placeholder p {
    color: var(--text-light);
    margin-bottom: 20px;
}

.contact-details {
    margin-top: 30px;
}

.contact-details h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--text-dark);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.detail-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.detail-item svg {
    width: 24px;
    height: 24px;
    color: var(--primary-color);
    flex-shrink: 0;
}

.detail-item strong {
    display: block;
    margin-bottom: 5px;
    color: var(--text-dark);
}

.detail-item p,
.detail-item a {
    color: var(--text-light);
    margin: 0;
    text-decoration: none;
}

.detail-item a:hover {
    color: var(--primary-color);
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: var(--white);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.faq-item {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 10px;
    border-left: 4px solid var(--primary-color);
}

.faq-item h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--text-dark);
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 400;
}

.faq-item p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-light);
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .page-header {
        padding: 130px 0 60px;
    }

    .founder-content,
    .service-detail-content {
        gap: 40px;
    }

    .service-detail-icon svg {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 120px 0 50px;
    }

    .page-header h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .page-header p {
        font-size: 16px;
    }

    /* About Page */
    .about-content,
    .how-we-work,
    .founder-section,
    .team-section,
    .business-info {
        padding: 60px 0;
    }

    .about-intro .lead {
        font-size: 20px;
    }

    .about-intro p,
    .about-story p {
        font-size: 16px;
    }

    .about-story h2 {
        font-size: 28px;
    }

    .founder-content,
    .service-detail-content,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px 30px;
    }

    .founder-image {
        max-width: 300px;
        margin: 0 auto;
    }

    .contact-details-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .unified-contact-wrapper {
        padding: 30px;
    }

    .service-detail-content.reverse {
        grid-template-columns: 1fr;
    }

    .founder-image,
    .service-detail-icon {
        order: -1;
    }

    .service-detail-icon svg {
        width: 100px;
        height: 100px;
    }

    .faq-grid,
    .info-grid,
    .team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .case-meta {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    /* Services Page */
    .services-intro {
        padding: 60px 0;
    }

    .service-detail {
        padding: 60px 0;
    }

    .service-detail h2 {
        font-size: 28px;
    }

    /* Contact Page */
    .contact-section {
        padding: 60px 0;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    /* Case Studies */
    .case-studies-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .page-header {
        padding: 110px 0 40px;
    }

    .page-header h1 {
        font-size: 26px;
        line-height: 1.2;
    }

    .page-header p {
        font-size: 15px;
    }

    /* About Page */
    .about-content,
    .how-we-work,
    .founder-section,
    .team-section,
    .business-info {
        padding: 50px 0;
    }

    .about-intro .lead {
        font-size: 18px;
        line-height: 1.4;
    }

    .about-intro p,
    .about-story p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-story h2 {
        font-size: 24px;
    }

    .highlight-box,
    .info-card {
        padding: 25px 20px;
    }

    .highlight-box h3 {
        font-size: 20px;
    }

    .highlight-box p {
        font-size: 16px;
    }

    .founder-bio h2 {
        font-size: 26px;
    }

    .founder-header {
        gap: 12px;
    }

    .linkedin-icon {
        width: 36px;
        height: 36px;
    }

    .linkedin-icon svg {
        width: 20px;
        height: 20px;
    }

    .founder-bio h3 {
        font-size: 18px;
    }

    .founder-bio p {
        font-size: 15px;
    }

    .founder-image {
        max-width: 250px;
        margin: 0 auto;
    }

    .founder-content {
        padding: 30px 20px;
        border-radius: 16px;
    }

    /* Services Page */
    .services-intro,
    .service-detail {
        padding: 50px 0;
    }

    .service-detail h2 {
        font-size: 24px;
    }

    .service-detail-icon svg {
        width: 80px;
        height: 80px;
    }

    .service-detail-text h3 {
        font-size: 20px;
    }

    .service-detail-text p,
    .service-detail-text li {
        font-size: 15px;
    }

    /* Contact Page */
    .contact-section {
        padding: 50px 0;
    }

    .contact-details-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .unified-contact-wrapper {
        padding: 20px;
    }

    .toggle-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 15px;
    }

    .contact-info-card {
        padding: 20px;
    }

    .contact-info-card h3 {
        font-size: 20px;
    }

    .contact-info-card p {
        font-size: 15px;
    }

    /* Case Studies */
    .case-studies-section {
        padding: 50px 0;
    }

    .case-study-header {
        padding: 30px 20px;
    }

    .case-study-header h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .case-study-content {
        padding: 30px 20px;
    }

    .case-study-content h3 {
        font-size: 20px;
    }

    .case-study-content p {
        font-size: 15px;
    }

    .tag {
        font-size: 13px;
        padding: 5px 12px;
    }

    /* FAQ */
    .faq-item {
        padding: 20px;
    }

    .faq-item h3 {
        font-size: 16px;
    }

    .faq-item p {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .page-header h1 {
        font-size: 24px;
    }

    .page-header p {
        font-size: 14px;
    }

    .about-intro .lead {
        font-size: 16px;
    }

    .about-story h2,
    .service-detail h2 {
        font-size: 22px;
    }

    .case-study-header h2 {
        font-size: 22px;
    }
}


/* ============================================
   COMPACT SERVICES PAGE - ACCORDION LAYOUT
   ============================================ */

.services-overview {
    padding: 60px 0;
    background: #f8f9fa;
}

.services-accordion {
    max-width: 1000px;
    margin: 0 auto;
}

.service-accordion-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-accordion-item:hover {
    box-shadow: 0 4px 16px rgba(3, 86, 163, 0.15);
}

.service-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    background: white;
    transition: background 0.3s ease;
}

.service-accordion-header:hover {
    background: #f8f9fa;
}

.service-header-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.service-accordion-item .service-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0356A3 0%, #024a8f 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-accordion-item .service-icon svg {
    width: 28px;
    height: 28px;
    stroke: white;
}

.service-title-wrap h2 {
    margin: 0 0 5px 0;
    font-size: 1.5rem;
    color: #2c3e50;
    font-family: 'Palatino Linotype', serif;
}

.service-tagline {
    margin: 0;
    font-size: 0.95rem;
    color: #6c757d;
}

.accordion-toggle {
    font-size: 2rem;
    color: #0356A3;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.3s ease;
    user-select: none;
}

.service-accordion-item.active .accordion-toggle {
    transform: rotate(45deg);
}

.service-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.service-accordion-item.active .service-accordion-content {
    max-height: 2000px;
}

.service-content-inner {
    padding: 0 30px 30px 30px;
}

.service-content-inner .lead {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #495057;
}

.two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}

.two-column-layout .column h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #0356A3;
}

.compact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compact-list li {
    padding: 6px 0 6px 25px;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.5;
}

.compact-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0356A3;
    font-weight: bold;
}

.highlight-box {
    background: #e7f3ff;
    border-left: 4px solid #0356A3;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.highlight-box strong {
    color: #0356A3;
}

/* Voyager 8 Compact Section */
.voyager8-section-compact {
    padding: 60px 0;
    background: linear-gradient(135deg, #0356A3 0%, #024a8f 100%);
    color: white;
    text-align: center;
}

.voyager8-section-compact h2 {
    color: white;
    margin-bottom: 15px;
}

.voyager8-section-compact p {
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
}

.features-grid-compact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
}

.feature-badge {
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.engagement-models-compact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.model-card-compact {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.model-card-compact h4 {
    margin: 0 0 8px 0;
    color: #0356A3;
    font-size: 1.1rem;
}

.model-card-compact p {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .service-accordion-header {
        padding: 20px;
    }
    
    .service-header-content {
        gap: 15px;
    }
    
    .service-accordion-item .service-icon {
        width: 40px;
        height: 40px;
    }
    
    .service-accordion-item .service-icon svg {
        width: 22px;
        height: 22px;
    }
    
    .service-title-wrap h2 {
        font-size: 1.2rem;
    }
    
    .service-tagline {
        font-size: 0.85rem;
    }
    
    .service-content-inner {
        padding: 0 20px 20px 20px;
    }
    
    .two-column-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .engagement-models-compact {
        grid-template-columns: 1fr;
    }
    
    .features-grid-compact {
        gap: 8px;
    }
    
    .feature-badge {
        font-size: 0.85rem;
        padding: 8px 15px;
    }
}

@media (max-width: 480px) {
    .service-accordion-header {
        padding: 15px;
    }
    
    .service-title-wrap h2 {
        font-size: 1.1rem;
    }
}

/* ============================================
   ENHANCED SERVICE CARDS WITH DETAILS
   ============================================ */

.services-overview {
    padding: 100px 0 60px;
}

.services-overview .service-card {
    padding: 40px 35px;
}

.services-overview .service-card h4 {
    font-size: 20px;
    color: var(--primary-color);
    margin: 15px 0 10px 0;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.services-overview .service-card > p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 20px;
}

.service-details {
    margin-top: 20px;
}

.service-details strong {
    display: block;
    font-size: 15px;
    color: var(--text-dark);
    margin: 15px 0 10px 0;
    font-weight: 600;
}

.service-details ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.service-details ul li {
    padding: 5px 0 5px 18px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-light);
    position: relative;
}

.service-details ul li::before {
    content: '•';
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    position: absolute;
    left: 2px;
    top: 5px;
}

/* strong inside li stays inline so it flows with the text */
.service-details ul li strong {
    display: inline;
    font-weight: 600;
    color: var(--text-dark);
}

/* Responsive adjustments for detailed service cards */
@media (max-width: 768px) {
    .services-overview .service-card {
        padding: 30px 25px;
    }
    
    .services-overview .service-card h4 {
        font-size: 18px;
    }
    
    .services-overview .service-card > p {
        font-size: 15px;
    }
    
    .service-details ul li {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .services-overview .service-card {
        padding: 25px 20px;
    }
    
    .services-overview .service-card h4 {
        font-size: 17px;
    }
    
    .services-overview .service-card > p {
        font-size: 14px;
    }
    
    .service-details strong {
        font-size: 14px;
    }
    
    .service-details ul li {
        font-size: 13px;
        padding: 4px 0;
    }
}
