/* ─────────────────────────────────────────────
   Farcos Assessoria Contábil – main.css v1.0.0
   ───────────────────────────────────────────── */

:root {
  --navy:      #0B1F3A;
  --navy-mid:  #132D52;
  --gold:      #C9952A;
  --gold-light:#E8B84B;
  --gold-pale: #F5E8C8;
  --cream:     #FAF7F2;
  --white:     #FFFFFF;
  --gray-soft: #F0EDE8;
  --gray-text: #5A5A5A;
  --gray-mid:  #888;
  --border:    #E0D8CC;
  --green-wa:  #25D366;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--navy); overflow-x: hidden; }
img  { max-width: 100%; display: block; }
a    { text-decoration: none; color: inherit; }
ul   { list-style: none; }

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }
.section-label { font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: .75rem; display: block; }
.section-title  { font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--navy); margin-bottom: 1rem; }
.section-sub    { font-size: 1.05rem; color: var(--gray-text); max-width: 560px; line-height: 1.7; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .85rem 2rem; border-radius: 4px; font-family: 'DM Sans', sans-serif; font-size: .95rem; font-weight: 600; cursor: pointer; transition: all .22s ease; border: 2px solid transparent; }
.btn-gold         { background: var(--gold); color: var(--white); border-color: var(--gold); }
.btn-gold:hover   { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,149,42,.35); }
.btn-outline      { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover{ background: var(--navy); color: var(--white); }
.btn-outline-white       { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); }
.btn-outline-white:hover { background: var(--white); color: var(--navy); }
.btn-wa       { background: var(--green-wa); color: var(--white); border-color: var(--green-wa); font-size: 1rem; padding: 1rem 2.2rem; }
.btn-wa:hover { background: #1ebe5a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,.35); }

/* ── NAVBAR ── */
#navbar { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 1.1rem 0; transition: all .3s ease; }
#navbar.scrolled { background: var(--navy); box-shadow: 0 4px 30px rgba(0,0,0,.2); padding: .75rem 0; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; }
.nav-logo  { display: flex; align-items: center; gap: .75rem; }
.logo-mark { width: 42px; height: 42px; background: var(--gold); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 800; color: var(--white); flex-shrink: 0; }
.logo-text  { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name  { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--white); }
.logo-sub   { font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-light); }
.nav-links  { display: flex; align-items: center; gap: .25rem; }
.nav-links a { color: rgba(255,255,255,.85); font-size: .9rem; font-weight: 500; padding: .5rem .85rem; border-radius: 3px; transition: all .2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,.1); }
.nav-cta { margin-left: .75rem; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: .4rem; background: none; border: none; }
.hamburger span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: .3s; }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: var(--navy); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a, .mobile-menu .mobile-nav-list a { color: var(--white); font-size: 1.4rem; font-family: 'Playfair Display', serif; }
.mobile-menu .mobile-nav-list { list-style: none; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.mobile-close { position: absolute; top: 1.5rem; right: 2rem; background: none; border: none; color: var(--white); font-size: 1.8rem; cursor: pointer; }

/* ── HERO ── */
#hero { min-height: 100vh; background: var(--navy); position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-bg      { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=1600&q=80') center/cover no-repeat; opacity: .13; }
.hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 80% 20%, rgba(201,149,42,.15) 0%,transparent 50%), radial-gradient(circle at 10% 80%, rgba(201,149,42,.08) 0%,transparent 40%); }
.hero-inner   { max-width: 1200px; margin: 0 auto; padding: 8rem 2rem 5rem; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; width: 100%; }
.hero-badge   { display: inline-flex; align-items: center; gap: .5rem; background: rgba(201,149,42,.15); border: 1px solid rgba(201,149,42,.3); border-radius: 30px; padding: .35rem 1rem; margin-bottom: 1.5rem; font-size: .8rem; color: var(--gold-light); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.hero-title   { font-size: clamp(2.2rem, 5vw, 3.6rem); color: var(--white); margin-bottom: 1.25rem; line-height: 1.15; }
.hero-title em { color: var(--gold-light); font-style: normal; }
.hero-desc    { font-size: 1.1rem; color: rgba(255,255,255,.75); line-height: 1.8; margin-bottom: 2rem; max-width: 480px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
.hero-stats   { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.stat-num     { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--gold-light); line-height: 1; }
.stat-label   { font-size: .8rem; color: rgba(255,255,255,.6); margin-top: .2rem; letter-spacing: .05em; }
.hero-visual  { position: relative; }
.hero-card    { background: rgba(255,255,255,.05); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 2rem; animation: floatCard 5s ease-in-out infinite; }
@keyframes floatCard { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.hero-card-img   { border-radius: 10px; overflow: hidden; height: 220px; }
.hero-card-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-body  { padding: 1.25rem 0 0; }
.hero-card-tag   { font-size: .75rem; color: var(--gold-light); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hero-card-title { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: var(--white); margin: .4rem 0 .6rem; }
.hero-card-desc  { font-size: .875rem; color: rgba(255,255,255,.6); line-height: 1.6; }
.badge-float       { position: absolute; background: var(--gold); color: var(--white); border-radius: 10px; padding: .75rem 1.25rem; display: flex; align-items: center; gap: .5rem; font-size: .85rem; font-weight: 600; box-shadow: 0 8px 30px rgba(201,149,42,.4); z-index: 2; }
.badge-float.top   { top: -1rem; left: -1.5rem; animation: floatCard 4s ease-in-out infinite .5s; }
.badge-float.bottom{ bottom: -1rem; right: -1.5rem; animation: floatCard 4s ease-in-out infinite 1s; }

/* ── SECTION WRAPPER ── */
.section    { padding: 5.5rem 0; }
.container  { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section-head { margin-bottom: 3.5rem; }
.section-head.center { text-align: center; }
.section-head.center .section-sub { margin: 0 auto; }

/* ── SERVICES ── */
#servicos { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.service-card       { background: var(--cream); border-radius: 12px; overflow: hidden; transition: all .3s ease; border: 1px solid var(--border); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(11,31,58,.12); border-color: var(--gold); }
.service-card-img   { height: 160px; overflow: hidden; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-card-img img { transform: scale(1.06); }
.service-card-body  { padding: 1.4rem; }
.service-icon       { width: 36px; height: 36px; background: var(--gold-pale); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: .85rem; }
.service-card-body h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--navy); margin-bottom: .5rem; }
.service-card-body p  { font-size: .875rem; color: var(--gray-text); line-height: 1.6; margin-bottom: 1rem; }
.service-link         { font-size: .85rem; font-weight: 600; color: var(--gold); display: inline-flex; align-items: center; gap: .3rem; transition: gap .2s; }
.service-link:hover   { gap: .6rem; }

/* ── PROCESS ── */
#processo { background: var(--white); }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 2rem; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); z-index: 0; }
.process-step   { text-align: center; position: relative; z-index: 1; }
.step-num { width: 64px; height: 64px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; border: 3px solid var(--gold); font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--gold); transition: .3s; }
.process-step:hover .step-num { background: var(--gold); color: var(--white); }
.process-step h3 { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--navy); margin-bottom: .5rem; }
.process-step p  { font-size: .85rem; color: var(--gray-text); line-height: 1.6; }

/* ── ABOUT ── */
#nossa-historia { background: var(--cream); }
.about-grid     { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-stack  { position: relative; height: 480px; }
.about-img-main   { border-radius: 16px; overflow: hidden; position: absolute; top: 0; left: 0; width: 78%; height: 360px; box-shadow: 0 24px 60px rgba(11,31,58,.18); }
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-accent   { border-radius: 12px; overflow: hidden; position: absolute; bottom: 0; right: 0; width: 52%; height: 220px; border: 4px solid var(--white); box-shadow: 0 16px 40px rgba(11,31,58,.15); }
.about-img-accent img { width: 100%; height: 100%; object-fit: cover; }
.about-badge      { position: absolute; bottom: 1rem; left: 1rem; background: var(--gold); color: var(--white); border-radius: 10px; padding: 1rem 1.5rem; box-shadow: 0 8px 30px rgba(201,149,42,.4); }
.about-badge-num  { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 800; line-height: 1; }
.about-badge-label{ font-size: .78rem; font-weight: 500; opacity: .9; margin-top: .2rem; }
.about-content    { padding-right: 1rem; }
.about-features   { margin: 2rem 0; display: flex; flex-direction: column; gap: 1rem; }
.about-feat       { display: flex; align-items: flex-start; gap: 1rem; }
.about-feat-icon  { width: 40px; height: 40px; min-width: 40px; background: var(--gold-pale); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.about-feat-text h4 { font-size: .95rem; font-weight: 600; color: var(--navy); margin-bottom: .2rem; }
.about-feat-text p  { font-size: .85rem; color: var(--gray-text); line-height: 1.6; }

/* ── TESTIMONIALS ── */
#depoimentos { background: var(--navy); position: relative; overflow: hidden; }
#depoimentos::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1521791136064-7986c2920216?w=1600&q=80') center/cover; opacity: .05; }
#depoimentos .container { position: relative; z-index: 1; }
.testimonials-grid  { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.testimonial-card   { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 2rem; transition: .3s; }
.testimonial-card:hover { background: rgba(255,255,255,.1); border-color: rgba(201,149,42,.3); }
.testimonial-stars  { color: var(--gold); font-size: 1rem; letter-spacing: .1em; margin-bottom: 1rem; }
.testimonial-text   { font-size: .95rem; color: rgba(255,255,255,.8); line-height: 1.75; font-style: italic; margin-bottom: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: .85rem; }
.testimonial-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--white); font-weight: 700; flex-shrink: 0; }
.testimonial-name   { font-weight: 600; color: var(--white); font-size: .9rem; }
.testimonial-role   { font-size: .8rem; color: rgba(255,255,255,.5); margin-top: .15rem; }
.section-title.light { color: var(--white); }
.section-sub.light   { color: rgba(255,255,255,.65); }

/* ── PLANS ── */
#planos    { background: var(--white); }
.plans-grid{ display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.plan-card         { border-radius: 16px; padding: 2.5rem 2rem; border: 2px solid var(--border); position: relative; transition: .3s; background: var(--cream); }
.plan-card.featured{ background: var(--navy); border-color: var(--gold); transform: scale(1.03); box-shadow: 0 24px 60px rgba(11,31,58,.2); }
.plan-badge        { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--white); border-radius: 20px; padding: .3rem 1.2rem; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.plan-name         { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--navy); margin-bottom: .5rem; }
.plan-card.featured .plan-name { color: var(--white); }
.plan-desc         { font-size: .875rem; color: var(--gray-text); margin-bottom: 1.5rem; line-height: 1.6; }
.plan-card.featured .plan-desc { color: rgba(255,255,255,.6); }
.plan-price        { margin-bottom: 2rem; }
.plan-price-num    { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700; color: var(--navy); }
.plan-card.featured .plan-price-num  { color: var(--gold-light); }
.plan-price-period { font-size: .85rem; color: var(--gray-mid); }
.plan-card.featured .plan-price-period { color: rgba(255,255,255,.5); }
.plan-features     { display: flex; flex-direction: column; gap: .75rem; margin-bottom: 2rem; }
.plan-features li  { font-size: .9rem; color: var(--gray-text); display: flex; align-items: center; gap: .6rem; }
.plan-card.featured .plan-features li { color: rgba(255,255,255,.8); }
.plan-features li::before { content: '✓'; color: var(--gold); font-weight: 700; }
.plan-card .btn { width: 100%; justify-content: center; }

/* ── BLOG ── */
#blog      { background: var(--cream); }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.blog-card       { background: var(--white); border-radius: 12px; overflow: hidden; border: 1px solid var(--border); transition: .3s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(11,31,58,.1); }
.blog-card-img   { height: 180px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-body  { padding: 1.5rem; }
.blog-tag        { font-size: .72rem; font-weight: 700; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; margin-bottom: .6rem; }
.blog-card-body h3   { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--navy); margin-bottom: .6rem; line-height: 1.4; }
.blog-card-body h3 a { color: inherit; }
.blog-card-body h3 a:hover { color: var(--gold); }
.blog-card-body p    { font-size: .875rem; color: var(--gray-text); line-height: 1.6; margin-bottom: 1rem; }
.blog-meta  { font-size: .78rem; color: var(--gray-mid); display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }

/* ── CONTACT ── */
#contato { background: var(--navy); position: relative; overflow: hidden; }
#contato::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 90% 10%, rgba(201,149,42,.12) 0%, transparent 50%); }
#contato .container { position: relative; z-index: 1; }
.contact-grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.contact-details { margin: 2.5rem 0; display: flex; flex-direction: column; gap: 1.25rem; }
.contact-item    { display: flex; align-items: flex-start; gap: 1rem; }
.contact-item-icon  { width: 44px; height: 44px; min-width: 44px; background: rgba(201,149,42,.15); border: 1px solid rgba(201,149,42,.3); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.contact-item-label { font-size: .75rem; color: var(--gold-light); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .2rem; }
.contact-item-value { font-size: .95rem; color: rgba(255,255,255,.9); line-height: 1.5; }
.contact-form       { background: var(--white); border-radius: 16px; padding: 2.5rem; }
.contact-form h3    { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--navy); }
.contact-form-sub   { font-size: .9rem; color: var(--gray-text); margin: .3rem 0 1.75rem; line-height: 1.6; }
.form-row      { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group    { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1rem; }
.form-group label { font-size: .8rem; font-weight: 600; color: var(--navy); letter-spacing: .05em; text-transform: uppercase; }
.form-group input,
.form-group textarea,
.form-group select { padding: .8rem 1rem; border: 1.5px solid var(--border); border-radius: 6px; font-family: 'DM Sans', sans-serif; font-size: .9rem; color: var(--navy); background: var(--cream); transition: .2s; outline: none; }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--gold); background: var(--white); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-submit  { display: flex; flex-direction: column; gap: .75rem; margin-top: 1.25rem; }
.form-divider { text-align: center; font-size: .8rem; color: var(--gray-mid); display: flex; align-items: center; gap: .75rem; }
.form-divider::before,.form-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }

/* ── FOOTER ── */
footer { background: #07131F; padding: 4rem 0 0; }
.footer-grid  { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-desc  { font-size: .875rem; color: rgba(255,255,255,.5); line-height: 1.7; margin: 1.25rem 0 1.5rem; max-width: 280px; }
.footer-socials { display: flex; gap: .5rem; }
.footer-social  { width: 34px; height: 34px; border-radius: 6px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; font-size: .9rem; color: rgba(255,255,255,.6); transition: .2s; cursor: pointer; }
.footer-social:hover { background: var(--gold); color: var(--white); }
.footer-col h4  { font-family: 'Playfair Display', serif; font-size: .95rem; color: var(--white); margin-bottom: 1.2rem; }
.footer-col ul  { display: flex; flex-direction: column; gap: .6rem; }
.footer-col ul li a { font-size: .85rem; color: rgba(255,255,255,.5); transition: .2s; display: inline-block; }
.footer-col ul li a:hover { color: var(--gold-light); padding-left: 4px; }
.footer-newsletter { margin-top: 1.25rem; }
.newsletter-form   { display: flex; gap: .5rem; margin-top: .75rem; }
.newsletter-form input  { flex: 1; padding: .7rem 1rem; border-radius: 5px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.08); color: var(--white); font-family: 'DM Sans', sans-serif; font-size: .85rem; outline: none; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.35); }
.newsletter-form input:focus { border-color: var(--gold); }
.newsletter-form button { padding: .7rem 1rem; background: var(--gold); border: none; border-radius: 5px; color: var(--white); font-weight: 600; cursor: pointer; transition: .2s; font-size: .85rem; font-family: 'DM Sans', sans-serif; }
.newsletter-form button:hover { background: var(--gold-light); }
.footer-bottom       { padding: 1.5rem 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; }
.footer-bottom p     { font-size: .8rem; color: rgba(255,255,255,.3); }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { font-size: .8rem; color: rgba(255,255,255,.3); transition: .2s; }
.footer-bottom-links a:hover { color: var(--gold-light); }

/* ── WHATSAPP FLOAT ── */
.wa-float { position: fixed; bottom: 2rem; right: 2rem; z-index: 900; width: 58px; height: 58px; background: var(--green-wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); box-shadow: 0 8px 30px rgba(37,211,102,.4); cursor: pointer; transition: .3s; animation: waPulse 2.5s ease-in-out infinite; }
@keyframes waPulse { 0%,100%{box-shadow:0 8px 30px rgba(37,211,102,.4)} 50%{box-shadow:0 8px 40px rgba(37,211,102,.7)} }
.wa-float:hover { transform: scale(1.12); }
.wa-tooltip { position: absolute; right: 70px; background: var(--navy); color: var(--white); font-size: .8rem; font-weight: 500; padding: .5rem 1rem; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: .2s; font-family: 'DM Sans', sans-serif; }
.wa-float:hover .wa-tooltip { opacity: 1; }

/* ── BLOG SINGLE / ARCHIVE ── */
.blog-page-header { background: var(--navy); padding: 7rem 0 3rem; text-align: center; }
.blog-page-header h1 { color: var(--white); font-size: clamp(1.8rem,4vw,2.8rem); }
.blog-page-header p  { color: rgba(255,255,255,.6); margin-top: .5rem; font-size: 1rem; }
.blog-content-wrap { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; padding: 4rem 0; }
.blog-single h1    { font-size: clamp(1.6rem,4vw,2.4rem); color: var(--navy); margin-bottom: 1rem; }
.blog-single .post-meta { font-size: .85rem; color: var(--gray-mid); margin-bottom: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; }
.blog-single .post-meta span { display: flex; align-items: center; gap: .3rem; }
.blog-single .post-thumbnail { border-radius: 12px; overflow: hidden; margin-bottom: 2rem; max-height: 450px; }
.blog-single .post-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.blog-single .post-content { line-height: 1.8; color: var(--gray-text); font-size: 1rem; }
.blog-single .post-content h2,.blog-single .post-content h3 { color: var(--navy); margin: 2rem 0 1rem; }
.blog-single .post-content p   { margin-bottom: 1.25rem; }
.blog-single .post-content ul  { margin: 1rem 0 1.25rem 1.5rem; }
.blog-single .post-content img { border-radius: 8px; margin: 1.5rem 0; }
.sidebar-widget { margin-bottom: 2rem; }
.sidebar-widget .widget-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--navy); margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 2px solid var(--gold-pale); }

/* ── ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── PAGE HERO (interior pages) ── */
.page-hero { background: var(--navy); padding: 8rem 0 4rem; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 70% 30%, rgba(201,149,42,.12) 0%, transparent 50%); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: var(--white); font-size: clamp(2rem,5vw,3rem); margin-bottom: .75rem; }
.page-hero p  { color: rgba(255,255,255,.65); font-size: 1.05rem; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid   { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger            { display: flex; }
  .hero-inner           { grid-template-columns: 1fr; text-align: center; gap: 3rem; padding: 7rem 1.5rem 4rem; }
  .hero-actions, .hero-stats { justify-content: center; }
  .hero-visual          { display: none; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-img-stack      { height: 300px; margin-bottom: 2rem; }
  .testimonials-grid, .plans-grid, .blog-grid { grid-template-columns: 1fr; }
  .plan-card.featured   { transform: none; }
  .process-steps        { grid-template-columns: repeat(2,1fr); }
  .process-steps::before{ display: none; }
  .footer-grid          { grid-template-columns: 1fr; }
  .form-row             { grid-template-columns: 1fr; }
  .footer-bottom        { flex-direction: column; text-align: center; }
  .blog-content-wrap    { grid-template-columns: 1fr; }
  .about-content        { padding-right: 0; }
}

@media (max-width: 480px) {
  .services-grid  { grid-template-columns: 1fr; }
  .process-steps  { grid-template-columns: 1fr; }
  .hero-stats     { gap: 1.5rem; }
}

/* ── WP DEFAULTS RESET ── */
.wp-block-image img { border-radius: 8px; }
.alignwide  { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull  { max-width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
