/* BARKLETIC LANDING PAGE STYLES - EXACT MATCH */

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

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #000000;
    overflow-x: hidden;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3 {
    font-weight: 700;
    line-height: 1.2;
}

/* Navigation */
.navbar {
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #eee;
    padding: 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.brand-logo {
    height: 40px;
    width: auto;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #F2060A;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background: #333333;
    margin: 3px 0;
    transition: 0.3s;
}

/* CTA Buttons */
.cta-button {
    background: #F2060A;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cta-button:hover {
    background: #d10509;
    transform: translateY(-1px);
}

.cta-price {
    font-weight: 700;
    margin-left: 0.5rem;
    opacity: 0.9;
}

.cta-button.large {
    padding: 16px 32px;
    font-size: 1.1rem;
}

.cta-button.xl {
    padding: 20px 40px;
    font-size: 1.2rem;
}

.cta-button.secondary {
    background: #333333;
}

.cta-button.secondary:hover {
    background: #555555;
}

.cta-button.final-cta {
    background: #EEED32;
    color: #000000;
    border: 2px solid #EEED32;
    font-weight: 700;
}

.cta-button.final-cta:hover {
    background: #e6e428;
    border-color: #e6e428;
    color: #000000;
    transform: translateY(-2px);
}

.amazon-trust {
    margin-top: 0.75rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

.amazon-trust-left {
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

.amazon-trust small {
    color: #666;
    font-size: 0.85rem;
    font-weight: 500;
}

.amazon-logo {
    height: 16px;
    width: auto;
    opacity: 0.8;
}

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

.final-cta-text .cta-button {
    display: inline-block;
}

/* Hero Section */
.hero-section {
    background: white;
    padding: 120px 0 120px;
    min-height: 100vh;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-headline {
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero-subhead {
    font-size: 1.2rem;
    color: #333333;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.hero-problems {
    margin: 2rem 0;
}

.problem-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.4;
}

.problem-bullet {
    color: #F2060A;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.hero-cta-section {
    margin-top: 2.5rem;
}

.cta-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.amazon-trust-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0 12px;
}

.geo-detection {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #666666;
    font-style: italic;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.hero-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
}

/* Founder Section */
.founder-section {
    background: #f8f9fa;
    padding: 60px 0 100px 0;
}

.founder-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.section-headline {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.1;
}

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

.founder-story p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #333333;
}

.founder-conclusion {
    font-weight: 600;
    color: #000000;
}

.founder-image {
    display: flex;
    justify-content: center;
}

.founder-img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 12px;
}

/* Product Difference Section */
.difference-section {
    background: white;
    padding: 100px 0;
}

.comparison-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}

.comparison-table {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comparison-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.header-left, .header-right {
    padding: 1.5rem;
    text-align: center;
    border-radius: 12px;
    background: #f8f8f8;
}

.header-left h3, .header-right h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.header-left h3 {
    color: #666666;
}

.header-right h3 {
    color: #000000;
}

.header-left p, .header-right p {
    font-size: 0.9rem;
    color: #888888;
    margin: 0;
}

.comparison-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.comparison-left, .comparison-right {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: #f8f8f8;
}

.comparison-left {
    background: rgba(255, 107, 107, 0.1);
}

.comparison-right {
    background: rgba(81, 207, 102, 0.1);
}

.comparison-x {
    color: #ff6b6b;
    font-size: 1.2rem;
    font-weight: 700;
    flex-shrink: 0;
}

.comparison-check {
    color: #51cf66;
    font-size: 1.2rem;
    font-weight: 700;
    flex-shrink: 0;
}

.comparison-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.4;
}

.product-showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: fit-content;
    position: sticky;
    top: 2rem;
}

.product-image {
    width: 100%;
    max-width: 280px;
    height: auto;
}

.product-showcase .cta-button {
    width: 100%;
    max-width: 250px;
}

/* GutShroom Section */
.gutshroom-section {
    background: #f8f9fa;
    padding: 100px 0;
}

.gutshroom-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.gutshroom-intro {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 2rem;
}

.gutshroom-benefits {
    margin: 2rem 0;
}

.benefit-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.4;
}

.benefit-bullet {
    color: #F2060A;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.gutshroom-visual {
    display: flex;
    justify-content: center;
}

.gutshroom-img {
    width: 100%;
    max-width: 450px;
    height: auto;
}

/* Reviews Section */
.reviews-section {
    background: white;
    padding: 100px 0;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.review-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.review-stars {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.review-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 1rem;
    font-style: italic;
}

.review-author {
    font-size: 0.85rem;
    color: #666666;
    font-weight: 500;
}

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

/* Final CTA Section */
.final-cta-section {
    background: #f8f9fa;
    padding: 100px 0;
}

.final-cta-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.final-headline {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.final-subhead {
    font-size: 1.1rem;
    color: #333333;
    margin-bottom: 2rem;
}

.final-cta-image {
    display: flex;
    justify-content: center;
}

.final-img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 12px;
}

/* Blog Section */
.blog-section {
    padding: 80px 0;
    background: #ffffff;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.blog-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.blog-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-img {
    transform: scale(1.05);
}

.blog-content {
    padding: 1.5rem;
}

.blog-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.blog-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.blog-link {
    color: #F2060A;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.blog-link:hover {
    color: #d1050a;
}

/* Footer */
.footer {
    background: #1a1a1a;
    color: white;
    padding: 40px 0;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
    max-width: 800px;
    margin: 0 auto;
}

.contact-column {
    text-align: left;
}

.address-column {
    text-align: right;
}

.address-column .footer-address {
    display: inline-block;
    text-align: left;
}

.footer-column:last-child {
    text-align: right;
}



.footer-column h4 {
    color: #F2060A;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
}

.footer-link {
    display: block;
    color: #cccccc;
    text-decoration: none;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: white;
}

.footer-text {
    color: #cccccc;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.footer-email {
    color: #F2060A;
    text-decoration: none;
    font-weight: 500;
}

.footer-email:hover {
    color: #d1050a;
}

.footer-address p {
    color: #cccccc;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.footer-guarantee {
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #333;
}

.footer-guarantee p {
    color: #F2060A;
    font-size: 1rem;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-container {
        padding: 0 16px;
    }
    
    .hero-headline, .section-headline, .final-headline {
        font-size: 1.75rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .hero-content,
    .founder-content,
    .gutshroom-content,
    .final-cta-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-problems {
        margin: 2rem 0 1.5rem 0;
    }
    
    .problem-item {
        margin-bottom: 0.5rem;
        padding: 0.25rem 0;
    }
    
    .hero-cta-section {
        margin-top: 1.5rem;
    }
    
    .amazon-trust {
        margin-top: 0.5rem;
    }
    
    .comparison-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .comparison-header {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }
    
    .comparison-row {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }
    
    .comparison-left, .comparison-right {
        padding: 1rem 1.5rem;
        border-radius: 0;
        background: transparent;
    }
    
    .comparison-left {
        background: rgba(255, 107, 107, 0.05);
        border-right: 1px solid #f0f0f0;
    }
    
    .comparison-right {
        background: rgba(81, 207, 102, 0.05);
    }
    
    .header-left, .header-right {
        padding: 1.5rem;
        border-radius: 0;
        background: #f8f8f8;
    }
    
    .comparison-body {
        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .comparison-table {
        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .comparison-row {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .comparison-row:last-child {
        border-bottom: none;
    }
    
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-row {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        width: 100%;
    }
    
    .amazon-trust-left {
        order: 2;
        justify-content: center;
    }
    
    .cta-button.large, .cta-button.xl {
        order: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    
    .brand-logo {
        height: 35px;
    }
    
    .nav-container {
        height: 60px;
        padding: 0 16px;
    }
    
    .hero-section {
        padding-top: 80px;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .contact-column,
    .address-column {
        text-align: center;
    }
    
    .address-column .footer-address {
        text-align: center;
        display: block;
    }
    
    .footer-address {
        text-align: center;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-toggle {
        display: flex;
    }
    
    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    
    .nav-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

@media (max-width: 480px) {
    .section-container {
        padding: 0 15px;
    }
    
    .hero-headline, .section-headline, .final-headline {
        font-size: 1.8rem;
    }
    
    .cta-button {
        padding: 14px 20px;
        font-size: 0.95rem;
    }
    
    .cta-button.large {
        padding: 16px 24px;
        font-size: 1rem;
    }
    
    .cta-button.xl {
        padding: 18px 28px;
        font-size: 1.1rem;
    }
    

}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Print styles */
@media print {
    .navbar,
    .cta-button,
    .footer {
        display: none;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
    }
    
    h1, h2, h3 {
        page-break-after: avoid;
    }
}