/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2d3748;
    background: linear-gradient(135deg, #fef5f7 0%, #ffffff 50%, #fef5f7 100%);
    min-height: 100vh;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

/* Typography */
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1.5rem;
    text-align: center;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
}

p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #4a5568;
}

.highlight {
    color: #e91e8c;
    font-weight: 600;
}

.highlight-bold {
    color: #e91e8c;
    font-weight: 700;
}

/* Hero Profile Section */
.hero-profile {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #fef5f7 0%, #ffffff 100%);
}

.profile-image-wrapper {
    width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 20px 60px rgba(0, 0, 0, 0.1);
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-name {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.profile-title {
    font-size: 1.125rem;
    color: #718096;
    margin-bottom: 3rem;
}

.main-headline {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.gradient-text {
    background: linear-gradient(180deg, #e8a5c2 0%, #6b7280 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.sub-headline {
    font-size: 2rem;
    color: #2d3748;
    font-weight: 700;
    margin-bottom: 2rem;
}

.hero-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.8;
}

/* Problem Cards */
.problem-cards {
    padding: 3rem 2rem;
    background: #ffffff;
}

.card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.emoji {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.card h3 {
    font-size: 1.5rem;
    color: #2d3748;
    margin-bottom: 1rem;
}

.card p {
    color: #4a5568;
    line-height: 1.7;
}

/* Solution Section */
.solution-section {
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #fef5f7 0%, #ffffff 100%);
    text-align: center;
}

.solution-intro {
    font-size: 1.5rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Ocean Guardian Intro */
.ocean-intro {
    padding: 3rem 2rem;
    background: #ffffff;
}

.ocean-image {
    max-width: 500px;
    margin: 2rem auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ocean-image img {
    width: 100%;
    height: auto;
    display: block;
}

.product-title {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.product-box {
    max-width: 500px;
    margin: 0 auto 3rem;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.product-box img {
    width: 100%;
    height: auto;
    display: block;
}

.fantasy-artwork {
    max-width: 600px;
    margin: 3rem auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.fantasy-artwork img {
    width: 100%;
    height: auto;
    display: block;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.benefits-list li {
    padding: 0.75rem 0;
    font-size: 1.125rem;
    color: #4a5568;
}

.prompt-info {
    background: #f7fafc;
    padding: 1.5rem;
    border-radius: 15px;
    margin: 2rem 0;
}

.special-box {
    background: linear-gradient(135deg, #fef5f7 0%, #ffffff 100%);
    border: 2px solid #e91e8c;
    border-radius: 20px;
    padding: 1.5rem;
    margin: 2rem 0;
}

/* How It Works */
.how-it-works {
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #fef5f7 0%, #ffffff 100%);
}

.ocean-guardian-big {
    max-width: 600px;
    margin: 2rem auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ocean-guardian-big img {
    width: 100%;
    height: auto;
    display: block;
}

.step-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.step-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.step-title {
    color: #e91e8c;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.info-box {
    background: #e6f7ff;
    border: 1px solid #91d5ff;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
}

/* Examples */
.examples {
    padding: 3rem 2rem;
    background: #ffffff;
}

.examples-subtitle {
    text-align: center;
    color: #718096;
    margin-bottom: 2rem;
}

.example-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.example-niche {
    color: #e91e8c;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0;
}

.example-description {
    color: #4a5568;
    margin: 1rem 0;
}

.ocean-score {
    font-weight: 600;
    color: #2d3748;
}

.score {
    color: #e91e8c;
    font-size: 1.25rem;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #ffc0d3 0%, #d4d4d4 100%);
    border: none;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 192, 211, 0.3);
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 192, 211, 0.4);
}

/* Pricing Section */
.pricing {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #fef5f7 0%, #ffffff 100%);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card.featured {
    border: 3px solid #e91e8c;
}

.pricing-badge {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.price {
    font-size: 3rem;
    font-weight: 700;
    color: #e91e8c;
    margin: 1rem 0;
}

.pricing-note {
    font-size: 0.9rem;
    color: #718096;
    margin-bottom: 1.5rem;
    min-height: 40px;
}

.features-list {
    list-style: none;
    text-align: left;
    margin: 1.5rem 0;
    padding: 0;
}

.features-list li {
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #4a5568;
}

/* FAQ */
.faq {
    padding: 3rem 2rem;
    background: #ffffff;
}

.faq-item {
    background: #ffffff;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.faq-item summary {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3748;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item p {
    margin-top: 1rem;
    color: #4a5568;
    line-height: 1.7;
}

/* Contact Section */
.contact {
    padding: 4rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, #fef5f7 0%, #ffffff 100%);
}

.contact a {
    color: #e91e8c;
    text-decoration: none;
    font-weight: 600;
}

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

/* Footer */
footer {
    background: #2d3748;
    color: #ffffff;
    padding: 2rem;
    text-align: center;
}

.footer-links {
    margin-bottom: 1rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 1rem;
    font-size: 0.9rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

footer p {
    color: #cbd5e0;
    font-size: 0.9rem;
}

/* Legal Pages */
.legal-page {
    padding: 4rem 2rem;
    background: #ffffff;
}

.legal-page h1 {
    color: #2d3748;
    margin-bottom: 2rem;
}

.legal-page h2 {
    color: #e91e8c;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-align: left;
}

.legal-page h3 {
    color: #2d3748;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.legal-page h4 {
    color: #4a5568;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.legal-page p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.legal-page ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.legal-page li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

.legal-page a {
    color: #e91e8c;
    text-decoration: none;
}

.legal-page a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .main-headline {
        font-size: 2rem;
    }

    .sub-headline {
        font-size: 1.5rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .profile-image-wrapper {
        width: 150px;
        height: 150px;
    }

    .container {
        padding: 1rem;
    }
}


/* What You Get Section */
.what-you-get {
    background: linear-gradient(135deg, #f5f7fa 0%, #fff 100%);
    padding: 80px 20px;
}

.what-you-get h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #e8a5c2 0%, #6b7280 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-intro {
    text-align: center;
    font-size: 1.2em;
    color: #555;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.output-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.output-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(233, 30, 140, 0.2);
}

.output-icon {
    font-size: 3em;
    margin-bottom: 15px;
}

.output-card h3 {
    color: #e91e8c;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.output-card p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
}
