/*
Theme Name: Atta CPA Premium V2
Theme URI: https://attaurrehmanco.com
Author: Atta Ur Rehman
Description: Premium finance and accounting WordPress theme for Atta Ur Rehman Chartered Professional Accountant.
Version: 2.1.0
Text Domain: atta-cpa-premium
*/

:root {
  --deep: #111111;
  --deep-2: #2e3033;
  --green: #2e3033;
  --mint: #ded9d5;
  --gold: #b8ada7;
  --orange: #8f8580;
  --ink: #151515;
  --muted: #6f6966;
  --paper: #f4f1ef;
  --card: #ffffff;
  --line: rgba(17, 17, 17, 0.13);
  --shadow: 0 18px 46px rgba(17, 17, 17, 0.10);
  --dark-shadow: 0 28px 90px rgba(17, 17, 17, 0.34);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.62;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1220px, calc(100% - 44px)); margin: 0 auto; }
.topbar { background: var(--deep); color: rgba(255,255,255,.76); font-size: .78rem; font-weight: 700; }
.topbar .shell { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.top-links { display: flex; gap: 22px; white-space: nowrap; }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(244,241,239,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.site-logo { width: min(280px, 34vw); height: auto; max-height: 58px; display: block; object-fit: contain; mix-blend-mode: multiply; }
.footer-logo { filter: invert(1) grayscale(1) brightness(1.8); mix-blend-mode: screen; max-height: 64px; }
.brand-mark { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--deep); color: var(--gold); font-family: "Playfair Display", Georgia, serif; font-weight: 800; box-shadow: 0 10px 22px rgba(17,17,17,.2); }
.brand > span:not(.brand-mark) { display: grid; }
.brand strong { display: block; line-height: 1.1; }
.brand span span { display: block; color: var(--muted); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; color: var(--muted); font-size: .88rem; font-weight: 900; }
.nav-links a:hover, .nav-links .current-menu-item a { color: var(--green); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.phone-chip { display: grid; line-height: 1.1; font-size: .78rem; color: var(--muted); font-weight: 800; }
.phone-chip strong { color: var(--ink); font-size: .96rem; margin-top: 3px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; place-items: center; padding: 0; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--deep); margin: 3px 0; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; background: var(--green); color: white; font-size: .9rem; font-weight: 900; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); background: var(--deep-2); }
.btn.gold { background: var(--gold); color: #111111; }
.btn.dark-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.24); }
.hero { min-height: calc(100vh - 124px); position: relative; display: grid; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(17,17,17,.98), rgba(46,48,51,.88), rgba(184,173,167,.22)), url("assets/finance-hero.png") center right / cover no-repeat; overflow: hidden; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 92px; background: linear-gradient(0deg, var(--paper), rgba(244,241,239,0)); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.98fr) minmax(300px,.48fr); gap: 48px; align-items: end; padding: 76px 0 70px; }
.eyebrow, .label { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 14px; }
.eyebrow::before, .label::before { content: ""; width: 34px; height: 2px; background: currentColor; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; letter-spacing: 0; }
.hero h1 { max-width: 880px; font-size: clamp(3.4rem, 7vw, 7rem); line-height: .94; }
.hero h1 span { color: var(--gold); }
.hero-copy { max-width: 620px; margin-top: 24px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero-card { align-self: end; border-radius: 24px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(16px); box-shadow: var(--dark-shadow); overflow: hidden; animation: float-card 5s ease-in-out infinite; }
.hero-card-top { padding: 24px; border-bottom: 1px solid rgba(255,255,255,.16); }
.hero-card-top strong { display: block; font-size: 1.22rem; line-height: 1.3; }
.hero-card-top p { color: rgba(255,255,255,.67); margin-top: 8px; font-size: .92rem; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.14); }
.metric { padding: 18px 14px; background: rgba(17,17,17,.62); text-align: center; }
.metric strong { display: block; font-size: 1.7rem; line-height: 1; color: var(--gold); }
.metric span { display: block; margin-top: 7px; color: rgba(255,255,255,.68); font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.feature-bar { position: relative; z-index: 3; margin-top: -46px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 10px; overflow: hidden; background: var(--card); box-shadow: var(--shadow); }
.feature { min-height: 134px; display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: center; padding: 24px; border-right: 1px solid var(--line); }
.feature:last-child { border-right: none; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-weight: 900; }
.feature span:last-child { display: block; color: var(--muted); font-size: .86rem; margin-top: 4px; }
.client-strip { padding: 44px 0; background: #fff; border-bottom: 1px solid var(--line); overflow: hidden; }
.client-strip-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 18px; }
.client-strip-head .label { margin-bottom: 0; }
.client-strip-head span { color: var(--muted); font-size: .86rem; font-weight: 800; }
.client-marquee { width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.client-marquee:hover .customer-logo-wall.compact { animation-play-state: paused; }
.customers-page { background: #fff; }
.customer-logo-wall { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 30px 46px; align-items: center; padding: 18px 0 8px; }
.customer-logo-wall.compact { width: max-content; display: flex; gap: 28px; padding-top: 8px; animation: logoSlide 52s linear infinite; }
.customer-logo { min-height: 100px; display: flex; align-items: center; justify-content: center; padding: 10px 8px; background: #fff; }
.customer-logo-wall.compact .customer-logo { width: 210px; flex: 0 0 210px; }
.customer-logo img { width: 100%; max-width: 188px; max-height: 78px; object-fit: contain; display: block; filter: none; }
.customer-logo-wall.compact .customer-logo { min-height: 86px; }
.customer-logo-wall.compact .customer-logo img { max-height: 62px; }
.customer-text-fallback { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.customer-text-fallback span { min-height: 42px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 999px; background: var(--paper); color: var(--muted); font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
@keyframes logoSlide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
section { padding: 92px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 42px; }
h2 { max-width: 760px; font-size: clamp(2.2rem, 4.5vw, 4rem); line-height: 1.03; }
.lead { max-width: 540px; color: var(--muted); font-size: 1rem; }
.grid-2 { display: grid; grid-template-columns: .92fr 1.08fr; gap: 62px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 28px; box-shadow: 0 12px 30px rgba(17,17,17,.06); transition: transform .24s ease, box-shadow .24s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(17,17,17,.10); }
.card p { color: var(--muted); margin-top: 10px; }
.portrait { min-height: 560px; border-radius: 28px; background: url("assets/atta-ur-rehman.jpg") center top / cover no-repeat; box-shadow: var(--shadow); }
.about-hero { background-position: center; }
.about-panel, .location-panel { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 30px; box-shadow: 0 14px 34px rgba(17,17,17,.07); }
.about-panel h3, .location-panel h3 { color: var(--deep); font-size: 1.55rem; line-height: 1.18; margin-bottom: 18px; }
.about-check { display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: start; padding: 16px 0; border-top: 1px solid var(--line); }
.about-check strong { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--deep); color: #fff; font-size: .82rem; }
.about-check span { color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 34px; align-items: start; }
.contact-main { min-width: 0; }
.contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.contact-card { min-height: 166px; padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 42px rgba(17,17,17,.07); }
.contact-card span { display: block; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }
.contact-card strong { display: block; color: var(--deep); font-size: 1.06rem; line-height: 1.25; }
.contact-card p, .location-panel p { color: var(--muted); margin-top: 10px; }
.location-panel { position: sticky; top: 112px; }
.map-box { min-height: 260px; display: grid; place-items: center; text-align: center; margin: 24px 0; border-radius: 22px; background: linear-gradient(135deg, #111, #2e3033 58%, #b8ada7); color: #fff; overflow: hidden; position: relative; }
.map-box::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; }
.map-box span { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: var(--gold); font-family: "Playfair Display", Georgia, serif; font-size: 1.5rem; font-weight: 900; }
.map-box strong, .map-box small { position: relative; display: block; }
.map-box small { color: rgba(255,255,255,.68); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.reviews-section { background: var(--paper); }
.center-head { display: grid; justify-items: center; text-align: center; margin-bottom: 54px; }
.center-head .label { margin-bottom: 12px; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.review-card { position: relative; min-height: 292px; display: flex; flex-direction: column; padding: 30px; border-radius: 6px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 42px rgba(17,17,17,.06); }
.review-card::after { content: "\""; position: absolute; right: 30px; top: 20px; color: var(--gold); font-family: Georgia, serif; font-size: 3rem; line-height: 1; opacity: .55; }
.stars { color: var(--gold); letter-spacing: .16em; font-size: .95rem; font-weight: 900; margin-bottom: 24px; }
.review-card p { color: var(--ink); font-style: italic; line-height: 1.7; margin-bottom: 28px; }
.review-author { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.review-author span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--deep); color: var(--gold); font-weight: 900; }
.review-author strong, .review-author small { display: block; line-height: 1.3; }
.review-author small { color: var(--muted); font-size: .82rem; }
.final-cta { position: relative; padding: 112px 0 86px; background: linear-gradient(180deg, #191919, #111111); color: #fff; text-align: center; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; top: 0; left: 50%; width: 80px; height: 3px; transform: translateX(-50%); background: var(--gold); }
.final-cta-inner { position: relative; display: grid; justify-items: center; }
.final-cta .label { color: var(--gold); }
.final-cta h2 { max-width: 920px; color: #fff; font-size: clamp(2.15rem, 4.3vw, 4.15rem); }
.final-cta p:not(.label) { color: rgba(255,255,255,.72); margin-top: 16px; font-size: 1.08rem; }
.final-cta .hero-actions { justify-content: center; margin-top: 32px; }
.contact-mini { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 44px; margin-top: 36px; color: rgba(255,255,255,.72); font-size: .92rem; }
.contact-mini a { color: rgba(255,255,255,.78); }
.dark { background: var(--deep); color: #fff; }
.dark .label { color: var(--gold); }
.dark .lead { color: rgba(255,255,255,.68); }
.dark .card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); box-shadow: none; }
.dark .card p { color: rgba(255,255,255,.68); }
.timeline { display: grid; gap: 14px; }
.step { display: grid; grid-template-columns: 76px 1fr; gap: 20px; align-items: start; }
.num { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--deep); color: var(--gold); font-weight: 900; }
.service-accordion { display: grid; gap: 0; border-top: 1px solid var(--line); }
.service-panel { border-bottom: 1px solid var(--line); }
.service-toggle { width: 100%; min-height: 68px; display: flex; align-items: center; gap: 16px; border: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; font-size: 1rem; font-weight: 900; letter-spacing: .01em; }
.service-toggle:hover { color: var(--green); }
.service-symbol { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 4px; background: var(--deep); position: relative; transition: background .2s ease; }
.service-symbol::before, .service-symbol::after { content: ""; position: absolute; width: 13px; height: 3px; border-radius: 99px; background: #fff; transition: transform .2s ease; }
.service-symbol::after { transform: rotate(90deg); }
.service-panel.open .service-symbol { background: var(--gold); }
.service-panel.open .service-symbol::after { transform: rotate(0); }
.service-panel.open .service-toggle { color: var(--green); }
.service-content { display: none; padding: 0 0 32px 42px; max-width: 1100px; }
.service-panel.open .service-content { display: block; animation: accordionIn .24s ease; }
.service-detail { display: block !important; max-width: 1050px; }
.service-photo { width: 220px !important; max-width: 220px !important; min-height: 128px; border-radius: 14px; background: linear-gradient(135deg, rgba(17,17,17,.18), rgba(184,173,167,.18)); box-shadow: 0 10px 24px rgba(17,17,17,.10); overflow: hidden; position: relative; }
.service-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(17,17,17,.14), rgba(184,173,167,.12)); pointer-events: none; }
.service-photo img,
.service-content img { width: 220px !important; max-width: 220px !important; height: 128px !important; display: block; object-fit: cover; object-position: center; border-radius: 14px; }
.service-photo.audit { background-position: center right; }
.service-photo.audit img { object-position: center right; }
.service-photo.accounting img { object-position: center; }
.service-photo.consulting img { object-position: left center; }
.service-photo.direct-tax img { object-position: center bottom; }
.service-photo.indirect-tax img { object-position: right bottom; }
.service-photo.erp img { object-position: center top; }
.service-content h3 { color: var(--green); font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.1; margin-bottom: 12px; }
.service-content p { color: var(--muted); max-width: 1120px; font-size: 1rem; }
.service-content ul { display: grid; gap: 9px; margin-top: 22px; list-style: none; color: var(--ink); }
.service-content li { position: relative; padding-left: 26px; letter-spacing: .02em; }
.service-content li::before { content: "»"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
@keyframes accordionIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.soft-band { background: rgba(255,255,255,.42); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.blog-feature { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 34px; align-items: start; }
.article-main, .article-sidebar, .blog-row, .guide-item { background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 42px rgba(17,17,17,.07); }
.article-main { border-radius: 24px; padding: 38px; }
.article-sidebar { position: sticky; top: 112px; border-radius: 20px; padding: 26px; }
.article-meta { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.article-meta::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.article-main h3, .blog-row h3 { font-family: "Playfair Display", Georgia, serif; color: var(--deep); font-size: clamp(1.9rem, 3.4vw, 3.15rem); line-height: 1.05; margin-bottom: 20px; }
.article-body { display: grid; gap: 15px; color: var(--muted); font-size: 1rem; }
.article-sidebar h4 { color: var(--deep); font-size: 1rem; margin-bottom: 14px; letter-spacing: .08em; text-transform: uppercase; }
.article-sidebar ul { display: grid; gap: 12px; list-style: none; }
.article-sidebar li { position: relative; padding-left: 24px; color: var(--muted); }
.article-sidebar li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.blog-list { display: grid; gap: 18px; }
.blog-row { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 34px; border-radius: 22px; padding: 30px; }
.blog-row h3 { font-size: clamp(1.55rem, 2.4vw, 2.35rem); margin-bottom: 0; }
.blog-guide { display: grid; grid-template-columns: .75fr 1.25fr; gap: 44px; align-items: start; }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.guide-item { border-radius: 18px; padding: 24px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); box-shadow: none; }
.guide-item h3 { color: #fff; font-size: 1.08rem; margin-bottom: 8px; }
.guide-item p { color: rgba(255,255,255,.68); font-size: .94rem; }
.blog-catalog { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; align-items: start; }
.blog-posts { display: grid; gap: 18px; }
.blog-index-card { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 22px; padding: 28px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 42px rgba(17,17,17,.07); transition: transform .22s ease, box-shadow .22s ease; }
.blog-index-card:hover { transform: translateY(-4px); box-shadow: 0 24px 58px rgba(17,17,17,.12); }
.blog-date { min-height: 92px; border-radius: 16px; display: grid; align-content: center; justify-items: center; padding: 12px; background: var(--deep); color: #fff; text-align: center; }
.blog-date strong { color: var(--gold); font-size: 2rem; line-height: 1; }
.blog-date span { margin-top: 7px; color: rgba(255,255,255,.7); font-size: .7rem; font-weight: 900; text-transform: uppercase; line-height: 1.3; }
.blog-index-content h3 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.45rem, 2.3vw, 2.15rem); line-height: 1.08; color: var(--deep); margin-bottom: 12px; }
.blog-index-content > p:not(.article-meta) { color: var(--muted); max-width: 760px; }
.post-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; font-weight: 800; }
.post-foot a { color: var(--green); font-weight: 900; }
.blog-sidebar { position: sticky; top: 112px; display: grid; gap: 16px; }
.sidebar-box { display: grid; gap: 12px; padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 36px rgba(17,17,17,.07); }
.sidebar-box h3 { color: var(--deep); font-size: 1.18rem; }
.sidebar-box a:not(.btn), .sidebar-box p { color: var(--muted); font-weight: 700; }
.sidebar-box a:not(.btn) { padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.sidebar-box a:not(.btn):hover { color: var(--green); }
.highlight-box { background: var(--deep); color: #fff; }
.highlight-box h3 { color: #fff; }
.highlight-box p { color: rgba(255,255,255,.7); }
.highlight-box .btn { width: fit-content; margin-top: 4px; }
.premium-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.premium-blog-card { display: flex; flex-direction: column; min-height: 100%; border-radius: 22px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 48px rgba(17,17,17,.09); transition: transform .22s ease, box-shadow .22s ease; }
.premium-blog-card:hover { transform: translateY(-5px); box-shadow: 0 28px 70px rgba(17,17,17,.14); }
.blog-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--deep); }
.blog-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.premium-blog-card:hover .blog-image img { transform: scale(1.04); }
.premium-blog-content { display: flex; flex-direction: column; flex: 1; padding: 26px; }
.blog-meta-line { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.blog-meta-line span { display: inline-flex; align-items: center; gap: 8px; }
.blog-meta-line span + span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.premium-blog-content h3 { color: var(--deep); font-size: 1.34rem; line-height: 1.22; margin-bottom: 13px; }
.premium-blog-content p { color: var(--muted); font-size: .95rem; margin-top: 10px; }
.read-more { width: fit-content; margin-top: auto; padding-top: 20px; color: var(--green); font-weight: 900; }
.read-more::after { content: " ->"; color: var(--gold); }
.blog-article-layout { max-width: 980px; }
.full-blog-article { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 34px; box-shadow: 0 18px 48px rgba(17,17,17,.09); }
.full-blog-article > img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; border-radius: 18px; margin-bottom: 28px; }
.full-blog-article h2 { font-size: clamp(2rem, 3.5vw, 3.3rem); margin-bottom: 18px; }
.full-blog-article p { color: var(--muted); font-size: 1.05rem; margin-top: 14px; }
.full-blog-article .btn { margin-top: 28px; }
.cta { background: linear-gradient(90deg, rgba(17,17,17,.97), rgba(46,48,51,.86)), url("assets/finance-hero.png") center right / cover no-repeat; color: #fff; }
.cta-box { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
footer { background: #111111; color: #fff; padding: 54px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1.15fr; gap: 34px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.12); }
footer p, footer li, footer a { color: rgba(255,255,255,.64); font-size: .92rem; }
footer ul { list-style: none; display: grid; gap: 8px; }
footer h4 { margin-bottom: 13px; font-size: .74rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 22px; color: rgba(255,255,255,.46); font-size: .84rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 100; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 16px 36px rgba(17,17,17,.24); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 22px 44px rgba(17,17,17,.3); }
.whatsapp-float svg { width: 32px; height: 32px; fill: currentColor; }
.reveal, .reveal-left, .reveal-right { opacity: 0; transition: opacity .75s ease, transform .75s ease; }
.reveal { transform: translateY(28px); }
.reveal-left { transform: translateX(-38px); }
.reveal-right { transform: translateX(38px); }
.reveal.on, .reveal-left.on, .reveal-right.on { opacity: 1; transform: translate(0); }
@keyframes float-card { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (max-width: 1000px) {
  .topbar { display: none; }
  .nav-inner { min-height: 76px; flex-direction: row; align-items: center; padding: 10px 0; position: relative; }
  .brand-mark { width: 44px; height: 44px; }
  .brand strong { font-size: .96rem; }
  .brand span span { font-size: .58rem; letter-spacing: .11em; }
  .phone-chip, .nav-cta > .btn { display: none; }
  .menu-toggle { display: grid; }
  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 10px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    color: var(--ink);
  }
  .nav-links.open { display: grid; }
  .nav-links li { list-style: none; }
  .nav-links a { display: block; padding: 13px 12px; border-radius: 12px; }
  .nav-links a:hover, .nav-links .current-menu-item a { background: var(--mint); }
  .hero-grid, .grid-2, .cta-box, .blog-feature, .blog-guide, .blog-catalog, .contact-layout { grid-template-columns: 1fr; }
  .location-panel { position: static; }
  .article-sidebar, .blog-sidebar { position: static; }
  .blog-row { grid-template-columns: 1fr; gap: 18px; }
  .feature-grid, .grid-3, .footer-grid, .premium-blog-grid, .customer-logo-wall, .review-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1220px); }
  .nav-inner { min-height: 72px; }
  .brand { gap: 10px; min-width: 0; }
  .site-logo { width: min(220px, 58vw); max-height: 50px; }
  .brand > span:not(.brand-mark) { min-width: 0; }
  .brand strong { font-size: .94rem; white-space: nowrap; }
  .brand span span { font-size: .55rem; white-space: nowrap; }
  .menu-toggle { width: 44px; height: 44px; flex: 0 0 auto; }
  .hero { min-height: auto; background-position: center; }
  .hero-grid { padding: 56px 0 64px; }
  .hero h1 { font-size: clamp(2.55rem, 11vw, 3.15rem); line-height: .98; max-width: 100%; }
  .hero-copy { font-size: .98rem; margin-top: 18px; }
  .eyebrow, .label { font-size: .68rem; letter-spacing: .13em; }
  section { padding: 66px 0; }
  .hero-metrics, .feature-grid, .grid-3, .footer-grid, .premium-blog-grid, .review-grid { grid-template-columns: 1fr; }
  .final-cta { padding: 78px 0 64px; }
  .contact-mini { display: grid; gap: 12px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .whatsapp-float svg { width: 30px; height: 30px; }
  .contact-cards { grid-template-columns: 1fr; }
  .client-strip-head { display: grid; gap: 8px; }
  .customer-logo-wall { grid-template-columns: 1fr; gap: 16px; }
  .customer-logo-wall.compact { gap: 18px; }
  .customer-logo-wall.compact .customer-logo { width: 170px; flex-basis: 170px; }
  .customer-logo { min-height: 82px; }
  .customer-logo img { max-width: 170px; max-height: 58px; }
  .article-main, .article-sidebar, .blog-row, .blog-index-card, .sidebar-box { padding: 22px; border-radius: 18px; }
  .premium-blog-content { padding: 22px; }
  .full-blog-article { padding: 22px; border-radius: 18px; }
  .full-blog-article > img { border-radius: 14px; aspect-ratio: 16 / 10; }
  .blog-index-card { grid-template-columns: 1fr; gap: 16px; }
  .blog-date { width: 96px; min-height: 82px; justify-items: start; text-align: left; }
  .guide-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-card { animation: none; }
  .step { grid-template-columns: 1fr; }
  .service-toggle { min-height: 60px; align-items: center; }
  .service-content { padding-left: 0; padding-bottom: 28px; }
  .service-detail { grid-template-columns: 1fr !important; gap: 16px; }
  .service-photo { width: 210px !important; max-width: 100% !important; min-height: 122px; border-radius: 14px; }
  .service-photo img,
  .service-content img { width: 210px !important; max-width: 100% !important; height: 122px !important; border-radius: 14px; }
  .service-content h3 { font-size: 1.75rem; }
  .portrait { min-height: 420px; }
  .cta-box { padding: 0; }
}
