* { box-sizing: border-box; }

/* ── NAV ── */
.t-nav {
    position: sticky; top: 0; z-index: 100;
    background: var(--white); border-bottom: 1px solid var(--border);
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 5%; height: 56px;
}
.t-nav-logo { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; font-weight: 800; color: var(--text); text-decoration: none; }
.t-nav-logo span { color: var(--saffron); }
.t-nav-links { display: flex; align-items: center; gap: 24px; }
.t-nav-links a { font-size: 13px; font-weight: 600; color: var(--muted); text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; white-space: nowrap; }
.t-nav-links a:hover { color: var(--text); }
.t-nav-cta { background: var(--earth); color: white !important; padding: 8px 18px; border-radius: 50px; font-size: 13px; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; text-decoration: none; white-space: nowrap; }

@media (max-width: 640px) {
    .t-nav-links { display: none; }
    .t-nav-login { display: block !important; font-size: 12px !important; }
    .t-nav-cta { font-size: 12px; padding: 7px 14px; }
}

/* ── HERO ── */
.t-hero { background: var(--earth); padding: 56px 5% 64px; }
.t-hero-inner {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: center;
}
.t-hero-eyebrow {
    display: inline-block; background: rgba(232,160,32,0.15);
    color: var(--saffron); font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    padding: 5px 14px; border-radius: 50px; margin-bottom: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.t-hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 36px; font-weight: 800; color: #fff;
    line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 16px;
}
.t-hero-title span { color: var(--saffron); }
.t-hero-sub { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 28px; max-width: 440px; }
.t-hero-btn {
    display: inline-block; background: var(--saffron); color: #fff;
    padding: 15px 36px; border-radius: 50px; font-size: 15px; font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif; text-decoration: none;
    box-shadow: 0 4px 20px rgba(232,121,58,0.35); margin-bottom: 14px;
}
.t-hero-note { font-size: 12px; color: rgba(255,255,255,0.45); }
.t-hero-link { font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 1px; display: inline-block; margin-top: 14px; }

/* Hero profile card */
.t-hero-visual { position: relative; }
.t-float-badge {
    position: absolute; background: white; border-radius: 50px;
    padding: 8px 14px; font-size: 12px; font-weight: 600; color: var(--text);
    box-shadow: 0 4px 20px rgba(0,0,0,0.12); z-index: 2; white-space: nowrap;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.t-float-badge.left { top: -16px; left: -20px; }
.t-float-badge.bottom { bottom: -16px; right: 20px; }
.t-hero-card { background: white; border-radius: 20px; padding: 20px; box-shadow: 0 24px 64px rgba(0,0,0,0.2); }

/* ── SECTIONS ── */
.t-section { padding: 48px 5%; }
.t-section-cream { background: var(--cream); }
.t-section-white { background: var(--white); }
.t-inner { max-width: 680px; margin: 0 auto; }
.t-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--saffron); font-family: 'Plus Jakarta Sans', sans-serif; margin-bottom: 10px; }
.t-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 24px; font-weight: 800; color: var(--text); letter-spacing: -0.3px; line-height: 1.25; margin-bottom: 6px; }
.t-sub { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 28px; }

/* ── PROBLEM ── */
.t-problem-list { display: flex; flex-direction: column; gap: 12px; }
.t-problem-item { display: flex; align-items: flex-start; gap: 14px; background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 16px 18px; }
.t-problem-icon { width: 36px; height: 36px; border-radius: 10px; background: rgba(220,38,38,0.07); color: #dc2626; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.t-problem-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.t-problem-text { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ── FEATURES ── */
.t-feature-list { display: flex; flex-direction: column; gap: 16px; }
.t-feature-item { display: flex; align-items: flex-start; gap: 14px; }
.t-feature-icon { width: 40px; height: 40px; border-radius: 12px; background: rgba(45,74,62,0.08); color: var(--earth); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.t-feature-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.t-feature-desc { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ── SOCIAL PROOF ── */
.t-quotes { display: flex; flex-direction: column; gap: 14px; }
.t-quote { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 20px; border-left: 3px solid var(--saffron); }
.t-quote-text { font-size: 14px; color: var(--text); line-height: 1.7; margin-bottom: 12px; font-style: italic; }
.t-quote-author { display: flex; align-items: center; gap: 10px; }
.t-quote-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--cream); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--earth); font-family: 'Plus Jakarta Sans', sans-serif; flex-shrink: 0; }
.t-quote-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 700; color: var(--text); }
.t-quote-meta { font-size: 12px; color: var(--muted); }

/* ── STEPS ── */
.t-steps { display: flex; flex-direction: column; gap: 0; }
.t-step { display: flex; gap: 16px; padding-bottom: 28px; position: relative; }
.t-step:last-child { padding-bottom: 0; }
.t-step-left { display: flex; flex-direction: column; align-items: center; }
.t-step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--earth); color: white; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.t-step-line { width: 2px; flex: 1; background: var(--border); margin-top: 6px; }
.t-step:last-child .t-step-line { display: none; }
.t-step-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 3px; padding-top: 6px; }
.t-step-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── PRICING ── */
.t-pricing { padding: 48px 5%; background: var(--white); }
.t-pricing-inner { max-width: 680px; margin: 0 auto; }
.t-pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.t-price-card { background: var(--cream); border: 1.5px solid var(--border); border-radius: 20px; padding: 28px 24px; }
.t-price-card.popular { background: white; border-color: var(--earth); }
.t-popular-tag { display: inline-block; background: var(--earth); color: white; font-size: 11px; font-weight: 700; padding: 3px 12px; border-radius: 50px; font-family: 'Plus Jakarta Sans', sans-serif; margin-bottom: 10px; }
.t-popular-tag.coming { background: rgba(45,74,62,0.08); color: var(--earth); }
.t-plan-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; font-weight: 800; color: var(--text); margin-bottom: 16px; }
.t-plan-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.t-plan-features li { font-size: 13px; color: var(--text); display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.t-plan-features li.muted { color: var(--muted); }
.t-check { color: var(--earth); font-weight: 700; flex-shrink: 0; }
.t-plan-btn { display: inline-block; background: var(--earth); color: white; padding: 12px 24px; border-radius: 50px; font-size: 13px; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; text-decoration: none; margin-top: 20px; }

/* ── FAQ ── */
.t-faq-group-label { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--saffron); padding-bottom: 10px; border-bottom: 1px solid var(--border); margin-bottom: 4px; }
.t-faq-item { border-bottom: 1px solid var(--border); padding: 18px 0 18px 16px; }
.t-faq-item:last-child { border-bottom: none; }
.t-faq-q { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; cursor: pointer; user-select: none; }
.t-faq-q-text { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; color: var(--text); line-height: 1.5; }
.t-faq-icon { font-size: 20px; font-weight: 300; color: var(--muted); flex-shrink: 0; transition: transform 0.2s; }
.t-faq-item.open .t-faq-icon { transform: rotate(45deg); color: var(--earth); }
.t-faq-a { display: none; font-size: 13px; color: var(--muted); line-height: 1.8; padding-top: 10px; }
.t-faq-item.open .t-faq-a { display: block; }

/* ── BLOG ── */
.t-blog { padding: 48px 5%; background: var(--cream); }
.t-blog-inner { max-width: 680px; margin: 0 auto; }
.t-blog-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; }
.t-blog-all { font-size: 13px; font-weight: 600; color: var(--earth); text-decoration: none; }
.t-blog-grid { display: flex; flex-direction: column; gap: 12px; }
.t-blog-card { display: flex; gap: 16px; align-items: flex-start; background: white; border: 1px solid var(--border); border-radius: 14px; padding: 16px; text-decoration: none; color: inherit; transition: box-shadow 0.15s; }
.t-blog-card:hover { box-shadow: 0 4px 16px rgba(26,46,40,0.08); }
.t-blog-card-img { width: 72px; height: 72px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: var(--cream); }
.t-blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.t-blog-card-tag { font-size: 11px; font-weight: 700; color: var(--saffron); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; font-family: 'Plus Jakarta Sans', sans-serif; }
.t-blog-card-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; color: var(--text); line-height: 1.4; margin-bottom: 4px; }
.t-blog-card-read { font-size: 12px; color: var(--muted); }

/* ── FINAL CTA ── */
.t-cta { background: var(--earth); padding: 56px 5%; text-align: center; }
.t-cta-inner { max-width: 480px; margin: 0 auto; }
.t-cta-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 26px; font-weight: 800; color: #fff; letter-spacing: -0.3px; margin-bottom: 10px; line-height: 1.2; }
.t-cta-sub { font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 28px; line-height: 1.7; }
.t-cta-btn { display: inline-block; background: var(--saffron); color: #fff; padding: 15px 40px; border-radius: 50px; font-size: 15px; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; text-decoration: none; box-shadow: 0 4px 20px rgba(232,121,58,0.35); }
.t-cta-note { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 14px; }

/* ── STICKY BOTTOM CTA (mobile) ── */
.t-sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); border-top: 1px solid var(--border); box-shadow: 0 -4px 24px rgba(0,0,0,0.07); padding: 10px 5%; z-index: 99; align-items: center; justify-content: space-between; gap: 12px; }
.t-sticky-cta-text { font-size: 13px; color: var(--muted); font-family: 'Plus Jakarta Sans', sans-serif; }
.t-sticky-cta a { background: var(--earth); color: white; padding: 11px 20px; border-radius: 50px; font-size: 13px; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; text-decoration: none; white-space: nowrap; }

@media (max-width: 768px) {
    .t-hero-inner { grid-template-columns: 1fr; }
    .t-hero-visual { display: none; }
    .t-hero-title { font-size: 28px; }
    .t-pricing-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .t-title { font-size: 22px; }
    .t-sticky-cta { display: flex; }
    .t-cta { padding-bottom: 80px; }
}
