@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,600;1,600;1,700&display=swap";@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--red:#a50d1d;--red-dark:#7d0916;--ink:#211919;--cream:#f7f1ed;--paper:#fdfaf8;--rose:#ead9d3;--line:#dacbc5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:DM Sans,Arial,sans-serif}a{color:inherit;text-decoration:none}p{color:#625553;line-height:1.75}h1,h2{letter-spacing:-.035em;font-family:Playfair Display,Georgia,serif;font-style:italic}h2{margin:.45rem 0 1.7rem;font-size:clamp(2.55rem,5vw,4.45rem);line-height:1}h3{line-height:1.25}::selection{background:var(--red);color:#fff}.header{z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fdfaf8eb;border-bottom:1px solid #4a2d2a17;justify-content:space-between;align-items:center;height:82px;padding:9px clamp(20px,5vw,76px);display:flex;position:fixed;top:0;left:0;right:0}.header img{object-fit:contain;width:150px;height:62px}.header nav{gap:38px;font-size:13px;display:flex}.header nav a{position:relative}.header nav a:after{content:"";background:var(--red);height:1px;transition:right .3s;position:absolute;bottom:-7px;left:0;right:100%}.header nav a:hover:after{right:0}.button{background:var(--red);border:1px solid var(--red);border-radius:1px;justify-content:center;align-items:center;padding:15px 23px;font-size:13px;font-weight:600;transition:all .25s;display:inline-flex;color:#fff!important}.button:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 12px 32px #5d07142c}.button.compact{padding:12px 18px}.button.ghost{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#14060529;border-color:#ffffff8a}.whatsappFloat{z-index:60;color:#fff;cursor:pointer;background:#25d366;border:0;border-radius:999px;align-items:center;gap:10px;min-height:54px;padding:8px 18px 8px 8px;font:600 13px DM Sans,Arial,sans-serif;transition:transform .22s,box-shadow .22s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px #125c314d}.whatsappFloat:hover{transform:translateY(-3px);box-shadow:0 14px 34px #125c3166}.whatsappFloat:focus-visible{outline-offset:3px;outline:3px solid #fff}.whatsappFloatIcon{border:1px solid #ffffff9e;border-radius:50%;place-items:center;width:38px;height:38px;font-size:22px;line-height:1;display:grid;transform:rotate(-12deg)}.contactChatLayer{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#170b0a5c;justify-content:flex-end;align-items:flex-end;padding:24px;display:flex;position:fixed;inset:0}.contactChat{background:var(--paper);border:1px solid var(--line);flex-direction:column;width:min(430px,100%);max-height:min(720px,100svh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 80px #1f0b0c4d}.contactChat>header{background:var(--ink);color:#fff;justify-content:space-between;align-items:flex-start;padding:24px 24px 18px;display:flex}.contactChat>header span{text-transform:uppercase;letter-spacing:.14em;color:#d89a99;margin-bottom:7px;font-size:9px;display:block}.contactChat>header h2{letter-spacing:-.02em;margin:0;font-size:1.75rem}.contactChat>header button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:30px;line-height:1}.chatProgress{background:var(--rose);height:3px}.chatProgress span{background:var(--red);height:100%;transition:width .3s;display:block}.chatBody{min-height:300px;padding:34px 24px;overflow:auto}.chatBody label,.chatQuestion{flex-direction:column;gap:14px;display:flex}.chatBody label>span,.chatQuestion>span,.chatDone>span{letter-spacing:-.018em;color:var(--ink);font:600 1.35rem/1.35 DM Sans,Arial,sans-serif}.chatBody label>span small{color:#796967;font:500 11px DM Sans}.chatBody input{width:100%;color:var(--ink);background:0 0;border:0;border-bottom:1px solid #a99995;outline:0;padding:14px 2px;font:15px DM Sans}.chatBody input:focus{border-color:var(--red)}.chatBody label>small{color:#857571;font-size:11px}.chatBody .privacyNote{color:#9a8985;font-size:9px;line-height:1.45}.privacyNote a{color:inherit;text-underline-offset:2px;text-decoration:underline}.needOptions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.needOptions button{border:1px solid var(--line);color:#564845;cursor:pointer;background:#fff;min-height:48px;padding:10px;font:500 12px/1.3 DM Sans}.needOptions button:hover,.needOptions button.selected{border-color:var(--red);color:var(--red);background:#f4e5e2}.chatActions{border-top:1px solid var(--line);background:#fff;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:16px 24px;display:grid}.chatActions button{cursor:pointer;min-height:42px;padding:10px 15px;font:600 12px DM Sans}.chatBack,.chatSkip{color:#6f5d59;background:0 0;border:0}.chatNext{border:1px solid var(--red);background:var(--red);color:#fff}.chatNext:disabled{opacity:.35;cursor:not-allowed}.chatDone p{margin:16px 0 24px}.chatDone .button{width:100%}.hero{background:url(/images/ellen-hero.png) 64% 33%/cover no-repeat;align-items:center;height:min(920px,100svh);min-height:760px;display:flex;position:relative}.heroShade{background:linear-gradient(90deg,#160606c2,#1606068c 38%,#1606061f 67%,#0000 80%);position:absolute;inset:0}.heroContent{z-index:2;color:#fff;width:min(650px,47vw);margin-left:clamp(24px,8vw,124px);padding-top:62px;position:relative}.heroContent:before{content:"ESTRATÉGIA · POSICIONAMENTO · CONTEÚDO";letter-spacing:.17em;color:#f5ddd9;margin-bottom:30px;font-size:10px;display:block}.heroContent h1{color:#fff;text-wrap:balance;margin:0 0 30px;font-size:clamp(3.7rem,6.25vw,6.15rem);line-height:.94}.heroContent p{color:#fff;max-width:620px}.heroContent .lead{font-size:clamp(1.12rem,1.8vw,1.4rem);line-height:1.5}.actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.section{padding:clamp(88px,10vw,150px) clamp(22px,6vw,86px)}.wide{max-width:1240px;margin:auto}.tinted{background:var(--cream)}.eyebrow{background:var(--red);width:58px;height:2px;margin:0 auto 30px;transition:width .5s}.section:hover .eyebrow{width:82px}.introText{max-width:760px;font-size:17px}.section.intro{text-align:center;flex-direction:column;align-items:center;max-width:1060px;margin:auto;display:flex}.introCopy{max-width:700px;margin:0 auto 48px}.introCopy p{max-width:620px;margin-left:auto;margin-right:auto}.section.intro .playbox{width:100%;min-height:500px;margin:0}.playbox{border:1px solid var(--line);color:#8d7771;background:linear-gradient(135deg,#efe5e1,#e8dbd5);flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:360px;margin-top:45px;display:flex;position:relative;overflow:hidden}.playbox:before{content:"";border:1px solid #ffffff78;position:absolute;inset:16px}.playbox:after{content:"V.O.";color:#fff5;font:italic 150px/1 Playfair Display;position:absolute;bottom:-50px;right:-12px}.playbox.portrait{min-height:465px;margin-top:0}.play{z-index:2;width:66px;height:66px;color:var(--red);border:1px solid #a50d1d66;border-radius:50%;place-items:center;padding-left:4px;font-size:20px;transition:all .25s;display:grid;position:relative}.playbox:hover .play{background:var(--red);color:#fff;transform:scale(1.08)}.playbox small{z-index:2;font-weight:600}.youtubeVideo{aspect-ratio:16/9;background:#160306;width:100%;position:relative;overflow:hidden}.youtubeVideo iframe,.youtubePoster,.youtubePoster img{border:0;width:100%;height:100%;position:absolute;inset:0}.youtubePoster{cursor:pointer;background:#160306;padding:0}.youtubePoster img{object-fit:cover;display:block}.youtubePlay{z-index:2;background:#fffffff0;border-radius:50%;place-items:center;width:76px;height:76px;transition:transform .25s,background .25s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 30px #1804074d}.youtubePlay>span{border-top:13px solid #0000;border-bottom:13px solid #0000;border-left:20px solid var(--red);width:0;height:0;margin-left:6px}.youtubePoster:hover .youtubePlay{background:#fff;transform:translate(-50%,-50%)scale(1.08)}#entregamos{background:var(--ink);color:#fff;text-align:center}#entregamos h2,#entregamos h3{color:#fff}#entregamos p{color:#cfc2bf}#entregamos .eyebrow{background:#d89a99}#entregamos .introText,#entregamos .note{margin-left:auto;margin-right:auto}.serviceGrid{text-align:left;border:1px solid #fff2;grid-template-columns:1fr 1fr;margin:72px 0 0;display:grid}.serviceGrid article{border-bottom:1px solid #fff2;padding:54px 5vw;transition:transform .35s,background .35s,color .35s;position:relative;overflow:hidden}.serviceGrid article:nth-child(odd){border-right:1px solid #fff2}.serviceGrid article:nth-child(3),.serviceGrid article:nth-child(4){border-bottom:0}.serviceGrid article>span{color:#d89a99;margin-bottom:40px;font:italic 18px Playfair Display;transition:all .35s;display:block}.serviceGrid article:hover{background:var(--red);transform:translateY(-7px)}.serviceGrid article:hover>span{color:#fff;transform:translate(7px)}.serviceGrid h3{text-transform:uppercase;letter-spacing:.13em;margin:0 0 12px;font-size:13px;transition:all .35s;color:#d89a99!important}.serviceGrid article:hover h3,.serviceGrid article:hover p,.serviceGrid article:hover small{color:#fff!important}.serviceGrid p{margin:0}.serviceGrid small{text-transform:uppercase;letter-spacing:.12em;color:#a99b98;margin-top:24px;font-size:9px;transition:all .35s;display:block}.note{border-top:1px solid #fff2;max-width:760px;margin-top:70px;padding-top:34px;font-size:13px}#cases{background:#fff}#cases>.wide>h2{max-width:750px}.case{grid-template-columns:1.35fr .65fr;align-items:center;gap:7vw;margin-top:95px;display:grid}.case.reverse{grid-template-columns:.65fr 1.35fr;margin-top:140px}.case .playbox{min-height:440px;margin:0}.case>div:not(.playbox):before{content:"ESTRATÉGIA APLICADA";color:var(--red);letter-spacing:.14em;margin-bottom:32px;font-size:10px;display:block}.case h3{white-space:nowrap;margin:30px 0 9px;font:italic 1.65rem Playfair Display}.case p{max-width:420px}.case .playbox small{text-transform:uppercase;letter-spacing:.12em}#depoimentos,.testimonySection{background:var(--red);color:#fff;text-align:center}#depoimentos h2,.testimonySection h2{color:#fff}#depoimentos p,.testimonySection p{color:#f3dedd}#depoimentos .eyebrow,.testimonySection .eyebrow{background:#fff}.testimonialIntro{max-width:620px;margin:-5px auto 0}.testimonials{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:20px;margin-top:60px;display:grid}.reelCard,.feedbackImage{text-align:left;background:#790914;border:1px solid #ffffff45;min-height:0;display:block;position:relative;overflow:hidden}.reelCard{aspect-ratio:9/16}.reelPoster{cursor:pointer;background:#160306;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0;overflow:hidden}.reelPoster img{object-fit:cover;object-position:center;width:100%;height:100%;transition:all .25s;display:block}.reelCard video{object-fit:contain;background:#160306;border:0;width:100%;height:100%;position:absolute;inset:0}.reelCard:hover .reelPoster img{transform:scale(1.025)}.reelPlay{z-index:2;background:#fffffff0;border-radius:50%;place-items:center;width:72px;height:72px;transition:transform .25s,background .25s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 28px #1804073d}.reelPlay>span{border-top:12px solid #0000;border-bottom:12px solid #0000;border-left:18px solid var(--red);width:0;height:0;margin-left:5px}.reelPoster:hover .reelPlay{background:#fff;transform:translate(-50%,-50%)scale(1.08)}.feedbackImage{aspect-ratio:1181/1536;background:#b80018}.feedbackImage img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}#metodo{background:var(--cream);text-align:center}#metodo>.wide>p{max-width:830px;margin-left:auto;margin-right:auto;font-size:17px}.sequenceLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--red);justify-content:center;align-items:center;gap:14px;margin-top:48px;font-size:10px;display:flex}.sequenceLabel span{font-size:20px}.steps{border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;grid-template-columns:repeat(5,1fr);gap:0;margin-top:62px;display:grid;position:relative}.steps:before{content:"";background:var(--red);width:20%;height:3px;position:absolute;top:-1px;left:0}.steps>div{border-right:1px solid var(--line);min-height:295px;padding:36px 26px 38px;transition:all .3s;display:block;position:relative}.steps>div:last-child{border-right:0}.steps>div:not(:last-child):after{content:"→";z-index:3;background:var(--cream);width:20px;height:20px;color:var(--red);text-align:center;position:absolute;top:34px;right:-10px}.steps>div:hover{background:#fff;transform:translateY(-6px)}.steps b{width:auto;height:auto;color:var(--red);background:0 0;border-radius:0;margin:0 0 48px;font:italic 2.1rem Playfair Display;display:block}.steps h3{margin:0 0 15px;font:italic 1.55rem Playfair Display}.steps p{margin:0;font-size:13px;line-height:1.6}#solucoes{background:#fff}.plans{border-top:1px solid var(--ink);grid-template-columns:repeat(3,1fr);gap:0;margin-top:65px;display:grid}.plans article{border-right:1px solid var(--line);background:0 0;flex-direction:column;min-height:560px;padding:34px 34px 30px;transition:background .3s;display:flex}.plans article:last-child{border-right:0}.plans article:hover,.plans article.featured{background:var(--cream)}.plans article:before{content:"SOLUÇÃO";letter-spacing:.14em;color:var(--red);margin-bottom:60px;font-size:9px}.plans h3{margin:0 0 18px;font:italic 1.8rem/1.15 Playfair Display}.plans ul{border-top:1px solid var(--line);color:#6b5c5a;margin:20px 0 32px;padding:25px 0 0;font-size:13px;line-height:1.9;list-style:none}.plans li:before{content:"—";color:var(--red);margin-right:8px}.button.secondary{background:0 0;border-radius:0;width:100%;margin-top:auto;color:var(--red)!important}#sobre{background:var(--ink);color:#fff}.about{grid-template-columns:1.03fr .97fr;align-items:center;gap:8vw;display:grid}.about img{object-fit:cover;object-position:center 19%;filter:saturate(.88);width:100%;height:760px;transition:transform .8s}.about img:hover{transform:scale(1.015)}.about h2{color:#fff}.about p{color:#cfc1bf}.about .eyebrow{background:#d89a99}.about>div:last-child:before{content:"FUNDADORA · ESTRATEGISTA · DIRETORA CRIATIVA";letter-spacing:.14em;color:#d89a99;margin-bottom:26px;font-size:9px;display:block}.about hr{border:0;border-top:1px solid #ffffff25;margin:34px 0}#sobre+.section{background:var(--rose);text-align:center}#sobre+.section .introText{margin-left:auto;margin-right:auto}.smallPlans{text-align:left;border-top:1px solid #b99d95;grid-template-columns:repeat(3,1fr);gap:0;margin-top:65px;display:grid}.smallPlans article{background:0 0;border-right:1px solid #b99d95;flex-direction:column;min-height:470px;padding:36px 38px 32px 0;display:flex}.smallPlans article:not(:first-child){padding-left:34px}.smallPlans article:last-child{border-right:0}.productType{text-transform:uppercase;letter-spacing:.14em;color:var(--red);margin-bottom:28px;font-size:9px;display:block}.smallPlans h3{min-height:58px;font:italic 1.55rem Playfair Display}.smallPlans article>p{font-size:14px}.productScope{border-top:1px solid #b99d95;flex-direction:column;gap:9px;margin:18px 0 26px;padding-top:20px;font-size:12px;line-height:1.55;display:flex}.productScope strong{text-transform:uppercase;letter-spacing:.1em;color:var(--red);font-size:9px}.productScope span{color:#544745}.productScope em{color:#7b6662;font-style:normal}.smallPlans b{color:var(--red);margin-top:auto;font-size:17px;display:block}.teamNote{border-top:1px solid #ffffff25;margin-top:36px;padding:28px 0 0}.teamNote>span{text-transform:uppercase;letter-spacing:.13em;color:#d89a99;margin-bottom:12px;font-size:10px;font-weight:600;display:block}.teamNote p{margin:0;font-size:14px}.faq{background:var(--paper);max-width:950px}.faq details{border-bottom:1px solid var(--line);padding:24px 0}.faq summary{cursor:pointer;justify-content:space-between;font-weight:600;list-style:none;display:flex}.faq summary:after{content:"+";color:var(--red);font:400 22px Playfair Display}.faq details[open] summary:after{content:"−"}.faq details p{max-width:740px;padding-right:50px}.final{text-align:center;background:var(--red);justify-content:center;align-items:center;min-height:680px;padding:110px 24px;display:flex;position:relative;overflow:hidden}.final:before{content:"";filter:saturate(.75);background:linear-gradient(#4d050ed6,#4d050ee6),url(/images/ellen-hero.png) 50% 32%/cover no-repeat;position:absolute;inset:0}.final:after{content:"V.O.";color:#ffffff08;font:italic clamp(10rem,28vw,28rem)/1 Playfair Display;position:absolute;bottom:-9vw;right:-2vw}.finalContent{z-index:2;max-width:950px;margin:auto;position:relative}.finalContent>span{text-transform:uppercase;letter-spacing:.18em;color:#edc7c5;font-size:10px}.final .eyebrow{background:#fff;margin:30px auto}.final h2{color:#fff;text-wrap:balance;font-size:clamp(3rem,6vw,5.7rem)}.final p{color:#f5dfdc;max-width:650px;margin:0 auto 38px;font-size:17px}.final .button{background:#fff;border-color:#fff;color:var(--red)!important}.final .button:hover{background:var(--cream)}footer{border-top:1px solid var(--line);background:#eee3df;padding:80px clamp(24px,6vw,80px) 30px}.footerGrid{grid-template-columns:1.3fr 1fr 1fr;gap:50px;max-width:1200px;margin:auto;display:grid}.footerGrid img{width:190px}.footerGrid a{color:#655755;margin:10px 0;font-size:13px;display:block}.footerGrid a:hover{color:var(--red)}.legal{color:#786b69;border-top:1px solid #cdbdb7;justify-content:space-between;max-width:1200px;margin:55px auto 0;padding-top:25px;font-size:11px;display:flex}@supports (animation-timeline:view()){.section>.wide,.section.intro{animation:linear both reveal;animation-timeline:view();animation-range:entry 5% cover 24%}@keyframes reveal{0%{opacity:.3;transform:translateY(22px)}to{opacity:1;transform:none}}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@media (width<=900px){.header nav{display:none}.header{height:70px;padding:7px 16px}.header img{width:118px}.button.compact{padding:10px 12px;font-size:11px}.hero{background-position:58%;height:100svh;min-height:720px}.heroShade{background:linear-gradient(90deg,#140505d6,#14050580)}.heroContent{width:auto;max-width:650px;margin:0;padding:112px 22px 58px}.heroContent h1{font-size:clamp(3.2rem,14vw,4.9rem)}.heroContent>p:not(.lead){font-size:14px}.actions{flex-direction:column;align-items:stretch}.section{padding:82px 22px}.section.intro,.serviceGrid,.case,.case.reverse,.about,.plans,.footerGrid{grid-template-columns:1fr}.section.intro{gap:45px}.section.intro>div:not(.playbox){padding:0}.section.intro .playbox{min-height:310px}.serviceGrid article,.serviceGrid article:nth-child(2n){padding:40px 0;border-right:0!important}.case,.case.reverse{gap:38px;margin-top:80px}.case.reverse>div:first-child{order:2}.case .playbox{min-height:310px}.testimonials{scroll-snap-type:x mandatory;padding-bottom:12px;display:flex;overflow-x:auto}.testimonials .playbox{scroll-snap-align:start;min-width:265px}.steps>div{grid-template-columns:85px 1fr}.plans{border-top:1px solid var(--ink)}.plans article{border-right:0;border-bottom:1px solid var(--line);min-height:auto;padding:34px 10px}.plans article:before{margin-bottom:38px}.about{gap:58px}.about img{height:560px}.smallPlans{grid-template-columns:1fr}.smallPlans article,.smallPlans article:not(:first-child){border-bottom:1px solid #b99d95;border-right:0;min-height:0;padding:30px 0}.final{background:linear-gradient(#fdfaf8d4,#fdfaf8f7),url(/images/ellen-hero.png) 58%/cover;min-height:620px}.legal{flex-direction:column;gap:15px}}@media (width<=520px){.heroContent h1{font-size:3.25rem}.heroContent:before{letter-spacing:.11em}.actions .button{width:100%}.about img{height:500px}.final h2{font-size:3rem}}@media (width<=900px){.serviceGrid article{padding:40px 28px!important}.case h3{white-space:normal}.steps{border-bottom:0;grid-template-columns:1fr}.steps:before{width:100%}.steps>div{border-right:0;border-bottom:1px solid var(--line);text-align:center;min-height:0;padding:30px 18px}.steps>div:not(:last-child):after{content:"↓";top:auto;bottom:-10px;right:50%}.steps b{margin-bottom:18px}.smallPlans article{min-height:0}.final{background:var(--red);min-height:620px;padding:90px 22px}.final:before{background:linear-gradient(#4d050edb,#4d050eed),url(/images/ellen-hero.png) 58%/cover no-repeat}.final h2{font-size:clamp(3rem,12vw,4.4rem)}.testimonials{scroll-snap-type:x mandatory;align-items:flex-start;gap:16px;padding:0 max(0px,50vw - min(76vw,306px)/2 - 24px) 14px;scroll-padding-inline:24px;display:flex;overflow-x:auto}.reelCard,.feedbackImage{scroll-snap-align:center;min-width:min(76vw,306px)}.reelCard{aspect-ratio:9/16}.feedbackImage{aspect-ratio:1181/1536}}.hero{background-image:url(/images/ellen-hero-loira-wide.png);background-position:50%;background-size:cover;background-attachment:fixed}.heroShade{-webkit-backdrop-filter:saturate(.94);backdrop-filter:saturate(.94);background:linear-gradient(90deg,#14070694 0%,#1407066e 37%,#14070624 63%,#14070614 100%)}.heroAccent{color:#d93b46;text-shadow:0 2px 24px #4800083d}.introCopy h2{white-space:nowrap}.plans article:before{display:none}.planType{text-transform:uppercase;letter-spacing:.15em;color:var(--red);margin-bottom:34px;font-size:9px;font-weight:600;display:block}.planAudience{min-height:42px;color:var(--ink);margin-top:18px;font-size:12px;line-height:1.5;display:block}.smallPlans b small{text-transform:uppercase;letter-spacing:.11em;color:#765d58;margin-top:5px;font-size:8px;font-weight:500;display:block}.final h2{max-width:860px;margin-left:auto;margin-right:auto;font-size:clamp(2.75rem,4.7vw,4.65rem)}@media (width<=900px){.hero{background-image:url(/images/ellen-hero-loira-mobile.png);background-position:50% 22%;background-attachment:scroll}.heroShade{-webkit-backdrop-filter:saturate(.94);backdrop-filter:saturate(.94);background:linear-gradient(90deg,#12060594,#12060557)}.introCopy h2{white-space:normal}.planType{margin-bottom:24px}.planAudience{min-height:0}.final h2{font-size:clamp(2.55rem,10vw,3.65rem)}}.hero{background-position:top}@media (width<=900px){.hero{background-position:top;background-attachment:scroll}h2{margin-bottom:1.25rem;font-size:clamp(2.25rem,10vw,3.35rem)}.section{padding:68px 20px}.hero{min-height:680px}.heroContent{padding:102px 20px 42px}.heroContent h1{max-width:560px;margin-bottom:22px;font-size:clamp(2.85rem,12.5vw,4.15rem);line-height:.96}.heroContent .lead{font-size:1.05rem;line-height:1.42}.heroContent:before{margin-bottom:20px}.actions{margin-top:25px}.actions .button{min-height:48px;padding:13px 16px}.introCopy{margin-bottom:28px}.section.intro{gap:28px}.section.intro .playbox{margin-top:0}.serviceGrid{margin-top:48px}.serviceGrid article{padding:32px 22px!important}.serviceGrid article>span{margin-bottom:22px}.serviceGrid small{margin-top:16px}.note{margin-top:44px;padding-top:25px}.case,.case.reverse{gap:28px;margin-top:58px}.case.reverse{flex-direction:column;display:flex}.case.reverse>div:first-child{order:2}.case.reverse>.playbox{order:1}.case .playbox{width:100%;min-height:280px}.case>div:not(.playbox):before{margin-bottom:23px}.case h3{margin-top:22px}.testimonials{margin-top:42px}.testimonials:after{content:"Deslize para ver mais →";color:#fff;letter-spacing:.09em;text-transform:uppercase;flex:0 0 132px;align-self:center;padding:18px 4px;font-size:11px;line-height:1.5}.reelPlay{width:62px;height:62px}.sequenceLabel{margin-top:34px;line-height:1.5}.steps{margin-top:42px}.steps>div{padding:24px 16px}.plans{margin-top:44px}.plans article{padding:28px 6px}.plans article:before{margin-bottom:24px}.plans h3{font-size:1.6rem}.plans ul{margin:12px 0 24px;padding-top:18px}.plans .button{white-space:normal;text-align:center;min-height:48px}.about{gap:42px}.about img{height:min(128vw,540px)}.smallPlans{margin-top:44px}.faq details{padding:18px 0}.faq summary{gap:18px;line-height:1.4}.faq details p{margin-bottom:4px;padding-right:18px}.final{min-height:560px;padding:72px 20px}.final p{font-size:15px}.final .button{white-space:normal;width:100%;min-height:50px}footer{padding:48px 20px 24px}.footerGrid{gap:25px}.footerGrid img{width:155px}.legal{margin-top:34px;padding-top:20px}}@media (width<=520px){.header .button.compact{text-align:center;max-width:148px;line-height:1.15}.heroContent h1{letter-spacing:-.025em;max-width:100%;margin-bottom:20px;font-size:clamp(2.35rem,10.8vw,2.85rem);line-height:1}.heroContent .mobileOptional{display:none}.testimonials{margin-left:-20px;margin-right:-20px;padding-inline:calc(50vw - min(76vw,306px)/2)}.whatsappFloat{border-radius:50%;justify-content:center;width:56px;height:56px;min-height:56px;padding:8px;bottom:16px;right:16px}.whatsappFloatIcon{width:40px;height:40px}.whatsappFloatText{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.contactChatLayer{align-items:flex-end;padding:0}.contactChat{border:0;border-radius:16px 16px 0 0;width:100%;max-height:92svh}.contactChat>header{padding:22px 20px 17px}.contactChat>header h2{font-size:1.5rem}.chatBody{min-height:290px;padding:28px 20px}.chatBody label>span,.chatQuestion>span,.chatDone>span{font-size:1.4rem}.needOptions{grid-template-columns:1fr}.chatActions{padding:14px 20px}}
