/* ===================================
   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;
}

/* ============ LANGUAGE SWITCHER - TOP RIGHT ============ */
.language-switcher {
    position: fixed;
    top: 30px;
    right: 40px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-link {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    color: var(--white);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.lang-link:hover {
    background: rgba(79, 169, 166, 0.25);
    border-color: var(--teal);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 169, 166, 0.3);
}

.lang-link:active {
    transform: translateY(0);
}

.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;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.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;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    padding: 3vh 2rem;
}

.logo-hero {
    width: clamp(120px, 12vw, 160px);
    height: auto;
    margin-bottom: 2vh;
    filter: brightness(0) invert(1);
}

.hero-title-twolines {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 90%;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
    margin: 0 0 2vh 0;
}

.hero-video-player {
    margin: 1.5vh auto 2vh auto;
    position: relative;
    z-index: 10;
    width: 95%;
    max-width: 1200px;
}

.hero-video-player iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    max-height: 50vh;
    border-radius: 32px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.9), 0 0 0 1px rgba(255,255,255,0.1);
}

.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 2px 8px rgba(0,0,0,1), 0 8px 40px 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: 8rem;
    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: 1.5in 1in;
}

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

/* ============ PROBLEM/SOLUTION - POWERFUL & DRAMATIC ============ */
.split-section-apple {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 6vh 3vw !important;
    margin: 0;
    background: var(--black);
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.split-half {
    flex: 1;
    max-width: 550px;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    border-radius: 32px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    min-height: 500px;
}

.split-half:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.problem-half {
    background: linear-gradient(135deg, #8B0000 0%, #660000 100%);
    color: var(--white);
    position: relative;
}

.problem-half:hover {
    border-color: rgba(211, 47, 47, 0.5);
    box-shadow: 0 30px 60px rgba(211, 47, 47, 0.3);
}

.solution-half {
    background: linear-gradient(135deg, #2E8B88 0%, #1a5a58 100%);
    color: var(--white);
    position: relative;
}

.solution-half:hover {
    border-color: rgba(79, 169, 166, 0.5);
    box-shadow: 0 30px 60px rgba(79, 169, 166, 0.3);
}

.split-content {
    width: 100%;
}

.split-content h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}

.split-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.split-item {
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 500;
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    opacity: 0.95;
}

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

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

.product-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(10,10,10,0.3) 50%, rgba(10,10,10,0.6) 100%);
    pointer-events: none;
    z-index: 5;
}

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

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

.product-stat {
    text-align: center;
    background: rgba(255,255,255,0.95);
    padding: 0.5in 0.7in;
    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.5in;
}

.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%);
    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: 2.5rem;
    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.7in;
    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.85rem;
    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;
}

@media (max-width: 1200px) {
    .diff-grid-full {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5in;
    }
}

.diff-card {
    background: rgba(255,255,255,0.05);
    padding: 0.7in 0.5in;
    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.25in;
}

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

.audience-img {
    width: 100%;
    height: 3in;
    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);
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.typeform-container {
    width: 100%;
    max-width: 800px;
    padding: 4vh 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.typeform-container h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 2vh;
}

.typeform-intro {
    text-align: center;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    opacity: 0.7;
    margin-bottom: 4vh;
}

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

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

.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 20px;
}

.leaf {
    font-size: clamp(1.2rem, 2vh, 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: clamp(0.75rem, 1vw, 0.85rem);
    font-weight: 600;
    color: var(--teal);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5vh;
}

.question-text {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    font-weight: 700;
    margin-bottom: 3vh;
    line-height: 1.3;
}

.question-subtext {
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    opacity: 0.7;
    margin-bottom: 3vh;
}

.typeform-options {
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
}

.typeform-option {
    background: var(--cream);
    border: 2px solid transparent;
    padding: clamp(12px, 1.5vh, 18px) clamp(20px, 2vw, 30px);
    border-radius: 12px;
    font-size: clamp(0.9rem, 1.1vw, 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: 2vh;
}

.typeform-input {
    padding: clamp(12px, 1.5vh, 16px) clamp(16px, 2vw, 24px);
    border: 2px solid var(--cream);
    border-radius: 12px;
    font-size: clamp(0.9rem, 1.1vw, 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: 2vh;
    padding: clamp(12px, 1.5vh, 18px) clamp(30px, 4vw, 40px);
    background: var(--teal);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-size: clamp(1rem, 1.2vw, 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.8;
}

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

/* ============================================
   100 BOTTLES SECTION STYLES
   ============================================ */

/* 100 Bottles Section */
.hundred-bottles-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 80px 40px 100px 40px;
    min-height: auto;
    height: auto;
    scroll-snap-align: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hundred-content {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.hundred-title {
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 30px 0;
    line-height: 1.2;
}

.hundred-subtitle {
    font-size: 1.5rem;
    color: #a0a0a0;
    margin: 0 0 100px 0;
}

/* Bottles Comparison Visual */
.bottles-comparison {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.concentrate-visual,
.spray-visual {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}

.concentrate-bottle {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    border-radius: 30px;
    padding: 60px;
    margin-bottom: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.concentrate-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.equals-sign {
    font-size: 6rem;
    font-weight: 900;
    color: var(--teal);
    text-shadow: 0 0 40px rgba(77, 184, 168, 0.5);
}

.spray-grid {
    background: linear-gradient(135deg, #1a3a3a 0%, #0a2a2a 100%);
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(77, 184, 168, 0.2);
}

.spray-bottle-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.spray-row {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.spray-icon {
    font-size: 2rem;
    opacity: 0.9;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 0.9;
        transform: scale(1);
    }
}

.visual-label {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
}

.visual-price {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--teal);
    margin: 0;
}

.visual-price-compare {
    font-size: 1.3rem;
    color: #ff6b6b;
    text-decoration: line-through;
    margin: 0;
}

/* Savings Breakdown */
.savings-breakdown {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    border-radius: 40px;
    padding: 80px 60px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.savings-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 60px 0;
}

.savings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
}

.savings-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    border-radius: 24px;
    padding: 60px 50px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.savings-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(77, 184, 168, 0.3);
    border-color: rgba(77, 184, 168, 0.5);
}

.savings-card.highlight {
    background: linear-gradient(135deg, #1a3a3a 0%, #0a2a2a 100%);
    border: 3px solid var(--teal);
    box-shadow: 0 0 40px rgba(77, 184, 168, 0.3);
}

.savings-card.highlight .savings-number {
    color: var(--teal);
    font-size: 4rem;
}

.savings-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 1;
}

.savings-label {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
}

.savings-detail {
    font-size: 1rem;
    color: #a0a0a0;
    margin: 0;
}

/* Extra Benefits */
.extra-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: rgba(77, 184, 168, 0.1);
    border-color: rgba(77, 184, 168, 0.3);
}

.benefit-icon {
    font-size: 3.5rem;
    flex-shrink: 0;
}

.benefit-text h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
}

.benefit-text p {
    font-size: 1.1rem;
    color: #a0a0a0;
    margin: 0;
    line-height: 1.5;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hundred-title {
        font-size: 2.5rem;
    }

    .hundred-subtitle {
        font-size: 1.2rem;
        margin-bottom: 50px;
    }

    .bottles-comparison {
        gap: 40px;
        margin-bottom: 60px;
    }

    .equals-sign {
        font-size: 4rem;
        transform: rotate(90deg);
    }

    .concentrate-bottle {
        padding: 40px;
    }

    .spray-icon {
        font-size: 1.5rem;
    }

    .spray-row {
        gap: 5px;
    }

    .savings-breakdown {
        padding: 50px 30px;
    }

    .savings-title {
        font-size: 2rem;
    }

    .savings-grid {
        gap: 30px;
        margin-bottom: 50px;
    }

    .savings-card {
        padding: 40px 30px;
    }

    .extra-benefits {
        gap: 30px;
    }

    .benefit-item {
        padding: 25px;
    }
}

.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);
}

/* ============ MOBILE RESPONSIVE BREAKPOINTS ============ */
@media (max-width: 900px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5in;
    }
    
    .audience-grid-images {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4in;
    }
}

@media (max-width: 768px) {
    .hero-video-player iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        max-width: 95%;
    }
    
    .hero-title-twolines {
        font-size: 2.5rem;
    }
    
    .split-section-apple {
        grid-template-columns: 1fr;
    }
    
    .how-section-split {
        flex-direction: column;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        gap: 0.5in;
    }
    
    .audience-grid-images {
        grid-template-columns: 1fr;
    }
    
    .audience-img {
        height: 4in;
    }
}

/* ============ CTA BUTTONS ============ */
.cta-big {
    display: inline-block;
    background: var(--teal);
    color: var(--white);
    padding: clamp(12px, 1.5vh, 18px) clamp(30px, 4vw, 50px);
    font-size: clamp(0.95rem, 1.2vw, 1.15rem);
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 2.5vh;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(79, 169, 166, 0.4);
    position: relative;
    z-index: 10;
}

.cta-big:hover {
    background: var(--teal-light);
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(79, 169, 166, 0.6);
}

.hero-cta-subtext {
    color: var(--white);
    font-size: clamp(0.85rem, 1vw, 0.95rem);
    margin-top: 1vh;
    opacity: 0.9;
    position: relative;
    z-index: 10;
}

.cta-button-primary,
.cta-button-secondary,
.cta-button-large {
    display: inline-block;
    padding: 18px 45px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
}

.cta-button-primary {
    background: var(--teal);
    color: var(--white);
    box-shadow: 0 4px 20px rgba(79, 169, 166, 0.4);
}

.cta-button-primary:hover {
    background: var(--teal-light);
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(79, 169, 166, 0.6);
}

.cta-button-secondary {
    background: var(--charcoal);
    color: var(--white);
    border: 2px solid var(--teal);
}

.cta-button-secondary:hover {
    background: var(--teal);
    transform: translateY(-2px);
}

.cta-button-large {
    background: var(--teal);
    color: var(--white);
    padding: 20px 60px;
    font-size: 1.3rem;
    box-shadow: 0 6px 25px rgba(79, 169, 166, 0.5);
}

.cta-button-large:hover {
    background: var(--teal-light);
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(79, 169, 166, 0.7);
}

.cta-subtext {
    color: var(--gray);
    font-size: 0.95rem;
    margin-top: 15px;
}

/* ============ CTA BOX (AFTER 100 BOTTLES) ============ */
.hundred-cta-box {
    background: linear-gradient(135deg, rgba(79, 169, 166, 0.1) 0%, rgba(46, 139, 136, 0.1) 100%);
    border: 2px solid var(--teal);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    margin-top: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cta-box-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 15px;
    line-height: 1.2;
}

.cta-box-subtitle {
    font-size: 1.2rem;
    color: var(--gray);
    margin-bottom: 30px;
}

.cta-box-note {
    color: var(--teal);
    font-size: 0.95rem;
    margin-top: 20px;
    font-weight: 500;
}

/* ============ TESTIMONIALS SECTION ============ */
.testimonials-section {
    background: var(--white);
    color: var(--charcoal);
}

.testimonials-container {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.testimonials-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--charcoal);
}

.testimonials-subtitle {
    font-size: 1.3rem;
    color: var(--gray);
    margin-bottom: 60px;
}

/* Trust Badges */
.trust-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 80px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.trust-badge {
    background: rgba(79, 169, 166, 0.05);
    padding: 30px 20px;
    border-radius: 12px;
    border: 2px solid var(--teal);
}

.badge-stat {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--teal);
    margin-bottom: 10px;
}

.badge-label {
    font-size: 0.95rem;
    color: var(--gray);
    font-weight: 600;
}

/* Testimonial Cards */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.testimonial-card {
    background: var(--cream);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: left;
    border: 1px solid rgba(79, 169, 166, 0.2);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    border-color: var(--teal);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.testimonial-stars {
    color: var(--teal);
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--charcoal);
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author {
    border-top: 2px solid rgba(79, 169, 166, 0.2);
    padding-top: 20px;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--charcoal);
    margin-bottom: 5px;
}

.author-title {
    font-size: 0.95rem;
    color: var(--gray);
    margin-bottom: 3px;
}

.author-company {
    font-size: 0.9rem;
    color: var(--teal);
    font-weight: 600;
}

.testimonials-cta {
    margin-top: 50px;
}

/* ============ FAQ SECTION ============ */
.faq-section {
    background: var(--charcoal);
}

.faq-container {
    max-width: 1000px;
    width: 100%;
}

.faq-title {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
}

.faq-subtitle {
    font-size: 1.2rem;
    color: var(--gray);
    text-align: center;
    margin-bottom: 60px;
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(79, 169, 166, 0.3);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--teal);
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 25px 30px;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: var(--teal);
}

.faq-icon {
    font-size: 1.5rem;
    color: var(--teal);
    font-weight: 700;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 30px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 30px 25px 30px;
}

.faq-answer p {
    color: var(--gray);
    font-size: 1.05rem;
    line-height: 1.7;
}

.faq-cta {
    text-align: center;
    margin-top: 60px;
}

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