/* ==========================================================================
   AssedioNet — Landing Perícias Médicas (Assistência Técnica Multidisciplinar)
   ========================================================================== */
@import url("colors_and_type.css");

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg-page);
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-weight: 350;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--an-orange-700); }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; color: var(--an-purple-900); text-wrap: balance; letter-spacing: -0.015em; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 60; background: rgba(251,248,242,.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(95,32,95,.08); }
.nav .inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-logo img { height: 54px; width: auto; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--fg-2); transition: color .15s; }
.nav-links a:hover { color: var(--an-purple-900); }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 10px; border: 0; cursor: pointer; font-family: var(--font-sans); font-weight: 700; padding: 15px 28px; border-radius: 999px; font-size: 14px; transition: transform .15s cubic-bezier(.2,.8,.2,1), background .2s, box-shadow .2s; letter-spacing: 0.01em; }
.btn:active { transform: scale(0.98); }
.btn-wa { background: #25D366; color: #fff; box-shadow: 0 10px 30px -10px rgba(37,211,102,.6); }
.btn-wa:hover { background: #1FB657; transform: translateY(-2px); box-shadow: 0 16px 40px -10px rgba(37,211,102,.7); }
.btn-brand { background: var(--an-purple-900); color: #fff; }
.btn-brand:hover { background: #4A1A4A; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--an-purple-900); border: 1.5px solid var(--an-purple-900); }
.btn-ghost:hover { background: var(--an-purple-900); color: #fff; }
.btn-yellow { background: var(--an-yellow-500); color: var(--an-purple-900); }
.btn-yellow:hover { background: var(--an-yellow-600); }
.btn-lg { padding: 18px 34px; font-size: 15px; }

/* HERO */
.hero { padding: 72px 0 60px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 90% -10%, rgba(252,196,30,.18), transparent 40%), radial-gradient(circle at -5% 80%, rgba(125,101,169,.18), transparent 45%); }
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(40px, 5.6vw, 72px); line-height: 1.02; font-weight: 700; margin: 18px 0 22px; }
.hero h1 em { font-style: normal; font-weight: 300; display: block; color: var(--an-purple-900); }
.hero h1 .hl { background: linear-gradient(180deg, transparent 60%, #FFDC93 60%); padding: 0 6px; }
.hero .lead { font-size: 19px; font-weight: 300; line-height: 1.55; color: var(--fg-2); max-width: 560px; margin: 0 0 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-meta { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; font-size: 13px; color: var(--fg-2); }
.hero-meta .dot { width: 4px; height: 4px; border-radius: 999px; background: var(--an-orange-500); }
.hero-meta strong { color: var(--an-purple-900); font-weight: 700; }

.hero-visual { aspect-ratio: 4/5; border-radius: 36px; background: linear-gradient(160deg, #FBF8F2 0%, #EBE4F0 60%, #D8C7DC 100%); position: relative; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(95,32,95,.3); display: flex; align-items: center; justify-content: center; }
.hero-visual .grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(95,32,95,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(95,32,95,.06) 1px, transparent 1px); background-size: 32px 32px; }
.hero-visual .stamp-card { position: absolute; top: 28px; right: 24px; z-index: 4; background: #fff; border-radius: 14px; padding: 14px 18px; box-shadow: 0 16px 30px -10px rgba(95,32,95,.3); font-size: 11px; line-height: 1.3; max-width: 200px; border-left: 4px solid var(--an-orange-500); }
.hero-visual .stamp-card .label { color: var(--an-orange-700); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; font-size: 9px; }
.hero-visual .stamp-card strong { color: var(--an-purple-900); font-family: var(--font-display); font-weight: 700; font-size: 13px; display: block; margin-top: 4px; }
.hero-visual .stamp-card p { color: var(--fg-2); margin: 4px 0 0; font-size: 11px; font-weight: 400; line-height: 1.4; }
.hero-visual .laudo-card { position: absolute; bottom: 28px; left: 24px; z-index: 4; background: var(--an-purple-900); color: #fff; border-radius: 14px; padding: 16px 18px; box-shadow: 0 16px 30px -10px rgba(95,32,95,.4); max-width: 220px; }
.hero-visual .laudo-card .label { color: var(--an-yellow-500); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; font-size: 9px; margin-bottom: 6px; }
.hero-visual .laudo-card .num { font-family: var(--font-mono); font-size: 11px; opacity: 0.7; }
.hero-visual .laudo-card .verdict { font-family: var(--font-display); font-weight: 700; font-size: 14px; margin-top: 4px; }
.hero-visual .seal { position: relative; z-index: 3; width: 60%; aspect-ratio: 1; border-radius: 999px; background: radial-gradient(circle, #fff 0%, #FBF8F2 60%, #EBE4F0 100%); border: 3px dashed var(--an-purple-900); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 20px 40px -12px rgba(95,32,95,.25); }
.hero-visual .seal-inner { width: 78%; aspect-ratio: 1; border-radius: 999px; border: 2px solid var(--an-purple-900); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 16px; }
.hero-visual .seal svg { width: 50px; height: 50px; color: var(--an-purple-900); margin-bottom: 6px; }
.hero-visual .seal h4 { font-family: var(--font-display); font-weight: 700; font-size: 14px; line-height: 1.05; color: var(--an-purple-900); }
.hero-visual .seal p { font-size: 9px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--an-orange-700); font-weight: 700; margin: 6px 0 0; }

/* STRIP */
.strip { background: var(--an-purple-900); padding: 40px 0; color: #fff; }
.strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.strip-stat strong { display: block; font-family: var(--font-display); font-weight: 700; color: var(--an-yellow-500); font-size: 38px; line-height: 1; letter-spacing: -0.02em; }
.strip-stat span { display: block; margin-top: 8px; font-size: 13px; color: rgba(255,255,255,.8); line-height: 1.4; }

/* SECTIONS */
.sect { padding: 84px 0; }
.sect-head { text-align: center; max-width: 780px; margin: 0 auto 56px; }
.sect-head h2 { font-size: clamp(34px, 4.4vw, 52px); line-height: 1.05; font-weight: 700; margin: 12px 0; }
.sect-head h2 em { font-style: normal; font-weight: 300; }
.sect-head p { font-size: 17px; font-weight: 300; color: var(--fg-2); line-height: 1.55; max-width: 620px; margin: 0 auto; }

/* PROBLEM */
.problem { background: var(--bg-soft); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.problem-card { background: #fff; border-radius: 22px; padding: 36px; border: 1px solid rgba(95,32,95,.08); }
.problem-card .ico { width: 56px; height: 56px; border-radius: 14px; background: var(--an-purple-900); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.problem-card .ico svg { width: 28px; height: 28px; stroke-width: 1.75; }
.problem-card h3 { font-size: 24px; font-weight: 700; line-height: 1.1; margin: 0 0 14px; color: var(--an-purple-900); }
.problem-card p { font-size: 16px; color: var(--fg-2); line-height: 1.6; margin: 0; font-weight: 400; }
.problem-card.purple { background: var(--an-purple-900); color: #fff; }
.problem-card.purple h3 { color: #fff; }
.problem-card.purple p { color: rgba(255,255,255,.85); }
.problem-card.purple .ico { background: var(--an-yellow-500); color: var(--an-purple-900); }

/* COMPARE */
.compare { background: var(--bg-page); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-width: 1080px; margin: 0 auto; border-radius: 28px; overflow: hidden; box-shadow: 0 30px 60px -25px rgba(95,32,95,.2); }
.compare-col { padding: 44px 40px; }
.compare-col.judicial { background: #fff; border-right: 1px solid rgba(95,32,95,.08); }
.compare-col.assist { background: var(--an-purple-900); color: #fff; }
.compare-col h3 { font-size: 26px; font-weight: 700; line-height: 1.1; margin: 12px 0 10px; }
.compare-col.assist h3 { color: #fff; }
.compare-col .role { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; }
.compare-col.judicial .role { color: var(--an-orange-700); }
.compare-col.assist .role { color: var(--an-yellow-500); }
.compare-col p.intro { font-size: 14px; color: var(--fg-2); line-height: 1.55; margin: 0 0 22px; font-weight: 350; }
.compare-col.assist p.intro { color: rgba(255,255,255,.85); }
.compare-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.compare-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 1.5; font-weight: 400; }
.compare-list li::before { content: ""; width: 18px; height: 18px; border-radius: 999px; flex-shrink: 0; margin-top: 2px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"); background-size: 60%; background-position: center; background-repeat: no-repeat; }
.compare-col.judicial .compare-list li::before { background-color: var(--an-purple-200); }
.compare-col.assist .compare-list li::before { background-color: var(--an-yellow-500); }
.compare-col.judicial .compare-list li { color: var(--fg-1); }
.compare-col.assist .compare-list li { color: rgba(255,255,255,.92); }

/* SERVICES */
.services { background: var(--bg-soft); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: #fff; border-radius: 22px; padding: 32px 30px; border: 1px solid rgba(95,32,95,.08); transition: transform .25s, box-shadow .25s; position: relative; overflow: hidden; }
.service-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--accent, var(--an-purple-900)); }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -20px rgba(95,32,95,.25); }
.service-card .num { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--accent, var(--an-purple-900)); letter-spacing: 0.12em; margin-bottom: 14px; display: inline-block; padding: 4px 10px; background: var(--accent-soft, rgba(95,32,95,.06)); border-radius: 999px; }
.service-card h4 { font-size: 20px; font-weight: 700; line-height: 1.15; margin: 0 0 12px; color: var(--an-purple-900); }
.service-card p { font-size: 14px; color: var(--fg-2); line-height: 1.6; margin: 0; font-weight: 400; }

/* PILLARS */
.pillars { background: var(--an-purple-900); color: #fff; }
.pillars .sect-head h2 { color: #fff; }
.pillars .sect-head h2 em { color: var(--an-yellow-500); }
.pillars .sect-head p { color: rgba(255,255,255,.78); }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar { background: rgba(255,255,255,.04); border: 1px solid rgba(252,196,30,.18); border-radius: 20px; padding: 28px; }
.pillar .ico { width: 48px; height: 48px; border-radius: 14px; background: var(--an-yellow-500); color: var(--an-purple-900); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pillar .ico svg { width: 24px; height: 24px; stroke-width: 2; }
.pillar h4 { color: #fff; font-size: 18px; font-weight: 700; line-height: 1.15; margin: 0 0 10px; }
.pillar p { font-size: 13.5px; color: rgba(255,255,255,.78); line-height: 1.55; margin: 0; font-weight: 350; }

/* TEAM */
.team { background: var(--bg-page); }
.team-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: center; }
.team-visual { aspect-ratio: 4/5; border-radius: 32px; background: linear-gradient(150deg, #5F205F 0%, #82377F 50%, #9E4B97 100%); position: relative; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(95,32,95,.5); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; }
.team-visual .silhouettes { display: flex; margin-bottom: 30px; padding-left: 22px; }
.team-visual .silh { width: 78px; height: 78px; border-radius: 999px; background: rgba(255,255,255,.16); border: 3px solid var(--an-purple-900); display: flex; align-items: center; justify-content: center; margin-left: -22px; font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 22px; }
.team-visual .silh.yellow { background: var(--an-yellow-500); color: var(--an-purple-900); border-color: var(--an-purple-900); }
.team-visual .silh.orange { background: var(--an-orange-500); color: #fff; }
.team-visual h3 { color: #fff; font-size: 26px; font-weight: 700; line-height: 1.05; text-align: center; margin: 0 0 14px; }
.team-visual h3 em { font-style: normal; font-weight: 300; color: var(--an-yellow-500); }
.team-visual .specs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 6px; }
.team-visual .spec { background: rgba(255,255,255,.1); border: 1px solid rgba(252,196,30,.3); padding: 6px 12px; border-radius: 999px; font-size: 11px; color: #fff; font-weight: 500; }
.team h2 { font-size: clamp(32px, 4vw, 46px); line-height: 1.05; margin: 12px 0 18px; }
.team h2 em { font-style: normal; font-weight: 300; }
.team p { font-size: 16px; color: var(--fg-2); line-height: 1.65; margin: 0 0 14px; font-weight: 350; }
.team-creds { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin-top: 22px; }
.team-creds li { list-style: none; display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--fg-1); font-weight: 500; }
.team-creds li::before { content: ""; width: 18px; height: 18px; border-radius: 999px; background: var(--an-orange-500); flex-shrink: 0; margin-top: 2px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"); background-size: 60%; background-position: center; background-repeat: no-repeat; }

/* AUDIENCE */
.audience { background: var(--bg-soft); }
.aud-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 980px; margin: 0 auto; }
.aud-card { background: #fff; border-radius: 22px; padding: 28px 30px; display: flex; gap: 18px; align-items: flex-start; border: 1px solid rgba(95,32,95,.08); }
.aud-card .ico { width: 48px; height: 48px; border-radius: 14px; background: var(--an-purple-900); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.aud-card .ico svg { width: 22px; height: 22px; stroke-width: 2; }
.aud-card h4 { color: var(--an-purple-900); font-weight: 700; font-size: 17px; margin: 0 0 6px; line-height: 1.15; }
.aud-card p { font-size: 14px; color: var(--fg-2); line-height: 1.55; margin: 0; font-weight: 400; }

/* TESTIMONIALS */
.testimonials { background: var(--bg-page); }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.test-card { background: var(--bg-soft); border-radius: 22px; padding: 30px; border: 1px solid rgba(95,32,95,.08); display: flex; flex-direction: column; gap: 14px; }
.test-card .quote-mark { font-family: var(--font-display); font-size: 56px; font-weight: 700; line-height: 0.6; color: var(--an-orange-500); height: 28px; }
.test-card p { font-size: 15px; color: var(--fg-1); line-height: 1.55; margin: 0; font-weight: 400; flex: 1; }
.test-card .src { display: flex; gap: 12px; align-items: center; padding-top: 16px; border-top: 1px solid rgba(95,32,95,.08); }
.test-card .avatar { width: 42px; height: 42px; border-radius: 999px; background: var(--an-purple-900); color: var(--an-yellow-500); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.test-card .src-name { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--an-purple-900); }
.test-card .src-meta { font-size: 12px; color: var(--fg-3); }
.test-card .stars { color: var(--an-yellow-600); font-size: 13px; letter-spacing: 2px; }

/* JOURNEY */
.journey { background: #fff; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.journey-grid::before { content: ""; position: absolute; left: 7%; right: 7%; top: 32px; border-top: 2px dashed rgba(95,32,95,.18); z-index: 0; }
.j-step { position: relative; z-index: 1; text-align: center; }
.j-step .num { width: 64px; height: 64px; border-radius: 999px; background: var(--an-purple-900); color: var(--an-yellow-500); font-family: var(--font-display); font-weight: 700; font-size: 24px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; box-shadow: 0 10px 28px -8px rgba(95,32,95,.4); }
.j-step h5 { font-family: var(--font-display); font-weight: 700; color: var(--an-purple-900); font-size: 17px; margin: 0 0 8px; }
.j-step p { font-size: 13px; color: var(--fg-2); line-height: 1.55; margin: 0; font-weight: 400; }

/* BLOG */
.blog { background: var(--bg-soft); }
.blog-head-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 36px; gap: 24px; flex-wrap: wrap; }
.blog-head-row .left { flex: 1; min-width: 280px; }
.blog-head-row h2 { font-size: clamp(32px, 4vw, 46px); line-height: 1.05; margin: 12px 0; font-weight: 700; }
.blog-head-row h2 em { font-style: normal; font-weight: 300; }
.blog-head-row p { font-size: 16px; color: var(--fg-2); margin: 0; font-weight: 350; max-width: 520px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { background: #fff; border-radius: 22px; overflow: hidden; border: 1px solid rgba(95,32,95,.08); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -20px rgba(95,32,95,.25); }
.blog-card .img-frame { aspect-ratio: 16/10; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 22px; padding: 20px; text-align: center; line-height: 1.05; }
.blog-card .img-frame.purple { background: linear-gradient(135deg, #5F205F, #82377F); }
.blog-card .img-frame.orange { background: linear-gradient(135deg, #DB6412, #CC5515); }
.blog-card .img-frame.lavender { background: linear-gradient(135deg, #7D65A9, #9E4B97); }
.blog-card .img-frame::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 80%, rgba(255,255,255,.18), transparent 50%), radial-gradient(circle at 80% 20%, rgba(252,196,30,.25), transparent 50%); }
.blog-card .img-frame > * { position: relative; z-index: 1; }
.blog-card .body { padding: 24px 26px 26px; flex: 1; display: flex; flex-direction: column; }
.blog-card .meta { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; font-size: 11px; color: var(--fg-3); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; }
.blog-card .meta .cat { color: var(--an-orange-700); }
.blog-card h3 { font-size: 19px; font-weight: 700; line-height: 1.2; margin: 0 0 10px; color: var(--an-purple-900); }
.blog-card p { font-size: 14px; color: var(--fg-2); line-height: 1.55; margin: 0 0 16px; flex: 1; font-weight: 400; }
.blog-card .read-more { font-size: 13px; color: var(--an-orange-700); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.blog-card .read-more::after { content: "→"; transition: transform .2s; }
.blog-card:hover .read-more::after { transform: translateX(4px); }

/* FAQ */
.faq { padding: 84px 0; background: var(--bg-page); }
.faq-grid { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border-radius: 18px; padding: 24px 28px; border: 1px solid rgba(95,32,95,.08); }
.faq-item summary { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--an-purple-900); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: var(--font-display); font-weight: 300; font-size: 28px; color: var(--an-orange-500); line-height: 0.6; transition: transform .25s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 16px 0 0; font-size: 15px; color: var(--fg-2); line-height: 1.6; font-weight: 400; }

/* CTA FINAL */
.cta-final { padding: 96px 0; background: var(--an-purple-900); color: #fff; text-align: center; position: relative; overflow: hidden; }
.cta-final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 30%, rgba(252,196,30,.18), transparent 40%), radial-gradient(circle at 85% 70%, rgba(37,211,102,.18), transparent 40%); }
.cta-final .wrap { position: relative; z-index: 1; max-width: 720px; }
.cta-final h2 { font-size: clamp(36px, 5vw, 60px); line-height: 1.04; color: #fff; font-weight: 700; margin: 0 0 18px; }
.cta-final h2 em { font-style: normal; font-weight: 300; color: var(--an-yellow-500); }
.cta-final p { font-size: 18px; color: rgba(255,255,255,.85); font-weight: 300; max-width: 560px; margin: 0 auto 32px; line-height: 1.55; }
.cta-final-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.cta-note { font-size: 13px; color: rgba(255,255,255,.6); padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 20px; }

/* FOOTER */
.footer { padding: 56px 0 28px; background: #2B1A2E; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.footer h5 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--an-yellow-500); font-weight: 700; margin: 0 0 14px; }
.footer a { display: block; font-size: 13px; color: rgba(255,255,255,.78); margin-bottom: 7px; transition: color .15s; }
.footer a:hover { color: var(--an-yellow-500); }
.footer .brand-col img { height: 58px; width: auto; margin-bottom: 14px; filter: brightness(0) invert(1); }
.footer .brand-col p { font-size: 13px; line-height: 1.55; max-width: 280px; font-weight: 300; margin: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,.5); flex-wrap: wrap; gap: 8px; }

/* FAB */
.fab-wa { position: fixed; bottom: 22px; right: 22px; z-index: 80; width: 60px; height: 60px; border-radius: 999px; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 36px -10px rgba(37,211,102,.6); transition: transform .2s; animation: pulse 2.4s infinite; }
.fab-wa:hover { transform: scale(1.06); }
.fab-wa svg { width: 30px; height: 30px; }
@keyframes pulse {
  0% { box-shadow: 0 14px 36px -10px rgba(37,211,102,.6), 0 0 0 0 rgba(37,211,102,.5); }
  70% { box-shadow: 0 14px 36px -10px rgba(37,211,102,.6), 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 14px 36px -10px rgba(37,211,102,.6), 0 0 0 0 rgba(37,211,102,0); }
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .hero-grid, .team-grid, .compare-grid { grid-template-columns: 1fr; }
  .strip .wrap, .problem-grid, .pillars-grid, .services-grid, .aud-grid, .test-grid, .blog-grid, .journey-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .journey-grid::before { display: none; }
  .compare-col.judicial { border-right: 0; border-bottom: 1px solid rgba(95,32,95,.08); }
  .team-creds { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .strip .wrap, .problem-grid, .pillars-grid, .services-grid, .aud-grid, .test-grid, .blog-grid, .journey-grid, .footer-grid { grid-template-columns: 1fr; }
  .sect, .faq, .cta-final { padding: 64px 0; }
}
