/* ==========================================================================
   BUSINESS 4: ACCOUNTING & CPA (LIGHT THEME, ARCHITECTURE 2)
   ========================================================================== */

:root {
    --primary: #0f172a;       /* Deep Slate/Navy */
    --brand-primary: #059669; /* Financial/Wealth Green */
    --brand-light: #d1fae5;
    --bg-white: #ffffff;
    --bg-off: #f8fafc;
    --text-main: #334155;
    --text-muted: #64748b;
    --border: #e2e8f0;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--bg-off);
    color: var(--text-main);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .logo {
    color: var(--primary);
    font-weight: 700;
    line-height: 1.2;
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 5%; }
img { max-width: 100%; display: block; border-radius: 12px; }
a { text-decoration: none; }

/* Utilities */
.text-center { text-align: center; }
.text-muted { color: var(--text-muted); }
.bg-light { background-color: #f1f5f9; }
.josef-preview-banner { background: var(--bg-white); color: var(--text-main); text-align: center; padding: 8px; font-size: 13px; border-bottom: 1px solid var(--border); }

/* =========================================================
   MASTER PROTOCOL: ARCHITECTURE 2 (FLOATING SCULPTED NOTCH)
   ========================================================= */
.header-2-wrapper { margin-top: 30px; margin-bottom: 50px; display: flex; flex-direction: column; align-items: center; filter: drop-shadow(0 15px 35px rgba(0,0,0,0.05)); z-index: 100; position: relative; }
.logo { font-size: 1.6rem; font-weight: 800; letter-spacing: -0.5px; }
.logo span { color: var(--brand-primary); }
.nav-link { color: var(--text-muted); font-weight: 600; font-size: 0.95rem; transition: color 0.2s; }
.nav-link:hover { color: var(--primary); }

.h2-top {
    width: 85%;
    background: white;
    border-radius: 24px 24px 0 0;
    padding: 20px 40px;
    display: flex; justify-content: space-between; align-items: center;
    position: relative;
    border-bottom: 1px solid var(--bg-off);
}
.h2-bottom {
    width: 60%;
    background: white;
    border-radius: 0 0 24px 24px;
    padding: 15px 30px;
    display: flex; justify-content: center; gap: 40px;
    position: relative;
}
/* The Magic Curves */
.h2-bottom::before, .h2-bottom::after {
    content: ''; position: absolute; top: 0; width: 30px; height: 30px; background: transparent;
}
.h2-bottom::before { left: -30px; border-top-right-radius: 20px; box-shadow: 10px -10px 0 0 white; }
.h2-bottom::after { right: -30px; border-top-left-radius: 20px; box-shadow: -10px -10px 0 0 white; }

/* Hero Section (Medium Typography) */
.cpa-hero { padding: 40px 0 80px 0; }
.hero-split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }

.trust-tag { display: inline-block; background: var(--brand-light); color: var(--brand-primary); padding: 6px 14px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; margin-bottom: 15px; letter-spacing: 0.5px; }
.hero-text h1 { font-size: clamp(2rem, 3.5vw, 2.8rem); margin-bottom: 20px; letter-spacing: -0.5px; } /* Strictly Medium */
.hero-text p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 30px; max-width: 480px; }

.hero-actions { display: flex; gap: 15px; flex-wrap: wrap; }
.btn-primary { background: var(--primary); color: white; padding: 14px 28px; border-radius: 8px; font-weight: 700; transition: background 0.2s; }
.btn-primary:hover { background: var(--brand-primary); }
.btn-outline { border: 2px solid var(--border); color: var(--primary); padding: 14px 28px; border-radius: 8px; font-weight: 700; transition: all 0.2s; }
.btn-outline:hover { border-color: var(--primary); }

.hero-image { position: relative; }
.floating-stat { position: absolute; bottom: -20px; left: -20px; background: white; padding: 20px; border-radius: 12px; box-shadow: 0 15px 30px rgba(0,0,0,0.08); display: flex; align-items: center; gap: 15px; border: 1px solid var(--border); }
.floating-stat i { font-size: 2rem; color: var(--brand-primary); background: var(--brand-light); padding: 10px; border-radius: 8px; }
.floating-stat strong { display: block; color: var(--primary); font-size: 1.2rem; }
.floating-stat span { color: var(--text-muted); font-size: 0.85rem; font-weight: 500; }

/* Services Section */
.services-section { padding: 90px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-heading { margin-bottom: 50px; }
.section-heading h2 { font-size: 2rem; margin-bottom: 15px; }
.section-heading p { font-size: 1.05rem; color: var(--text-muted); max-width: 500px; margin: 0 auto; }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.service-card { background: white; padding: 40px 30px; border-radius: 16px; border: 1px solid var(--border); box-shadow: 0 4px 15px rgba(0,0,0,0.02); transition: transform 0.3s; }
.service-card:hover { transform: translateY(-5px); border-color: #cbd5e1; }
.icon-box, .icon-wrap-green { width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 20px; }
.icon-box { background: var(--bg-off); color: var(--primary); }
.icon-wrap-green { background: var(--brand-primary); color: white; box-shadow: 0 8px 20px rgba(5, 150, 105, 0.3); }
.service-card h3 { font-size: 1.25rem; margin-bottom: 10px; }
.service-card p { font-size: 0.95rem; color: var(--text-muted); }

/* Trust Section */
.trust-section { padding: 90px 0; }
.trust-flex { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.trust-content h2 { font-size: 2rem; margin-bottom: 20px; }
.trust-content p { color: var(--text-muted); margin-bottom: 30px; font-size: 1.05rem; }

.benefits-list { list-style: none; }
.benefits-list li { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; font-weight: 600; color: var(--primary); }
.benefits-list i { color: var(--brand-primary); font-size: 1.2rem; }

/* Footer */
.cpa-footer { padding: 60px 0 40px 0; border-top: 1px solid var(--border); }

/* Animations */
.fade-in-up { animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards; opacity: 0; }
.delay-1 { animation-delay: 0.2s; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* Mobile Adaptations */
@media (max-width: 992px) {
    .hide-mobile { display: none; }
    .h2-top { width: 100%; border-radius: 16px; padding: 20px; }
    .h2-bottom { display: none; } /* Hide the complex notch on mobile for simplicity */
    .hero-split, .trust-flex { grid-template-columns: 1fr; gap: 40px; }
    .hero-text h1 { font-size: 2.2rem; }
    .floating-stat { left: 10px; right: 10px; bottom: -20px; }
}