/*
Theme Name: GeneratePress Child – ExpenseBuddy
Template: generatepress
*/

:root {
  --primary:#f59e0b;
  --dark:#111827;
  --gray:#6b7280;
  --border:#e5e7eb;
  --bg:#f9fafb;
}

.expensebuddy-landing section { padding:140px 0; }
.section-soft { background:#f9fafb; }

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

h1{font-size:56px}
h2{text-align:center;font-size:36px}
.section-desc{max-width:760px;margin:0 auto 72px;text-align:center;color:var(--gray)}

.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:96px;align-items:center}
.hero-visual{background:#e6faf7;padding:64px;border-radius:36px;box-shadow:0 50px 100px rgba(0,0,0,.12)}
.hero-visual img{max-width:420px;transform:rotate(-8deg)}

.hero-actions{display:flex;gap:16px}
.btn-primary{background:var(--primary);padding:14px 28px;border-radius:999px;font-weight:700}
.btn-secondary{border:1px solid var(--border);padding:14px 24px;border-radius:999px}

.problem-grid,.solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}

.problem-card,.solution-card,.feature-card{
  background:#fff;
  padding:32px;
  border-radius:18px;
  box-shadow:0 14px 40px rgba(0,0,0,.06)
}

.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:72px;margin-top:88px}

.final-cta{
  background:#000;
  color:#fff;
  padding:160px 0;
  text-align:center
}

@media(max-width:1024px){
  .hero-grid,.problem-grid,.solution-grid,.features-grid,.steps-grid{
    grid-template-columns:1fr
  }
  h1{font-size:40px}
}
/* ---------- HERO SECTION ---------- */

.eb-hero {
    background: linear-gradient(100deg, #fff 45%, #fff7e6 100%);
    padding: 100px 0;
}

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

.eb-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

/* LEFT */
.eb-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.eb-hero-content h1 {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 24px;
    color: #111;
}

.eb-hero-content h1 span {
    color: #f9a825;
}

.eb-hero-content p {
    font-size: 18px;
    color: #555;
    max-width: 520px;
    margin-bottom: 32px;
}

/* BUTTONS */
.eb-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}

.eb-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.eb-btn-primary {
    background: #f9a825;
    color: #000;
}

.eb-btn-primary:hover {
    transform: translateY(-1px);
}

.eb-btn-secondary {
    background: #fff;
    border: 2px solid #eaeaea;
    color: #111;
}

/* TRUST */
.eb-trust {
    display: flex;
    gap: 24px;
    font-size: 14px;
    color: #666;
}

/* RIGHT IMAGE */
.eb-hero-image {
    background: #eafcf8;
    height: 520px;
    border-radius: 32px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
    background-image: url("https://via.placeholder.com/400x800");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
    .eb-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .eb-hero-content h1 {
        font-size: 40px;
    }

    .eb-hero-image {
        height: 420px;
    }
}
/* ---------- PAIN POINTS SECTION ---------- */

.eb-pain {
    padding: 90px 0;
    background: #fff;
}

.eb-pain-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 60px;
}

.eb-pain-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 12px;
}

.eb-pain-header p {
    font-size: 16px;
    color: #666;
}

/* GRID */
.eb-pain-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 1000px;
    margin: auto;
}

/* CARD */
.eb-pain-card {
    display: flex;
    gap: 18px;
    padding: 26px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.eb-pain-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111;
}

.eb-pain-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* ICON */
.eb-pain-icon {
    min-width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff1f1;
    color: #e53935;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .eb-pain-grid {
        grid-template-columns: 1fr;
    }
}
/* ---------- SOLUTION SECTION ---------- */

.eb-solution {
    padding: 100px 0;
    background: #fafafa;
}

.eb-solution-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 70px;
}

.eb-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f9a825;
    margin-bottom: 12px;
}

.eb-solution-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 14px;
}

.eb-solution-header p {
    font-size: 16px;
    color: #666;
}

/* GRID */
.eb-solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 1000px;
    margin: auto;
}

/* CARD */
.eb-solution-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 30px;
    border: 1px solid #eee;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.eb-solution-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 16px 0 8px;
    color: #111;
}

.eb-solution-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.55;
}

/* ICON */
.eb-solution-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff7e0;
    color: #f9a825;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* HIGHLIGHT CARD */
.eb-highlight {
    border: 1.5px solid #f9a825;
    box-shadow: 0 16px 40px rgba(249,168,37,0.25);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .eb-solution-grid {
        grid-template-columns: 1fr;
    }

    .eb-solution-header h2 {
        font-size: 30px;
    }
}
/* ---------- FEATURES SECTION ---------- */

.eb-features {
    padding: 110px 0;
    background: #fff;
}

.eb-features-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 70px;
}

.eb-features-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 14px;
}

.eb-features-header p {
    font-size: 16px;
    color: #666;
}

/* GRID */
.eb-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1050px;
    margin: auto;
}

/* CARD */
.eb-feature-card {
    background: #fafafa;
    border-radius: 18px;
    padding: 30px;
    border: 1px solid #eee;
    transition: all 0.2s ease;
}

.eb-feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 14px 0 8px;
    color: #111;
}

.eb-feature-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.55;
}

/* ICON */
.eb-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fff7e0;
    color: #f9a825;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* HIGHLIGHT */
.eb-feature-highlight {
    background: #fff;
    border: 1.5px solid #f9a825;
    box-shadow: 0 16px 40px rgba(249,168,37,0.18);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .eb-features-grid {
        grid-template-columns: 1fr;
    }

    .eb-features-header h2 {
        font-size: 30px;
    }
}
/* ---------- HOW IT WORKS SECTION ---------- */

.eb-how {
    padding: 110px 0;
    background: #fff;
}

.eb-how-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 80px;
}

.eb-how-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 14px;
}

.eb-how-header p {
    font-size: 16px;
    color: #666;
}

/* GRID */
.eb-how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 1000px;
    margin: auto;
}

/* STEP */
.eb-how-step {
    text-align: center;
    max-width: 280px;
    margin: auto;
}

/* ICON */
.eb-how-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 14px;
}

/* NUMBER */
.eb-how-number {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f9a825;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

/* TEXT */
.eb-how-step h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.eb-how-step p {
    font-size: 14px;
    color: #666;
    line-height: 1.55;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .eb-how-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .eb-how-header h2 {
        font-size: 30px;
    }
}
/* ---------- SOCIAL PROOF SECTION ---------- */

.eb-social-proof {
    padding: 120px 0;
    background: #fff;
}

/* HEADER */
.eb-social-header {
    text-align: center;
    margin-bottom: 70px;
}

.eb-social-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #111;
}

/* TESTIMONIAL GRID */
.eb-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto 70px;
}

/* CARD */
.eb-testimonial-card {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 28px;
}

.eb-stars {
    color: #f9a825;
    font-size: 16px;
    margin-bottom: 12px;
}

.eb-testimonial-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* USER */
.eb-user strong {
    display: block;
    font-size: 14px;
    color: #111;
}

.eb-user span {
    font-size: 13px;
    color: #777;
}

/* STATS */
.eb-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    max-width: 1000px;
    margin: auto;
}

.eb-stat-card {
    background: #fafafa;
    border-radius: 16px;
    padding: 26px;
    text-align: center;
    border: 1px solid #eee;
}

.eb-stat-card h3 {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin-bottom: 6px;
}

.eb-stat-card p {
    font-size: 13px;
    color: #666;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .eb-testimonials {
        grid-template-columns: 1fr;
    }

    .eb-stats {
        grid-template-columns: 1fr 1fr;
    }

    .eb-social-header h2 {
        font-size: 30px;
    }
}
/* ---------- SECURITY & PRIVACY SECTION ---------- */

.eb-security {
    padding: 120px 0;
    background: #fafafa;
}

/* GRID */
.eb-security-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* LEFT CONTENT */
.eb-security-content h2 {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 14px;
}

.eb-security-content p {
    font-size: 16px;
    color: #666;
    max-width: 480px;
}

/* RIGHT CARDS */
.eb-security-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* CARD */
.eb-security-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #eee;
}

.eb-security-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 14px 0 6px;
    color: #111;
}

.eb-security-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.55;
}

/* ICON */
.eb-security-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff7e0;
    color: #f9a825;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .eb-security-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .eb-security-content h2 {
        font-size: 30px;
    }
}
/* ---------- APP PREVIEW SECTION ---------- */

.eb-app-preview {
    padding: 120px 0;
    background: #fff;
}

/* HEADER */
.eb-app-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}

.eb-app-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 14px;
}

.eb-app-header p {
    font-size: 16px;
    color: #666;
}

/* PREVIEW BOX */
.eb-preview-box {
    background: #fafafa;
    border-radius: 24px;
    padding: 50px 40px;
    border: 1px solid #eee;
    max-width: 1100px;
    margin: auto;
}

/* PHONE GRID */
.eb-phone-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: center;
}

/* PHONE */
.eb-phone {
    display: flex;
    justify-content: center;
}

.eb-phone img {
    width: 100%;
    max-width: 280px;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .eb-phone-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .eb-app-header h2 {
        font-size: 30px;
    }
}
/* ---------- FAQ SECTION ---------- */

.eb-faq {
    padding: 120px 0;
    background: #fff;
}

/* HEADER */
.eb-faq-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}

.eb-faq-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 14px;
}

.eb-faq-header p {
    font-size: 16px;
    color: #666;
}

/* LIST */
.eb-faq-list {
    max-width: 820px;
    margin: auto;
}

/* ITEM */
.eb-faq-item {
    background: #fafafa;
    border-radius: 16px;
    margin-bottom: 14px;
    border: 1px solid #eee;
    overflow: hidden;
}

/* SUMMARY */
.eb-faq-item summary {
    cursor: pointer;
    padding: 18px 22px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    list-style: none;
    position: relative;
}

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

/* CHEVRON */
.eb-faq-item summary::after {
    content: "⌄";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
    transition: transform 0.2s ease;
}

.eb-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}

/* CONTENT */
.eb-faq-item p {
    padding: 0 22px 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .eb-faq-header h2 {
        font-size: 30px;
    }
}
/* ---------- FINAL CTA SECTION ---------- */

.eb-final-cta {
    padding: 140px 0;
    background: #fff;
}

/* CTA BOX */
.eb-cta-box {
    background: radial-gradient(
        circle at top,
        #222 0%,
        #111 60%,
        #0b0b0b 100%
    );
    border-radius: 28px;
    padding: 80px 40px;
    text-align: center;
    max-width: 1100px;
    margin: auto;
}

/* TEXT */
.eb-cta-box h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
}

.eb-cta-subtext {
    font-size: 16px;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 36px;
}

/* BUTTONS */
.eb-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 22px;
}

.eb-cta-btn {
    padding: 16px 32px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* PRIMARY */
.eb-cta-primary {
    background: #f9a825;
    color: #000;
}

/* SECONDARY */
.eb-cta-secondary {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
}

/* NOTE */
.eb-cta-note {
    font-size: 13px;
    color: #999;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .eb-cta-buttons {
        flex-direction: column;
    }

    .eb-cta-box h2 {
        font-size: 30px;
    }
}
.eb-hero-image {
    background: #eafcf8;
    height: 520px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eb-hero-image img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}
/* Single phone preview */
.eb-phone-single {
    display: flex;
    justify-content: center;
    align-items: center;
}

.eb-phone-single img {
    width: 100%;
/*     max-width: 320px;      control size here */
/*     border-radius: 28px; */
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}
