/*
Theme Name: iMind Safe
Theme URI: https://www.linkedin.com/company/imindsafe/
Author: iMind Safe
Description: Tema institucional exclusivo da iMind Safe, com apresentação das soluções de SST e iMind Safe Analytics – Inteligência Ocupacional.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: imind-safe
*/

:root {
  --yellow: #f7c843;
  --yellow-soft: #f0cb37;
  --yellow-bright: #ffe600;
  --gold: #bea418;
  --bronze: #b68d40;
  --ink: #2c2b26;
  --graphite: #333333;
  --black: #090909;
  --white: #ffffff;
  --soft: #f6f5f1;
  --line: #deddd7;
  --muted: #686761;
  --container: 1180px;
  --wide: 1320px;
  --radius: 24px;
  --shadow: 0 22px 70px rgba(24, 23, 19, .1);
  --font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container-wide { width: min(calc(100% - 48px), var(--wide)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; overflow: hidden; }
.section-soft { background: var(--soft); }
.section-dark { color: var(--white); background: var(--black); }
.section-dark em { color: var(--yellow); }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; background: var(--yellow); padding: 12px 16px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.error-page { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 18px; width: min(calc(100% - 48px), 760px); margin-inline: auto; padding: 80px 0; }
.error-page img { width: 150px; margin-bottom: 26px; }
.error-page h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.25rem, 5.2vw, 5.35rem); margin-bottom: 28px; font-weight: 760; }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); margin-bottom: 24px; font-weight: 760; }
h3 { font-size: 1.35rem; }
em { font-style: normal; color: var(--gold); }
p { color: var(--muted); }
.section-dark p { color: rgba(255,255,255,.7); }
.eyebrow, .section-index { text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; color: var(--bronze); margin-bottom: 24px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--yellow); }
.eyebrow span { width: 42px; height: 2px; background: var(--yellow); display: inline-block; }
.section-index.light { color: var(--yellow); }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading.centered { max-width: 860px; text-align: center; margin-inline: auto; }
.section-heading.centered > p:last-child { max-width: 720px; margin: 0 auto; font-size: 1.08rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.split-heading > p, .split-heading .intro-copy { margin-bottom: 10px; }
.split-heading .intro-copy p { margin-bottom: 14px; }

.button { min-height: 54px; padding: 0 24px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-size: .87rem; font-weight: 800; letter-spacing: .005em; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; }
.button-primary { background: var(--yellow); color: var(--black); }
.button-primary:hover { background: var(--yellow-bright); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--black); }
.button-ghost { border-color: rgba(255,255,255,.26); color: var(--white); }
.button-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.button-small { min-height: 44px; padding: 0 18px; font-size: .78rem; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 800; color: var(--ink); border-bottom: 1px solid var(--yellow); padding-bottom: 6px; }
.text-link svg { width: 20px; height: 20px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(44,43,38,.09); backdrop-filter: blur(14px); }
.header-shell { height: 82px; display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 32px; }
.brand { width: 115px; height: 64px; display: flex; align-items: center; }
.brand img { max-height: 58px; width: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.25vw, 34px); }
.desktop-nav a { position: relative; font-size: .81rem; font-weight: 700; color: #4b4a46; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--yellow); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.header-cta { white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: var(--ink); color: var(--yellow); cursor: pointer; }
.menu-toggle svg { width: 24px; height: 24px; }
.mobile-menu { background: var(--white); border-top: 1px solid var(--line); padding: 24px; box-shadow: 0 26px 40px rgba(0,0,0,.12); }
.mobile-menu nav { display: flex; flex-direction: column; gap: 0; }
.mobile-menu nav > a:not(.button) { padding: 15px 4px; border-bottom: 1px solid var(--line); font-weight: 750; }
.mobile-menu .button { margin-top: 22px; }

/* Hero */
.hero { min-height: 760px; display: flex; align-items: center; position: relative; overflow: hidden; background:
  radial-gradient(circle at 79% 52%, rgba(247,200,67,.14), transparent 25%),
  linear-gradient(115deg, #090909 0%, #151512 50%, #0c0c0b 100%); }
.hero { background-color: var(--black); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, black 45%, black); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 64px; padding: 80px 0 92px; position: relative; z-index: 2; }
.hero-copy { max-width: 680px; }
.hero-lead { color: var(--white) !important; font-size: 1.28rem; line-height: 1.55; max-width: 650px; margin-bottom: 20px; }
.hero-body { max-width: 640px; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero-support { display: flex; align-items: center; gap: 12px; font-size: .83rem; color: rgba(255,255,255,.62); }
.hero-support svg { width: 20px; color: var(--yellow); }
.hero-visual { height: 560px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-logo-core { position: relative; width: 230px; height: 230px; display: grid; place-items: center; border-radius: 50%; background: rgba(0,0,0,.74); box-shadow: 0 0 0 1px rgba(247,200,67,.35), 0 0 90px rgba(247,200,67,.14); z-index: 3; }
.hero-logo-core img { width: 176px; }
.signal-ring { position: absolute; border: 1px solid rgba(247,200,67,.25); border-radius: 50%; }
.ring-one { width: 360px; height: 360px; }
.ring-two { width: 500px; height: 500px; border-style: dashed; animation: rotate 45s linear infinite; }
.signal-ring::before, .signal-ring::after { content: ""; position: absolute; width: 9px; height: 9px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 20px var(--yellow); }
.ring-one::before { top: 12%; left: 16%; }.ring-one::after { bottom: 8%; right: 21%; }
.ring-two::before { top: 47%; left: -5px; }.ring-two::after { top: 16%; right: 11%; }
.circuit { position: absolute; width: 180px; height: 1px; background: linear-gradient(90deg, transparent, var(--yellow)); opacity: .45; }
.circuit::after { content: ""; position: absolute; width: 7px; height: 7px; border: 1px solid var(--yellow); border-radius: 50%; top: -3px; right: 0; }
.circuit-a { transform: rotate(34deg) translateX(-180px); }.circuit-b { transform: rotate(-29deg) translateX(175px); }
.data-tag { position: absolute; z-index: 4; font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18); background: rgba(20,20,17,.84); backdrop-filter: blur(9px); display: flex; align-items: center; gap: 8px; }
.data-tag span { width: 6px; height: 6px; background: var(--yellow); border-radius: 50%; }
.tag-risk { top: 12%; left: 7%; }.tag-health { top: 21%; right: 0; }.tag-fap { bottom: 18%; right: 5%; }.tag-decision { bottom: 10%; left: 3%; }
.hero-footer-line { position: absolute; bottom: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, var(--yellow), var(--gold), transparent 82%); }
@keyframes rotate { to { transform: rotate(360deg); } }

/* Problem */
.problem-panel { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--ink); color: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.problem-statement { padding: 56px; position: relative; background: linear-gradient(145deg, #25241f, #11110f); }
.problem-statement::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 6px; background: var(--yellow); }
.problem-statement p { color: var(--white); font-size: 1.38rem; line-height: 1.5; margin: 0; position: relative; z-index: 1; }
.quote-mark { position: absolute; font-size: 8rem; font-weight: 900; color: rgba(247,200,67,.16); line-height: 1; top: 22px; left: 28px; }
.problem-detail { padding: 56px; display: flex; flex-direction: column; justify-content: center; }
.problem-detail p { color: rgba(255,255,255,.7); }
.problem-detail strong { color: var(--yellow); font-size: 1.02rem; line-height: 1.55; }

/* Tension */
.fragment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 56px; }
.fragment-card { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 30px 26px; min-height: 190px; position: relative; transition: transform .22s ease, border-color .22s ease; }
.fragment-card:hover { transform: translateY(-5px); border-color: var(--yellow); }
.fragment-card > span { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.fragment-card h3 { margin: 48px 0 8px; }
.fragment-card p { margin: 0; }
.tension-conclusion { display: grid; grid-template-columns: 4px 1fr; gap: 34px; max-width: 930px; margin: 0 auto; }
.tension-line { background: linear-gradient(var(--yellow), var(--gold)); border-radius: 99px; }
.tension-conclusion h3 { font-size: 1.75rem; line-height: 1.28; margin-bottom: 20px; }
.tension-conclusion strong { display: block; margin-top: 22px; padding: 20px 24px; background: rgba(247,200,67,.19); border-radius: 12px; }

/* Pillars */
.section-pillars { background-color: var(--black); background-image: radial-gradient(circle at 50% 20%, #24231f, #0a0a09 58%); }
.pillars-title { text-align: center; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .14em; font-size: .73rem; font-weight: 800; margin-bottom: 28px; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pillar-card { min-height: 330px; padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.035); position: relative; display: flex; flex-direction: column; justify-content: flex-end; }
.pillar-card.featured { background: var(--yellow); color: var(--black); border-color: var(--yellow); transform: translateY(-10px); }
.pillar-card.featured p { color: rgba(0,0,0,.68); }
.pillar-card > svg { width: 54px; height: 54px; color: var(--yellow); margin-bottom: auto; }
.pillar-card.featured > svg { color: var(--black); }
.pillar-number { position: absolute; top: 26px; right: 28px; color: rgba(255,255,255,.3); font-size: .78rem; font-weight: 900; }
.pillar-card.featured .pillar-number { color: rgba(0,0,0,.35); }
.pillar-card h3 { font-size: 1.65rem; margin-bottom: 12px; }
.pillar-card p { margin: 0; }
.pillars-close { text-align: center; color: var(--white) !important; margin: 38px 0 0; font-weight: 800; }

/* Fronts */
.fronts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.front-card { min-height: 430px; border-radius: var(--radius); padding: 44px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.front-card::before { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; right: -100px; top: -100px; border: 1px solid currentColor; opacity: .13; }
.front-sst { background: var(--soft); border: 1px solid var(--line); }
.front-analytics { background: var(--ink); color: var(--white); }
.front-analytics p { color: rgba(255,255,255,.66); }
.front-topline { display: flex; justify-content: space-between; margin-bottom: 72px; color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.front-topline svg { width: 42px; height: 42px; color: var(--yellow); }
.front-card h3 { font-size: 2rem; max-width: 470px; }
.front-card p { max-width: 500px; }
.front-card > a { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; margin-top: auto; color: var(--gold); }
.front-card > a svg { width: 20px; height: 20px; }
.front-analytics > a { color: var(--yellow); }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 330px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 30px; position: relative; transition: box-shadow .25s ease, transform .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card > svg { width: 43px; height: 43px; color: var(--gold); margin-bottom: 54px; }
.service-card > span { position: absolute; top: 30px; right: 30px; font-size: .7rem; font-weight: 900; color: #aaa9a2; }
.service-card h3 { margin-bottom: 14px; }
.service-card p { font-size: .91rem; margin-bottom: 0; }
.inline-cta { margin-top: 24px; border-radius: 18px; background: var(--yellow); padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.inline-cta span { text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 900; }
.inline-cta h3 { margin: 6px 0 0; max-width: 690px; }

/* Analytics */
.section-analytics { background-color: var(--black); background-image: linear-gradient(125deg, #0a0a09 0%, #151512 75%, #222116); }
.analytics-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: center; }
.analytics-visual { min-height: 670px; position: sticky; top: 130px; display: grid; place-items: center; }
.analytics-core { width: 180px; height: 180px; border-radius: 50%; background: rgba(0,0,0,.82); display: grid; place-items: center; z-index: 3; box-shadow: 0 0 80px rgba(247,200,67,.14); }
.analytics-core img { width: 136px; }
.data-orbit { position: absolute; border: 1px solid rgba(247,200,67,.22); border-radius: 50%; }
.orbit-1 { width: 290px; height: 290px; }.orbit-2 { width: 430px; height: 430px; border-style: dashed; }.orbit-3 { width: 570px; height: 570px; opacity: .5; }
.orbit-label { position: absolute; padding: 8px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(0,0,0,.75); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--yellow); z-index: 4; }
.l1 { top: 16%; left: 13%; }.l2 { top: 12%; right: 12%; }.l3 { top: 46%; left: 1%; }.l4 { top: 42%; right: -1%; }.l5 { bottom: 15%; left: 13%; }.l6 { bottom: 11%; right: 21%; }
.analytics-copy h2 { font-size: clamp(2.6rem, 4vw, 4.1rem); }
.analytics-copy p { margin-bottom: 17px; }
.analytics-copy strong { color: var(--yellow); display: block; margin-top: 24px; font-size: 1.1rem; }
.analytics-highlight { margin: 26px 0; padding: 25px 28px; border-left: 4px solid var(--yellow); background: rgba(255,255,255,.055); font-size: 1.05rem; font-weight: 750; }

/* FAP */
.areas-map { height: 470px; position: relative; max-width: 1000px; margin: 18px auto 40px; }
.area-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 170px; height: 170px; border-radius: 50%; background: var(--ink); color: var(--yellow); display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 2.5rem; font-weight: 850; box-shadow: 0 0 0 16px rgba(247,200,67,.18), 0 20px 60px rgba(0,0,0,.18); }
.area-core span { font-size: .66rem; text-transform: uppercase; letter-spacing: .13em; color: var(--white); font-weight: 700; }
.area-chip { position: absolute; padding: 15px 20px; border: 1px solid var(--line); background: var(--white); border-radius: 999px; font-size: .84rem; font-weight: 800; box-shadow: 0 10px 35px rgba(0,0,0,.07); }
.area-chip::after { content: ""; position: absolute; height: 1px; width: 95px; background: var(--yellow); top: 50%; }
.a1 { top: 8%; left: 14%; }.a1::after, .a2::after, .a3::after { left: 100%; transform-origin: left; }
.a2 { top: 40%; left: 0; }.a3 { bottom: 9%; left: 15%; }
.a4 { top: 8%; right: 19%; }.a4::after, .a5::after, .a6::after { right: 100%; transform-origin: right; }
.a5 { top: 40%; right: 4%; }.a6 { bottom: 9%; right: 21%; }
.a1::after, .a4::after { transform: rotate(29deg); }.a3::after, .a6::after { transform: rotate(-29deg); }
.fap-conclusion { max-width: 860px; margin: 0 auto; padding: 34px 40px; border-radius: 18px; background: var(--soft); border: 1px solid var(--line); text-align: center; }
.fap-conclusion strong { display: block; margin-top: 14px; color: var(--ink); }

/* Method */
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.method-grid article { background: var(--white); min-height: 310px; padding: 32px 28px; }
.method-grid span { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.method-grid h3 { margin-top: 92px; }
.method-grid p { font-size: .9rem; margin-bottom: 0; }
.method-note { display: flex; align-items: flex-start; gap: 20px; max-width: 880px; margin: 30px auto 0; padding: 24px 28px; }
.method-note > svg { width: 34px; height: 34px; flex: 0 0 auto; color: var(--gold); }
.method-note p { margin-bottom: 6px; }
.center-action { text-align: center; margin-top: 34px; }

/* Diagnostic */
.section-diagnostic { padding-top: 76px; padding-bottom: 76px; }
.diagnostic-card { border-radius: 30px; background: var(--ink); color: var(--white); padding: 66px; display: grid; grid-template-columns: 160px 1fr 230px; gap: 46px; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.diagnostic-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: var(--yellow); }
.diagnostic-label { font-size: .72rem; color: var(--yellow); text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.diagnostic-copy { position: relative; z-index: 2; }
.diagnostic-copy h2 { font-size: 3rem; }
.diagnostic-copy p { color: rgba(255,255,255,.7); }
.diagnostic-copy .button { margin-top: 12px; }
.diagnostic-symbol { align-self: center; height: 230px; position: relative; }
.diagnostic-symbol span { position: absolute; width: 16px; height: 16px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 24px rgba(247,200,67,.7); }
.diagnostic-symbol span::before { content: ""; position: absolute; height: 1px; width: 150px; background: linear-gradient(90deg, var(--yellow), transparent); top: 8px; right: 8px; transform-origin: right; }
.diagnostic-symbol span:nth-child(1) { top: 8%; right: 5%; }.diagnostic-symbol span:nth-child(2) { top: 42%; right: 44%; }.diagnostic-symbol span:nth-child(3) { bottom: 8%; right: 15%; }.diagnostic-symbol span:nth-child(4) { bottom: 29%; left: 3%; }

/* Approach */
.section-approach { background-color: var(--black); background-image: linear-gradient(110deg, #0a0a09, #23221d); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; }
.approach-copy { padding-left: 46px; border-left: 1px solid rgba(247,200,67,.4); }
.approach-copy p { font-size: 1.03rem; }
.approach-copy strong { display: block; color: var(--yellow); margin-top: 28px; font-size: 1.12rem; line-height: 1.55; }

/* About */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.team-card { border: 1px solid var(--line); border-radius: 18px; padding: 28px; display: grid; grid-template-columns: 76px 1fr; gap: 20px; align-items: start; }
.avatar { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--yellow); position: relative; overflow: hidden; }
.avatar::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(247,200,67,.38); border-radius: 50%; }
.avatar span { font-size: 1.8rem; font-weight: 850; }
.team-card h3 { margin: 4px 0 7px; }
.team-card p { margin-bottom: 14px; }
.team-card small { color: #8a8983; line-height: 1.45; display: block; }

/* National */
.national-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.national-visual { height: 420px; position: relative; display: grid; place-items: center; }
.national-visual > svg { width: 210px; height: 210px; color: var(--ink); stroke-width: .8; position: relative; z-index: 2; }
.globe-lines { position: absolute; width: 390px; height: 390px; border: 1px solid var(--yellow); border-radius: 50%; box-shadow: inset 0 0 0 40px rgba(247,200,67,.08); }
.globe-lines::before, .globe-lines::after { content: ""; position: absolute; inset: 42px 0; border-top: 1px solid rgba(44,43,38,.18); border-bottom: 1px solid rgba(44,43,38,.18); border-radius: 50%; }
.globe-lines::after { inset: 0 92px; border: 1px solid rgba(44,43,38,.18); }
.point { width: 12px; height: 12px; background: var(--yellow); border: 3px solid var(--white); box-shadow: 0 0 0 1px var(--gold), 0 7px 18px rgba(0,0,0,.2); border-radius: 50%; position: absolute; z-index: 3; }
.p1 { top: 20%; left: 34%; }.p2 { top: 28%; right: 27%; }.p3 { top: 49%; left: 25%; }.p4 { bottom: 24%; right: 32%; }.p5 { bottom: 17%; left: 43%; }
.national-copy { max-width: 570px; }
.national-copy p { font-size: 1.03rem; }

/* Final */
.section-final { padding: 88px 0; background: var(--yellow); }
.final-card { text-align: center; max-width: 920px; }
.final-kicker { display: inline-flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 900; margin-bottom: 28px; }
.final-kicker span { width: 32px; height: 32px; border-radius: 50%; background: var(--ink); color: var(--yellow); display: grid; place-items: center; }
.final-card h2 { font-size: clamp(3rem, 5.5vw, 5.2rem); }
.final-card h2 em { color: var(--ink); text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 9px; }
.final-card > p { max-width: 760px; margin: 0 auto 20px; color: rgba(0,0,0,.68); font-size: 1.08rem; }
.final-card > strong { display: block; max-width: 680px; margin: 0 auto 30px; }
.contact-number { margin-top: 18px; font-size: .8rem; }

/* Footer */
.site-footer { background: var(--black); color: var(--white); padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr; gap: 90px; }
.footer-brand img { width: 142px; margin-bottom: 18px; }
.footer-brand p { margin: 2px 0; font-size: .85rem; }
.footer-grid h3 { color: var(--yellow); font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 17px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { color: rgba(255,255,255,.67); margin-bottom: 10px; font-size: .86rem; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { margin-top: 54px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: .72rem; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; min-height: 50px; padding: 0 18px; border-radius: 999px; background: var(--yellow); color: var(--black); display: flex; align-items: center; gap: 9px; box-shadow: 0 13px 32px rgba(0,0,0,.25); font-size: .78rem; font-weight: 850; }
.floating-whatsapp svg { width: 20px; height: 20px; }

/* Motion */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .ring-two { animation: none; } }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-shell { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual { height: 470px; }
  .split-heading { gap: 50px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .analytics-grid { grid-template-columns: 1fr; }
  .analytics-visual { min-height: 550px; position: relative; top: auto; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .diagnostic-card { grid-template-columns: 140px 1fr; }
  .diagnostic-symbol { display: none; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card { max-width: 720px; }
}

@media (max-width: 760px) {
  .container, .container-wide { width: min(calc(100% - 34px), var(--container)); }
  .section { padding: 78px 0; }
  .site-header { position: sticky; }
  .header-shell { height: 72px; grid-template-columns: 1fr auto; }
  .brand { width: 94px; height: 55px; }
  .brand img { max-height: 50px; }
  .header-cta { display: none; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.15rem); }
  .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .section-heading { margin-bottom: 38px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 72px 0 60px; gap: 28px; }
  .hero-lead { font-size: 1.08rem; }
  .hero-body { font-size: .93rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-visual { width: 100%; height: 286px; transform: none; margin: 0; overflow: hidden; }
  .ring-two { width: 248px; height: 248px; }.ring-one { width: 184px; height: 184px; }
  .hero-logo-core { width: 136px; height: 136px; }.hero-logo-core img { width: 104px; }
  .data-tag, .circuit { display: none; }
  .problem-panel { grid-template-columns: 1fr; }
  .problem-statement, .problem-detail { padding: 34px 28px; }
  .problem-statement::after { top: auto; right: 0; left: 0; bottom: 0; height: 5px; width: auto; }
  .problem-statement p { font-size: 1.16rem; }
  .fragment-grid { grid-template-columns: 1fr 1fr; }
  .fragment-card { min-height: 160px; padding: 24px 20px; }
  .fragment-card h3 { margin-top: 36px; }
  .tension-conclusion { gap: 22px; }
  .pillars-grid { grid-template-columns: 1fr; }
  .pillar-card.featured { transform: none; }
  .pillar-card { min-height: 280px; }
  .fronts-grid { grid-template-columns: 1fr; }
  .front-card { min-height: 390px; padding: 32px 28px; }
  .front-topline { margin-bottom: 50px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card > svg { margin-bottom: 42px; }
  .inline-cta { flex-direction: column; align-items: stretch; padding: 26px; }
  .analytics-grid { gap: 30px; }
  .analytics-visual { width: 100%; min-height: 286px; transform: none; margin: 0; overflow: hidden; }
  .orbit-3 { width: 248px; height: 248px; }.orbit-2 { width: 190px; height: 190px; }.orbit-1 { width: 142px; height: 142px; }
  .analytics-core { width: 126px; height: 126px; }.analytics-core img { width: 96px; }
  .orbit-label { display: none; }
  .analytics-copy h2 { font-size: 2.65rem; }
  .areas-map { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 30px 0; }
  .area-core, .area-chip { position: static; transform: none; }
  .area-core { grid-column: 1 / -1; width: 145px; height: 145px; justify-self: center; margin-bottom: 12px; }
  .area-chip { border-radius: 12px; padding: 14px; text-align: center; font-size: .76rem; display: grid; place-items: center; }
  .area-chip::after { display: none; }
  .fap-conclusion { padding: 28px 22px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { min-height: 230px; }
  .method-grid h3 { margin-top: 56px; }
  .method-note { padding: 20px 0; }
  .diagnostic-card { grid-template-columns: 1fr; padding: 36px 26px 42px; gap: 26px; }
  .diagnostic-copy h2 { font-size: 2.45rem; }
  .approach-grid { grid-template-columns: 1fr; gap: 18px; }
  .approach-copy { padding-left: 24px; }
  .team-card { grid-template-columns: 62px 1fr; padding: 22px; }
  .avatar { width: 62px; height: 62px; }
  .national-grid { grid-template-columns: 1fr; gap: 22px; }
  .national-visual { height: 330px; transform: scale(.8); margin: -40px 0; }
  .final-card h2 { font-size: 3.25rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-whatsapp { width: 52px; height: 52px; padding: 0; justify-content: center; }
  .floating-whatsapp span { display: none; }
}

@media (max-width: 420px) {
  .fragment-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 270px; }
  .ring-two { width: 232px; height: 232px; }.ring-one { width: 174px; height: 174px; }
  .analytics-visual { min-height: 270px; }
  .orbit-3 { width: 232px; height: 232px; }.orbit-2 { width: 178px; height: 178px; }.orbit-1 { width: 134px; height: 134px; }
  .team-card { grid-template-columns: 1fr; }
}
