/* ============================================
   MY SELL SYSTEM — EDITORIAL LUXURY v3
   No boxes. No cards. No grids. 
   Typography-driven, spacious, high-end.
   ============================================ */

/* --- Layout --- */
.h-wrap { max-width: 1100px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 3rem); }
.h-narrow { max-width: 720px; }
.h-section { padding: clamp(5rem, 12vw, 10rem) 0; position: relative; overflow: hidden; }
.h-section--dark { background: #0C0A09; color: #fff; }
.h-section--cream { background: #F5F0EB; }
.h-section--pricing { position: relative; }
.h-section--cta { position: relative; }
.hide-mobile { display: inline; }
@media (max-width: 640px) { .hide-mobile { display: none; } }

/* --- Typography --- */
.h-kicker {
    font-family: var(--font-body); font-size: 0.68rem; font-weight: 600;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--color-accent); margin-bottom: 1.5rem;
}
.h-kicker--gold { color: var(--color-accent-light); }

h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 500; line-height: 1.2;
    margin: 0 0 2rem; color: var(--color-foreground);
}
.h-section--dark h2 { color: #fff; }

.h-body {
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.9; color: #78716C; margin: 0 0 1.5rem;
}

/* --- Button --- */
.h-btn {
    display: inline-block; padding: 1rem 2.5rem;
    background: linear-gradient(135deg, var(--color-accent), #C4841E);
    color: #fff; font-family: var(--font-body);
    font-size: 0.9rem; font-weight: 600; letter-spacing: 0.04em;
    text-decoration: none; border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(161,98,7,0.25);
}
.h-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(161,98,7,0.35);
    color: #fff;
}


/* ============================================
   HERO
   ============================================ */
.h-hero {
    position: relative; min-height: 100vh;
    display: flex; align-items: center;
    overflow: hidden;
}
.h-hero__bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center; z-index: 0;
}
.h-hero__fade {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.75) 60%, #0C0A09 100%);
}
.h-hero__wrap {
    position: relative; z-index: 2;
    padding-top: 8rem; padding-bottom: 5rem;
    max-width: 700px;
}
.h-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 400; line-height: 1.08;
    color: #fff; margin: 0 0 2rem;
}
.h-hero h1 em {
    font-style: italic;
    color: var(--color-accent-light);
}
.h-hero__desc {
    font-size: clamp(0.95rem, 1.5vw, 1.08rem);
    line-height: 1.7; color: rgba(255,255,255,0.5);
    margin: 0 0 2.5rem; max-width: 500px;
}
.h-hero .h-kicker { color: var(--color-accent-light); margin-bottom: 2rem; }

@media (max-width: 640px) {
    .h-hero { min-height: auto; }
    .h-hero__wrap { padding-top: 7rem; padding-bottom: 3rem; }
}


/* ============================================
   STATS STRIP
   ============================================ */
.h-strip {
    background: #0C0A09;
    border-top: 1px solid rgba(161,98,7,0.15);
    border-bottom: 1px solid rgba(161,98,7,0.15);
    padding: 1.5rem 0;
}
.h-strip__inner {
    display: flex; justify-content: center;
    gap: clamp(1.5rem, 4vw, 3.5rem); flex-wrap: wrap;
}
.h-strip__item {
    font-family: var(--font-body); font-size: 0.82rem;
    color: rgba(255,255,255,0.4); letter-spacing: 0.02em;
    white-space: nowrap;
}
.h-strip__item strong {
    font-family: var(--font-heading); font-size: 1.1rem;
    font-weight: 600; color: var(--color-accent-light);
    margin-right: 0.3rem;
}


/* ============================================
   WHAT'S INCLUDED — stacked, no boxes
   ============================================ */
.h-includes {
    margin-top: 3rem;
}
.h-include {
    padding: clamp(2rem, 4vw, 3rem) 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.h-include:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.h-include h3 {
    font-family: var(--font-heading);
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 500; color: #fff; margin: 0 0 0.75rem;
}
.h-include p {
    font-size: 0.95rem; line-height: 1.8;
    color: rgba(255,255,255,0.5); margin: 0;
    max-width: 600px;
}


/* ============================================
   PROCESS STEPS — no boxes, just numbers
   ============================================ */
.h-process { margin-top: 3rem; }

.h-process__step {
    display: flex; gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: flex-start;
    padding: clamp(1.5rem, 3vw, 2.5rem) 0;
    border-top: 1px solid rgba(214,211,209,0.2);
}
.h-process__step:last-child {
    border-bottom: 1px solid rgba(214,211,209,0.2);
}

.h-process__num {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400; color: var(--color-accent-light);
    line-height: 1; flex-shrink: 0; min-width: 40px;
    opacity: 0.6;
}

.h-process__step h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem; font-weight: 500;
    margin: 0 0 0.5rem; color: var(--color-foreground);
}
.h-process__step p {
    font-size: 0.92rem; line-height: 1.8;
    color: #78716C; margin: 0;
}


/* ============================================
   MODULES — simple numbered list
   ============================================ */
.h-modules { margin-top: 3rem; }

.h-module {
    display: flex; align-items: center;
    gap: clamp(1rem, 2vw, 2rem);
    padding: 1.2rem 0;
    border-top: 1px solid rgba(120,113,108,0.15);
    transition: padding-left 0.3s ease;
}
.h-module:last-child {
    border-bottom: 1px solid rgba(120,113,108,0.15);
}
.h-module:hover { padding-left: 0.5rem; }

.h-module__num {
    font-family: var(--font-heading);
    font-size: 1rem; font-weight: 500;
    color: var(--color-accent); min-width: 24px;
    opacity: 0.7;
}
.h-module__name {
    font-family: var(--font-heading);
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 500; color: var(--color-foreground);
}


/* ============================================
   TESTIMONIALS — editorial blockquotes
   ============================================ */
.h-quote {
    margin: 0; padding: 0;
    border: none;
}
.h-quote--big {
    margin-bottom: clamp(3rem, 6vw, 5rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.h-quote p {
    font-family: var(--font-heading);
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 400; font-style: italic;
    line-height: 1.5; color: rgba(255,255,255,0.8);
    margin: 0 0 1.25rem;
}
.h-quote--big p {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
}
.h-quote cite {
    font-family: var(--font-body);
    font-style: normal; font-size: 0.82rem;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.03em;
}

.h-quotes-row {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
}
@media (max-width: 640px) {
    .h-quotes-row { grid-template-columns: 1fr; gap: 3rem; }
}


/* ============================================
   PRICING — clean, centered, dramatic
   ============================================ */
.h-pricing-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center; z-index: 0;
}
.h-section--pricing::after {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(12,10,9,0.92) 0%, rgba(12,10,9,0.98) 100%);
}

.h-price-heading {
    font-family: var(--font-heading) !important;
    font-size: clamp(5rem, 12vw, 9rem) !important;
    font-weight: 300 !important; color: #fff !important;
    margin: 0 0 0.5rem !important; line-height: 1 !important;
    letter-spacing: -0.02em;
}
.h-price-sub {
    font-size: 0.92rem; color: rgba(255,255,255,0.4);
    margin: 0 0 3rem;
}

.h-price-list {
    list-style: none; padding: 0; margin: 0 0 3rem;
    text-align: left; max-width: 380px;
    margin-left: auto; margin-right: auto;
}
.h-price-list li {
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    font-size: 0.92rem; color: rgba(255,255,255,0.65);
    padding-left: 1.5rem; position: relative;
}
.h-price-list li::before {
    content: '';
    position: absolute; left: 0; top: 50%;
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--color-accent-light); opacity: 0.6;
    transform: translateY(-50%);
}

.h-guarantee {
    margin-top: 1.5rem; font-size: 0.78rem;
    color: rgba(255,255,255,0.3);
}


/* ============================================
   CTA
   ============================================ */
.h-cta-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center; z-index: 0;
}
.h-section--cta::after {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: rgba(12,10,9,0.85);
}
.h-section--cta .h-wrap { position: relative; z-index: 2; }
.h-section--cta h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
    font-weight: 500 !important;
}


/* ============================================
   BLOG — simple links, no cards
   ============================================ */
.h-blog-link {
    display: flex; align-items: center;
    gap: clamp(1rem, 2vw, 2rem);
    padding: 1.5rem 0;
    border-top: 1px solid rgba(214,211,209,0.2);
    text-decoration: none; color: inherit;
    transition: padding-left 0.3s ease;
}
.h-blog-link:last-of-type {
    border-bottom: 1px solid rgba(214,211,209,0.2);
}
.h-blog-link:hover { padding-left: 0.5rem; }

.h-blog-link__date {
    font-size: 0.72rem; color: #78716C;
    min-width: 80px; flex-shrink: 0;
    text-transform: uppercase; letter-spacing: 0.05em;
}
.h-blog-link__title {
    font-family: var(--font-heading);
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 500; color: var(--color-foreground);
    flex: 1;
    transition: color 0.3s ease;
}
.h-blog-link:hover .h-blog-link__title { color: var(--color-accent); }

.h-blog-link__arrow {
    font-size: 1.2rem; color: var(--color-accent);
    opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-8px);
}
.h-blog-link:hover .h-blog-link__arrow {
    opacity: 1; transform: translateX(0);
}


/* ============================================
   FOOTER FIX — prevent logo wrapping
   ============================================ */
.footer-brand img {
    max-width: 140px !important;
    height: auto !important;
    width: auto !important;
}
.footer-grid {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
    gap: 2rem !important;
}
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    .site-logo img {
        height: 44px !important;
    }
}

/* Logo sizing - prominent */
.site-logo img {
    width: auto !important;
    height: 70px !important;
    max-width: 260px !important;
    object-fit: contain !important;
}
.site-header.scrolled .site-logo img {
    height: 55px !important;
}
.site-header {
    padding: 0.75rem 0 !important;
}
@media (max-width: 768px) {
    .site-logo img {
        height: 55px !important;
        max-width: 200px !important;
    }
}
/* Footer logo */
.footer-brand img {
    max-width: 160px !important;
    height: auto !important;
    width: auto !important;
}

/* Blog post content */
.h-post-content {
    font-family: var(--font-body);
    font-size: 1.05rem;
    line-height: 1.9;
    color: #44403C;
}
.h-post-content h2 {
    font-size: clamp(1.4rem, 3vw, 1.8rem) !important;
    margin-top: 2.5rem !important;
    margin-bottom: 1rem !important;
}
.h-post-content h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}
.h-post-content p {
    margin-bottom: 1.5rem;
}
.h-post-content ul, .h-post-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}
.h-post-content li {
    margin-bottom: 0.5rem;
}
.h-post-content a {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.h-post-content a:hover {
    color: var(--color-accent-hover);
}
.h-post-content blockquote {
    border-left: 3px solid var(--color-accent);
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #78716C;
}
