/* ===================================
   ECOLOSOPHY V9 - FINAL FIXES
   Centered text, Apple split, iPhone mockup, Top stats, Form collection
   =================================== */

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

@page {
    size: 8.5in 11in;
    margin: 0;
}

:root {
    --teal: #4FA9A6;
    --teal-dark: #2E8B88;
    --teal-light: #7DC5C2;
    --black: #000000;
    --charcoal: #1d1d1f;
    --gray: #86868b;
    --white: #FFFFFF;
    --red: #D32F2F;
    --cream: #f5f5f7;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--white);
    background: var(--black);
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}

.full-section {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    position: relative;
    page-break-after: always;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

/* ============ HERO - CENTERED LOGO & 2-LINE TITLE ============ */
.hero-section {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: var(--white);
    position: relative;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}

.hero-content-centered {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo-hero {
    width: 160px;
    height: auto;
    margin-bottom: 0.8in;
    filter: brightness(0) invert(1);
}

.hero-title-twolines {
    font-size: 3.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.15;
    letter-spacing: -0.03em;
    max-width: 8in;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
    margin: 0 0 0.6in 0;
}

.hero-video-player {
    margin: 0.6in auto 0.3in auto;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.hero-video-player iframe {
    display: block;
    margin: 0 auto;
    width: 1000px;
    height: 562px;
    max-width: 85%;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.7);
    overflow: hidden;
}

.hero-video-cta {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--teal-light);
    text-align: center;
    margin-top: 0.3in;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
    opacity: 0.95;
    cursor: pointer;
}

/* ============ CRISIS with CHEMICAL LAB BACKGROUND ============ */
.crisis-section {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.crisis-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(139,0,0,0.85);
    z-index: 1;
}

.crisis-content {
    text-align: center;
    position: relative;
    z-index: 10;
}

.crisis-number {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0.3in;
}

.crisis-statement {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.4in;
}

.crisis-subtext {
    font-size: 1.5rem;
    font-weight: 400;
    opacity: 0.9;
}

/* ============ FULL-BLEED IMAGE SECTIONS - CENTERED TEXT ============ */
.image-fullbleed {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.image-text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 90%;
    max-width: 8in;
}

.image-text-elegant {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--white);
    text-shadow: 0 6px 30px rgba(0,0,0,0.95);
    letter-spacing: -0.02em;
    margin-bottom: 0.3in;
}

.image-subtext {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--white);
    text-shadow: 0 4px 20px rgba(0,0,0,0.9);
    opacity: 0.95;
}

.stat-massive {
    font-size: 7rem;
    font-weight: 900;
    line-height: 1;
    color: var(--white);
    text-shadow: 0 6px 40px rgba(0,0,0,0.95);
    margin-bottom: 0.2in;
}

.stat-sub {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--white);
    text-shadow: 0 4px 20px rgba(0,0,0,0.9);
}

/* ============ WE BELIEVE - 2 LINES ONLY ============ */
.believe-section {
    background: var(--charcoal);
}

.believe-content {
    text-align: center;
    max-width: 7in;
    padding: 0 1in;
}

.believe-lead-twolines {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

/* ============ PROBLEM/SOLUTION - POWERFUL & DRAMATIC ============ */
.split-section-apple {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0 !important;
    margin: 0;
    background: var(--black);
    width: 100vw;
    height: 100vh;
}

.split-half {
    padding: 2in 1.5in;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.problem-half {
    background: var(--red);
    color: var(--white);
    position: relative;
}

.solution-half {
    background: var(--teal-dark);
    color: var(--white);
    position: relative;
}

.split-content {
    max-width: 3.5in;
}

.split-content h2 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 0.8in;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.split-list {
    display: flex;
    flex-direction: column;
    gap: 0.35in;
}

.split-item {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    padding-left: 0.5in;
    position: relative;
    opacity: 0.95;
}

.split-item:before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--white);
    font-size: 2rem;
    font-weight: 700;
}

/* ============ PRODUCT SECTION - ORIGINAL LAYOUT ============ */
.product-section {
    background: var(--white);
    padding: 0;
    position: relative;
}

.full-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.product-stats {
    position: absolute;
    bottom: 0.8in;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 1in;
    z-index: 10;
}

.product-stat {
    text-align: center;
    background: rgba(255,255,255,0.95);
    padding: 0.4in 0.6in;
    border-radius: 12px;
    color: var(--charcoal);
}

.stat-num {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--teal);
}

.stat-lab {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.1in;
}

/* ============ HOW IT WORKS - SPLIT WITH REAL iPHONE ============ */
.how-section-split {
    flex-direction: row;
    gap: 0;
    padding: 0;
    background: var(--charcoal);
}

.how-left {
    flex: 1;
    padding: 1in 1in 1in 1.2in;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.how-left h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0.7in;
    letter-spacing: -0.02em;
}

.how-steps-vertical {
    display: flex;
    flex-direction: column;
    gap: 0.4in;
}

.how-step {
    display: flex;
    align-items: flex-start;
    gap: 0.3in;
}

.step-number {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: var(--teal);
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.08in;
}

.step-content p {
    font-size: 0.95rem;
    opacity: 0.8;
    line-height: 1.4;
}

.how-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1in;
}

/* ============ REAL iPhone MOCKUP ============ */
.real-iphone {
    width: 340px;
    height: 690px;
    background: #1d1d1f;
    border-radius: 52px;
    padding: 12px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6),
                0 0 0 1px rgba(255,255,255,0.1) inset;
    position: relative;
    border: 12px solid #1d1d1f;
}

.iphone-notch {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);\n    width: 150px;
    height: 32px;
    background: #000;
    border-radius: 0 0 20px 20px;
    z-index: 100;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.05);
}

.real-iphone .iphone-video {
    width: 100%;
    height: 100%;
    border-radius: 42px;
    overflow: hidden;
}

/* ============ MISSION with ECO OCEAN BACKGROUND ============ */
.mission-section-eco {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: var(--white);
    position: relative;
}

.mission-eco-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.mission-content-eco {
    text-align: center;
    max-width: 6in;
    position: relative;
    z-index: 10;
}

.mission-text-eco {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.6in;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
}

.mission-signature-eco {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--teal-light);
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

/* ============ TEAM ============ */
.team-section {
    background: var(--cream);
    color: var(--charcoal);
}

.team-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.8in;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5in;
    max-width: 8in;
}

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

.member-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--gray);
    background-size: cover;
    background-position: center;
    margin: 0 auto 0.2in;
    border: 3px solid var(--teal);
}

.team-member h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.05in;
}

.member-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--teal);
    margin: 0 0 0.02in 0;
    line-height: 1.3;
}

.member-story {
    font-size: 0.8rem;
    opacity: 0.75;
    line-height: 1.4;
    margin-top: 0.12in;
}

/* ============ DIFFERENTIATION ============ */
.diff-section {
    background: var(--charcoal);
}

.diff-content {
    text-align: center;
    max-width: 9in;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.diff-statement {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.8in;
}

.diff-grid-full {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6in;
    width: 100%;
    max-width: 8in;
}

.diff-card {
    background: rgba(255,255,255,0.05);
    padding: 0.6in 0.4in;
    border-radius: 12px;
    border: 2px solid var(--teal);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.diff-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--teal);
    margin-bottom: 0.15in;
}

.diff-card p {
    font-size: 0.95rem;
    opacity: 0.85;
    line-height: 1.4;
}

/* ============ AUDIENCE WITH TEXT ABOVE IMAGES ============ */
.audience-section-images {
    background: var(--white);
    color: var(--charcoal);
}

.audience-section-images h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.8in;
}

.audience-grid-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5in;
    max-width: 8in;
}

.audience-item {
    display: flex;
    flex-direction: column;
    gap: 0.15in;
}

.audience-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--charcoal);
    margin: 0;
    text-align: center;
}

.audience-img {
    width: 100%;
    height: 2.5in;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* ============ TYPEFORM QUIZ with FORM COLLECTION ============ */
.quiz-section-typeform {
    background: var(--white);
    color: var(--charcoal);
}

.typeform-container {
    width: 100%;
    max-width: 6in;
}

.typeform-container h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.2in;
}

.typeform-intro {
    text-align: center;
    font-size: 1.1rem;
    opacity: 0.7;
    margin-bottom: 0.5in;
}

/* NATURE PROGRESS BAR */
.progress-bar-nature {
    width: 100%;
    margin-bottom: 0.8in;
    position: relative;
}

.progress-track {
    width: 100%;
    height: 8px;
    background: var(--cream);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0.25in;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--teal-light) 0%, var(--teal) 100%);
    width: 0%;
    transition: width 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.progress-leaves {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.leaf {
    font-size: 1.5rem;
    opacity: 0.3;
    transform: scale(0.8);
    transition: all 0.5s ease;
    filter: grayscale(100%);
}

.leaf.grown {
    opacity: 1;
    transform: scale(1.2);
    filter: grayscale(0%);
}

/* TYPEFORM QUESTIONS */
.typeform-question {
    display: none;
}

.typeform-question.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.question-number {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--teal);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.2in;
}

.question-text {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.3in;
    line-height: 1.3;
}

.question-subtext {
    font-size: 1rem;
    opacity: 0.7;
    margin-bottom: 0.4in;
}

.typeform-options {
    display: flex;
    flex-direction: column;
    gap: 0.2in;
}

.typeform-option {
    background: var(--cream);
    border: 2px solid transparent;
    padding: 0.3in 0.4in;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Inter', sans-serif;
    color: var(--charcoal);
}

.typeform-option:hover {
    border-color: var(--teal);
    background: var(--white);
    transform: translateX(8px);
}

/* TYPEFORM FORM */
.typeform-form {
    display: flex;
    flex-direction: column;
    gap: 0.25in;
}

.typeform-input {
    padding: 0.25in 0.3in;
    border: 2px solid var(--cream);
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    background: var(--cream);
    color: var(--charcoal);
    transition: all 0.2s ease;
}

.typeform-input:focus {
    outline: none;
    border-color: var(--teal);
    background: var(--white);
}

.typeform-input::placeholder {
    color: var(--gray);
}

.typeform-submit {
    margin-top: 0.2in;
    padding: 0.3in 0.5in;
    background: var(--teal);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
}

.typeform-submit:hover {
    background: var(--teal-dark);
    transform: translateY(-2px);
}

/* FINAL SCREEN */
.typeform-final {
    display: none;
    text-align: center;
}

.typeform-final.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.final-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--teal);
    color: var(--white);
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.4in;
}

.typeform-final h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.3in;
}

.final-email {
    font-size: 1.5rem;
    color: var(--teal);
    margin-bottom: 0.3in;
}

.final-text-sm {
    font-size: 1rem;
    opacity: 0.6;
}

/* ============ CLOSE ============ */
.close-section {
    background: var(--charcoal);
}

.close-statement {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.6in;
}

.close-contact {
    text-align: center;
    margin-bottom: 0.4in;
}

.close-contact p {
    font-size: 1.1rem;
    margin-bottom: 0.15in;
}

.close-note {
    text-align: center;
    font-size: 1rem;
    opacity: 0.7;
    margin-bottom: 0.5in;
}

.footer-logo {
    width: 100px;
    height: auto;
    opacity: 0.6;
}

.footer-links {
    margin-top: 0.6in;
    text-align: center;
}

.investor-link {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: var(--teal);
    color: var(--white);
    text-decoration: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    transition: background 0.2s, transform 0.2s;
}

.investor-link:hover {
    background: var(--teal-light);
    transform: translateY(-2px);
}

/* ============ PRINT OPTIMIZATION ============ */
@media print {
    .full-section {
        page-break-inside: avoid;
    }
    
    .iphone-video {
        display: block;
    }
}
