@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,500;1,600&family=Manrope:wght@400;500;600;700&display=swap');

.fdf-site,
.fdf-legal {
  --fdf-bg: #020918;
  --fdf-bg-soft: #061126;
  --fdf-text: #f5f7fb;
  --fdf-muted: #a3afc4;
  --fdf-line: rgba(173, 196, 230, 0.14);
  --fdf-blue: #08b9f4;
  --fdf-blue-bright: #37d5ff;
  --font-fdf-sans: 'Manrope';
  --font-fdf-editorial: 'Cormorant Garamond';
}

.fdf-site, .fdf-site * { box-sizing: border-box; }
.fdf-site button, .fdf-site a { font: inherit; }
.fdf-site a { color: inherit; text-decoration: none; }
.fdf-site :focus-visible { outline: 2px solid var(--fdf-blue-bright); outline-offset: 4px; }
.fdf-site { min-height: 100vh; overflow: clip; background: var(--fdf-bg); color: var(--fdf-text); font-family: var(--font-fdf-sans), Arial, sans-serif; }
.fdf-shell { width: min(calc(100% - 64px), 1280px); margin-inline: auto; }
.fdf-skip { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px; background: #fff; color: #00102d; transform: translateY(-180%); }
.fdf-skip:focus { transform: none; }

.fdf-preloader { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; background: radial-gradient(circle at 50% 48%, #071834 0%, #020918 46%, #010611 100%); opacity: 1; visibility: visible; transition: opacity .3s ease, visibility .3s ease; }
.fdf-preloader--leaving { opacity: 0; visibility: hidden; }
.fdf-preloader__mark { position: relative; width: 112px; height: 104px; overflow: hidden; }
.fdf-preloader__piece { position: absolute; inset: 0; overflow: hidden; opacity: 0; transform: translateY(8px) scale(.985); animation: fdf-piece-in .28s cubic-bezier(.2,.8,.2,1) forwards; }
.fdf-preloader__piece img { position: absolute; top: -56px; left: -81px; width: 264px; height: 264px; max-width: none; display: block; }
.fdf-preloader__piece--one { clip-path: inset(5% 52% 55% 0); animation-delay: .05s; }
.fdf-preloader__piece--two { clip-path: inset(44% 52% 3% 0); animation-delay: .12s; }
.fdf-preloader__piece--three { clip-path: inset(5% 5% 3% 45%); animation-delay: .19s; }
.fdf-preloader__piece--blue { clip-path: inset(0 0 60% 62%); animation-delay: .36s; }
.fdf-preloader__sweep { position: absolute; inset: 4% -34%; background: linear-gradient(100deg, transparent 37%, rgba(255,255,255,.32) 50%, transparent 63%); transform: translateX(-70%); opacity: 0; animation: fdf-loader-sweep .42s ease .5s forwards; }

.fdf-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; border-bottom: 1px solid transparent; background: rgba(2, 9, 24, 0.35); transition: background .35s ease, border-color .35s ease; }
.fdf-header--scrolled { background: rgba(2, 9, 24, 0.88); border-color: var(--fdf-line); backdrop-filter: blur(12px); }
.fdf-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.fdf-brand { position: relative; width: 54px; height: 54px; overflow: hidden; flex: 0 0 auto; }
.fdf-brand img { position: absolute; top: -27px; left: -39px; width: 127px; height: 127px; max-width: none; display: block; }
.fdf-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); color: #c7d0de; font-size: 13px; }
.fdf-nav > a:not(.fdf-button) { position: relative; padding-block: 12px; }
.fdf-nav > a:not(.fdf-button)::after { content: ''; position: absolute; left: 0; bottom: 6px; width: 100%; height: 1px; background: var(--fdf-blue); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.fdf-nav > a:not(.fdf-button):hover::after { transform: scaleX(1); transform-origin: left; }
.fdf-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; border: 1px solid var(--fdf-line); padding: 0 20px; transition: border-color .25s ease, color .25s ease, background .25s ease, transform .25s ease; }
.fdf-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.fdf-button:hover { transform: translateY(-2px); }
.fdf-button--header { min-height: 42px; border-color: rgba(8,185,244,.38); color: #eefbff; }
.fdf-button--header:hover { border-color: var(--fdf-blue); background: rgba(8,185,244,.08); }
.fdf-menu { display: none; }

.fdf-hero { position: relative; min-height: 100svh; padding: 132px 0 72px; display: grid; align-items: center; background: radial-gradient(circle at 78% 40%, rgba(6, 62, 132, .22), transparent 37%), linear-gradient(145deg, #020918 0%, #020b1c 48%, #031024 100%); }
.fdf-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent 5%, #000 35%, #000 80%, transparent 100%); }
.fdf-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); gap: clamp(40px, 5vw, 88px); align-items: center; }
.fdf-hero__copy { padding-top: 22px; }
.fdf-eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: #a8bdd7; font-size: 11px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.fdf-eyebrow span { width: 34px; height: 1px; background: var(--fdf-blue); box-shadow: 0 0 12px rgba(8,185,244,.7); }
.fdf-hero h1 { margin: 0; max-width: 780px; font-size: clamp(42px, 5vw, 76px); line-height: .99; letter-spacing: -.055em; font-weight: 530; text-wrap: balance; }
.fdf-hero h1 em { color: var(--fdf-blue-bright); font-family: var(--font-fdf-editorial), Georgia, serif; font-weight: 500; letter-spacing: -.025em; }
.fdf-hero__lead { max-width: 620px; margin: 30px 0 0; color: var(--fdf-muted); font-size: clamp(17px, 1.4vw, 20px); line-height: 1.58; }
.fdf-actions { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.fdf-button--primary { border-color: var(--fdf-blue); background: var(--fdf-blue); color: #00101d; font-weight: 650; }
.fdf-button--primary:hover { background: var(--fdf-blue-bright); }
.fdf-button--text { border-color: transparent; color: #dce5f0; }
.fdf-button--text:hover { border-color: var(--fdf-line); }
.fdf-hero__visual { --fdf-rx: 0deg; --fdf-ry: 0deg; position: relative; min-height: min(69vw, 660px); display: grid; place-items: center; perspective: 1000px; }
.fdf-hero__visual::after { content: ''; position: absolute; z-index: -1; width: 58%; aspect-ratio: 1; border-radius: 50%; background: rgba(0, 119, 255, .23); filter: blur(95px); }
.fdf-hero__visual img { width: min(100%, 660px); height: auto; display: block; mix-blend-mode: screen; mask-image: radial-gradient(circle at 50% 49%, #000 49%, rgba(0,0,0,.94) 61%, transparent 75%); animation: fdf-float 16s ease-in-out infinite; transform: rotateX(var(--fdf-rx)) rotateY(var(--fdf-ry)); transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.fdf-hero__orbit { position: absolute; width: 76%; aspect-ratio: 1; border: 1px solid rgba(92, 168, 255, .14); border-radius: 50%; transform: rotate(-20deg) scaleY(.52); }
.fdf-hero__caption { position: absolute; right: 0; bottom: 15%; display: flex; gap: 12px; margin: 0; color: #8394ac; font-size: 10px; line-height: 1.45; letter-spacing: .12em; text-transform: uppercase; }
.fdf-hero__caption b { color: var(--fdf-blue); font-weight: 600; }
.fdf-hero__scroll { position: absolute; z-index: 2; left: max(32px, calc((100vw - 1280px)/2)); bottom: 28px; display: flex; align-items: center; gap: 14px; color: #667992; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.fdf-hero__scroll i { position: relative; width: 52px; height: 1px; background: rgba(255,255,255,.2); overflow: hidden; }
.fdf-hero__scroll i::after { content: ''; position: absolute; inset: 0; background: var(--fdf-blue); transform: translateX(-100%); animation: fdf-scan 2.8s ease-in-out infinite; }
.fdf-section { position: relative; padding: clamp(100px, 12vw, 176px) 0; }
.fdf-kicker { margin: 0; color: #8292aa; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.fdf-kicker span { margin-left: 8px; color: var(--fdf-blue); }
.fdf-section h2 { margin: 0; font-size: clamp(40px, 5.2vw, 72px); line-height: 1.02; letter-spacing: -.052em; font-weight: 520; }
.fdf-section h2 em { color: var(--fdf-blue-bright); font-family: var(--font-fdf-editorial), Georgia, serif; font-weight: 500; letter-spacing: -.02em; }
.fdf-reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.fdf-reveal--visible { opacity: 1; transform: none; }

.fdf-projects { background: #f1f2f4; color: #071020; }
.fdf-projects::before { content: ''; position: absolute; top: 0; left: calc(50% - 1px); width: 1px; height: 82px; background: #08aee5; }
.fdf-section-head { display: grid; grid-template-columns: 1fr 2.4fr 1.05fr; gap: 40px; align-items: end; margin-bottom: clamp(66px, 8vw, 112px); }
.fdf-section-head .fdf-kicker { align-self: start; margin-top: 12px; color: #657080; }
.fdf-section-head > p:last-child { margin: 0 0 8px; color: #536071; font-size: 15px; line-height: 1.7; }
.fdf-section-head h2 em { color: #047ca7; }
.fdf-project-list { display: grid; gap: clamp(80px, 10vw, 144px); }
.fdf-project { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .7fr); gap: clamp(34px, 6vw, 88px); align-items: center; }
.fdf-project:nth-child(even) { grid-template-columns: minmax(300px, .7fr) minmax(0, 1.25fr); }
.fdf-project:nth-child(even) .fdf-project__visual { grid-column: 2; }
.fdf-project:nth-child(even) .fdf-project__info { grid-row: 1; grid-column: 1; }
.fdf-project__visual { position: relative; aspect-ratio: 1.5; min-height: 420px; overflow: hidden; isolation: isolate; border: 1px solid rgba(7,16,32,.1); border-radius: 18px; box-shadow: 0 22px 55px rgba(3,15,32,.12), inset 0 1px rgba(255,255,255,.42); transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .35s ease, box-shadow .45s ease; }
.fdf-project__visual::after { content: ''; position: absolute; inset: 0; z-index: 5; border-radius: inherit; background: radial-gradient(circle at 8% 5%, rgba(255,255,255,.28), transparent 22%), linear-gradient(120deg, rgba(255,255,255,.09), transparent 35%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); opacity: .58; pointer-events: none; transition: opacity .35s ease; }
.fdf-project__index { position: absolute; z-index: 3; top: 22px; left: 24px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .16em; }
.fdf-cover { position: absolute; inset: 0; display: grid; align-content: center; padding: 9%; border-radius: inherit; }
.fdf-cover__photo { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .75s cubic-bezier(.2,.8,.2,1); }
.fdf-project:hover .fdf-project__visual { transform: translateY(-2px); border-color: rgba(8,174,229,.38); box-shadow: 0 28px 64px rgba(3,15,32,.16), inset 0 1px rgba(255,255,255,.5); }
.fdf-project:hover .fdf-project__visual::after { opacity: .85; }
.fdf-project:hover .fdf-cover__photo { transform: scale(1.015); }
.fdf-project--oral:hover .fdf-project__visual { border-color: rgba(228,56,117,.42); }
.fdf-project--ana:hover .fdf-project__visual { border-color: rgba(169,114,19,.38); }
.fdf-project--evolutech:hover .fdf-project__visual { border-color: rgba(135,92,255,.42); }
.fdf-cover__shade { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.fdf-cover__micro { position: absolute; z-index: 4; top: 9%; right: 8%; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.fdf-cover strong, .fdf-cover i { font-style: normal; }
.fdf-cover--oral { background: #173b58; color: #f8fbff; }
.fdf-cover--oral .fdf-cover__photo { object-position: 58% 46%; filter: saturate(.98) contrast(1.03); }
.fdf-cover--oral .fdf-cover__shade { background: linear-gradient(90deg, rgba(17,52,78,.98) 0%, rgba(17,52,78,.87) 34%, rgba(17,52,78,.24) 68%, rgba(229,55,111,.08) 100%), linear-gradient(0deg, rgba(17,52,78,.62), transparent 58%); }
.fdf-cover--oral::before { content: ''; position: absolute; z-index: 2; width: 44%; aspect-ratio: 1; right: -9%; bottom: -22%; border-radius: 50%; background: linear-gradient(135deg, #55a9df 0 46%, #e43875 46% 100%); opacity: .48; }
.fdf-cover--oral strong { position: relative; z-index: 3; font-size: clamp(52px, 6.6vw, 96px); line-height: .74; letter-spacing: -.08em; font-weight: 700; text-shadow: 0 3px 28px rgba(0,0,0,.28); }
.fdf-cover--oral strong span { color: #f8fbff; }
.fdf-cover--oral strong b { color: #ef5c8e; font: inherit; }
.fdf-cover--oral > i { position: relative; z-index: 3; margin: 13px 0 0 2px; color: #8fd3f4; font-size: 12px; letter-spacing: .48em; }
.fdf-cover__mark { position: absolute; z-index: 3; right: 13%; bottom: 16%; font-size: 74px; font-weight: 200; color: #ef5c8e; text-shadow: 0 0 26px rgba(239,92,142,.32); }
.fdf-cover--ana { background: #f3eadc; color: #233055; }
.fdf-cover--ana .fdf-cover__photo { width: 100%; object-position: 50% 45%; }
.fdf-cover--ana .fdf-cover__shade { background: linear-gradient(90deg, rgba(255,255,255,.05), transparent 52%); }
.fdf-cover--ana .fdf-cover__micro { color: #a97213; }
.fdf-cover--evolutech { background: #071329; color: #edf7ff; }
.fdf-cover--evolutech .fdf-cover__photo { left: auto; width: 76%; object-position: center; mask-image: linear-gradient(to right, transparent 0%, #000 25%); }
.fdf-cover--evolutech .fdf-cover__shade { background: linear-gradient(90deg, #071329 0%, rgba(7,19,41,.92) 27%, rgba(20,23,70,.22) 70%, rgba(103,28,153,.14)); }
.fdf-cover--evolutech::before { content: ''; position: absolute; z-index: 2; inset: 0; background: radial-gradient(circle at 80% 28%, rgba(39,214,255,.2), transparent 27%), radial-gradient(circle at 66% 78%, rgba(214,37,255,.18), transparent 31%); }
.fdf-cover--evolutech strong { position: relative; z-index: 3; font-size: clamp(54px, 7.4vw, 108px); line-height: .77; letter-spacing: -.075em; text-shadow: 0 3px 28px rgba(0,0,0,.4); }
.fdf-cover--evolutech strong i { color: transparent; background: linear-gradient(90deg, #42e8ff, #875cff 54%, #f42cda); background-clip: text; -webkit-background-clip: text; }
.fdf-cover__grid { position: absolute; z-index: 2; inset: 0 0 0 auto; width: 43%; opacity: .3; background-image: linear-gradient(rgba(76,211,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(173,67,255,.28) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to right, transparent, #000); }
.fdf-project__info { position: relative; padding: 34px 0; border-top: 1px solid rgba(7,16,32,.15); }
.fdf-project__number { position: absolute; right: 0; top: 30px; color: #8792a0; font-size: 10px; letter-spacing: .16em; }
.fdf-project__info > p:not(.fdf-project__description) { margin: 0 0 16px; color: #687383; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.fdf-project__info > p i { display: inline-block; width: 3px; height: 3px; margin: 0 6px 2px; border-radius: 50%; background: #08aee5; }
.fdf-project__info h3 { margin: 0; font-size: clamp(30px, 3.2vw, 46px); line-height: 1; letter-spacing: -.04em; font-weight: 550; }
.fdf-project__description { margin: 22px 0 26px; color: #536071; font-size: 15px; line-height: 1.65; }
.fdf-project__link { display: inline-flex; align-items: center; gap: 10px; color: #087ca5; font-size: 12px; font-weight: 650; }
.fdf-project__link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .25s ease; }
.fdf-project__link:hover svg, .fdf-project__link:focus-visible svg { transform: translateX(4px); }

.fdf-statement { overflow: hidden; background: #040d1e; }
.fdf-statement::after { content: 'FORA DO FEED'; position: absolute; left: clamp(28px, 4.8vw, 82px); bottom: clamp(10px, 1vw, 18px); color: transparent; -webkit-text-stroke: 1px rgba(124,153,196,.052); font-size: clamp(76px, 7.8vw, 124px); line-height: .8; font-weight: 700; letter-spacing: -.065em; white-space: nowrap; pointer-events: none; }
.fdf-statement__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .7fr 2fr; gap: 8vw; }
.fdf-statement h2 span { color: #77859a; }
.fdf-statement h2 em { color: #eef6ff; }
.fdf-statement__grid > div > p { max-width: 620px; margin: 38px 0 0 auto; padding-left: 18%; color: var(--fdf-muted); font-size: 17px; line-height: 1.75; }

.fdf-services { background: #071327; }
.fdf-services__grid { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); gap: clamp(60px, 9vw, 140px); align-items: start; }
.fdf-services__intro { position: sticky; top: 130px; }
.fdf-services__intro h2 { margin-top: 26px; font-size: clamp(38px, 4.3vw, 62px); }
.fdf-services__intro > p:last-child { max-width: 470px; margin: 32px 0 0; color: var(--fdf-muted); font-size: 16px; line-height: 1.75; }
.fdf-services__list { border-top: 1px solid var(--fdf-line); }
.fdf-service { position: relative; display: grid; grid-template-columns: 44px minmax(190px, .85fr) minmax(240px, 1fr) 30px; gap: 22px; align-items: start; min-height: 154px; padding: 34px 0; border-bottom: 1px solid var(--fdf-line); }
.fdf-service > span { padding-top: 7px; color: var(--fdf-blue); font-size: 10px; letter-spacing: .15em; }
.fdf-service h3 { margin: 0; font-size: clamp(22px, 2.2vw, 30px); line-height: 1.15; letter-spacing: -.035em; font-weight: 520; }
.fdf-service p { margin: 2px 0 0; color: var(--fdf-muted); font-size: 14px; line-height: 1.65; }
.fdf-service > i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--fdf-line); border-radius: 50%; color: #8192aa; transition: .3s ease; }
.fdf-service > i svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; transform: rotate(-35deg); }
.fdf-service:hover > i { color: var(--fdf-blue); border-color: var(--fdf-blue); transform: rotate(35deg); }

.fdf-process { background: #eef0f3; color: #071020; }
.fdf-process__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.fdf-process__head h2 { width: 68%; }
.fdf-process__head h2 em { color: #047ca7; }
.fdf-process__list { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: clamp(70px, 9vw, 116px) 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(7,16,32,.18); }
.fdf-step { position: relative; min-height: 220px; padding: 40px clamp(22px, 2.7vw, 42px) 0 0; }
.fdf-step::before { content: ''; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #06aee8; box-shadow: 0 0 0 7px rgba(6,174,232,.08); }
.fdf-step + .fdf-step { padding-left: clamp(22px, 2.7vw, 42px); border-left: 1px solid rgba(7,16,32,.12); }
.fdf-step + .fdf-step::before { left: clamp(22px, 2.7vw, 42px); }
.fdf-step span { color: #75808e; font-size: 10px; letter-spacing: .14em; }
.fdf-step h3 { margin: 48px 0 12px; font-size: 24px; font-weight: 570; letter-spacing: -.03em; }
.fdf-step p { max-width: 220px; margin: 0; color: #647081; font-size: 14px; line-height: 1.65; }

.fdf-about { padding-bottom: clamp(120px, 15vw, 220px); background: #020918; }
.fdf-about__grid { display: grid; grid-template-columns: minmax(420px, 1.05fr) minmax(380px, .95fr); gap: clamp(60px, 10vw, 150px); align-items: center; }
.fdf-about__photo { position: relative; min-height: 740px; }
.fdf-about__photo::before { content: ''; position: absolute; inset: 8% -8% -4% 16%; border: 1px solid rgba(8,185,244,.2); }
.fdf-about__photo img { position: absolute; inset: 0; width: 92%; height: 100%; object-fit: cover; object-position: 50% 20%; display: block; mask-image: linear-gradient(to bottom, transparent 0%, #000 8%, #000 82%, transparent 100%), linear-gradient(to right, transparent 0%, #000 9%, #000 90%, transparent 100%); mask-composite: intersect; }
.fdf-about__label { position: absolute; z-index: 2; left: 0; bottom: 12%; padding-left: 20px; border-left: 1px solid var(--fdf-blue); color: #b8c3d2; font-size: 11px; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; }
.fdf-about__label b { color: var(--fdf-blue); font-weight: 600; }
.fdf-about__outline { position: absolute; z-index: 1; right: -14%; bottom: 3%; color: transparent; -webkit-text-stroke: 1px rgba(164,192,230,.15); font-size: clamp(100px, 13vw, 190px); line-height: .8; font-weight: 700; letter-spacing: -.08em; }
.fdf-about__copy h2 { margin-top: 25px; }
.fdf-about__text { max-width: 570px; margin-top: 40px; padding-left: 16%; border-left: 1px solid var(--fdf-line); }
.fdf-about__text p { margin: 0; color: #aab5c5; font-size: 16px; line-height: 1.8; }
.fdf-about__text p + p { margin-top: 22px; }
.fdf-about__signature { margin-top: 48px; color: #657891; font-family: var(--font-fdf-editorial), Georgia, serif; font-size: 18px; font-style: italic; }
.fdf-about__signature span { margin-left: 12px; color: var(--fdf-blue); }

.fdf-faq { background: #f1f2f4; color: #071020; }
.fdf-faq__grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(440px, 1.28fr); gap: clamp(60px, 10vw, 150px); align-items: start; }
.fdf-faq__intro { position: sticky; top: 126px; }
.fdf-faq__intro h2 { margin-top: 25px; }
.fdf-faq__intro h2 em { color: #047ca7; }
.fdf-faq__intro > p:last-child { max-width: 390px; margin: 30px 0 0; color: #596577; font-size: 16px; line-height: 1.7; }
.fdf-faq__list { border-top: 1px solid rgba(7,16,32,.2); }
.fdf-faq__item { border-bottom: 1px solid rgba(7,16,32,.2); }
.fdf-faq__item summary { display: grid; grid-template-columns: 40px 1fr 28px; gap: 18px; align-items: center; min-height: 100px; cursor: pointer; list-style: none; }
.fdf-faq__item summary::-webkit-details-marker { display: none; }
.fdf-faq__item summary span { color: #6f7b8d; font-size: 10px; letter-spacing: .16em; }
.fdf-faq__item summary b { font-size: clamp(20px, 2vw, 27px); line-height: 1.2; letter-spacing: -.025em; font-weight: 540; }
.fdf-faq__item summary i { display: grid; place-items: center; width: 28px; height: 28px; color: #047ca7; font-size: 26px; font-style: normal; font-weight: 300; transition: transform .25s ease; }
.fdf-faq__item[open] summary i { transform: rotate(45deg); }
.fdf-faq__item > p { max-width: 650px; margin: -8px 46px 34px 58px; color: #536071; font-size: 15px; line-height: 1.75; }

.fdf-final { overflow: hidden; padding: clamp(110px, 13vw, 190px) 0; background: linear-gradient(135deg, #08b9f4 0%, #18c8f4 55%, #07afe9 100%); color: #00101d; box-shadow: inset 0 1px rgba(255,255,255,.28); }
.fdf-final::before { content: ''; position: absolute; inset: -30%; background: radial-gradient(circle, rgba(255,255,255,.2) 0 1px, transparent 1.5px); background-size: 34px 34px; transform: rotate(-9deg); opacity: .25; }
.fdf-final__inner { position: relative; z-index: 1; }
.fdf-final .fdf-kicker { color: rgba(0,16,29,.62); }
.fdf-final h2 { max-width: 1050px; margin-top: 30px; font-size: clamp(44px, 6.4vw, 88px); }
.fdf-final h2 em { color: #00101d; }
.fdf-final__foot { display: flex; justify-content: flex-end; align-items: center; gap: clamp(40px, 8vw, 120px); margin-top: 54px; }
.fdf-final__foot > p { max-width: 440px; margin: 0; color: rgba(0,16,29,.72); font-size: 17px; line-height: 1.65; }
.fdf-final .fdf-button--primary { min-width: 270px; border-color: #00101d; background: #00101d; color: #fff; }
.fdf-final .fdf-button--primary:hover { background: #061d31; }
.fdf-button--large { min-height: 58px; padding-inline: 28px; }

.fdf-footer { position: relative; overflow: hidden; padding: 84px 0 30px; background: #010713; border-top: 1px solid var(--fdf-line); }
.fdf-footer::before { content: 'FDF'; position: absolute; right: -2vw; top: -.18em; color: transparent; -webkit-text-stroke: 1px rgba(124,153,196,.075); font-size: clamp(190px, 25vw, 410px); line-height: 1; font-weight: 700; letter-spacing: -.08em; pointer-events: none; }
.fdf-footer > .fdf-shell { position: relative; z-index: 1; }
.fdf-footer__top { display: grid; grid-template-columns: minmax(220px, 1.25fr) .5fr .9fr .5fr; gap: clamp(38px, 5.5vw, 88px); padding-bottom: 70px; }
.fdf-footer__brand > a { position: relative; width: 82px; height: 78px; overflow: hidden; display: block; }
.fdf-footer__brand img { position: absolute; top: -43px; left: -60px; width: 193px; height: 193px; max-width: none; display: block; }
.fdf-footer nav, .fdf-footer__connections { display: flex; flex-direction: column; gap: 13px; }
.fdf-footer nav p, .fdf-footer__connections p, .fdf-footer__beyond > p { margin: 0 0 10px; color: #5e6d82; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.fdf-footer nav a, .fdf-footer__connections a { width: fit-content; color: #aeb8c6; font-size: 13px; transition: color .2s ease; }
.fdf-footer nav a:hover, .fdf-footer__connections a:hover { color: var(--fdf-blue); }
.fdf-footer__connections a span { margin-left: 6px; color: var(--fdf-blue); }
.fdf-footer__beyond ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.fdf-footer__beyond li { color: #919dac; font-size: 12.5px; line-height: 1.3; }
.fdf-footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; padding-top: 26px; border-top: 1px solid var(--fdf-line); color: #56667a; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.fdf-footer__bottom p { margin: 0; }
.fdf-footer__bottom a { justify-self: end; }
.fdf-footer__bottom > span:last-child { justify-self: end; }

.fdf-legal { min-height: 100vh; background: linear-gradient(145deg, #020918, #041126); color: var(--fdf-text); }
.fdf-legal__header { width: min(calc(100% - 64px), 1280px); height: 96px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--fdf-line); }
.fdf-legal__brand { position: relative; width: 54px; height: 54px; overflow: hidden; }
.fdf-legal__brand img { position: absolute; top: -27px; left: -39px; width: 127px; height: 127px; max-width: none; display: block; }
.fdf-legal__back { color: #b7c3d3; font-size: 13px; transition: color .2s ease; }
.fdf-legal__back:hover { color: var(--fdf-blue-bright); }
.fdf-legal__back span { margin-left: 8px; color: var(--fdf-blue); }
.fdf-legal__article { width: min(calc(100% - 64px), 980px); margin-inline: auto; padding: clamp(88px, 10vw, 140px) 0; }
.fdf-legal__article h1 { margin: 28px 0 0; color: #f5f7fb; font-size: clamp(54px, 7vw, 96px); line-height: .92; letter-spacing: -.055em; font-weight: 520; }
.fdf-legal__article h1 em { color: var(--fdf-blue-bright); font-family: var(--font-fdf-editorial), Georgia, serif; font-weight: 500; letter-spacing: -.02em; }
.fdf-legal__updated { margin: 28px 0 0; color: #71829b; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.fdf-legal__content { max-width: 760px; margin: clamp(70px, 8vw, 108px) 0 0 auto; border-top: 1px solid var(--fdf-line); }
.fdf-legal__content section { padding: 36px 0; border-bottom: 1px solid var(--fdf-line); }
.fdf-legal__content h2 { margin: 0 0 16px; color: #edf5ff; font-size: clamp(21px, 2.2vw, 28px); font-weight: 540; letter-spacing: -.025em; }
.fdf-legal__content p { margin: 0; color: #aab5c5; font-size: 16px; line-height: 1.8; }
.fdf-legal__content p + p { margin-top: 14px; }
.fdf-legal__contact { margin-top: 28px; border-color: var(--fdf-blue); background: var(--fdf-blue); color: #00101d; }
.fdf-legal__contact:hover { background: var(--fdf-blue-bright); color: #00101d; }
.fdf-legal__footer { width: min(calc(100% - 64px), 1280px); margin-inline: auto; padding: 28px 0 34px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--fdf-line); color: #667892; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.fdf-legal__footer p { margin: 0; }
.fdf-legal__footer a:hover { color: var(--fdf-blue); }

.fdf-privacy { background: #020918; }
.fdf-privacy__hero { min-height: 600px; padding: 174px 0 104px; display: grid; align-items: center; background: radial-gradient(circle at 78% 30%, rgba(8,185,244,.11), transparent 34%), linear-gradient(145deg, #020918, #041126); border-bottom: 1px solid var(--fdf-line); }
.fdf-privacy__hero-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(50px, 8vw, 130px); align-items: start; }
.fdf-privacy__hero h1 { margin: 0; color: #f5f7fb; font-size: clamp(58px, 7vw, 98px); line-height: .9; letter-spacing: -.055em; font-weight: 520; }
.fdf-privacy__hero h1 em { color: var(--fdf-blue-bright); font-family: var(--font-fdf-editorial), Georgia, serif; font-weight: 500; letter-spacing: -.02em; }
.fdf-privacy__subtitle { max-width: 650px; margin: 36px 0 0; color: #b7c3d3; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.55; }
.fdf-privacy__updated { margin: 28px 0 0; color: #667892; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.fdf-privacy__body { padding: clamp(90px, 10vw, 150px) 0; background: #061126; }
.fdf-privacy__intro { max-width: 860px; margin-left: auto; padding-bottom: clamp(80px, 9vw, 130px); }
.fdf-privacy__intro p { margin: 0; color: #c2ccda; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.72; }
.fdf-privacy__intro p:first-child { color: #f3f7fc; font-size: clamp(24px, 2.3vw, 32px); line-height: 1.35; letter-spacing: -.025em; }
.fdf-privacy__intro p + p { margin-top: 22px; }
.fdf-privacy__content { max-width: 900px; margin-left: auto; border-bottom: 1px solid var(--fdf-line); }
.fdf-privacy__content section { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 28px; padding: 46px 0 50px; border-top: 1px solid var(--fdf-line); }
.fdf-privacy__number { margin: 6px 0 0; color: var(--fdf-blue); font-size: 10px; letter-spacing: .14em; }
.fdf-privacy__content h2 { margin: 0 0 20px; color: #f1f6fc; font-size: clamp(24px, 2.5vw, 34px); line-height: 1.15; font-weight: 540; letter-spacing: -.03em; }
.fdf-privacy__content div > p, .fdf-privacy__content li { color: #aab6c7; font-size: 16px; line-height: 1.78; }
.fdf-privacy__content div > p { margin: 0; }
.fdf-privacy__content div > p + p, .fdf-privacy__content ul + p { margin-top: 16px; }
.fdf-privacy__content ul { margin: 18px 0 0; padding-left: 20px; }
.fdf-privacy__content li { padding-left: 6px; }
.fdf-privacy__content a, .fdf-privacy__inline-link { color: var(--fdf-blue-bright); text-decoration: underline; text-decoration-color: rgba(55,213,255,.3); text-underline-offset: 4px; }
.fdf-privacy__cta { max-width: 1080px; margin: clamp(90px, 10vw, 150px) 0 0 auto; padding: clamp(42px, 5vw, 64px) 0; display: flex; align-items: center; justify-content: space-between; gap: 50px; border-top: 1px solid var(--fdf-line); border-bottom: 1px solid var(--fdf-line); }
.fdf-privacy__cta h2 { max-width: 620px; margin: 18px 0 0; color: #f3f7fc; font-size: clamp(34px, 4vw, 54px); line-height: 1.04; font-weight: 520; letter-spacing: -.04em; }
.fdf-privacy__cta .fdf-button { flex: 0 0 auto; }

@keyframes fdf-float { 0%,100% { translate: 0 -4px; } 50% { translate: 0 10px; } }
@keyframes fdf-scan { 0% { transform: translateX(-100%); } 45%,100% { transform: translateX(100%); } }
@keyframes fdf-piece-in { to { opacity: 1; transform: none; } }
@keyframes fdf-loader-sweep { 0% { opacity: 0; transform: translateX(-70%); } 25% { opacity: .5; } 100% { opacity: 0; transform: translateX(70%); } }

@media (max-width: 1080px) {
  .fdf-shell { width: min(calc(100% - 40px), 1280px); }
  .fdf-nav { position: fixed; inset: 82px 0 auto; display: grid; gap: 0; padding: 24px 20px 30px; background: rgba(2,9,24,.97); border-bottom: 1px solid var(--fdf-line); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .35s ease; }
  .fdf-nav--open { transform: none; opacity: 1; visibility: visible; }
  .fdf-nav > a { min-height: 52px; display: flex; align-items: center; }
  .fdf-button--header { margin-top: 14px; }
  .fdf-menu { width: 44px; height: 44px; border: 0; background: transparent; display: grid; place-content: center; gap: 7px; cursor: pointer; }
  .fdf-menu span { width: 24px; height: 1px; background: #fff; transition: transform .3s ease; }
  .fdf-menu--open span:first-child { transform: translateY(4px) rotate(45deg); }
  .fdf-menu--open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .fdf-hero { min-height: auto; padding: 136px 0 88px; }
  .fdf-hero__grid { grid-template-columns: 1fr; gap: 20px; }
  .fdf-hero__visual { min-height: 520px; max-width: 650px; margin-inline: auto; width: 100%; }
  .fdf-hero__caption { right: 4%; }
  .fdf-hero__scroll { display: none; }
  .fdf-section-head { grid-template-columns: 1fr 2.4fr; }
  .fdf-section-head > p:last-child { grid-column: 2; max-width: 500px; }
  .fdf-project, .fdf-project:nth-child(even) { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 38px; }
  .fdf-project:nth-child(even) .fdf-project__visual { grid-column: 1; }
  .fdf-project:nth-child(even) .fdf-project__info { grid-row: 1; grid-column: 2; }
  .fdf-project__visual { min-height: 330px; }
  .fdf-statement__grid { grid-template-columns: 1fr; gap: 42px; }
  .fdf-statement__grid > div > p { padding-left: 20%; }
  .fdf-services__grid { grid-template-columns: 1fr; }
  .fdf-services__intro { position: static; max-width: 670px; }
  .fdf-process__list { grid-template-columns: repeat(2, 1fr); border-top: 0; }
  .fdf-step { border-top: 1px solid rgba(7,16,32,.18); }
  .fdf-step:nth-child(odd) { border-left: 0; }
  .fdf-step:nth-child(odd)::before { left: 0; }
  .fdf-about__grid { grid-template-columns: minmax(340px, .9fr) minmax(340px, 1.1fr); gap: 50px; }
  .fdf-about__photo { min-height: 640px; }
  .fdf-about__outline { right: -6%; }
  .fdf-faq__grid { grid-template-columns: 1fr; gap: 62px; }
  .fdf-faq__intro { position: static; }
  .fdf-privacy__hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .fdf-privacy__hero { min-height: 560px; }
}

@media (max-width: 560px) {
  .fdf-header { height: 72px; }
  .fdf-nav { top: 72px; }
  .fdf-brand { width: 48px; height: 48px; }
  .fdf-brand img { top: -25px; left: -35px; width: 113px; height: 113px; }
  .fdf-hero { padding-top: 112px; }
  .fdf-eyebrow { margin-bottom: 18px; font-size: 9px; }
  .fdf-hero h1 { font-size: clamp(42px, 12.5vw, 58px); line-height: 1.02; }
  .fdf-hero__lead { margin-top: 24px; font-size: 16px; }
  .fdf-actions { align-items: stretch; flex-direction: column; margin-top: 30px; }
  .fdf-button--text { justify-content: flex-start; padding-left: 2px; }
  .fdf-hero__visual { min-height: 390px; margin-top: 8px; }
  .fdf-hero__visual img { width: 118%; max-width: none; }
  .fdf-hero__caption { right: 0; bottom: 9%; }
  .fdf-section { padding: 92px 0; }
  .fdf-section h2 { font-size: clamp(38px, 11vw, 52px); }
  .fdf-section-head { display: block; margin-bottom: 54px; }
  .fdf-section-head h2 { margin-top: 22px; }
  .fdf-section-head > p:last-child { margin-top: 24px; }
  .fdf-project-list { gap: 76px; }
  .fdf-project, .fdf-project:nth-child(even) { display: flex; flex-direction: column; gap: 18px; }
  .fdf-project:nth-child(even) .fdf-project__visual, .fdf-project:nth-child(even) .fdf-project__info { grid-column: auto; grid-row: auto; }
  .fdf-project__visual { width: 100%; min-height: 290px; margin-left: 0; aspect-ratio: 1.18; }
  .fdf-project__info { width: 100%; padding-top: 26px; }
  .fdf-project__description { margin-block: 18px 22px; }
  .fdf-cover--oral strong { font-size: 68px; }
  .fdf-cover--evolutech strong { font-size: 68px; }
  .fdf-cover__micro { font-size: 8px; }
  .fdf-statement { padding-block: 110px; }
  .fdf-statement::after { content: 'FORA\A DO FEED'; left: 20px; bottom: 16px; font-size: clamp(44px, 14.5vw, 58px); line-height: .7; letter-spacing: -.055em; white-space: pre; -webkit-text-stroke-color: rgba(124,153,196,.038); }
  .fdf-statement__grid { gap: 30px; }
  .fdf-statement__grid > div > p { margin-top: 30px; padding-left: 0; font-size: 15px; }
  .fdf-services__grid { gap: 58px; }
  .fdf-services__intro > p:last-child { font-size: 15px; }
  .fdf-service { grid-template-columns: 34px 1fr 30px; gap: 12px; min-height: auto; padding: 28px 0; }
  .fdf-service h3 { font-size: 24px; }
  .fdf-service p { grid-column: 2 / 4; }
  .fdf-service > i { grid-column: 3; grid-row: 1; }
  .fdf-process__head { display: block; }
  .fdf-process__head h2 { width: 100%; margin-top: 22px; }
  .fdf-process__list { grid-template-columns: 1fr; margin-top: 58px; }
  .fdf-step, .fdf-step + .fdf-step { min-height: auto; padding: 30px 0 34px 46px; border-left: 0; border-top: 1px solid rgba(7,16,32,.18); }
  .fdf-step::before, .fdf-step + .fdf-step::before { top: 34px; left: 0; }
  .fdf-step h3 { margin: 16px 0 7px; }
  .fdf-about { padding-top: 110px; }
  .fdf-about__grid { grid-template-columns: 1fr; gap: 72px; }
  .fdf-about__photo { min-height: 570px; width: calc(100% + 20px); }
  .fdf-about__photo img { width: 100%; }
  .fdf-about__photo::before { inset: 8% 0 -4% 13%; }
  .fdf-about__outline { right: 1%; bottom: -3%; font-size: 104px; }
  .fdf-about__text { margin-top: 32px; padding-left: 22px; }
  .fdf-about__text p { font-size: 15px; }
  .fdf-faq__grid { grid-template-columns: 1fr; gap: 54px; }
  .fdf-faq__intro { position: static; }
  .fdf-faq__intro > p:last-child { font-size: 15px; }
  .fdf-faq__item summary { grid-template-columns: 32px 1fr 24px; gap: 12px; min-height: 88px; }
  .fdf-faq__item summary b { font-size: 20px; }
  .fdf-faq__item > p { margin: -2px 24px 30px 44px; font-size: 14px; }
  .fdf-final h2 { margin-top: 24px; }
  .fdf-final__foot { align-items: stretch; flex-direction: column; margin-top: 40px; }
  .fdf-final__foot > p { font-size: 15px; }
  .fdf-footer { padding-top: 70px; }
  .fdf-footer::before { display: none; }
  .fdf-footer__top { grid-template-columns: 1fr 1fr; grid-template-areas: 'brand brand' 'nav connections' 'beyond beyond'; gap: 40px 30px; padding-bottom: 52px; }
  .fdf-footer__brand { grid-area: brand; }
  .fdf-footer nav { grid-area: nav; }
  .fdf-footer__connections { grid-area: connections; }
  .fdf-footer__beyond { grid-area: beyond; }
  .fdf-footer__beyond ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; }
  .fdf-footer__bottom { grid-template-columns: 1fr; gap: 14px; }
  .fdf-footer__bottom a { justify-self: start; }
  .fdf-footer__bottom > span:last-child { justify-self: start; }
  .fdf-legal__header, .fdf-legal__article, .fdf-legal__footer { width: calc(100% - 40px); }
  .fdf-legal__header { height: 78px; }
  .fdf-legal__brand { width: 48px; height: 48px; }
  .fdf-legal__brand img { top: -25px; left: -35px; width: 113px; height: 113px; }
  .fdf-legal__article { padding: 76px 0 88px; }
  .fdf-legal__article h1 { font-size: clamp(48px, 15vw, 64px); }
  .fdf-legal__content { margin-top: 60px; }
  .fdf-legal__content section { padding: 30px 0; }
  .fdf-legal__content p { font-size: 15px; }
  .fdf-legal__footer { align-items: flex-start; flex-direction: column; }
  .fdf-privacy__hero { min-height: auto; padding: 132px 0 78px; }
  .fdf-privacy__hero-grid { gap: 30px; }
  .fdf-privacy__hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .fdf-privacy__subtitle { margin-top: 28px; font-size: 17px; }
  .fdf-privacy__body { padding: 78px 0 92px; }
  .fdf-privacy__intro { padding-bottom: 72px; }
  .fdf-privacy__intro p { font-size: 16px; }
  .fdf-privacy__intro p:first-child { font-size: 24px; }
  .fdf-privacy__content section { grid-template-columns: 1fr; gap: 14px; padding: 36px 0 40px; }
  .fdf-privacy__number { margin: 0; }
  .fdf-privacy__content h2 { margin-bottom: 16px; font-size: 25px; }
  .fdf-privacy__content div > p, .fdf-privacy__content li { font-size: 15px; line-height: 1.72; }
  .fdf-privacy__cta { align-items: stretch; flex-direction: column; gap: 30px; margin-top: 80px; }
  .fdf-privacy__cta .fdf-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .fdf-preloader { display: none; }
  .fdf-site, .fdf-site *, .fdf-site *::before, .fdf-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* =========================================================
   WORDPRESS / ELEMENTOR — FULL BLEED FIX V2
   Remove limites do tema/Elementor e faz o FDF ocupar
   100% da largura da viewport sem depender de 100vw.
   ========================================================= */

/* Remove margens/paddings herdados que criam “faixas” laterais */
html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip;
}

/* Hello Elementor / wrappers comuns do WordPress */
body.elementor-page #page,
body.elementor-page #content,
body.elementor-page #primary,
body.elementor-page .site-main,
body.elementor-page .content-area,
body.elementor-page .page-content,
body.elementor-page .entry-content,
body.elementor-page .elementor,
body.elementor-page .elementor-section-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Container raiz do Elementor que contém o widget HTML */
body.elementor-page .e-con.e-parent:has(.fdf-site),
body.elementor-page .elementor-element.e-con:has(.fdf-site) {
  --container-max-width: 100% !important;
  --content-width: 100% !important;
  --width: 100% !important;
  --padding-top: 0px !important;
  --padding-right: 0px !important;
  --padding-bottom: 0px !important;
  --padding-left: 0px !important;
  --gap: 0px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

/* O próprio widget HTML não pode continuar limitado pelo Elementor */
body.elementor-page .elementor-widget-html:has(.fdf-site),
body.elementor-page .elementor-widget-html:has(.fdf-site) > .elementor-widget-container {
  --container-widget-width: 100% !important;
  --container-widget-flex-grow: 1 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Agora o site acompanha o pai já normalizado; evita cálculo 100vw + scrollbar */
.fdf-site {
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  left: auto !important;
  right: auto !important;
}

/* Evita uma faixa causada por o tema pintar o fundo fora do componente */
body.elementor-page,
body.elementor-page #page,
body.elementor-page #content,
body.elementor-page .site-main {
  background: #020918 !important;
}

/* No modo logado, mantém o header FDF abaixo da barra do WordPress.
   Visitantes deslogados continuam com top:0 normalmente. */
body.admin-bar .fdf-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .fdf-header {
    top: 46px;
  }
}

@media (max-width: 560px) {
  html,
  body,
  body.elementor-page #page,
  body.elementor-page #content,
  body.elementor-page #primary,
  body.elementor-page .site-main,
  body.elementor-page .content-area,
  body.elementor-page .page-content,
  body.elementor-page .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

body.elementor-page {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor,
.elementor-section-wrap,
.elementor-widget-wrap,
.elementor-widget-html,
.elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}