/*
Theme Name: AI Style Theme
Theme URI: http://example.com/ai-style-theme
Author: Ross Dalangin
Author URI: http://example.com
Description: A high-end, professional WordPress landing page design for an elite AI intelligence platform. Flat and minimalist. Strictly no 3D effects or heavy shadows.
Version: 8.0.0
Text Domain: ai-style-theme
*/

:root {
    --primary-bg: #04060f;
    --secondary-bg: #f5f5f5;
    --accent-blue: #0057FF;
    --accent-teal: #00e5e5;
    --accent-gold: #c5a028;
    --text-white: #ffffff;
    --text-blue: #4d8cff;
    --border-subtle: rgba(255, 255, 255, 0.08);
    --font-heading: 'Anton', sans-serif;
    --font-oswald: 'Oswald', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --font-barlow: 'Barlow', sans-serif;
}

/* Global Reset */
* { box-sizing: border-box; }
body {
    background-color: var(--primary-bg);
    color: var(--text-white);
    font-family: var(--font-body);
    margin: 0;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size: 16px;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
}

.text-center { text-align: center; }

h1, h2, h3, h4 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

h1 { font-family: var(--font-heading); font-size: clamp(40px, 8.5vw, 128px); line-height: 1.1; }
h2 { font-family: var(--font-heading); font-size: clamp(32px, 5.5vw, 76.8px); line-height: 1.1; }

p {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--text-blue);
    margin: 0;
}

a { color: var(--accent-teal); text-decoration: none; transition: 0.3s; }

/* Header */
.site-header {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 35px 0;
    transition: 0.4s;
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    background: rgba(4, 6, 15, 0.98);
    backdrop-filter: blur(10px);
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.top-bar {
    background: #000;
    padding: 14px 0;
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-subtle);
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-weight: 700;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 3.5rem;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}
.nav-menu a { color: #fff; }
.nav-menu .menu-item-cta a { color: var(--accent-teal); }

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    flex-direction: column;
    gap: 6px;
    z-index: 1100;
}
.hamburger-line { display: block; width: 30px; height: 2px; background: #fff; transition: 0.3s; }

/* Sections */
.section { padding: 100px 0 80px; position: relative; }

.section-label {
    font-size: clamp(32px, 5vw, 51.2px);
    line-height: 1.1;
    margin-bottom: 3.5rem;
    position: relative;
    font-family: var(--font-oswald);
    text-transform: uppercase;
}
.section-rule {
    width: 60px;
    height: 4px;
    background: var(--accent-teal);
    margin: -2.5rem 0 3.5rem;
}

/* Hero */
.hero { padding: 180px 0 100px; text-align: center; position: relative; overflow: hidden; }
.hero-video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; opacity: 0.4; }
.video-controls { position: absolute; bottom: 20px; right: 20px; z-index: 100; display: flex; gap: 10px; }
.video-btn { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; padding: 8px 15px; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; cursor: pointer; backdrop-filter: blur(5px); transition: 0.3s; }
.video-btn:hover { background: var(--accent-teal); color: #000; border-color: var(--accent-teal); }
.modal-v-controls { bottom: 10px; right: 10px; }
.hero-eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--text-blue); margin-bottom: 20px; }
.hero-headline { font-size: clamp(40px, 9vw, 128px); line-height: 1.1; margin-bottom: 35px; font-family: var(--font-heading); }
.hero-sub { font-size: 1.45rem; max-width: 900px; margin: 0 auto 45px; opacity: 0.8; font-weight: 300; line-height: 1.6; text-transform: none; letter-spacing: 0; color: #fff; }
.hero-scroll-hint { margin-top: 6rem; opacity: 0.4; text-transform: uppercase; letter-spacing: 0.25em; font-size: 0.8rem; font-weight: 800; color: #fff; }

/* Marquee */
.marquee-section { background-color: #fff; padding: 22px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-block; }
.marquee-content { display: inline-block; font-family: var(--font-heading); font-size: 1.6rem; font-weight: 800; color: #000; animation: marquee 80s linear infinite; text-transform: uppercase; letter-spacing: 0.1em; }

@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Who Section */
.who-section { background-color: var(--secondary-bg); color: #111; padding: 80px 0; }
.who-section .section-label { color: #111; }
.who-text { font-size: 1.25rem; color: #333; text-transform: none; letter-spacing: 0; font-weight: 400; line-height: 1.6; font-family: var(--font-barlow); }

/* Grid Two */
.grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 8.5rem; align-items: start; }

/* Industries / Audience */
.audience-section { background-color: #f0f4ff; padding: 100px 0; color: #111; }
.industry-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 3.5rem; margin-top: 5rem; }
.industry-grid span { font-size: 1.3rem; text-transform: uppercase; font-weight: 800; opacity: 0.2; transition: 0.4s; letter-spacing: 0.1em; color: #000; }
.industry-grid span:hover { opacity: 1; color: var(--accent-teal); }

.clients-label { font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #475569; margin-bottom: 60px; text-align: center; }
.clients-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.client-item { padding: 10px 20px; border: 1px solid rgba(0,0,0,0.05); font-weight: 700; text-transform: uppercase; font-size: 13px; color: #475569; }

/* Services */
.services-section { padding: 100px 0; }
.services-section .section-label { font-family: var(--font-heading); font-size: clamp(32px, 5vw, 51.2px); }

/* Line Grid System */
.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    border-top: 1px solid var(--border-subtle);
    border-left: 1px solid var(--border-subtle);
    margin-top: 60px;
}
.dashboard-card {
    padding: 6rem 5rem;
    border-right: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
    transition: 0.4s ease;
}
.dashboard-card:hover { background: rgba(255,255,255,0.02); }
.card-num { font-family: var(--font-heading); font-size: 1rem; color: var(--accent-teal); margin-bottom: 2.5rem; font-weight: 800; letter-spacing: 0.3em; }
.dashboard-card h3 { font-family: var(--font-oswald); font-size: 1.8rem; margin-bottom: 2rem; line-height: 1.2; }
.dashboard-card p { opacity: 0.6; font-size: 1.1rem; line-height: 1.7; font-weight: 300; text-transform: none; letter-spacing: 0; color: #fff; }

/* Partner Section */
.partner-section { background-color: #f0f4ff; color: #000; padding: 120px 0; }
.partner-section .section-label { font-size: clamp(40px, 6vw, 76.8px); color: #000; font-family: var(--font-heading); }
.partner-section .dashboard-grid { border-color: rgba(0,0,0,0.1); }
.partner-section .dashboard-card { border-color: rgba(0,0,0,0.1); }
.partner-section .card-num { color: #000; }
.partner-section h3 { color: #000; font-family: var(--font-oswald); }
.partner-section p { color: #333; opacity: 0.8; }

/* Foxx / Bio Section */
.foxx-section { background-color: #02040e; padding: 120px 0; color: #fff; }
.foxx-section .section-label { font-size: clamp(40px, 6vw, 76.8px); font-family: var(--font-heading); }
.bio-visual { height: 650px; background-color: #050505; border: 1px solid var(--border-subtle); }
.foxx-quote { font-family: var(--font-oswald); font-weight: 800; color: var(--accent-gold); font-size: 1.8rem; line-height: 1.2; margin-top: 40px; }

/* Proof / Testimonials */
.proof-section { background-color: var(--primary-bg); padding: 120px 0; }
.proof-section h2 { font-size: clamp(40px, 6vw, 76.8px); font-family: var(--font-heading); }
.proof-tagline { color: var(--accent-gold); font-size: 1rem; letter-spacing: 0.2em; font-family: var(--font-oswald); margin-top: 20px; }

/* Buttons */
.btn {
    display: inline-block;
    padding: 1.5rem 3.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    cursor: pointer;
    font-size: 0.85rem;
    transition: 0.4s;
    border: none;
    border-radius: 0;
}
.btn-teal { background: var(--accent-teal); color: #000; }
.btn-teal:hover { background: #fff; transform: translateY(-5px); }

.btn-outline {
    border: 1px solid var(--accent-teal);
    color: var(--accent-teal);
    background: transparent;
}
.btn-outline:hover {
    background: var(--accent-teal);
    color: #000;
}

/* Modal UI */
.modal { display: none; position: fixed; z-index: 10001; left: 0; top: 0; width: 100%; height: 100%; overflow-y: auto; }
.modal-backdrop { display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); backdrop-filter: blur(15px); }
.modal-content { background: #fff; color: #000; margin: 40px auto; width: 92%; max-width: 1000px; border: 1px solid #ddd; position: relative; padding: 0; z-index: 10002; }
.close-modal { position: absolute; right: 25px; top: 15px; font-size: 40px; color: #000; cursor: pointer; z-index: 10; opacity: 0.4; }

.modal-header-clean { padding: 80px 40px 40px; border-bottom: 1px solid #eee; text-align: center; }
.modal-main-title { font-size: 2.5rem; font-weight: 900; color: #000; text-transform: uppercase; font-family: var(--font-heading); margin-bottom: 15px; }
.modal-subtitle { font-size: 1.1rem; opacity: 0.6; font-weight: 400; text-transform: none; letter-spacing: 0; color: #000; }

.modal-container-narrow { max-width: 800px; margin: 0 auto; padding: 0 20px; }
.modal-form-area-centered { padding: 60px 0; border-bottom: 1px solid #eee; }
.modal-info-area-stacked { padding: 80px 0; }

.modal-section-title { font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; color: #000; text-transform: uppercase; font-family: var(--font-heading); line-height: 1.2; }
.modal-section-desc { font-size: 1.1rem; color: #333; margin-bottom: 35px; text-transform: none; letter-spacing: 0; font-weight: 400; line-height: 1.6; }

.modal-benefit-list { list-style: none; padding: 0; }
.modal-benefit-list li { padding: 15px 0; border-bottom: 1px solid #eee; font-size: 1rem; position: relative; padding-left: 35px; color: #333; text-transform: none; letter-spacing: 0; font-weight: 400; line-height: 1.4; }
.modal-benefit-list li::before { content: '✓'; position: absolute; left: 0; color: var(--accent-blue); font-weight: 900; }

/* WHO CARDS / FOR GRID */
.who-card { background: #f9f9f9; padding: 35px; border: 1px solid #eee; margin-bottom: 20px; }
.who-icon { display: block; font-size: 2rem; color: var(--accent-blue); margin-bottom: 20px; }
.who-title { font-weight: 800; color: #000; font-size: 1.2rem; text-transform: uppercase; font-family: var(--font-oswald); margin-bottom: 10px; }
.who-desc { font-size: 1rem; color: #333; font-weight: 300; line-height: 1.5; }

/* CONTRAST / COMPARISON */
.contrast-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #eee; }
.contrast-cell { padding: 30px; border-bottom: 1px solid #eee; border-right: 1px solid #eee; font-size: 1rem; color: #555; }
.contrast-cell.is-this { background: rgba(77, 140, 255, 0.05); color: #000; }
.contrast-label { display: block; font-weight: 900; text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.8rem; margin-bottom: 15px; }
.label-typical { color: #999; }
.label-this { color: var(--accent-blue); }

/* COST LIST */
.cost-list { padding-left: 30px; margin-top: 40px; color: #333; font-size: 1.1rem; line-height: 1.6; }
.cost-list li { margin-bottom: 20px; font-weight: 400; }

/* FAQ */
.faq-grid { margin-top: 50px; }
.faq-item { margin-bottom: 35px; border-bottom: 1px solid #eee; padding-bottom: 35px; }
.faq-q { font-weight: 900; font-size: 1.1rem; color: #000; margin-bottom: 15px; text-transform: uppercase; font-family: var(--font-oswald); }
.faq-a { font-size: 1rem; color: #555; line-height: 1.8; text-transform: none; letter-spacing: 0; font-weight: 400; }

/* Footer */
.site-footer { border-top: 1px solid var(--border-subtle); padding-top: 140px; padding-bottom: 70px; background: #000; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 7rem; margin-bottom: 120px; }
.footer-col h4 { font-size: 0.9rem; margin-bottom: 2.5rem; letter-spacing: 0.2em; opacity: 0.9; color: #fff; }
.footer-nav { list-style: none; padding: 0; opacity: 0.5; font-size: 0.95rem; line-height: 2.4; }
.footer-nav a { color: #fff; text-decoration: none; }
.footer-nav a:hover { color: var(--accent-teal); opacity: 1; }

/* Contact Form 7 */
.wpcf7 input:not([type="submit"]), .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 1.5rem;
    color: #000;
    font-family: var(--font-body);
    font-size: 1.1rem;
    border-radius: 0;
    transition: 0.4s;
    margin-bottom: 1.8rem;
}
.wpcf7 .wpcf7-submit {
    width: 100%;
    background: var(--accent-teal);
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    padding: 1.8rem;
    border: none;
    cursor: pointer;
    transition: 0.4s;
    letter-spacing: 0.3em;
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .menu-toggle { display: flex; }
    .menu-container {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #000;
        transition: 0.4s;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1050;
    }
    .menu-container.is-open { right: 0; }
    .nav-menu { flex-direction: column; text-align: center; font-size: 1.5rem; }

    h1 { font-size: 48px; }
    h2 { font-size: 32px; }
    .section-label { font-size: 40px; }
    .grid-two { grid-template-columns: 1fr; gap: 4rem; }
    .dashboard-grid { grid-template-columns: 1fr; }
    .contrast-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .container { padding: 0 24px; }
    .section { padding: 60px 0; }
    .modal-header-clean { padding: 60px 20px 30px; }
    .modal-main-title { font-size: 1.8rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .dashboard-card { padding: 4rem 2rem; }
}