/* Patrick Vuong - High-Converting Business Coach Site */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --bg: #FAFAFA; --bg-warm: #F3F1EE; --bg-dark: #0f172a; --bg-card: #FFFFFF;
    --text: #1A1A1A; --text-2: #475569; --text-3: #94a3b8; --text-inv: #f8fafc;
    --accent: #2563EB; --accent-light: #60A5FA; --accent-dark: #1D4ED8; --accent-bg: #EFF6FF;
    --green: #16A34A; --green-bg: #F0FDF4;
    --border: #E2E8F0; --border-dark: #1e293b;
    --serif: 'DM Serif Display', Georgia, serif;
    --sans: 'Inter', -apple-system, sans-serif;
    --transition: 0.3s ease;
}
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--sans); background: var(--bg); color: var(--text); line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.section { padding: 6rem 1.5rem; }
@media (max-width: 768px) { .section { padding: 4rem 1rem; } }
@media (max-width: 600px) { .section { padding: 3rem 1rem; } }
.section-label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.75rem; }
.section-title { font-family: var(--serif); font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 400; line-height: 1.2; margin-bottom: 1.5rem; }
.section-title em { font-style: italic; }
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1rem 2rem; transition: var(--transition); }
.nav.scrolled { background: rgba(250,250,250,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); padding: 0.7rem 2rem; }
.nav-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: var(--serif); font-size: 1.3rem; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: 0.85rem; font-weight: 500; color: var(--text-2); transition: var(--transition); }
.nav-links a:hover { color: var(--text); }
.nav-cta { padding: 0.55rem 1.3rem !important; background: var(--accent) !important; color: white !important; border-radius: 6px; font-weight: 700 !important; font-size: 0.8rem !important; }
.nav-cta:hover { background: var(--accent-dark) !important; }
.nav-social { display: flex; align-items: center; gap: 1rem; margin-left: 2rem; }
.nav-social a { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; color: var(--text-2); transition: var(--transition); font-size: 1rem; }
.nav-social a:hover { color: var(--accent); transform: translateY(-2px); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); transition: var(--transition); }
.nav-toggle.active span:first-child { transform: rotate(45deg) translate(3px,3px); }
.nav-toggle.active span:last-child { transform: rotate(-45deg) translate(3px,-3px); }
@media (max-width: 900px) {
    .nav { padding: 0.8rem 1.5rem; }
    .nav.scrolled { padding: 0.6rem 1.5rem; }
    .nav-toggle { display: flex; }
    .nav-links { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: var(--bg); flex-direction: column; justify-content: center; gap: 2rem; transition: 0.5s ease; z-index: 999; }
    .nav-links.open { right: 0; }
    .nav-links a { font-size: 1.1rem; }
    .nav-social { margin-left: 0; margin-top: 1rem; justify-content: center; }
}
@media (max-width: 600px) {
    .nav { padding: 0.8rem 1rem; }
    .nav-logo { font-size: 1.1rem; }
}
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 7rem 1.5rem 5rem; text-align: center; overflow: hidden; }
@media (max-width: 600px) { .hero { padding: 6rem 1rem 4rem; min-height: 90vh; } }
.hero-bg { position: absolute; inset: 0; }
.hero-gradient { position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 40%, rgba(37,99,235,0.07) 0%, transparent 60%), radial-gradient(ellipse at 70% 60%, rgba(96,165,250,0.05) 0%, transparent 50%); }
.hero-content { position: relative; max-width: 780px; }
.hero-eyebrow { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.5rem; opacity:0; transform:translateY(15px); animation: fadeUp 0.7s 0.2s forwards; }
.hero-title { font-family: var(--serif); font-size: clamp(2.6rem, 6.5vw, 4.8rem); line-height: 1.08; margin-bottom: 1.5rem; opacity:0; transform:translateY(20px); animation: fadeUp 0.7s 0.35s forwards; }
.hero-title-line { display: block; }
.hero-title-accent { color: var(--accent); }
.hero-subtitle { font-size: clamp(1rem, 1.5vw, 1.1rem); color: var(--text-2); max-width: 560px; margin: 0 auto 1.5rem; line-height: 1.75; opacity:0; transform:translateY(15px); animation: fadeUp 0.7s 0.5s forwards; }
.hero-proof { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; opacity:0; animation: fadeUp 0.7s 0.65s forwards; }
.hero-proof-item { font-size: 0.85rem; color: var(--text-2); }
.hero-proof-item strong { color: var(--text); font-weight: 800; }
.hero-proof-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; opacity:0; transform:translateY(15px); animation: fadeUp 0.7s 0.8s forwards; }
@keyframes fadeUp { to { opacity:1; transform:translateY(0); } }
.btn { display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--sans); font-size: 0.9rem; font-weight: 700; padding: 0.85rem 1.8rem; border: none; cursor: pointer; transition: var(--transition); border-radius: 8px; }
.btn-primary { background: var(--accent); color: white; }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37,99,235,0.25); }
.btn-ghost { background: transparent; color: var(--text); border: 1.5px solid var(--border); }
.btn-ghost:hover { border-color: var(--text); }
.btn-full { width: 100%; justify-content: center; }
.btn-arrow { font-size: 1.1em; }
.inline-link { color: var(--accent); font-weight: 700; }
.inline-link:hover { text-decoration: underline; }\n.problems-header { text-align: center; max-width: 550px; margin: 0 auto 3rem; }
.problems-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.problem-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 2rem 1.5rem; text-align: center; transition: var(--transition); }
.problem-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.07); border-color: #fca5a5; }
.problem-icon { font-size: 2.2rem; margin-bottom: 1rem; }
.problem-title { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 0.5rem; }
.problem-desc { font-size: 0.9rem; color: var(--text-2); line-height: 1.7; }
.problems-cta { text-align: center; max-width: 550px; margin: 2.5rem auto 0; font-size: 0.95rem; color: var(--text-2); }
@media (max-width: 768px) { .problems-grid { grid-template-columns: 1fr; max-width: 400px; } }
.about-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 3rem; align-items: center; }
.about-image-frame { overflow: hidden; aspect-ratio: 3/4; border-radius: 12px; }
.about-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 4rem; color: rgba(255,255,255,0.2); }
.about-text p { color: var(--text-2); margin-bottom: 1rem; font-size: 0.95rem; line-height: 1.8; }
.about-text strong { color: var(--text); }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 2rem; } .about-image-frame { max-width: 280px; margin: 0 auto; } }
.hiw-header { text-align: center; max-width: 500px; margin: 0 auto 3rem; }
.hiw-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.hiw-step { text-align: center; padding: 1.5rem 1rem; }
.hiw-number { width: 52px; height: 52px; border-radius: 50%; background: var(--accent); color: white; font-family: var(--serif); font-size: 1.4rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.hiw-title { font-family: var(--serif); font-size: 1.2rem; margin-bottom: 0.5rem; }
.hiw-desc { font-size: 0.9rem; color: var(--text-2); line-height: 1.7; }
@media (max-width: 768px) { 
    .hiw-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; } 
}
@media (max-width: 600px) {
    .hiw-grid { max-width: 100%; padding: 0 1rem; }
}
.services-header { text-align: center; max-width: 500px; margin: 0 auto 3rem; }
.services-grid { max-width: 1100px; margin: 0 auto; display: grid; gap: 1.5rem; }
.services-grid-equal { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.services-grid-equal .service-card { display: flex; flex-direction: column; height: 100%; }
.services-grid-equal .service-features { flex-grow: 1; }
.services-grid-2col { grid-template-columns: 1.6fr 1fr; align-items: stretch; }
.services-grid-2col .service-card { display: flex; flex-direction: column; height: 100%; }
.services-grid-2col .service-features { flex-grow: 1; }
@media (max-width: 900px) {
    .services-grid-equal { grid-template-columns: 1fr; }
    .services-grid-2col { grid-template-columns: 1fr; }
}
.service-card { position: relative; background: var(--bg-card); padding: 2.5rem 1.5rem 2rem; border: 1px solid var(--border); border-radius: 12px; transition: var(--transition); display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); }
.service-card-featured { background: var(--bg-dark); border-color: transparent; color: var(--text-inv); }
.service-card-featured .service-desc { color: #94a3b8; }
.service-card-featured .service-features li { color: #cbd5e1; border-color: #1e293b; }
.service-card-featured .service-link { color: var(--accent-light); }
.service-card-featured:hover { box-shadow: 0 15px 35px rgba(0,0,0,0.3); }
.service-tag { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); background: var(--accent-bg); padding: 0.25rem 0.7rem; border-radius: 4px; margin-bottom: 1.5rem; }
.service-tag-pop { background: var(--accent); color: white; }
.service-icon { font-size: 2.5rem; color: var(--accent); margin-bottom: 1rem; }
.service-card-featured .service-icon { color: var(--accent-light); }
.service-title { font-family: var(--serif); font-size: 1.5rem; line-height: 1.25; margin-bottom: 0.75rem; }
.service-tagline { font-size: 0.8rem; font-weight: 600; color: var(--accent); margin-bottom: 1rem; }
.service-card-featured .service-tagline { color: var(--accent-light); }
.service-desc { font-size: 0.88rem; color: var(--text-2); margin-bottom: 1.5rem; line-height: 1.7; }
.service-features { margin-bottom: 1.5rem; flex-grow: 1; }
.service-features li { font-size: 0.85rem; color: var(--text-2); padding: 0.5rem 0; border-bottom: 1px solid var(--border); }
.service-link { font-size: 0.85rem; font-weight: 700; color: var(--accent); transition: var(--transition); margin-top: auto; display: inline-flex; align-items: center; gap: 0.4rem; }
.service-link:hover { gap: 0.8rem; }
@media (max-width: 900px) { 
    .services-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; } 
    .service-card-foundation { border: 2px solid var(--accent); }
}
@media (max-width: 600px) { 
    .services-grid { max-width: 100%; padding: 0 1rem; } 
}\n.services-foundation { max-width: 700px; margin: 0 auto 2rem; }
.service-card-foundation { 
    text-align: left;
    border: 2px solid var(--accent);
}
.service-price { font-family: var(--serif); font-size: 2.2rem; margin-bottom: 1rem; }
.service-price span { font-size: 0.9rem; font-weight: 400; color: var(--text-3); }
.service-card-featured .service-price span { color: #94a3b8; }
.service-guarantee { font-size: 0.85rem; color: #94a3b8; margin-top: 1rem; margin-bottom: 0.5rem; }
.service-best-for { font-size: 0.82rem; color: var(--text-2); margin-top: 1rem; line-height: 1.6; padding-top: 1rem; border-top: 1px solid var(--border); }
.service-card-featured .service-best-for { color: #94a3b8; border-color: #1e293b; }
.service-limit { font-size: 0.82rem; font-weight: 700; color: var(--accent); margin-bottom: 0.75rem; }
.services-path-label { text-align: center; margin: 2.5rem 0 2rem; position: relative; }
.services-path-label::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: var(--border); }
.services-path-label span { position: relative; background: var(--bg); padding: 0 1.5rem; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); }
.guarantee { background: var(--green-bg); text-align: center; }
.guarantee-content { max-width: 600px; margin: 0 auto; }
.guarantee-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.guarantee-title { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1.5rem; }
.guarantee-text { font-size: 0.95rem; color: var(--text-2); line-height: 1.8; margin-bottom: 0.75rem; }
.guarantee-text strong { color: var(--text); }
.testimonials { background: var(--bg-warm); }
.testimonials-header { text-align: center; max-width: 500px; margin: 0 auto 3rem; }
.testimonials-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.testimonial { background: var(--bg-card); padding: 2rem 1.5rem; border: 1px solid var(--border); border-radius: 12px; transition: var(--transition); }
.testimonial:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.06); }
.testimonial-featured { grid-column: 1 / -1; background: var(--bg-dark); border-color: transparent; }
.testimonial-featured .testimonial-quote p { color: var(--text-inv); }
.testimonial-featured .testimonial-name { color: var(--text-inv); }
.testimonial-featured .testimonial-role { color: var(--accent-light); }
.testimonial-featured .avatar-placeholder { background: rgba(255,255,255,0.1); color: var(--accent-light); }
.testimonial-featured .testimonial-stars { color: #fbbf24; }
.testimonial-stars { color: #f59e0b; font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 0.75rem; }
.testimonial-quote p { font-size: 0.95rem; line-height: 1.7; margin-bottom: 1.25rem; }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
.avatar-placeholder { width: 40px; height: 40px; border-radius: 50%; background: var(--accent-bg); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; color: var(--accent); }
.testimonial-name { font-size: 0.85rem; font-weight: 700; }
.testimonial-role { font-size: 0.75rem; color: var(--text-3); }
@media (max-width: 768px) { 
    .testimonials-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; } 
    .testimonial-featured { grid-column: 1; } 
}
@media (max-width: 600px) {
    .testimonials-grid { max-width: 100%; padding: 0 0.5rem; }
}\n.guide { background: var(--bg-dark); color: var(--text-inv); }
.guide .section-label { color: var(--accent-light); }
.guide-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: center; }
.guide-title { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.25; margin-bottom: 1.5rem; }
.guide-list { margin-bottom: 1.5rem; }
.guide-list li { font-size: 0.9rem; padding: 0.4rem 0; color: #cbd5e1; }
.guide-proof { font-size: 0.8rem; font-weight: 600; color: var(--accent-light); }
.guide-form { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 2rem; }
.guide-form .form-group { margin-bottom: 1rem; }
.guide-form label { display: block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: #94a3b8; margin-bottom: 0.3rem; }
.guide-form input { width: 100%; padding: 0.75rem 1rem; font-family: var(--sans); font-size: 0.95rem; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; color: white; outline: none; transition: var(--transition); }
.guide-form input:focus { border-color: var(--accent); }
.guide-form input::placeholder { color: #64748b; }
.guide-note { font-size: 0.75rem; color: #64748b; text-align: center; margin-top: 0.75rem; }
@media (max-width: 768px) { 
    .guide-grid { grid-template-columns: 1fr; gap: 2rem; } 
}
@media (max-width: 600px) {
    .guide-grid { padding: 0 1rem; }
}
.cta { text-align: center; }
.cta-content { max-width: 580px; margin: 0 auto; }
.cta-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.2; margin-bottom: 0.75rem; }
.cta-title em { font-style: italic; color: var(--accent); }
.cta-text { font-size: 0.95rem; color: var(--text-2); margin-bottom: 2.5rem; line-height: 1.8; }
.cta-form { text-align: left; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-2); margin-bottom: 0.3rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.75rem 1rem; font-family: var(--sans); font-size: 0.95rem; color: var(--text); background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; outline: none; transition: var(--transition); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }
.form-group textarea { resize: vertical; min-height: 80px; }
.footer { background: var(--bg-dark); color: var(--text-inv); padding: 4rem 1.5rem 1.5rem; }
.footer-inner { max-width: 1000px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--border-dark); }
.footer-logo { font-family: var(--serif); font-size: 1.4rem; display: block; margin-bottom: 0.4rem; }
.footer-tagline { font-size: 0.8rem; color: #64748b; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.footer-col h4 { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 0.6rem; }
.footer-col a { display: block; font-size: 0.8rem; color: #64748b; padding: 0.2rem 0; transition: var(--transition); }
.footer-col a:hover { color: white; }
.footer-bottom { padding-top: 1.5rem; font-size: 0.7rem; color: #475569; text-align: center; }
@media (max-width: 768px) { 
    .footer-top { grid-template-columns: 1fr; gap: 2rem; } 
    .footer-links { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } 
}
@media (max-width: 500px) {
    .footer-links { grid-template-columns: 1fr; }
}
.footer-social { display: flex; gap: 1rem; margin-top: 1rem; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); color: #fff; text-decoration: none; transition: background 0.3s, transform 0.3s; font-size: 1rem; }
.footer-social a:hover { background: rgba(255,255,255,0.25); transform: translateY(-2px); }
[data-animate] { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
[data-animate].visible { opacity: 1; transform: translateY(0); }
[data-animate]:nth-child(2) { transition-delay: 0.1s; }
[data-animate]:nth-child(3) { transition-delay: 0.15s; }
@media (max-width: 600px) {
    .btn { font-size: 0.85rem; padding: 0.75rem 1.5rem; }
    .hero-actions { flex-direction: column; width: 100%; }
    .hero-actions .btn { width: 100%; max-width: 320px; }
}
@media (max-width: 600px) {
    .form-row { grid-template-columns: 1fr; }
    .cta-form, .guide-form { padding: 1.5rem; }
}
@media (max-width: 600px) {
    .service-card { padding: 2rem 1.2rem; }
    .problem-card { padding: 1.5rem 1.2rem; }
    .testimonial { padding: 1.5rem 1.2rem; }
}
/* Thank You Page Styles - Long Form Sales Letter */
.thank-you-page {
    min-height: 100vh;
    padding: 2rem 1.5rem 4rem;
    background: var(--bg);
}

.thank-you-content {
    max-width: 800px;
    margin: 0 auto;
}

/* Download Section */
.ty-download-section {
    text-align: center;
    background: var(--bg-card);
    padding: 3rem 2rem;
    border-radius: 16px;
    border: 1px solid var(--border);
    margin-bottom: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.thank-you-icon {
    font-size: 3.5rem;
    color: #22c55e;
    margin-bottom: 1rem;
    animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.thank-you-title {
    font-family: var(--serif);
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-1);
}

.thank-you-subtitle {
    font-size: 1rem;
    color: var(--text-2);
    margin-bottom: 1.5rem;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

/* Sales Letter Content */
.ty-sales-letter {
    background: white;
    padding: 3rem 3rem 2rem;
    border-radius: 12px;
    border: 1px solid var(--border);
}

.ty-headline {
    font-family: var(--serif);
    font-size: 2.2rem;
    line-height: 1.2;
    color: var(--text-1);
    margin-bottom: 0.5rem;
    text-align: center;
}

.ty-subheadline {
    font-size: 1.3rem;
    color: var(--accent);
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
}

.ty-body p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-1);
    margin-bottom: 1.2rem;
}

.ty-body strong {
    color: var(--text-1);
    font-weight: 600;
}

.ty-callout {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 4px solid #f59e0b;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    border-radius: 8px;
}

.ty-callout p {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #78350f;
}

.ty-section-header {
    font-family: var(--serif);
    font-size: 1.6rem;
    color: var(--text-1);
    margin: 2.5rem 0 1.5rem;
}

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

.ty-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.ty-benefits li i {
    color: #22c55e;
    font-size: 1.3rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.ty-list {
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.ty-list li {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* CTA Box */
.ty-cta-box {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 2px solid var(--accent);
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    margin: 2.5rem 0;
}

.ty-cta-header {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-1);
    margin-bottom: 1rem;
}

.ty-cta-box p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

.btn-large {
    font-size: 1.2rem;
    padding: 1.1rem 2.5rem;
    margin: 1rem 0;
}

.btn-xl {
    font-size: 1.3rem;
    padding: 1.2rem 3rem;
    margin: 1.5rem 0;
}

.ty-cta-subtext {
    font-size: 0.9rem;
    color: var(--text-2);
    font-style: italic;
    margin: 0.5rem 0 0;
}

/* Social Proof */
.ty-social-proof {
    margin: 3rem 0;
}

.ty-testimonial {
    background: #f9fafb;
    border-left: 4px solid var(--accent);
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.ty-quote {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-1);
    margin-bottom: 0.75rem;
    font-style: italic;
}

.ty-author {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-2);
    margin: 0;
}

/* Final CTA */
.ty-final-cta {
    background: #f9fafb;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    margin: 3rem 0 2rem;
}

.ty-final-header {
    font-family: var(--serif);
    font-size: 1.8rem;
    color: var(--text-1);
    margin-bottom: 1.5rem;
}

.ty-final-cta p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
}

.ty-guarantee {
    font-size: 0.95rem;
    color: var(--text-2);
    font-style: italic;
    margin-top: 1rem;
}

/* PS Section */
.ty-ps {
    border-top: 2px solid var(--border);
    padding-top: 2rem;
    margin-top: 3rem;
}

.ty-ps p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-2);
    margin: 0;
}

.thank-you-back {
    display: inline-block;
    margin-top: 2rem;
    color: var(--text-2);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition);
}

.thank-you-back:hover {
    color: var(--accent);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .ty-sales-letter {
        padding: 2rem 1.5rem;
    }
    
    .ty-headline {
        font-size: 1.8rem;
    }
    
    .ty-subheadline {
        font-size: 1.1rem;
    }
    
    .ty-section-header {
        font-size: 1.4rem;
    }
    
    .ty-cta-box {
        padding: 2rem 1.5rem;
    }
    
    .btn-large {
        font-size: 1.05rem;
        padding: 1rem 1.8rem;
    }
    
    .btn-xl {
        font-size: 1.1rem;
        padding: 1.1rem 2rem;
    }
}

@media (max-width: 600px) {
    .thank-you-page {
        padding: 1rem 1rem 3rem;
    }
    
    .ty-download-section {
        padding: 2rem 1.5rem;
    }
    
    .thank-you-icon {
        font-size: 2.5rem;
    }
    
    .thank-you-title {
        font-size: 1.8rem;
    }
    
    .ty-sales-letter {
        padding: 1.5rem 1.2rem;
    }
    
    .ty-headline {
        font-size: 1.5rem;
    }
    
    .ty-callout {
        padding: 1.2rem 1.5rem;
    }
    
    .ty-callout p {
        font-size: 1rem;
    }
    
    .ty-testimonial {
        padding: 1.2rem 1.5rem;
    }
}

    .thank-you-title {
        font-size: 2rem;
    }
    .thank-you-icon {
        font-size: 3rem;
    }
}

/* VSL Video Section */
.ty-video-section {
    max-width: 900px;
    margin: 3rem auto;
    padding: 0 1.5rem;
}

.ty-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background: #000;
}

.ty-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .ty-video-section {
        margin: 2rem auto;
        padding: 0 1rem;
    }
    
    .ty-video-wrapper {
        border-radius: 8px;
    }
}

/* Service pricing */
.service-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.75rem;
}

/* === NEW STYLES FOR UPDATED SITE === */

/* How It Works intro text */
.hiw-intro {
    font-size: 0.95rem;
    color: var(--text-2);
    line-height: 1.7;
    margin-top: -0.5rem;
}

/* Services intro text */
.services-intro {
    font-size: 0.95rem;
    color: var(--text-2);
    line-height: 1.7;
    margin-top: -0.5rem;
}

/* Services "not sure" note */
.services-note {
    text-align: center;
    max-width: 600px;
    margin: 2rem auto 0;
    font-size: 0.9rem;
    color: var(--text-2);
    line-height: 1.7;
    background: var(--accent-bg);
    padding: 1.2rem 1.5rem;
    border-radius: 8px;
    border: 1px solid #dbeafe;
}

.services-note strong {
    color: var(--text);
}

/* Clarity Report standalone card */
.services-clarity {
    max-width: 600px;
    margin: 3rem auto 0;
}

.clarity-card {
    background: var(--bg-card);
    padding: 2rem 1.5rem;
    border: 1px solid var(--border);
    border-radius: 12px;
    text-align: center;
    transition: var(--transition);
}

.clarity-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.07);
}

.clarity-card .service-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.clarity-card .service-title {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.clarity-card .service-price {
    margin-bottom: 0.75rem;
}

.clarity-card .service-desc {
    max-width: 500px;
    margin: 0 auto 1rem;
    font-size: 0.88rem;
}

.clarity-card .service-link {
    display: inline-flex;
}

/* Service price in featured card */
.service-card-featured .service-price {
    color: var(--text-inv);
}

.service-card-featured .service-price span {
    color: #94a3b8;
}

/* ============================================
   CASE STUDY SECTION
   ============================================ */
.case-study {
    background: var(--bg-dark);
    color: var(--text-inv);
}

.case-study .section-label {
    color: var(--accent-light);
}

.case-study-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.case-study-headline {
    font-family: var(--serif);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    line-height: 1.2;
    margin-bottom: 2.5rem;
    color: var(--text-inv);
}

.case-study-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: left;
    margin-bottom: 2.5rem;
}

.case-study-step {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 1.5rem;
}

.case-study-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-light);
    margin-bottom: 0.6rem;
}

.case-study-step p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0;
}

.case-study-step p strong {
    color: #f59e0b;
}

.case-study-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.case-study-stat {
    text-align: center;
}

.case-study-stat-number {
    font-family: var(--serif);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--accent-light);
    line-height: 1.2;
}

.case-study-stat-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .case-study-body {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto 2.5rem;
    }
    .case-study-stats {
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .case-study-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* ============================================
   SIMPLIFIED TIER CARDS (Services)
   ============================================ */
.services-tiers {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.tier-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.tier-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.tier-card-featured {
    background: var(--bg-dark);
    border-color: transparent;
    color: var(--text-inv);
}

.tier-card-featured:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.tier-tag {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
    background: var(--accent-bg);
    padding: 0.25rem 0.7rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    align-self: flex-start;
}

.tier-tag-green {
    color: #166534;
    background: #f0fdf4;
}

.tier-tag-light {
    color: var(--accent-light);
    background: rgba(255,255,255,0.08);
}

.tier-name {
    font-family: var(--serif);
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.tier-outcome {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.tier-card-featured .tier-outcome {
    color: #f59e0b;
}

.tier-description {
    font-size: 0.88rem;
    color: var(--text-2);
    line-height: 1.7;
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.tier-card-featured .tier-description {
    color: #94a3b8;
}

.tier-for {
    font-size: 0.82rem;
    color: var(--text-2);
    line-height: 1.6;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
    margin: 0;
}

.tier-card-featured .tier-for {
    color: #94a3b8;
    border-color: #1e293b;
}

@media (max-width: 900px) {
    .services-tiers {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .services-tiers {
        max-width: 100%;
        padding: 0 1rem;
    }
    .tier-card {
        padding: 1.5rem 1.2rem;
    }
}

/* Services bottom CTA */
.services-bottom-cta {
    text-align: center;
    max-width: 600px;
    margin: 2.5rem auto 0;
}

.services-bottom-cta p {
    font-size: 0.95rem;
    color: var(--text-2);
    margin-bottom: 1rem;
}

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq {
    background: var(--bg-warm);
}

.faq-header {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 3rem;
}

.faq-grid {
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--border);
}

.faq-item:first-child {
    border-top: 1px solid var(--border);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--sans);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text);
    text-align: left;
    line-height: 1.5;
    transition: color var(--transition);
}

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

.faq-icon {
    font-size: 0.8rem;
    color: var(--accent);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

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

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

.faq-item-open .faq-answer {
    max-height: 300px;
    padding: 0 0 1.25rem;
}

.faq-answer p {
    font-size: 0.9rem;
    color: var(--text-2);
    line-height: 1.8;
    margin: 0;
}
