/* Forem Innovations - Shared Styles */

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

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.8;
    color: #202124;
    background: #fff;
    font-size: 16px;
}

/* Header */
header {
    border-bottom: 1px solid #e8eaed;
    padding: 16px 24px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}

.logo-section img {
    height: 32px;
    width: auto;
}

.logo-divider {
    width: 1px;
    height: 24px;
    background: #e8eaed;
}

.logo-text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #5f6368;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-nav a {
    color: #5f6368;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}

.header-nav a:hover,
.header-nav a.active {
    background: #f1f3f4;
    color: #202124;
}

.header-nav .cta-btn {
    background: #1a73e8;
    color: #fff;
    border-radius: 4px;
    padding: 8px 20px;
    margin-left: 8px;
}

.header-nav .cta-btn:hover {
    background: #1557b0;
    color: #fff;
}

/* Breadcrumbs */
.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 24px;
    font-size: 14px;
    color: #5f6368;
}

.breadcrumbs a {
    color: #1a73e8;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    margin: 0 8px;
    color: #dadce0;
}

/* Main Container */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 48px 24px;
}

.container-wide {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 80px 24px;
    max-width: 900px;
    margin: 0 auto;
}

.hero h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #202124;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.hero p {
    font-size: 20px;
    color: #5f6368;
    line-height: 1.6;
    margin-bottom: 32px;
}

.hero .cta-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.btn-primary {
    display: inline-block;
    background: #1a73e8;
    color: #fff;
    padding: 12px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.2s;
}

.btn-primary:hover {
    background: #1557b0;
}

.btn-secondary {
    display: inline-block;
    background: #fff;
    color: #1a73e8;
    padding: 12px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #dadce0;
    transition: background 0.2s;
}

.btn-secondary:hover {
    background: #f8f9fa;
}

/* Section */
.section {
    padding: 64px 24px;
}

.section-gray {
    background: #f8f9fa;
}

.section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 16px;
    color: #202124;
}

.section-subtitle {
    text-align: center;
    color: #5f6368;
    font-size: 18px;
    margin-bottom: 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Cards Grid */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    padding: 32px;
    transition: box-shadow 0.2s;
}

.card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #202124;
}

.card p {
    color: #5f6368;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.card a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.card a:hover {
    text-decoration: underline;
}

/* Press Release Styles */
.press-label {
    display: inline-block;
    color: #1a73e8;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
    color: #202124;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.dateline {
    color: #5f6368;
    font-size: 14px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e8eaed;
}

.last-updated {
    color: #5f6368;
    font-size: 13px;
    margin-top: 4px;
}

.content p {
    color: #202124;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.content p strong {
    font-weight: 500;
}

.lead {
    font-size: 18px;
    color: #202124;
}

/* Quote Block */
.quote {
    margin: 32px 0;
    padding-left: 24px;
    border-left: 4px solid #1a73e8;
}

.quote p {
    font-size: 18px;
    color: #202124;
    font-style: italic;
    margin-bottom: 12px;
}

.quote .attribution {
    font-size: 14px;
    color: #5f6368;
    font-style: normal;
}

.quote .attribution strong {
    color: #202124;
    font-weight: 500;
}

/* Section Headers */
h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #202124;
    margin: 48px 0 24px;
}

/* Key Highlights */
.highlights {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 32px;
    margin: 32px 0;
}

.highlights h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 20px;
}

.highlights ul {
    list-style: none;
    padding: 0;
}

.highlights li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    color: #202124;
    font-size: 15px;
    line-height: 1.6;
}

.highlights li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #1a73e8;
    border-radius: 50%;
}

.highlights li:last-child {
    margin-bottom: 0;
}

/* Boilerplate Section */
.boilerplate {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #e8eaed;
}

.boilerplate h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 12px;
}

.boilerplate p {
    color: #5f6368;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.subsidiary-badge {
    display: inline-block;
    background: #e8f0fe;
    color: #1a73e8;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 8px;
}

/* FAQ Section */
.faq-section {
    margin: 48px 0;
    padding-top: 32px;
    border-top: 1px solid #e8eaed;
}

.faq-section h2 {
    margin-top: 0;
    margin-bottom: 24px;
}

.faq-item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f3f4;
}

.faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.faq-item h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 8px;
}

.faq-item p {
    color: #5f6368;
    font-size: 15px;
    line-height: 1.7;
}

/* Contact Section */
.contact {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 24px 32px;
    margin-top: 48px;
}

.contact h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 12px;
}

.contact p {
    color: #5f6368;
    font-size: 14px;
    margin-bottom: 4px;
}

.contact a {
    color: #1a73e8;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

/* Contact Page */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    padding: 32px;
}

.contact-card h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #202124;
}

.contact-card p {
    color: #5f6368;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.contact-card a {
    color: #1a73e8;
    text-decoration: none;
}

.contact-form {
    max-width: 600px;
    margin: 48px auto 0;
}

.contact-form h2 {
    margin-top: 0;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #1a73e8;
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

/* About Page */
.about-intro {
    max-width: 800px;
    margin: 0 auto 48px;
    text-align: center;
}

.about-intro p {
    font-size: 18px;
    color: #5f6368;
    line-height: 1.7;
}

.timeline {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f1f3f4;
}

.timeline-item:last-child {
    border-bottom: none;
}

.timeline-year {
    font-size: 24px;
    font-weight: 500;
    color: #1a73e8;
    min-width: 80px;
}

.timeline-content h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #202124;
}

.timeline-content p {
    color: #5f6368;
    font-size: 15px;
    line-height: 1.6;
}

/* Footer */
footer {
    border-top: 1px solid #e8eaed;
    margin-top: 64px;
    padding: 24px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #5f6368;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #202124;
}

.footer-social {
    display: flex;
    gap: 16px;
}

.footer-social a {
    color: #5f6368;
    transition: color 0.2s;
}

.footer-social a:hover {
    color: #202124;
}

.footer-social svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.copyright {
    color: #5f6368;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e8eaed;
}

/* Responsive */
@media (max-width: 768px) {
    h1, .hero h1 {
        font-size: 32px;
    }

    .container, .container-wide {
        padding: 32px 20px;
    }

    .hero {
        padding: 48px 20px;
    }

    .header-nav {
        display: none;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }

    .timeline-item {
        flex-direction: column;
        gap: 8px;
    }

    .section {
        padding: 48px 20px;
    }
}
