.Header-module__ldgnoG__header{z-index:200;height:var(--header-height);background:var(--color-bg);transition:background var(--transition-slow), border-color var(--transition-slow), box-shadow var(--transition-slow);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.Header-module__ldgnoG__header.Header-module__ldgnoG__scrolled{background:var(--color-bg);border-bottom-color:var(--color-border);box-shadow:0 1px 12px #1c2b1e12}.Header-module__ldgnoG__header.Header-module__ldgnoG__menuActive{background:var(--color-surface);border-bottom-color:var(--color-border)}.Header-module__ldgnoG__container{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;gap:1rem;height:100%;margin:0 auto;display:flex}.Header-module__ldgnoG__logo{transition:opacity var(--transition-fast);flex-direction:column;line-height:1.15;display:flex}.Header-module__ldgnoG__logo:hover{opacity:.8}.Header-module__ldgnoG__logoName{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--color-primary-dark);letter-spacing:-.02em;font-weight:700}.Header-module__ldgnoG__logoTitle{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-subtle);font-size:.625rem;font-weight:500}.Header-module__ldgnoG__nav{align-items:center;gap:0;display:none}.Header-module__ldgnoG__navLink{font-size:var(--text-sm);color:var(--color-text-muted);border-radius:var(--radius-sm);letter-spacing:.005em;transition:color var(--transition-fast);padding:.5rem 1rem;font-weight:500;position:relative}.Header-module__ldgnoG__navLink:after{content:"";transform-origin:0;height:1.5px;transition:transform var(--transition-base) cubic-bezier(.4, 0, .2, 1);background:currentColor;border-radius:2px;position:absolute;bottom:5px;left:1rem;right:1rem;transform:scaleX(0)}.Header-module__ldgnoG__navLink:hover{color:var(--color-primary)}.Header-module__ldgnoG__navLink:hover:after{transform:scaleX(1)}.Header-module__ldgnoG__desktopCta{color:var(--color-surface);font-size:var(--text-sm);letter-spacing:.01em;border-radius:var(--radius-full);white-space:nowrap;transition:background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);background:linear-gradient(160deg,#fbc847 0%,#f9a825 55%,#e8961e 100%);border:1.5px solid #ffffff38;padding:.5rem 1.375rem;font-weight:700;display:none;box-shadow:0 2px 14px #d4901a5c}.Header-module__ldgnoG__desktopCta:hover{background:linear-gradient(160deg,#f9b830 0%,#e8961e 55%,#d4881a 100%);transform:translateY(-1px);box-shadow:0 4px 20px #d4901a7a}.Header-module__ldgnoG__desktopCta:active{transform:translateY(0)}.Header-module__ldgnoG__menuBtn{border-radius:var(--radius-sm);width:44px;height:44px;transition:background var(--transition-fast);flex-direction:column;justify-content:center;gap:5px;padding:12px;display:flex}.Header-module__ldgnoG__menuBtn:hover{background:var(--color-primary-subtle)}.Header-module__ldgnoG__bar{background:var(--color-text);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s;display:block}.Header-module__ldgnoG__menuBtn[aria-expanded=true] .Header-module__ldgnoG__barTop{transform:translateY(7px)rotate(45deg)}.Header-module__ldgnoG__menuBtn[aria-expanded=true] .Header-module__ldgnoG__barMid{opacity:0;transform:scaleX(0)}.Header-module__ldgnoG__menuBtn[aria-expanded=true] .Header-module__ldgnoG__barBot{transform:translateY(-7px)rotate(-45deg)}.Header-module__ldgnoG__mobileMenu{z-index:150;padding:calc(var(--header-height) + 2.5rem) var(--container-padding) 3rem;-webkit-backdrop-filter:blur(24px);opacity:0;pointer-events:none;background:#edf1e3f7;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;transition:opacity .28s cubic-bezier(.4,0,.2,1),transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0;transform:translateY(-12px)scale(.99)}.Header-module__ldgnoG__mobileMenu.Header-module__ldgnoG__mobileMenuOpen{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.Header-module__ldgnoG__mobileLink{font-family:var(--font-heading);color:var(--color-text);border-radius:var(--radius-md);letter-spacing:-.02em;transition:color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);padding:.625rem 2rem;font-size:clamp(1.5rem,6vw,2rem);font-weight:700;display:block}.Header-module__ldgnoG__mobileLink:hover{color:var(--color-primary);background:var(--color-primary-subtle);transform:translate(4px)}.Header-module__ldgnoG__mobileCta{color:var(--color-surface);font-size:var(--text-base);border-radius:var(--radius-full);transition:background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);background:linear-gradient(160deg,#fbc847 0%,#f9a825 55%,#e8961e 100%);border:1.5px solid #ffffff38;justify-content:center;align-items:center;margin-top:2rem;padding:1rem 2.75rem;font-weight:700;display:inline-flex;box-shadow:0 4px 18px #d4901a61}.Header-module__ldgnoG__mobileCta:hover{background:linear-gradient(160deg,#f9b830 0%,#e8961e 55%,#d4881a 100%);transform:translateY(-2px);box-shadow:0 6px 26px #d4901a80}.Header-module__ldgnoG__mobileMenu.Header-module__ldgnoG__mobileMenuOpen .Header-module__ldgnoG__mobileLink:first-child{animation:.28s 60ms both Header-module__ldgnoG__slideInLink}.Header-module__ldgnoG__mobileMenu.Header-module__ldgnoG__mobileMenuOpen .Header-module__ldgnoG__mobileLink:nth-child(2){animation:.28s .1s both Header-module__ldgnoG__slideInLink}.Header-module__ldgnoG__mobileMenu.Header-module__ldgnoG__mobileMenuOpen .Header-module__ldgnoG__mobileLink:nth-child(3){animation:.28s .14s both Header-module__ldgnoG__slideInLink}.Header-module__ldgnoG__mobileMenu.Header-module__ldgnoG__mobileMenuOpen .Header-module__ldgnoG__mobileLink:nth-child(4){animation:.28s .18s both Header-module__ldgnoG__slideInLink}.Header-module__ldgnoG__mobileMenu.Header-module__ldgnoG__mobileMenuOpen .Header-module__ldgnoG__mobileCta{animation:.28s .22s both Header-module__ldgnoG__slideInLink}@keyframes Header-module__ldgnoG__slideInLink{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.Header-module__ldgnoG__nav{display:flex}.Header-module__ldgnoG__desktopCta{align-items:center;display:inline-flex}.Header-module__ldgnoG__menuBtn,.Header-module__ldgnoG__mobileMenu{display:none}.Header-module__ldgnoG__header{-webkit-backdrop-filter:blur(22px)saturate(1.7);background:#edf1e3d1;border:1px solid #c6cfb699;border-radius:28px;width:calc(100% - 3rem);max-width:1160px;top:.875rem;left:50%;right:auto;transform:translate(-50%);box-shadow:inset 0 1px #ffffff80,0 4px 16px #1c2b1e1a,0 16px 48px #1c2b1e1f}.Header-module__ldgnoG__header:before{content:"";border-radius:inherit;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px;position:absolute;inset:0}.Header-module__ldgnoG__header.Header-module__ldgnoG__scrolled{background:#edf1e3f0;border-color:#c6cfb6b3;box-shadow:inset 0 1px #ffffff80,0 4px 20px #1c2b1e21,0 18px 52px #1c2b1e1c}.Header-module__ldgnoG__header.Header-module__ldgnoG__menuActive{border-color:var(--color-border);background:#edf1e3f7}}
@keyframes Hero-module__JgYmMq__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__JgYmMq__scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.Hero-module__JgYmMq__hero{background:radial-gradient(ellipse 55% 70% at 88% 50%, #2e7d3212 0%, transparent 65%), radial-gradient(ellipse 90% 55% at 50% 0%, #2e7d321a 0%, transparent 68%), var(--color-bg);width:100%;padding-top:calc(var(--header-height) + clamp(3.5rem, 8vw, 6rem));padding-bottom:clamp(3.5rem,8vw,6rem);padding-inline:var(--container-padding);position:relative;overflow:hidden}.Hero-module__JgYmMq__hero:after{content:"";background:radial-gradient(600px circle at var(--cx,50%) var(--cy,50%), #2e7d3212 0%, transparent 60%);pointer-events:none;z-index:0;position:absolute;inset:0}.Hero-module__JgYmMq__container{z-index:1;max-width:var(--container-max);width:100%;margin:0 auto;position:relative}.Hero-module__JgYmMq__heroInner{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.Hero-module__JgYmMq__heroContent{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.Hero-module__JgYmMq__heroVisual{width:100%}@keyframes Hero-module__JgYmMq__float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.Hero-module__JgYmMq__badge{border-radius:var(--radius-full);letter-spacing:.05em;color:var(--color-primary-dark);-webkit-backdrop-filter:blur(8px);background:#2e7d321a;border:1px solid #2e7d3233;align-items:center;gap:.4375rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;animation:.35s 60ms both Hero-module__JgYmMq__fadeUp,5s ease-in-out 1s infinite Hero-module__JgYmMq__float-badge;display:inline-flex}.Hero-module__JgYmMq__heading{font-family:var(--font-heading);letter-spacing:-.035em;color:var(--color-text);text-align:center;max-width:18ch;font-size:clamp(2.25rem,7.5vw,4.25rem);font-weight:900;line-height:1.08;animation:.38s .12s both Hero-module__JgYmMq__fadeUp}.Hero-module__JgYmMq__headingAccent{color:var(--color-primary);font-style:italic}.Hero-module__JgYmMq__sub{color:var(--color-text-muted);text-align:center;max-width:64ch;font-size:clamp(1rem,2.2vw,1.125rem);font-weight:400;line-height:1.75;animation:.38s .18s both Hero-module__JgYmMq__fadeUp}.Hero-module__JgYmMq__ctaRow{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;max-width:340px;animation:.38s .24s both Hero-module__JgYmMq__fadeUp;display:flex}.Hero-module__JgYmMq__ctaPrimary{color:var(--color-surface);font-size:var(--text-base);border-radius:var(--radius-full);transition:background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);white-space:nowrap;background:linear-gradient(160deg,#fbc847 0%,#f9a825 55%,#e8961e 100%);border:1.5px solid #ffffff38;justify-content:center;align-items:center;gap:.5rem;padding:.9375rem 1.75rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #d4901a61}@keyframes Hero-module__JgYmMq__shimmer{0%{transform:translate(-120%)skew(-18deg)}to{transform:translate(240%)skew(-18deg)}}.Hero-module__JgYmMq__ctaPrimary:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 35%,#ffffff52 50%,#0000 65%);animation:4s 2s infinite Hero-module__JgYmMq__shimmer;position:absolute;inset:0}.Hero-module__JgYmMq__ctaPrimary:hover{background:linear-gradient(160deg,#f9b830 0%,#e8961e 55%,#d4881a 100%);transform:translateY(-2px);box-shadow:0 6px 26px #d4901a80}.Hero-module__JgYmMq__ctaPrimary:active{transform:translateY(0)}.Hero-module__JgYmMq__ctaSecondary{background:linear-gradient(180deg, #fff 0%, var(--color-surface-2) 100%);color:var(--color-text);font-size:var(--text-base);border-radius:var(--radius-full);border:1.5px solid var(--color-border);transition:border-color var(--transition-fast), color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.9375rem 1.75rem;font-weight:600;display:inline-flex;box-shadow:0 2px 10px #00000014,inset 0 1px #ffffffe6}.Hero-module__JgYmMq__ctaSecondary:hover{border-color:var(--color-primary);color:var(--color-primary-dark);background:#2e7d3214;transform:translateY(-1px)}.Hero-module__JgYmMq__imageFrame{width:100%;animation:.48s .32s both Hero-module__JgYmMq__scaleIn}.Hero-module__JgYmMq__imageBezel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;width:100%;padding:.875rem;overflow:hidden;box-shadow:inset 0 0 0 1px #edf1e3b3,0 2px 4px #1c2b1e0a,0 8px 32px #1c2b1e12,0 24px 64px #1c2b1e0d}@keyframes Hero-module__JgYmMq__rowIn1{0%,1%{opacity:0;animation-timing-function:cubic-bezier(.16,1,.3,1);transform:translateY(10px)}7%,70%{opacity:1;animation-timing-function:ease-in;transform:translateY(0)}80%,to{opacity:0}}@keyframes Hero-module__JgYmMq__rowIn2{0%,6%{opacity:0;animation-timing-function:cubic-bezier(.16,1,.3,1);transform:translateY(10px)}12%,70%{opacity:1;animation-timing-function:ease-in;transform:translateY(0)}80%,to{opacity:0}}@keyframes Hero-module__JgYmMq__rowIn3{0%,10%{opacity:0;animation-timing-function:cubic-bezier(.16,1,.3,1);transform:translateY(10px)}16%,70%{opacity:1;animation-timing-function:ease-in;transform:translateY(0)}80%,to{opacity:0}}@keyframes Hero-module__JgYmMq__rowIn4{0%,15%{opacity:0;animation-timing-function:cubic-bezier(.16,1,.3,1);transform:translateY(10px)}21%,70%{opacity:1;animation-timing-function:ease-in;transform:translateY(0)}80%,to{opacity:0}}@keyframes Hero-module__JgYmMq__rowIn5{0%,19%{opacity:0;animation-timing-function:cubic-bezier(.16,1,.3,1);transform:translateY(10px)}25%,70%{opacity:1;animation-timing-function:ease-in;transform:translateY(0)}80%,to{opacity:0}}@keyframes Hero-module__JgYmMq__rowInTotal{0%,24%{opacity:0;animation-timing-function:cubic-bezier(.16,1,.3,1);transform:translateY(10px)}30%,70%{opacity:1;animation-timing-function:ease-in;transform:translateY(0)}80%,to{opacity:0}}@keyframes Hero-module__JgYmMq__progressIn{0%,29%{opacity:0;animation-timing-function:ease-out}35%,70%{opacity:1;animation-timing-function:ease-in}80%,to{opacity:0}}@keyframes Hero-module__JgYmMq__flash1{0%,5%{background-color:#0000}8%{background-color:#2e7d3233}14%,to{background-color:#0000}}@keyframes Hero-module__JgYmMq__flash2{0%,10%{background-color:#0000}13%{background-color:#2e7d3233}19%,to{background-color:#0000}}@keyframes Hero-module__JgYmMq__flash3{0%,15%{background-color:#0000}18%{background-color:#2e7d3233}24%,to{background-color:#0000}}@keyframes Hero-module__JgYmMq__flash4{0%,20%{background-color:#0000}23%{background-color:#2e7d3233}29%,to{background-color:#0000}}@keyframes Hero-module__JgYmMq__flash5{0%,24%{background-color:#0000}27%{background-color:#2e7d3233}33%,to{background-color:#0000}}@keyframes Hero-module__JgYmMq__barCal{0%,31%{width:0%;animation-timing-function:cubic-bezier(.16,1,.3,1)}46%,70%{width:78%;animation-timing-function:ease-in}80%,to{width:0%}}@keyframes Hero-module__JgYmMq__barProt{0%,33%{width:0%;animation-timing-function:cubic-bezier(.16,1,.3,1)}49%,70%{width:87%;animation-timing-function:ease-in}80%,to{width:0%}}@keyframes Hero-module__JgYmMq__barHydro{0%,35%{width:0%;animation-timing-function:cubic-bezier(.16,1,.3,1)}52%,70%{width:65%;animation-timing-function:ease-in}80%,to{width:0%}}.Hero-module__JgYmMq__aRow1,.Hero-module__JgYmMq__aRow2,.Hero-module__JgYmMq__aRow3,.Hero-module__JgYmMq__aRow4,.Hero-module__JgYmMq__aRow5,.Hero-module__JgYmMq__aTotal,.Hero-module__JgYmMq__aProgress,.Hero-module__JgYmMq__flash1,.Hero-module__JgYmMq__flash2,.Hero-module__JgYmMq__flash3,.Hero-module__JgYmMq__flash4,.Hero-module__JgYmMq__flash5,.Hero-module__JgYmMq__fillCal,.Hero-module__JgYmMq__fillProt,.Hero-module__JgYmMq__fillHydro{animation-duration:8s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:both}.Hero-module__JgYmMq__aRow1{animation-name:Hero-module__JgYmMq__rowIn1}.Hero-module__JgYmMq__aRow2{animation-name:Hero-module__JgYmMq__rowIn2}.Hero-module__JgYmMq__aRow3{animation-name:Hero-module__JgYmMq__rowIn3}.Hero-module__JgYmMq__aRow4{animation-name:Hero-module__JgYmMq__rowIn4}.Hero-module__JgYmMq__aRow5{animation-name:Hero-module__JgYmMq__rowIn5}.Hero-module__JgYmMq__aTotal{animation-name:Hero-module__JgYmMq__rowInTotal}.Hero-module__JgYmMq__aProgress{animation-name:Hero-module__JgYmMq__progressIn}.Hero-module__JgYmMq__flash1{animation-name:Hero-module__JgYmMq__flash1}.Hero-module__JgYmMq__flash2{animation-name:Hero-module__JgYmMq__flash2}.Hero-module__JgYmMq__flash3{animation-name:Hero-module__JgYmMq__flash3}.Hero-module__JgYmMq__flash4{animation-name:Hero-module__JgYmMq__flash4}.Hero-module__JgYmMq__flash5{animation-name:Hero-module__JgYmMq__flash5}.Hero-module__JgYmMq__fillCal{animation-name:Hero-module__JgYmMq__barCal}.Hero-module__JgYmMq__fillProt{animation-name:Hero-module__JgYmMq__barProt}.Hero-module__JgYmMq__fillHydro{animation-name:Hero-module__JgYmMq__barHydro}.Hero-module__JgYmMq__mockup{aspect-ratio:16/9;background:var(--color-surface-2);border-radius:12px;flex-direction:column;width:100%;font-size:clamp(5px,1.1vw,10px);display:flex;overflow:hidden}.Hero-module__JgYmMq__mockupChrome{background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-shrink:0;align-items:center;gap:.5em;height:3em;padding:0 1.2em;display:flex}.Hero-module__JgYmMq__dot{border-radius:50%;flex-shrink:0;width:.9em;height:.9em}.Hero-module__JgYmMq__dot:first-child{background:#e57373}.Hero-module__JgYmMq__dot:nth-child(2){background:var(--color-accent)}.Hero-module__JgYmMq__dot:nth-child(3){background:var(--color-primary-light)}.Hero-module__JgYmMq__chromeBar{background:var(--color-surface-2);border-radius:.4em;flex:1;align-items:center;height:1.7em;margin-left:.6em;padding:0 .7em;display:flex;overflow:hidden}.Hero-module__JgYmMq__chromeUrl{color:var(--color-text-subtle);white-space:nowrap;text-overflow:ellipsis;letter-spacing:.01em;font-size:.9em;overflow:hidden}.Hero-module__JgYmMq__sheet{flex-direction:column;flex:1;gap:.5em;padding:.8em 1em;display:flex;overflow:hidden}.Hero-module__JgYmMq__sheetTopbar{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:baseline;padding-bottom:.4em;display:flex}.Hero-module__JgYmMq__sheetTitle{color:var(--color-text);letter-spacing:-.01em;font-size:1em;font-weight:700}.Hero-module__JgYmMq__sheetMeta{color:var(--color-text-subtle);font-size:.85em}.Hero-module__JgYmMq__row{border-radius:.3em;flex-shrink:0;align-items:center;gap:0;display:flex;overflow:hidden}.Hero-module__JgYmMq__rowHead{background:var(--color-surface);border:1px solid var(--color-border)}.Hero-module__JgYmMq__rowTotal{background:#2e7d320f;border:1px solid #2e7d322e;border-radius:.3em}.Hero-module__JgYmMq__cell{color:var(--color-text-muted);border-right:1px solid var(--color-border);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:.5em .6em;font-size:.9em;overflow:hidden}.Hero-module__JgYmMq__cell:last-child{border-right:none}.Hero-module__JgYmMq__cellWide{flex:2}.Hero-module__JgYmMq__rowHead .Hero-module__JgYmMq__cell{color:var(--color-text-subtle);text-transform:uppercase;letter-spacing:.06em;font-size:.8em;font-weight:600}.Hero-module__JgYmMq__cellMeal{color:var(--color-text);font-weight:500}.Hero-module__JgYmMq__cellVal{color:var(--color-primary-dark);border-radius:.25em;font-weight:600;transition:background-color .2s}.Hero-module__JgYmMq__cellProt{color:#2f6b9a}.Hero-module__JgYmMq__cellValBold{color:var(--color-primary-dark);font-weight:700}.Hero-module__JgYmMq__cellProtBold{color:#2f6b9a;font-weight:700}.Hero-module__JgYmMq__progress{border-top:1px solid var(--color-border);flex-direction:column;gap:.45em;margin-top:auto;padding-top:.5em;display:flex}.Hero-module__JgYmMq__progressRow{align-items:center;gap:.6em;display:flex}.Hero-module__JgYmMq__progressLabel{color:var(--color-text-subtle);flex-shrink:0;width:6em;font-size:.8em;font-weight:500}.Hero-module__JgYmMq__progressTrack{background:var(--color-surface-2);border-radius:9999px;flex:1;height:.55em;overflow:hidden}.Hero-module__JgYmMq__progressFill{border-radius:9999px;width:0%;height:100%}.Hero-module__JgYmMq__fillCal{background:linear-gradient(90deg, var(--color-primary), var(--color-primary-light))}.Hero-module__JgYmMq__fillProt{background:linear-gradient(90deg,#2f6b9a,#5a9cc5)}.Hero-module__JgYmMq__fillHydro{background:linear-gradient(90deg,#0097a7,#4dd0e1)}.Hero-module__JgYmMq__progressPct{color:var(--color-text);text-align:right;flex-shrink:0;width:2.5em;font-size:.8em;font-weight:700}.Hero-module__JgYmMq__ctaMicrocopy{font-size:var(--text-xs);color:var(--color-text-subtle);letter-spacing:.02em;text-align:center;margin-top:-.25rem}.Hero-module__JgYmMq__trustBar{border-radius:var(--radius-card);background:#2e7d3212;border:1px solid #2e7d3224;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;width:100%;max-width:600px;padding:1rem clamp(1.25rem,4vw,2rem);display:flex}.Hero-module__JgYmMq__trustStat{text-align:center;flex-direction:column;align-items:center;gap:.125rem;display:flex}.Hero-module__JgYmMq__trustNum{color:var(--color-primary-dark);letter-spacing:-.03em;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:900;line-height:1}.Hero-module__JgYmMq__trustLabel{color:var(--color-text-subtle);white-space:nowrap;font-size:.6875rem;font-weight:500}.Hero-module__JgYmMq__trustDivider{background:var(--color-border);flex-shrink:0;width:1px;height:2rem}@media (max-width:767px){.Hero-module__JgYmMq__mockup{aspect-ratio:unset;font-size:8.5px}.Hero-module__JgYmMq__row>:nth-child(4),.Hero-module__JgYmMq__row>:nth-child(5){display:none}.Hero-module__JgYmMq__cellWide{flex:1.6}.Hero-module__JgYmMq__cell{padding:.65em .7em}.Hero-module__JgYmMq__sheetMeta{display:none}.Hero-module__JgYmMq__sheet{flex:none;gap:.55em;padding:.8em .9em}.Hero-module__JgYmMq__progressLabel{width:5em;font-size:.75em}.Hero-module__JgYmMq__progressPct{font-size:.75em}}@media (min-width:768px){.Hero-module__JgYmMq__ctaRow{flex-direction:row;align-items:center;width:auto;max-width:none}.Hero-module__JgYmMq__ctaPrimary,.Hero-module__JgYmMq__ctaSecondary{width:auto}.Hero-module__JgYmMq__sub{padding-inline:clamp(0px,4vw,3rem)}.Hero-module__JgYmMq__imageBezel{padding:1.25rem}}@media (min-width:1024px){.Hero-module__JgYmMq__heroInner{flex-direction:row;align-items:center;gap:clamp(3rem,5vw,5rem)}.Hero-module__JgYmMq__heroContent{flex:1 1 0;align-items:flex-start;min-width:0}.Hero-module__JgYmMq__heroVisual{flex:1.2 1 0;min-width:0}.Hero-module__JgYmMq__heading{text-align:left}.Hero-module__JgYmMq__sub{text-align:left;max-width:48ch;padding-inline:0}.Hero-module__JgYmMq__ctaMicrocopy{text-align:left}.Hero-module__JgYmMq__trustBar{background:0 0;border:none;justify-content:flex-start;gap:1rem;max-width:none;padding:.25rem 0 0}.Hero-module__JgYmMq__imageFrame{max-width:none;animation:.48s .32s both Hero-module__JgYmMq__slideInRight}.Hero-module__JgYmMq__imageBezel{border-radius:24px;padding:1.5rem;box-shadow:inset 0 0 0 1px #edf1e3cc,0 2px 4px #1c2b1e0a,0 20px 60px #1c2b1e1a,0 40px 80px #1c2b1e0d}.Hero-module__JgYmMq__mockup{border-radius:14px}}@keyframes Hero-module__JgYmMq__slideInRight{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}
.Sobre-module__-BR_7W__section{background:var(--color-surface);padding-block:var(--spacing-section);padding-inline:var(--container-padding)}.Sobre-module__-BR_7W__container{max-width:var(--container-max);flex-direction:column;gap:3rem;margin:0 auto;display:flex}.Sobre-module__-BR_7W__photoCol{flex-direction:column;gap:1rem;display:flex}.Sobre-module__-BR_7W__photoFrame{aspect-ratio:4/5;border-radius:var(--radius-card);background:var(--color-surface-2);width:100%;position:relative;overflow:hidden;box-shadow:0 2px 8px #1c2b1e0f,0 12px 40px #1c2b1e1a}.Sobre-module__-BR_7W__photoPlaceholder{background:linear-gradient(160deg,#0e2e12 0%,#1b5222 25%,#2e7d32 55%,#4caf50 80%,#69c46d 100%);position:absolute;inset:0;overflow:hidden}.Sobre-module__-BR_7W__placeholderOrb{aspect-ratio:1;filter:blur(32px);background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:70%;position:absolute;top:15%;right:-10%}.Sobre-module__-BR_7W__photoBadge{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px)saturate(1.4);border:1px solid var(--glass-border);border-radius:var(--radius-full);font-size:var(--text-sm);color:var(--color-text);letter-spacing:.01em;align-items:center;gap:.5rem;padding:.625rem 1rem;font-weight:600;display:flex;position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem}.Sobre-module__-BR_7W__badgeDot{background:var(--color-primary);border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 0 2px #2e7d3240}.Sobre-module__-BR_7W__stats{grid-template-columns:repeat(3,1fr);gap:.625rem;display:grid}.Sobre-module__-BR_7W__statCard{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;gap:.1875rem;padding:.875rem .5rem;display:flex}.Sobre-module__-BR_7W__statNum{font-size:var(--text-xl);color:var(--color-primary-dark);letter-spacing:-.03em;font-weight:600;line-height:1}.Sobre-module__-BR_7W__statLabel{color:var(--color-text-subtle);letter-spacing:.01em;font-size:.6875rem;font-weight:500;line-height:1.3}.Sobre-module__-BR_7W__contentCol{flex-direction:column;gap:0;display:flex}.Sobre-module__-BR_7W__sectionLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.875rem;font-size:.6875rem;font-weight:700;display:inline-block}.Sobre-module__-BR_7W__heading{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--color-text);margin-bottom:.375rem;font-size:clamp(2rem,6vw,3rem);font-weight:900;line-height:1.08}.Sobre-module__-BR_7W__headingAccent{color:var(--color-primary);font-style:italic}.Sobre-module__-BR_7W__crn{font-size:var(--text-sm);color:var(--color-text-subtle);letter-spacing:.02em;margin-bottom:1.5rem;font-weight:500}.Sobre-module__-BR_7W__bio{color:var(--color-text-muted);margin-bottom:1.125rem;font-size:clamp(.9375rem,2vw,1.0625rem);line-height:1.78}.Sobre-module__-BR_7W__bio:last-of-type,.Sobre-module__-BR_7W__specialtiesWrap{margin-bottom:2rem}.Sobre-module__-BR_7W__specialtiesHeading{font-size:var(--text-sm);letter-spacing:.07em;text-transform:uppercase;color:var(--color-text-subtle);margin-bottom:.75rem;font-weight:700}.Sobre-module__-BR_7W__specialtiesList{flex-wrap:wrap;gap:.5rem;display:flex}.Sobre-module__-BR_7W__specialtyChip{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:var(--text-sm);color:var(--color-text);transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);align-items:center;gap:.4375rem;padding:.4375rem .875rem;font-weight:500;display:inline-flex}.Sobre-module__-BR_7W__specialtyChip:hover{background:var(--color-primary-subtle);color:var(--color-primary-dark);border-color:#2e7d324d}.Sobre-module__-BR_7W__chipIcon{font-size:.875rem;line-height:1}.Sobre-module__-BR_7W__instagramLink{background:var(--color-surface-2);border:1.5px solid var(--color-border);border-radius:var(--radius-full);font-size:var(--text-sm);color:var(--color-text);transition:border-color var(--transition-fast), color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);align-self:flex-start;align-items:center;gap:.5rem;padding:.625rem 1.125rem;font-weight:600;display:inline-flex}.Sobre-module__-BR_7W__instagramLink:hover{color:#c13584;background:#c135840f;border-color:#c13584;transform:translateY(-1px)}@media (min-width:768px){.Sobre-module__-BR_7W__container{flex-direction:row;align-items:flex-start;gap:clamp(2.5rem,5vw,5rem)}.Sobre-module__-BR_7W__photoCol{top:calc(var(--header-height) + 2rem);flex:0 0 42%;position:sticky}.Sobre-module__-BR_7W__photoFrame{aspect-ratio:3/4}.Sobre-module__-BR_7W__contentCol{flex:1;padding-top:.5rem}}@media (min-width:1024px){.Sobre-module__-BR_7W__photoCol{flex-basis:44%}.Sobre-module__-BR_7W__statNum{font-size:var(--text-2xl)}}
.ComoFunciona-module__-pIA9G__section{background:var(--color-bg);padding-block:var(--spacing-section);padding-inline:var(--container-padding)}.ComoFunciona-module__-pIA9G__container{max-width:var(--container-max);flex-direction:column;gap:3rem;margin:0 auto;display:flex}.ComoFunciona-module__-pIA9G__header{text-align:center;flex-direction:column;align-items:center;gap:.875rem;display:flex}.ComoFunciona-module__-pIA9G__sectionLabel{font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);font-weight:700}.ComoFunciona-module__-pIA9G__heading{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--color-text);max-width:28ch;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:900;line-height:1.12}.ComoFunciona-module__-pIA9G__headingAccent{color:var(--color-primary);font-style:italic}.ComoFunciona-module__-pIA9G__stepsGrid{flex-direction:column;gap:0;margin:0;padding:0;display:flex}.ComoFunciona-module__-pIA9G__step{opacity:0;flex-direction:row;gap:1.25rem;padding-bottom:2.75rem;transition:opacity .45s,transform .45s cubic-bezier(.16,1,.3,1);display:flex;position:relative;transform:translateY(20px)}.ComoFunciona-module__-pIA9G__step:last-child{padding-bottom:0}.ComoFunciona-module__-pIA9G__step.ComoFunciona-module__-pIA9G__visible{opacity:1;transform:none}.ComoFunciona-module__-pIA9G__step:not(:last-child):after{content:"";background:repeating-linear-gradient(to bottom, var(--color-border) 0, var(--color-border) 5px, transparent 5px, transparent 11px);clip-path:inset(0 0 100%);width:1.5px;transition:clip-path .5s;position:absolute;top:2.75rem;bottom:0;left:1.375rem}.ComoFunciona-module__-pIA9G__step.ComoFunciona-module__-pIA9G__visible:not(:last-child):after{clip-path:inset(0 0 0%);transition-delay:.28s}@keyframes ComoFunciona-module__-pIA9G__num-pop{0%{opacity:0;transform:scale(.4)}70%{opacity:1;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.ComoFunciona-module__-pIA9G__stepIndicator{flex-shrink:0;width:2.75rem}.ComoFunciona-module__-pIA9G__stepNum{background:var(--color-surface);border:1.5px solid var(--color-primary);width:2.75rem;height:2.75rem;color:var(--color-primary-dark);letter-spacing:.04em;z-index:1;opacity:0;border-radius:50%;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:flex;position:relative}.ComoFunciona-module__-pIA9G__step.ComoFunciona-module__-pIA9G__visible .ComoFunciona-module__-pIA9G__stepNum{animation:.55s cubic-bezier(.34,1.56,.64,1) .16s both ComoFunciona-module__-pIA9G__num-pop}.ComoFunciona-module__-pIA9G__stepBody{padding-top:.25rem}.ComoFunciona-module__-pIA9G__stepIconWrap{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);width:2.5rem;height:2.5rem;color:var(--color-primary);justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.ComoFunciona-module__-pIA9G__stepTitle{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--color-text);letter-spacing:-.01em;margin-bottom:.375rem;font-weight:700;line-height:1.2}.ComoFunciona-module__-pIA9G__stepDesc{font-size:var(--text-sm);color:var(--color-text-muted);max-width:38ch;line-height:1.7}@media (min-width:768px){.ComoFunciona-module__-pIA9G__container{gap:3.5rem}.ComoFunciona-module__-pIA9G__stepsGrid{flex-direction:row;align-items:flex-start;gap:1rem;position:relative}.ComoFunciona-module__-pIA9G__stepsGrid:before{content:"";background:repeating-linear-gradient(to right, var(--color-border) 0, var(--color-border) 8px, transparent 8px, transparent 16px);z-index:0;clip-path:inset(0 100% 0 0);height:1.5px;transition:clip-path .9s cubic-bezier(.4,0,.2,1);position:absolute;top:1.375rem;left:16.6667%;right:16.6667%}.ComoFunciona-module__-pIA9G__playing:before{clip-path:inset(0 0% 0 0)}.ComoFunciona-module__-pIA9G__stepsGrid:not(.ComoFunciona-module__-pIA9G__playing):before{clip-path:inset(0 100% 0 0)}.ComoFunciona-module__-pIA9G__step:after{display:none!important}.ComoFunciona-module__-pIA9G__step:first-child.ComoFunciona-module__-pIA9G__visible{transition-delay:0s}.ComoFunciona-module__-pIA9G__step:nth-child(2).ComoFunciona-module__-pIA9G__visible{transition-delay:.2s}.ComoFunciona-module__-pIA9G__step:nth-child(3).ComoFunciona-module__-pIA9G__visible{transition-delay:.4s}.ComoFunciona-module__-pIA9G__step:first-child.ComoFunciona-module__-pIA9G__visible .ComoFunciona-module__-pIA9G__stepNum{animation-delay:.16s}.ComoFunciona-module__-pIA9G__step:nth-child(2).ComoFunciona-module__-pIA9G__visible .ComoFunciona-module__-pIA9G__stepNum{animation-delay:.36s}.ComoFunciona-module__-pIA9G__step:nth-child(3).ComoFunciona-module__-pIA9G__visible .ComoFunciona-module__-pIA9G__stepNum{animation-delay:.56s}.ComoFunciona-module__-pIA9G__step{text-align:center;padding-bottom:0;flex-direction:column;flex:1;align-items:center;padding-inline:.5rem}.ComoFunciona-module__-pIA9G__stepIndicator{justify-content:center;display:flex}.ComoFunciona-module__-pIA9G__stepBody{flex-direction:column;align-items:center;padding-top:1.25rem;display:flex}.ComoFunciona-module__-pIA9G__stepIconWrap{width:3.25rem;height:3.25rem;margin-bottom:1rem}.ComoFunciona-module__-pIA9G__stepDesc{max-width:26ch}}@media (min-width:1024px){.ComoFunciona-module__-pIA9G__stepsGrid{gap:2rem}.ComoFunciona-module__-pIA9G__step{padding-inline:1.5rem}.ComoFunciona-module__-pIA9G__stepIconWrap{width:3.5rem;height:3.5rem}}@media (prefers-reduced-motion:reduce){.ComoFunciona-module__-pIA9G__step{opacity:0;transition:none}.ComoFunciona-module__-pIA9G__step.ComoFunciona-module__-pIA9G__visible{opacity:1;transform:none;transition-delay:0s!important}.ComoFunciona-module__-pIA9G__step.ComoFunciona-module__-pIA9G__visible .ComoFunciona-module__-pIA9G__stepNum{opacity:1;animation:none}.ComoFunciona-module__-pIA9G__step:not(:last-child):after{transition:none}.ComoFunciona-module__-pIA9G__step.ComoFunciona-module__-pIA9G__visible:not(:last-child):after{clip-path:inset(0 0 0%);transition-delay:0s}.ComoFunciona-module__-pIA9G__stepsGrid:before{transition:none!important}.ComoFunciona-module__-pIA9G__playing:before{clip-path:inset(0 0% 0 0)}}
.PackageCard-module__FTiXgG__card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:var(--spacing-card);transition:box-shadow var(--transition-base), transform var(--transition-base);flex-direction:column;gap:1.25rem;display:flex;position:relative}.PackageCard-module__FTiXgG__card:hover{box-shadow:var(--shadow-card-hover)}@keyframes PackageCard-module__FTiXgG__pkg-scale-in{0%{opacity:0;transform:scale(.94)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes PackageCard-module__FTiXgG__glow-pulse{0%,to{box-shadow:0 8px 32px #1b5e2047,0 2px 8px #1b5e202e}50%{box-shadow:0 12px 48px #1b5e2073,0 4px 16px #1b5e204d,0 0 40px #4caf502e}}.PackageCard-module__FTiXgG__featured{background:var(--color-primary-dark);color:#fffffff2;padding-block:calc(var(--spacing-card) + 1.25rem);border-color:#0000;box-shadow:0 8px 32px #1b5e2047,0 2px 8px #1b5e202e}.PackageCard-module__FTiXgG__featured[data-anim=scale-in].is-visible{animation:PackageCard-module__FTiXgG__pkg-scale-in .7s cubic-bezier(.16, 1, .3, 1) var(--anim-delay,0s) both, PackageCard-module__FTiXgG__glow-pulse 3.5s ease-in-out 1s infinite}.PackageCard-module__FTiXgG__featured:hover{box-shadow:0 16px 48px #1b5e2061,0 4px 12px #1b5e2038}.PackageCard-module__FTiXgG__badge{background:var(--color-accent);color:#fff;letter-spacing:.07em;text-transform:uppercase;border-radius:var(--radius-full);white-space:nowrap;padding:.3125rem .875rem;font-size:.6875rem;font-weight:700;position:absolute;top:-.8125rem;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #d4901a66}.PackageCard-module__FTiXgG__name{font-family:var(--font-heading);font-size:var(--text-lg);letter-spacing:-.01em;color:inherit;font-weight:700;line-height:1.2}.PackageCard-module__FTiXgG__description{font-size:var(--text-sm);color:inherit;opacity:.7;margin-top:-.5rem;line-height:1.5}.PackageCard-module__FTiXgG__priceRow{align-items:baseline;gap:.375rem;display:flex}.PackageCard-module__FTiXgG__price{letter-spacing:-.04em;color:inherit;font-size:clamp(2rem,4.5vw,2.75rem);font-weight:900;line-height:1}.PackageCard-module__FTiXgG__priceSuffix{font-size:var(--text-sm);opacity:.6;font-weight:500;line-height:1}.PackageCard-module__FTiXgG__cta{color:#fff;width:100%;min-height:48px;font-size:var(--text-base);border-radius:var(--radius-full);transition:background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);white-space:nowrap;background:linear-gradient(160deg,#fbc847 0%,#f9a825 55%,#e8961e 100%);border:1.5px solid #ffffff38;justify-content:center;align-items:center;padding:.875rem 1.25rem;font-weight:700;display:flex;box-shadow:0 4px 16px #d4901a57}.PackageCard-module__FTiXgG__cta:hover{background:linear-gradient(160deg,#f9b830 0%,#e8961e 55%,#d4881a 100%);transform:translateY(-1px);box-shadow:0 6px 24px #d4901a7a}.PackageCard-module__FTiXgG__cta:active{transform:translateY(0)}.PackageCard-module__FTiXgG__featured .PackageCard-module__FTiXgG__cta{color:var(--color-primary-dark);background:linear-gradient(#fff 0%,#ddd5c4 100%);border:1.5px solid #b48c3c47;box-shadow:0 4px 22px #00000047,inset 0 1px #fff}.PackageCard-module__FTiXgG__featured .PackageCard-module__FTiXgG__cta:hover{background:linear-gradient(#fff 0%,#cec4b0 100%);transform:translateY(-1px);box-shadow:0 7px 30px #00000059,inset 0 1px #fffffff2}.PackageCard-module__FTiXgG__divider{border:none;border-top:1px solid var(--color-border);margin:0}.PackageCard-module__FTiXgG__featured .PackageCard-module__FTiXgG__divider{border-top-color:#ffffff26}.PackageCard-module__FTiXgG__features{flex-direction:column;gap:.625rem;display:flex}.PackageCard-module__FTiXgG__feature{font-size:var(--text-sm);color:inherit;opacity:.88;align-items:center;gap:.625rem;line-height:1.45;display:flex}.PackageCard-module__FTiXgG__checkCircle{width:18px;height:18px;color:var(--color-primary);background:#2e7d3226;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.PackageCard-module__FTiXgG__featured .PackageCard-module__FTiXgG__checkCircle{color:#ffffffe6;background:#ffffff2e}@media (max-width:767px){.PackageCard-module__FTiXgG__card,.PackageCard-module__FTiXgG__featured{width:100%}}.PackageCard-module__FTiXgG__guarantee{text-align:center;color:var(--color-text-subtle);margin-top:-.375rem;font-size:.6875rem;line-height:1.4}.PackageCard-module__FTiXgG__featured .PackageCard-module__FTiXgG__guarantee{color:#ffffff80}
@keyframes LeadModal-module__DYGtdq__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes LeadModal-module__DYGtdq__panelIn{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.LeadModal-module__DYGtdq__overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);background:#1c2b1e8c;justify-content:center;align-items:center;padding:1.25rem;animation:.2s both LeadModal-module__DYGtdq__overlayIn;display:flex;position:fixed;inset:0}.LeadModal-module__DYGtdq__panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);width:90vw;max-width:480px;box-shadow:var(--shadow-modal);padding:clamp(1.5rem,5vw,2rem);animation:.3s cubic-bezier(.16,1,.3,1) both LeadModal-module__DYGtdq__panelIn;position:relative}.LeadModal-module__DYGtdq__close{background:var(--color-surface-2);border:1px solid var(--color-border);width:2.25rem;min-width:44px;height:2.25rem;min-height:44px;color:var(--color-text-muted);transition:background var(--transition-fast), color var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.LeadModal-module__DYGtdq__close:hover{background:var(--color-border);color:var(--color-text)}.LeadModal-module__DYGtdq__title{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-text);margin-bottom:.375rem;padding-right:3rem;font-weight:700;line-height:1.25}.LeadModal-module__DYGtdq__titlePkg{color:var(--color-primary);font-style:italic}.LeadModal-module__DYGtdq__subtitle{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:1.75rem;line-height:1.55}.LeadModal-module__DYGtdq__form{flex-direction:column;gap:1.25rem;display:flex}.LeadModal-module__DYGtdq__field{flex-direction:column;gap:.375rem;display:flex}.LeadModal-module__DYGtdq__label{font-size:var(--text-sm);color:var(--color-text);font-weight:600}.LeadModal-module__DYGtdq__input,.LeadModal-module__DYGtdq__select{width:100%;color:var(--color-text);background:var(--color-surface-2);border:1.5px solid var(--color-border);border-radius:var(--radius-md);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);appearance:none;outline:none;padding:.8125rem 1rem;font-family:inherit;font-size:1rem}.LeadModal-module__DYGtdq__input:focus,.LeadModal-module__DYGtdq__select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2e7d321f}.LeadModal-module__DYGtdq__inputError{border-color:var(--color-error)}.LeadModal-module__DYGtdq__inputError:focus{box-shadow:0 0 0 3px #c628281f}.LeadModal-module__DYGtdq__select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234A5C42' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;background-size:16px;padding-right:2.75rem}.LeadModal-module__DYGtdq__error{font-size:var(--text-xs);color:var(--color-error);line-height:1.4;display:block}.LeadModal-module__DYGtdq__submit{background:var(--color-accent);color:#fff;width:100%;min-height:52px;font-size:var(--text-base);border-radius:var(--radius-full);transition:background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.9375rem 1.5rem;font-weight:700;display:flex;box-shadow:0 4px 20px #d4901a59}.LeadModal-module__DYGtdq__submit:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 6px 28px #d4901a80}.LeadModal-module__DYGtdq__submit:active{transform:translateY(0)}
.PackagesGrid-module__ITYe4G__grid{gap:var(--gap-cards);grid-template-columns:1fr;padding-top:.875rem;display:grid}@media (min-width:768px){.PackagesGrid-module__ITYe4G__grid{grid-template-columns:repeat(3,1fr);align-items:center}}
.Pacotes-module__1ogLtG__section{background:var(--color-surface);padding-block:var(--spacing-section);padding-inline:var(--container-padding)}.Pacotes-module__1ogLtG__container{max-width:var(--container-max);flex-direction:column;gap:3rem;margin:0 auto;display:flex}.Pacotes-module__1ogLtG__header{text-align:center;flex-direction:column;align-items:center;gap:.875rem;display:flex}.Pacotes-module__1ogLtG__sectionLabel{font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);font-weight:700}.Pacotes-module__1ogLtG__heading{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--color-text);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:900;line-height:1.12}.Pacotes-module__1ogLtG__headingAccent{color:var(--color-primary);font-style:italic}.Pacotes-module__1ogLtG__subheading{color:var(--color-text-muted);max-width:54ch;font-size:clamp(.9375rem,2vw,1.0625rem);line-height:1.7}.Pacotes-module__1ogLtG__urgencyBadge{border-radius:var(--radius-full);font-size:var(--text-sm);color:var(--color-accent);background:#d4901a1a;border:1px solid #d4901a47;align-items:center;gap:.5rem;padding:.375rem 1rem;font-weight:500;display:inline-flex}.Pacotes-module__1ogLtG__urgencyDot{background:var(--color-accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite Pacotes-module__1ogLtG__urgency-pulse}@keyframes Pacotes-module__1ogLtG__urgency-pulse{0%,to{box-shadow:0 0 0 2px #d4901a33}50%{box-shadow:0 0 0 5px #d4901a12}}
.Depoimentos-module__DP7o4q__section{background:var(--color-bg);padding-top:var(--spacing-section-sm);padding-bottom:var(--spacing-section-sm);overflow:hidden}.Depoimentos-module__DP7o4q__container{max-width:var(--container-max);padding-inline:var(--container-padding);margin:0 auto}.Depoimentos-module__DP7o4q__header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:clamp(1.75rem,4vw,2.5rem);display:flex}.Depoimentos-module__DP7o4q__sectionLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);font-size:.6875rem;font-weight:700}.Depoimentos-module__DP7o4q__heading{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--color-text);max-width:26ch;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:900;line-height:1.12}.Depoimentos-module__DP7o4q__headingAccent{color:var(--color-primary);font-style:italic}.Depoimentos-module__DP7o4q__subheading{color:var(--color-text-muted);max-width:52ch;font-size:clamp(.9375rem,2vw,1.0625rem);line-height:1.7}@keyframes Depoimentos-module__DP7o4q__marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.Depoimentos-module__DP7o4q__marqueeOuter{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}.Depoimentos-module__DP7o4q__marqueeOuter:hover .Depoimentos-module__DP7o4q__marqueeTrack,.Depoimentos-module__DP7o4q__marqueeOuter:focus-within .Depoimentos-module__DP7o4q__marqueeTrack{animation-play-state:paused}.Depoimentos-module__DP7o4q__marqueeTrack{will-change:transform;gap:2rem;width:max-content;padding-inline:.75rem;animation:45s linear infinite Depoimentos-module__DP7o4q__marquee-scroll;display:flex}.Depoimentos-module__DP7o4q__card{background:var(--color-surface);border:1px solid var(--color-border);width:clamp(215px,62vw,360px);transition:box-shadow var(--transition-base);border-radius:20px;flex-direction:column;flex-shrink:0;gap:.5rem;padding:.875rem;display:flex}.Depoimentos-module__DP7o4q__card:hover{box-shadow:var(--shadow-card)}.Depoimentos-module__DP7o4q__cardTop{align-items:center;gap:.625rem;display:flex}.Depoimentos-module__DP7o4q__avatar{background:var(--color-primary-dark);color:#ffffffeb;letter-spacing:.04em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.625rem;font-weight:700;display:flex}.Depoimentos-module__DP7o4q__userInfo{flex-direction:column;flex:1;gap:.0625rem;min-width:0;display:flex}.Depoimentos-module__DP7o4q__userName{font-size:var(--text-sm);color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-weight:700;line-height:1.2;overflow:hidden}.Depoimentos-module__DP7o4q__userHandle{color:var(--color-text-subtle);font-size:.6875rem;line-height:1.2}.Depoimentos-module__DP7o4q__xLogo{color:var(--color-text-subtle);flex-shrink:0;line-height:0}.Depoimentos-module__DP7o4q__stars{letter-spacing:.12em;color:var(--color-accent);margin-top:-.125rem;font-size:.8125rem;line-height:1}.Depoimentos-module__DP7o4q__tweetText{font-size:var(--text-sm);color:var(--color-text);flex:1;line-height:1.65}.Depoimentos-module__DP7o4q__cardFooter{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:.4375rem;display:flex}.Depoimentos-module__DP7o4q__likes{color:#e0245e;align-items:center;gap:.3125rem;font-size:.75rem;font-weight:500;line-height:1;display:flex}.Depoimentos-module__DP7o4q__location{color:var(--color-text-subtle);font-size:.6875rem}@media (prefers-reduced-motion:reduce){.Depoimentos-module__DP7o4q__marqueeTrack{width:100%;padding-inline:var(--container-padding);flex-wrap:wrap;justify-content:center;animation:none}.Depoimentos-module__DP7o4q__marqueeOuter{-webkit-mask-image:none;mask-image:none}}
.FAQ-module__YTKPaG__section{background:var(--color-surface);padding-block:var(--spacing-section);padding-inline:var(--container-padding)}.FAQ-module__YTKPaG__container{flex-direction:column;gap:3rem;max-width:780px;margin:0 auto;display:flex}.FAQ-module__YTKPaG__header{text-align:center;flex-direction:column;align-items:center;gap:.875rem;display:flex}.FAQ-module__YTKPaG__sectionLabel{font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);font-weight:700}.FAQ-module__YTKPaG__heading{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--color-text);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:900;line-height:1.12}.FAQ-module__YTKPaG__headingAccent{color:var(--color-primary);font-style:italic}.FAQ-module__YTKPaG__list{flex-direction:column;gap:0;display:flex}.FAQ-module__YTKPaG__item{border-bottom:1px solid var(--color-border)}.FAQ-module__YTKPaG__item:first-child{border-top:1px solid var(--color-border)}.FAQ-module__YTKPaG__question{text-align:left;width:100%;color:var(--color-text);transition:color var(--transition-fast);justify-content:space-between;align-items:center;gap:1rem;padding-block:1.25rem;font-size:clamp(.9375rem,2vw,1.0625rem);font-weight:600;line-height:1.45;display:flex}.FAQ-module__YTKPaG__question:hover,.FAQ-module__YTKPaG__open .FAQ-module__YTKPaG__question{color:var(--color-primary-dark)}.FAQ-module__YTKPaG__chevron{width:1.75rem;height:1.75rem;color:var(--color-text-subtle);transition:transform var(--transition-base), color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.FAQ-module__YTKPaG__chevronOpen{color:var(--color-primary);transform:rotate(180deg)}.FAQ-module__YTKPaG__answer{max-height:0;transition:max-height .36s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__YTKPaG__answerOpen{max-height:600px}.FAQ-module__YTKPaG__answerText{color:var(--color-text-muted);padding-bottom:1.375rem;font-size:clamp(.9375rem,2vw,1rem);line-height:1.78}
.CTAFinal-module__QUQwIW__section{background:radial-gradient(ellipse 65% 55% at 50% 105%, #d4901a17 0%, transparent 70%), radial-gradient(ellipse 85% 65% at 12% 18%, #4caf5021 0%, transparent 60%), var(--color-primary-dark);padding-block:var(--spacing-section);padding-inline:var(--container-padding);position:relative;overflow:hidden}.CTAFinal-module__QUQwIW__watermark{color:#fff;opacity:.038;pointer-events:none;-webkit-user-select:none;user-select:none;width:min(52vw,460px);height:auto;position:absolute;bottom:-12%;right:-5%}.CTAFinal-module__QUQwIW__container{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:680px;margin:0 auto;display:flex;position:relative}.CTAFinal-module__QUQwIW__eyebrow{font-family:var(--font-heading);font-style:italic;font-size:var(--text-sm);letter-spacing:.03em;color:#4caf50cc;font-weight:500}.CTAFinal-module__QUQwIW__heading{font-family:var(--font-heading);letter-spacing:-.04em;color:#fffffff7;max-width:22ch;font-size:clamp(2.125rem,6.5vw,3.75rem);font-weight:900;line-height:1.06}.CTAFinal-module__QUQwIW__headingAccent{color:var(--color-accent);text-shadow:0 2px 16px #d4901a24;font-style:italic;display:block}.CTAFinal-module__QUQwIW__sub{color:#ffffff94;max-width:46ch;margin-bottom:.125rem;font-size:clamp(.9375rem,2vw,1.0625rem);line-height:1.7}.CTAFinal-module__QUQwIW__ornament{flex-shrink:0;width:100%;max-width:260px;height:18px}.CTAFinal-module__QUQwIW__ctaWrap{flex-direction:column;align-items:center;gap:.875rem;display:flex;position:relative}.CTAFinal-module__QUQwIW__ctaWrap:before{content:"";filter:blur(32px);pointer-events:none;background:radial-gradient(#d4901a1a 0%,#0000 70%);width:320px;height:72px;position:absolute;top:50%;left:50%;transform:translate(-50%,-58%)}.CTAFinal-module__QUQwIW__cta{z-index:1;color:#fff;min-height:56px;font-size:var(--text-lg);border-radius:var(--radius-full);transition:background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);white-space:nowrap;background:linear-gradient(160deg,#fbc847 0%,#f9a825 55%,#e8961e 100%);border:1.5px solid #ffffff38;justify-content:center;align-items:center;gap:.625rem;padding:1rem 2.125rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #d4901a33}@keyframes CTAFinal-module__QUQwIW__shimmer{0%{transform:translate(-120%)skew(-18deg)}to{transform:translate(240%)skew(-18deg)}}.CTAFinal-module__QUQwIW__cta:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 35%,#ffffff29 50%,#0000 65%);animation:4s 3s infinite CTAFinal-module__QUQwIW__shimmer;position:absolute;inset:0}.CTAFinal-module__QUQwIW__cta:hover{background:linear-gradient(160deg,#f9b830 0%,#e8961e 55%,#d4881a 100%);transform:translateY(-2px);box-shadow:0 6px 22px #d4901a47}.CTAFinal-module__QUQwIW__cta:active{transform:translateY(0)}.CTAFinal-module__QUQwIW__note{z-index:1;font-size:var(--text-xs);color:#ffffff59;letter-spacing:.04em;position:relative}@media (max-width:480px){.CTAFinal-module__QUQwIW__cta{width:100%;max-width:380px;font-size:var(--text-base)}}.CTAFinal-module__QUQwIW__guaranteeBar{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1.125rem;width:100%;max-width:480px;padding-top:1.25rem;display:flex}.CTAFinal-module__QUQwIW__guaranteeItem{font-size:var(--text-xs);color:#ffffff6b;letter-spacing:.01em;align-items:center;gap:.375rem;display:flex}.CTAFinal-module__QUQwIW__guaranteeItem svg{color:#4caf50a6;flex-shrink:0}.CTAFinal-module__QUQwIW__guaranteeSep{background:#ffffff2e;border-radius:50%;flex-shrink:0;width:3px;height:3px}
.Footer-module__Grjkva__footer{color:#ffffff8c;padding-block:clamp(3rem,6vw,4.5rem);padding-inline:var(--container-padding);background:#0d1a0f;padding-bottom:calc(clamp(3rem,6vw,4.5rem) + 4.5rem)}@media (min-width:768px){.Footer-module__Grjkva__footer{padding-bottom:clamp(3rem,6vw,4.5rem)}}.Footer-module__Grjkva__container{max-width:var(--container-max);flex-direction:column;gap:2rem;margin:0 auto;display:flex}.Footer-module__Grjkva__top{flex-direction:column;gap:2rem;display:flex}.Footer-module__Grjkva__brand{flex-direction:column;gap:.3125rem;display:flex}.Footer-module__Grjkva__brandName{font-family:var(--font-heading);font-size:var(--text-lg);color:#ffffffeb;letter-spacing:-.01em;font-weight:700}.Footer-module__Grjkva__brandSub{font-size:var(--text-sm);color:#ffffff73;line-height:1.55}.Footer-module__Grjkva__navList{flex-wrap:wrap;gap:.375rem 1.5rem;display:flex}.Footer-module__Grjkva__navLink{font-size:var(--text-sm);color:#ffffff80;transition:color var(--transition-fast)}.Footer-module__Grjkva__navLink:hover{color:#ffffffe6}.Footer-module__Grjkva__divider{border:none;border-top:1px solid #ffffff14}.Footer-module__Grjkva__bottom{flex-direction:column;gap:1rem;display:flex}.Footer-module__Grjkva__copyright{font-size:var(--text-xs);color:#ffffff59;line-height:1.5}.Footer-module__Grjkva__socials{gap:.75rem;display:flex}.Footer-module__Grjkva__socialLink{color:#ffffff80;width:2.5rem;height:2.5rem;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__socialLink:hover{color:#ffffffe6;background:#ffffff1f;border-color:#ffffff40}.Footer-module__Grjkva__privacyLink{font-size:var(--text-xs);color:#ffffff4d;transition:color var(--transition-fast);align-self:flex-start}.Footer-module__Grjkva__privacyLink:hover{color:#ffffffa6}@media (min-width:768px){.Footer-module__Grjkva__top{flex-direction:row;justify-content:space-between;align-items:flex-start}.Footer-module__Grjkva__bottom{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.75rem}.Footer-module__Grjkva__navList{text-align:right;flex-direction:column;gap:.5rem}}
.StickyWhatsApp-module__mbflWq__bar{z-index:200;background:var(--color-primary);padding:.875rem var(--container-padding);padding-bottom:max(.875rem, env(safe-area-inset-bottom,.875rem));opacity:0;pointer-events:none;transition:opacity var(--transition-base), transform var(--transition-base);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 24px #1b5e2040}.StickyWhatsApp-module__mbflWq__visible{opacity:1;pointer-events:auto;transform:translateY(0)}.StickyWhatsApp-module__mbflWq__link{width:100%;min-height:44px;font-size:var(--text-base);color:#fff;justify-content:center;align-items:center;gap:.5rem;font-weight:700;display:flex}@media (min-width:768px){.StickyWhatsApp-module__mbflWq__bar{display:none}}
