@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary:#4ebd38;--color-primary-dark:#3ca32a;--color-text:#434345;--color-text-light:#717173;--color-bg:#f8f9fa;--color-white:#fff;--color-border:#e2e8f0;--color-error:#ef4444;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius-md:.5rem;--radius-lg:.75rem}@property --gradient-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@property --gradient-angle-offset{syntax:"<angle>";inherits:false;initial-value:0deg}@property --gradient-percent{syntax:"<percentage>";inherits:false;initial-value:6%}@property --gradient-shine{syntax:"<color>";inherits:false;initial-value:#fff}*{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--color-bg);-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;min-height:100%}html,body,#root{width:100%;min-height:100%}body{color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--color-text);line-height:1.2}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-dark)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s ease-in-out;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:var(--color-white);box-shadow:var(--shadow-sm)}.btn-primary:hover{background-color:var(--color-primary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.shiny-cta{--shiny-cta-bg:#2f3034;--shiny-cta-bg-subtle:#ffffff1f;--shiny-cta-fg:#fff;--shiny-cta-highlight:var(--color-primary);--shiny-cta-highlight-subtle:#b9ff7a;--duration:3s;--shadow-size:2px;isolation:isolate;box-shadow:inset 0 0 0 1px var(--shiny-cta-bg-subtle), 0 16px 35px -28px #0f172aa6;transition:--gradient-angle-offset .8s cubic-bezier(.25,1,.5,1),--gradient-percent .8s cubic-bezier(.25,1,.5,1),--gradient-shine .8s cubic-bezier(.25,1,.5,1),transform .22s,box-shadow .22s;position:relative;overflow:hidden;color:var(--shiny-cta-fg)!important;background:linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg)) padding-box, conic-gradient(from calc(var(--gradient-angle) - var(--gradient-angle-offset)), transparent, var(--shiny-cta-highlight) var(--gradient-percent), var(--gradient-shine) calc(var(--gradient-percent) * 2), var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3), transparent calc(var(--gradient-percent) * 4)) border-box!important;border:1px solid #0000!important;border-radius:.62rem!important}.shiny-cta:before,.shiny-cta:after{content:"";pointer-events:none;z-index:-1;border-radius:inherit;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shiny-cta:before{width:calc(100% - var(--shadow-size) * 3);height:calc(100% - var(--shadow-size) * 3);opacity:.28;-webkit-mask-image:conic-gradient(from calc(var(--gradient-angle) + 45deg), #000, transparent 12% 88%, #000);mask-image:conic-gradient(from calc(var(--gradient-angle) + 45deg), #000, transparent 12% 88%, #000);background:radial-gradient(circle at 2px 2px,#ffffffd9 .5px,#0000 0) 0 0/4px 4px}.shiny-cta:after{aspect-ratio:1;opacity:.34;width:115%;animation:shinyShimmer calc(var(--duration) * 2.5) linear infinite paused;background:linear-gradient(-50deg,#0000,#4ebd38b8,#0000);-webkit-mask-image:radial-gradient(circle at bottom,#0000 42%,#000);mask-image:radial-gradient(circle at bottom,#0000 42%,#000)}.shiny-cta:is(:hover,:focus-visible){--gradient-percent:20%;--gradient-angle-offset:95deg;--gradient-shine:var(--shiny-cta-highlight-subtle);box-shadow:inset 0 0 0 1px var(--shiny-cta-bg-subtle), 0 20px 38px -26px #4ebd389e;outline:none;transform:translateY(-2px);color:var(--shiny-cta-fg)!important}.shiny-cta,.shiny-cta:before{animation:shinyGradient var(--duration) linear infinite paused}.shiny-cta:is(:hover,:focus-visible),.shiny-cta:is(:hover,:focus-visible):before,.shiny-cta:is(:hover,:focus-visible):after{animation-play-state:running}.shiny-cta:active{transform:translateY(0)}@keyframes shinyGradient{to{--gradient-angle:360deg}}@keyframes shinyShimmer{to{rotate:360deg}}.form-group{margin-bottom:.95rem}.form-label{color:var(--color-text);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-white);width:100%;min-width:0;max-width:100%;min-height:48px;color:var(--color-text);padding:.7rem .9rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-grid,.form-group{min-width:0}input[type=date].form-input{appearance:none;inline-size:100%;min-inline-size:0;display:block}input[type=date].form-input::-webkit-date-and-time-value{text-align:left;min-width:0}.form-input:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #4ebd3826}.form-input::placeholder{color:#9ca3af}.form-error{color:var(--color-error);margin-top:.25rem;font-size:.875rem;display:block}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.w-full{width:100%}@media (width>=768px){.container{padding:0 1.5rem}.form-group{margin-bottom:1.25rem}}.brand-home{--brand-ink:#2f3034;--brand-muted:#62666c;--brand-soft:#eceee8;--brand-green:var(--color-primary);--brand-green-dark:var(--color-primary-dark);background:var(--brand-soft);color:var(--brand-ink);overflow-x:hidden}.hero-showcase{background:#123f08;align-items:center;min-height:calc(100svh - 64px);display:grid;position:relative;overflow:hidden}.hero-showcase picture{position:absolute;inset:0}.hero-showcase-image{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform 1.2s;animation:.75s both heroImageIn,12s ease-in-out infinite alternate heroBreath;position:absolute;inset:0}.hero-showcase:hover .hero-showcase-image{animation:none;transform:scale(1.02)}.hero-showcase-overlay{background:linear-gradient(90deg,#0c180cbd 0%,#0c180c5c 45%,#0c180c1f 100%),linear-gradient(#00000014,#0000002e);position:absolute;inset:0}.hero-showcase-content{z-index:2;color:#fff;max-width:1200px;animation:.7s cubic-bezier(.22,1,.36,1) both contentRise;position:relative}.hero-pill{color:#fff;border:1px solid #ffffffb8;border-radius:999px;width:fit-content;margin:0 0 1rem;padding:.42rem .9rem;font-size:.92rem;font-weight:700}.hero-showcase h1{color:#fff;max-width:520px;margin:0;font-size:clamp(2.35rem,5.5vw,4.8rem);font-weight:650;line-height:1.02}.hero-showcase-content>p:not(.hero-pill){color:#fffffff0;max-width:450px;margin:1rem 0 1.5rem;font-size:clamp(1rem,1.7vw,1.22rem);line-height:1.48}.dark-action,.green-action{border-radius:.45rem;justify-content:space-between;align-items:center;gap:1.8rem;min-width:188px;min-height:48px;padding:.72rem 1rem .72rem 1.15rem;font-size:.95rem;font-weight:800;transition:transform .2s,background-color .2s,color .2s;display:inline-flex}.dark-action{color:#fff;background:#2f3034}.green-action{background:var(--brand-green);color:#15240f}.green-action.shiny-cta{--shiny-cta-bg:var(--brand-green);--shiny-cta-bg-subtle:#11330b33;--shiny-cta-fg:#10250d;--shiny-cta-highlight:#123f08;--shiny-cta-highlight-subtle:#fff}.dark-action:hover,.dark-action:focus-visible,.green-action:hover,.green-action:focus-visible{color:inherit;outline:none;transform:translateY(-2px)}.dark-action:hover svg,.dark-action:focus-visible svg,.green-action:hover svg,.green-action:focus-visible svg{transform:translate(4px)}.dark-action svg,.green-action svg{transition:transform .2s}.life-credit-section,.product-moments-section{background:var(--brand-soft);padding:clamp(4rem,8vw,7rem) 0}.section-heading{text-align:center;max-width:980px;margin:0 auto 2.2rem}.section-heading h2{color:var(--brand-ink);white-space:nowrap;margin:0;font-size:clamp(2rem,3.35vw,3.05rem);font-weight:520;line-height:1.12}.section-heading p{max-width:900px;color:var(--brand-muted);white-space:nowrap;margin:.8rem auto 0;font-size:1rem;line-height:1.5}.spotlight-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;max-width:1180px;margin:0 auto;display:grid}.spotlight-card{color:#fff;isolation:isolate;background:#1f2933;border-radius:.8rem;flex-direction:column;justify-content:flex-end;min-height:290px;padding:1.25rem;display:flex;position:relative;overflow:hidden}.spotlight-card:after,.wide-story-card:after,.tertiary-story-card:after{content:"";z-index:-1;background:linear-gradient(#0000001f,#000000c2);position:absolute;inset:0}.spotlight-card img,.wide-story-card img,.tertiary-story-card img{z-index:-2;object-fit:cover;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.spotlight-card:hover,.spotlight-card:focus-visible{color:#fff;outline:none}.spotlight-card:hover img,.spotlight-card:focus-visible img,.wide-story-card:hover img,.tertiary-story-card:hover img{transform:scale(1.045)}.spotlight-card>span,.wide-story-copy span,.tertiary-story-copy span,.moment-product-body>span{color:#fff;background:#ffffff38;border-radius:999px;width:fit-content;padding:.35rem .65rem;font-size:.78rem;font-weight:750}.spotlight-card>span{z-index:2;margin:0;position:absolute;top:1rem;right:1rem}.spotlight-card h3{color:#fff;max-width:230px;margin:0;font-size:1.35rem;font-weight:650;line-height:1.12}.spotlight-card p{color:#ffffffdb;margin:.55rem 0 0;font-size:.92rem;line-height:1.35}.spotlight-card svg{transition:transform .2s;position:absolute;bottom:1.35rem;right:1.2rem}.spotlight-card:hover svg,.spotlight-card:focus-visible svg{transform:translate(5px)}.wide-story-section{background:#fff;align-items:stretch;min-height:100vh;padding:0;display:grid}.wide-story-card,.tertiary-story-card{isolation:isolate;border-radius:0;min-height:100vh;position:relative;overflow:hidden}.wide-story-card:after{background:linear-gradient(90deg,#05201214,#052012ad 58%,#052012c7)}.wide-story-copy{color:#fff;width:min(440px,100% - 2rem);position:absolute;top:50%;right:clamp(2rem,7vw,7rem);transform:translateY(-50%)}.wide-story-copy h2,.tertiary-story-copy h2{color:#fff;margin:1rem 0;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:560;line-height:1.1}.wide-story-copy p,.tertiary-story-copy p{color:#ffffffe0;margin:0 0 1.25rem;font-size:1rem;line-height:1.5}.tertiary-story-section{background:#fff;padding:clamp(3rem,6vw,5.5rem) 0}.tertiary-story-card{border-radius:.95rem;min-height:520px}.tertiary-story-card:after{background:linear-gradient(90deg,#000000b8,#0000005c 45%,#00000014)}.tertiary-story-copy{color:#fff;width:min(500px,100% - 3rem);animation:linear both tertiaryCopyRise;animation-timeline:view();animation-range:entry cover 45%;position:absolute;top:50%;left:clamp(1.5rem,5vw,4.5rem);transform:translateY(-50%)}@supports not (animation-timeline:view()){.tertiary-story-copy{animation:.72s cubic-bezier(.22,1,.36,1) both contentRise}}.product-rail{scroll-snap-type:x mandatory;scrollbar-color:#4ebd388c transparent;grid-auto-columns:minmax(218px,238px);grid-auto-flow:column;gap:1rem;padding:.25rem 0 1rem;display:grid;overflow-x:auto}.moment-product-card{min-height:390px;color:var(--brand-ink);scroll-snap-align:start;background:#fff;border-radius:.72rem;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 18px 35px -30px #0f172a66}.moment-product-card:hover{transform:translateY(-5px);box-shadow:0 28px 40px -32px #0f172a8c}.moment-product-card img{object-fit:contain;background:#eff3ec;border-radius:.7rem;width:72px;height:72px;margin:.95rem 0 0 .95rem;padding:.7rem;display:block}.moment-product-body{flex-direction:column;flex:1;min-height:300px;padding:1rem;display:flex}.moment-product-body>span{color:var(--brand-green-dark);background:#edf8e8}.moment-product-body h3{color:var(--brand-green-dark);min-height:2.45rem;margin:1rem 0 .65rem;font-size:.98rem;font-weight:850;line-height:1.18}.moment-product-body p{min-height:3.55rem;color:var(--brand-muted);margin:0 0 .9rem;font-size:.86rem;line-height:1.38}.moment-product-body ul{color:#4e5358;gap:.5rem;min-height:4.95rem;margin:0 0 .9rem;padding:0;font-size:.82rem;line-height:1.3;list-style:none;display:grid}.moment-product-body li{padding-left:.72rem;position:relative}.moment-product-body li:before{content:"";background:var(--brand-green);border-radius:999px;width:4px;height:4px;position:absolute;top:.48rem;left:0}.moment-product-body a{background:var(--brand-green);color:#15240f;border-radius:.35rem;justify-content:center;align-items:center;gap:.35rem;min-height:36px;margin-top:auto;font-size:.82rem;font-weight:850;display:inline-flex}.moment-product-body a:hover,.moment-product-body a:focus-visible{color:#15240f;background:#76df00;outline:none}.numbers-strip{background:var(--brand-green);color:#16340f;padding:2rem 0}.numbers-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;display:grid}.numbers-grid div{gap:.15rem;display:grid}.numbers-grid span{color:#16340fcc;font-size:.95rem;line-height:1.2}.numbers-grid strong{color:#16340f;font-size:clamp(1.25rem,2.6vw,2rem);font-weight:560;line-height:1.1}.reveal-card{opacity:1}@supports (animation-timeline:view()){.reveal-card{opacity:0;animation:.72s cubic-bezier(.22,1,.36,1) forwards contentRise;animation-timeline:view();animation-range:entry 12% cover 32%;transform:translateY(26px)}}@keyframes contentRise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes heroImageIn{0%{opacity:.55;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}@keyframes heroBreath{0%{transform:scale(1.035)}to{transform:scale(1.105)}}@keyframes tertiaryCopyRise{0%{opacity:.78;transform:translateY(-22%)}to{opacity:1;transform:translateY(-50%)}}@media (width<=900px){.hero-showcase{min-height:calc(100svh - 106px)}.spotlight-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.spotlight-card{min-height:250px}.wide-story-card,.tertiary-story-card{min-height:100vh}.wide-story-card:after{background:linear-gradient(#0520121a,#052012c7)}.wide-story-copy{inset:auto auto 1.5rem 1.5rem;transform:none}.numbers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.hero-showcase{align-items:start;min-height:calc(100svh - 58px)}.hero-showcase-content{padding-top:3.2rem;padding-bottom:3rem}.hero-showcase h1{max-width:360px;font-size:2.5rem}.hero-showcase-content>p:not(.hero-pill){max-width:330px}.hero-showcase-image{object-position:center top}.life-credit-section,.product-moments-section{padding:3.2rem 0}.section-heading{text-align:left}.section-heading h2{white-space:normal;font-size:2rem}.section-heading p{white-space:normal}.wide-story-section,.tertiary-story-section{padding:2.6rem 0}.wide-story-card,.tertiary-story-card{border-radius:.75rem;min-height:100vh}.wide-story-card{border-radius:0}.tertiary-story-copy{width:calc(100% - 2.5rem);animation:none;left:1.25rem}.wide-story-copy h2,.tertiary-story-copy h2{font-size:2rem}.product-rail{grid-auto-flow:initial;scroll-snap-type:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding-bottom:0;overflow:visible}.moment-product-card{min-height:352px}.moment-product-card img{border-radius:.55rem;width:58px;height:58px;margin:.7rem 0 0 .7rem;padding:.55rem}.moment-product-body{min-height:284px;padding:.7rem}.moment-product-body>span{padding:.25rem .45rem;font-size:.62rem}.moment-product-body h3{min-height:2.65rem;margin-top:.72rem;font-size:.82rem}.moment-product-body p{min-height:4.25rem;font-size:.72rem}.moment-product-body ul{gap:.35rem;min-height:5.1rem;font-size:.68rem}.moment-product-body a{min-height:32px;font-size:.7rem}.numbers-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.hero-showcase-image,.hero-showcase-content,.reveal-card{opacity:1;animation:none;transform:none}.spotlight-card img,.wide-story-card img,.tertiary-story-card img,.dark-action,.green-action,.moment-product-card{transition:none}}.faq-page{--faq-dark:#1d3028;--faq-paper:var(--color-bg);--faq-title:#2f3034;--faq-text:#5f6368;--faq-muted:#7a828a;background:var(--faq-paper);min-height:100vh;color:var(--faq-title)}.faq-hero{background:var(--faq-dark);padding:3.2rem 0 7.4rem}.faq-hero-inner{text-align:center;justify-items:center;display:grid}.faq-hero p{color:#d7ddd9;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem;font-size:.88rem;font-weight:800}.faq-hero h1{color:#fff;margin:0;font-size:clamp(2.25rem,4vw,3.15rem);font-weight:850;line-height:1.1}.faq-search{color:#8a929a;background:#fff;border:1px solid #d8dce0;border-radius:.75rem;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;width:min(100%,560px);min-height:56px;margin-top:1.45rem;padding:0 1.1rem;display:grid;box-shadow:0 18px 32px -28px #00000059}.faq-search input{width:100%;min-width:0;color:var(--faq-title);font:inherit;background:0 0;border:0;outline:none;font-size:1.02rem}.faq-search input::placeholder{color:#9aa0a6}.faq-content{padding:0 0 5.2rem}.faq-content-inner{max-width:1120px}.faq-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:-4.4rem;display:grid}.faq-category-card{border-radius:var(--radius-lg);text-align:center;background:#fff;border:1px solid #0000;align-content:center;place-items:center;gap:.6rem;min-height:150px;padding:1.5rem 1.3rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:grid;box-shadow:0 10px 25px -5px #0000000d}.faq-category-card:hover{border-color:#bbf7d0;transform:translateY(-3px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.faq-category-card h2{color:var(--faq-title);margin:0;font-size:1.15rem;font-weight:700;line-height:1.25}.faq-category-card svg{color:var(--color-primary)}.faq-category-card p{max-width:270px;color:var(--faq-text);margin:0;font-size:.9rem;line-height:1.42}.faq-articles{margin-top:5rem}.faq-articles-heading{color:var(--faq-title);align-items:center;gap:.65rem;margin-bottom:.75rem;display:flex}.faq-articles-heading svg{color:var(--color-primary)}.faq-articles-heading h2{color:var(--faq-title);margin:0;font-size:1.25rem;font-weight:850}.faq-list{border-top:1px solid #d7d8d2}.faq-item{border-bottom:1px solid #d7d8d2}.faq-item button{color:#1f2933;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;width:100%;min-height:62px;padding:1rem 0;font-size:1rem;font-weight:650;line-height:1.35;display:grid}.faq-item button:hover,.faq-item button:focus-visible{color:var(--color-primary-dark);outline:none}.faq-item button svg{color:#8a929a;transition:transform .2s}.faq-item.is-open button svg{transform:rotate(180deg)}.faq-answer{display:none;overflow:hidden}.faq-item.is-open .faq-answer{display:block}.faq-answer p{max-width:860px;color:var(--faq-text);margin:0;padding:0 3rem 1.2rem 0;font-size:.98rem;line-height:1.55}.faq-empty{border-radius:var(--radius-lg);text-align:center;background:#fff;padding:2rem}.faq-empty h3{color:var(--faq-title);font-size:1.25rem}.faq-empty p{color:var(--faq-muted);margin-top:.45rem}.faq-help-button{z-index:20;color:#111827;background:#85df00;border-radius:.75rem;justify-content:center;align-items:center;gap:.55rem;min-height:58px;padding:.9rem 1.35rem;font-size:.98rem;font-weight:800;transition:background-color .2s,transform .2s;display:inline-flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 18px 28px -18px #0f172a73}.faq-help-button:hover,.faq-help-button:focus-visible{color:#111827;background:#74c900;outline:none;transform:translateY(-2px)}@media (width<=900px){.faq-hero{padding-bottom:5.8rem}.faq-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-3.4rem}.faq-articles{margin-top:3.4rem}}@media (width<=640px){.faq-hero{padding:2.5rem 0 5rem}.faq-hero h1{font-size:2rem}.faq-search{border-radius:.65rem;min-height:52px}.faq-category-grid{grid-template-columns:1fr}.faq-category-card{min-height:132px}.faq-item button{min-height:58px;font-size:.95rem}.faq-answer p{padding-right:0;font-size:.92rem}.faq-help-button{min-height:52px;padding:.82rem 1rem;font-size:.9rem;bottom:1rem;right:1rem}}@media (prefers-reduced-motion:reduce){.faq-category-card,.faq-help-button,.faq-item button svg{transition:none}}.home-wrapper{--home-title-color:#2f3034;--home-subtitle-color:#5f6368;background-color:var(--color-bg);flex-direction:column;min-height:100dvh;display:flex;overflow-x:hidden}.home-main{flex-direction:column;flex:1;justify-content:center;width:100%;display:flex}.header{background-color:var(--color-white);box-shadow:var(--shadow-sm);z-index:10;padding:1.5rem 0;position:sticky;top:0}.logo-img{object-fit:contain;mix-blend-mode:multiply;width:auto;height:40px}.selection-grid{grid-template-columns:1fr;align-items:center;gap:1.1rem;padding:1.25rem 1rem;display:grid}@media (width>=992px){.selection-grid{grid-template-columns:1fr 1fr;gap:4rem;min-height:calc(100vh - 56px)}}.selection-text{min-width:0;max-width:500px}.selection-badge{letter-spacing:.1em;color:var(--color-text-light);margin-bottom:.75rem;font-size:.68rem;font-weight:700;display:inline-block}.selection-title{color:var(--home-title-color);max-width:13ch;margin-bottom:.85rem;font-size:clamp(1.5rem,6.8vw,1.78rem);font-weight:800;line-height:1.08}.selection-subtitle{color:var(--home-subtitle-color);max-width:34rem;margin-bottom:1rem;font-size:.9rem;line-height:1.45}.reputation-badge{max-width:520px;color:var(--color-text-light);align-items:center;gap:.75rem;margin-top:1.15rem;display:flex}.reputation-logo{object-fit:contain;flex-shrink:0;width:20px;height:20px}.reputation-badge p{margin:0;font-size:.8rem;line-height:1.35}.reputation-badge strong{color:var(--color-text)}.reputation-badge span{display:block}.security-badge{color:var(--color-text-light);background-color:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);align-items:center;padding:1rem;font-size:.875rem;display:flex}.selection-cards{grid-template-columns:1fr;gap:.85rem;display:grid}.product-card{background-color:var(--color-white);border-radius:var(--radius-lg);border:1px solid #0000;flex-direction:column;padding:1rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;box-shadow:0 10px 25px -5px #0000000d}.product-card:hover{border-color:#bbf7d0;transform:translateY(-3px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.product-icon-wrapper{border-radius:var(--radius-md);width:44px;height:44px;color:var(--color-primary);background-color:#f0fdf4;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.product-title{color:var(--home-subtitle-color);margin-bottom:1rem;font-size:1rem;font-weight:500}.product-title strong{color:var(--home-title-color);font-weight:800}.product-details{flex-grow:1;margin-bottom:1.25rem}.detail-label{color:var(--home-subtitle-color);margin-bottom:.25rem;font-size:.82rem}.detail-value{color:var(--home-title-color);font-size:.95rem;font-weight:700}.mt-3{margin-top:1rem}.product-btn{background-color:#84cc16;border-radius:.75rem;width:100%;padding:.82rem;font-size:.95rem;font-weight:600;transition:background-color .2s}.product-btn:hover{background-color:#65a30d}.bank-carousel-section{width:100%;padding:.25rem 0 1.5rem;overflow:hidden}.bank-carousel-eyebrow{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-light);margin:0 1rem .85rem;font-size:.78rem;font-weight:700}.bank-carousel{width:100%;padding:.25rem .85rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.bank-carousel-track{will-change:transform;align-items:center;gap:.85rem;width:max-content;animation:40s linear infinite bankCarouselLeft;display:flex}.bank-logo-card{border:1px solid var(--color-border);background-color:var(--color-white);border-radius:.9rem;flex:none;justify-content:center;align-items:center;width:142px;height:58px;padding:.7rem .9rem;display:flex;box-shadow:0 10px 22px -18px #0f172a8c}.bank-logo-card img{object-fit:contain;width:auto;max-width:116px;height:auto;max-height:34px;display:block}@keyframes bankCarouselLeft{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.rates-section{background:var(--color-bg);align-content:center;align-items:center;gap:1.6rem;width:100%;min-height:100vh;padding:3rem 0;display:grid;overflow:hidden}.rates-section>*{min-width:0}.rates-bank-strip{width:100%;min-width:0;max-width:100vw;overflow:hidden}.rates-bank-strip .bank-carousel-eyebrow{width:auto}.rates-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.88fr);align-items:center;gap:clamp(2rem,8vw,7rem);width:100%;display:grid}.rates-chart{justify-content:center;align-items:end;gap:.35rem;min-height:420px;padding-top:2.7rem;display:flex}.rates-bar-item{--bar-height:80px;--bar-color:var(--color-primary);grid-template-rows:auto auto var(--bar-height) auto;color:#2f3330;text-align:center;place-items:end center;width:128px;display:grid}.rates-bar-item strong{color:#3e4540;opacity:0;transform:translateY(calc(var(--bar-height) + 1.1rem));grid-row:2;margin-bottom:.45rem;font-size:1.08rem;font-weight:700;line-height:1}.rates-bar-item>span:last-child{color:#323232;grid-row:4;margin-top:.72rem;font-size:.92rem;line-height:1.25}.rates-brand-dot{opacity:0;border-radius:999px;grid-row:1;place-items:center;width:32px;height:32px;margin-bottom:.25rem;display:grid;transform:translateY(18px)}.rates-brand-dot img{object-fit:contain;width:22px;height:22px}.rates-bar{background:var(--bar-color);transform-origin:bottom;border-radius:2px 2px 0 0;grid-row:3;width:100%;height:100%;transform:scaleY(0)}.rates-bar-1{--bar-height:38px;--bar-color:var(--color-primary)}.rates-bar-2{--bar-height:52px;--bar-color:var(--color-primary)}.rates-bar-3{--bar-height:190px;--bar-color:#aab7b0}.rates-bar-4{--bar-height:380px;--bar-color:#334039}.rates-copy{opacity:0;max-width:520px;transform:translate(70px)}.rates-copy p{color:#263238;letter-spacing:.16em;margin-bottom:1.35rem;font-size:.86rem;font-weight:800}.rates-copy h2{color:var(--home-title-color);font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.18}.rates-copy h2 strong{display:block}.rates-button{background:var(--color-primary);color:#17220f;cursor:pointer;border:0;border-radius:.55rem;justify-content:space-between;align-items:center;gap:2.5rem;min-width:292px;min-height:56px;margin-top:10rem;padding:.8rem 1.35rem .8rem 1.55rem;font-size:1rem;font-weight:500;transition:background-color .2s,transform .2s;display:inline-flex}.rates-button:hover,.rates-button:focus-visible{background:var(--color-primary-dark);outline:none;transform:translateY(-2px)}.rates-section.is-visible .rates-bar{animation:1s cubic-bezier(.22,1,.36,1) forwards ratesBarRise}.rates-section.is-visible .rates-bar-item strong{animation:1s cubic-bezier(.22,1,.36,1) forwards ratesValueRise}.rates-section.is-visible .rates-bar-1 .rates-bar,.rates-section.is-visible .rates-bar-1 strong{animation-delay:50ms}.rates-section.is-visible .rates-bar-2 .rates-bar,.rates-section.is-visible .rates-bar-2 strong{animation-delay:.18s}.rates-section.is-visible .rates-bar-3 .rates-bar,.rates-section.is-visible .rates-bar-3 strong{animation-delay:.34s}.rates-section.is-visible .rates-bar-4 .rates-bar,.rates-section.is-visible .rates-bar-4 strong{animation-delay:.52s}.rates-section.is-visible .rates-brand-dot{animation:1s cubic-bezier(.22,1,.36,1) forwards ratesIconRise}.rates-section.is-visible .rates-bar-1 .rates-brand-dot{animation-delay:50ms}.rates-section.is-visible .rates-bar-2 .rates-brand-dot{animation-delay:.18s}.rates-section.is-visible .rates-copy{animation:.9s cubic-bezier(.22,1,.36,1) .24s forwards ratesCopySlide}.secured-loans-section{color:#fff;background-color:#292929;width:100%;padding:clamp(2.25rem,4vw,3.35rem) 0}.secured-loans-grid{grid-template-columns:minmax(0,1fr) minmax(520px,1fr);align-items:start;gap:4rem;max-width:1200px;display:grid}.secured-loans-copy{padding-top:.15rem}.secured-loans-eyebrow{color:#fff;letter-spacing:.04em;text-transform:uppercase;margin:0 0 1.7rem;font-size:1.05rem;font-weight:800}.secured-loans-copy h2{color:#f8f9fa;max-width:820px;margin:0;font-size:clamp(2.15rem,3.4vw,2.85rem);font-weight:800;line-height:1.18}.secured-loans-copy>p:last-child{color:#ececec;max-width:800px;margin:1.75rem 0 0;font-size:clamp(1.08rem,1.5vw,1.32rem);line-height:1.45}.secured-loans-cards{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.9rem;display:grid}.secured-loan-card{border-radius:var(--radius-lg);color:#161b20;background-color:#fff;border:1px solid #0000;min-width:0;transition:transform .3s,border-color .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d}.secured-loan-card:hover{border-color:#bbf7d0;transform:translateY(-3px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.secured-loan-media{background-color:#fff;height:138px;position:relative;overflow:hidden}.secured-loan-media img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:auto;height:auto;display:block;position:absolute}.secured-loan-image-key{max-width:82%;max-height:178px;top:-12px;right:-12px}.secured-loan-image-car{max-width:100%;max-height:112px;top:22px;right:-42px}.secured-loan-body{flex-direction:column;padding:0 1rem 1rem;display:flex}.secured-loan-card h3{color:var(--home-title-color);margin:0;font-size:1.25rem;font-weight:800;line-height:1.24}.secured-loan-card p{min-height:48px;color:var(--home-subtitle-color);margin:1.15rem 0;font-size:.94rem;line-height:1.4}.secured-loan-list{gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.secured-loan-list li{color:var(--home-subtitle-color);grid-template-columns:26px minmax(0,1fr);align-items:center;gap:.8rem;font-size:.92rem;line-height:1.35;display:grid}.secured-loan-list svg{color:#9bd266}.secured-loan-button{color:#111827;background-color:#85df00;border-radius:.75rem;justify-content:center;align-items:center;width:100%;min-height:48px;margin-top:1.25rem;font-size:.95rem;font-weight:600;transition:background-color .2s,transform .2s;display:inline-flex}.secured-loan-button:hover,.secured-loan-button:focus-visible{color:#111827;background-color:#74c900;outline:none;transform:translateY(-2px)}@keyframes ratesBarRise{to{transform:scaleY(1)}}@keyframes ratesValueRise{to{opacity:1;transform:translateY(0)}}@keyframes ratesCopySlide{to{opacity:1;transform:translate(0)}}@keyframes ratesIconRise{to{opacity:1;transform:translateY(0)}}.testimonials-section{background-color:var(--color-white);width:100%;padding:3rem 0 3.5rem}.testimonials-title{border-bottom:4px solid var(--home-title-color);width:fit-content;color:var(--home-title-color);text-align:center;margin:0 auto 3rem;padding-bottom:.75rem;font-size:clamp(1.9rem,4vw,3rem);font-weight:800;line-height:1.1}.testimonials-summary{text-align:center;color:#020617}.testimonials-summary strong{font-size:1.65rem;line-height:1}.summary-stars,.review-stars{color:#f4b400;letter-spacing:.03em}.summary-stars{margin-top:.65rem;font-size:2.45rem;line-height:1}.testimonials-summary p{margin:.45rem 0;font-size:.95rem}.testimonials-summary p strong{font-size:inherit}.google-word{letter-spacing:-.05em;font-size:2.15rem;font-weight:600;line-height:1}.google-blue{color:#4285f4}.google-red{color:#ea4335}.google-yellow{color:#fbbc05}.google-green{color:#34a853}.reviews-area{min-width:0;padding-bottom:3rem;position:relative}.review-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;display:grid}.review-card{color:#020617;background-color:#f4f4f5;border-radius:.75rem;min-height:260px;padding:1.35rem;transition:transform .3s,box-shadow .3s}.review-card:hover{transform:translateY(-5px);box-shadow:0 22px 30px -22px #0f172a59}.review-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;display:grid}.review-avatar{object-fit:cover;border-radius:999px;width:48px;height:48px}.review-person{min-width:0}.review-person h3{color:var(--home-title-color);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;font-weight:800;overflow:hidden}.review-person time{color:#64748b;margin-top:.15rem;font-size:.88rem;display:block}.google-mark{justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.google-mark img{object-fit:contain;width:22px;height:22px}.review-stars-row{align-items:center;gap:.55rem;margin-top:1rem;display:flex}.review-stars{font-size:1.28rem;line-height:1}.verified-icon{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.verified-icon img{object-fit:contain;width:18px;height:18px}.review-text{color:var(--home-subtitle-color);margin:.9rem 0 0;font-size:1rem;line-height:1.48}.review-arrow{z-index:2;background-color:var(--color-white);color:#475569;cursor:pointer;border:1px solid #e2e8f0;border-radius:999px;place-items:center;width:40px;height:40px;transition:transform .2s,box-shadow .2s,color .2s;display:grid;position:absolute;top:44%;box-shadow:0 10px 25px -18px #0f172a80}.review-arrow:hover{color:#2b7de9;transform:translateY(-3px);box-shadow:0 14px 26px -18px #0f172abf}.certificate-wrap{position:absolute;bottom:0;right:1rem}.certificate-badge{color:#fff;background-color:#087a55;border-radius:.25rem;align-items:center;gap:.25rem;padding:.52rem .95rem;font-size:.85rem;font-weight:800;display:inline-flex}.certificate-badge:before{content:"";z-index:5;width:390px;height:1.35rem;position:absolute;bottom:100%;right:-.75rem}.tooltip-trigger{cursor:pointer;outline:none;position:relative}.tooltip-bubble{z-index:6;color:#fff;text-align:left;opacity:0;pointer-events:none;background-color:#020617;border-radius:.42rem;width:190px;padding:.8rem .9rem;font-size:.9rem;font-weight:700;line-height:1.35;transition:opacity .2s,transform .2s;position:absolute;bottom:calc(100% + .65rem);left:50%;transform:translate(-50%,.35rem)}.tooltip-bubble.small{white-space:nowrap;width:max-content}.tooltip-bubble:after{content:"";border:7px solid #0000;border-top-color:#020617;width:0;height:0;position:absolute;top:100%;left:50%;transform:translate(-50%)}.tooltip-bubble:before{content:"";width:100%;height:1.5rem;position:absolute;top:100%;left:0}.tooltip-trigger:hover .tooltip-bubble,.tooltip-trigger:focus-visible .tooltip-bubble{opacity:1;pointer-events:auto;transform:translate(-50%)}.certificate-tooltip{color:#020617;background-color:#fff;border:1px solid #111827;border-radius:.35rem;width:370px;font-size:.98rem;font-weight:400;bottom:calc(100% + .95rem);left:auto;right:-.5rem;transform:translateY(.35rem);box-shadow:0 16px 30px -20px #0f172a73}.certificate-tooltip strong{margin-bottom:.1rem;font-weight:800;display:block}.certificate-tooltip a{color:inherit;text-underline-offset:2px;margin-left:.25rem;font-weight:700;text-decoration:underline}.certificate-tooltip:after{border-top-color:#fff;left:auto;right:1.2rem}.certificate-badge:hover .certificate-tooltip,.certificate-badge:focus-visible .certificate-tooltip{transform:translate(0)}.home-legal-footer{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;margin-top:auto;padding:1rem;font-size:.8rem;display:flex}.home-faq-section{background:var(--color-white);width:100%;padding:3.5rem 0 4.2rem}.home-faq-container{max-width:1080px}.home-faq-section h2{color:var(--home-title-color);margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.home-faq-list{border-top:1px solid #e1e4e8}.home-faq-item{border-bottom:1px solid #e1e4e8}.home-faq-item button{color:#1f2933;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;width:100%;min-height:64px;padding:0;font-size:1rem;font-weight:650;line-height:1.35;display:grid}.home-faq-item button svg{color:#9aa0a6;transition:transform .2s,color .2s}.home-faq-item button:hover,.home-faq-item button:focus-visible{color:var(--color-primary-dark);outline:none}.home-faq-item button:hover svg,.home-faq-item button:focus-visible svg{color:var(--color-primary-dark);transform:translate(4px)}.home-faq-item.is-open button{color:var(--color-primary-dark)}.home-faq-item.is-open button svg{color:var(--color-primary-dark);transform:rotate(90deg)}.home-faq-answer p{max-width:860px;color:var(--home-subtitle-color);margin:0;padding:0 3rem 1.25rem 0;font-size:.98rem;line-height:1.55}.home-faq-link{color:#228a07;align-items:center;gap:.85rem;margin-top:1.65rem;font-size:clamp(1.22rem,2.35vw,1.55rem);font-weight:700;line-height:1.15;display:inline-flex}.home-faq-link svg{transition:transform .2s}.home-faq-link:hover,.home-faq-link:focus-visible{color:#228a07;outline:none}.home-faq-link:hover svg,.home-faq-link:focus-visible svg{transform:translate(6px)}@media (width>=640px){.selection-cards{grid-template-columns:1fr 1fr}}@media (width>=768px){.selection-title{max-width:none;font-size:2.5rem}.selection-subtitle{font-size:1.125rem;line-height:1.6}.product-card{border-radius:1.5rem;padding:2rem}.secured-loan-card{border-radius:1.5rem}.secured-loan-body{padding:0 2rem 2rem}.secured-loan-button{min-height:53px;padding:1rem;font-size:1.125rem}.product-icon-wrapper{border-radius:1rem;width:64px;height:64px;margin-bottom:1.5rem}.product-title{margin-bottom:1.5rem;font-size:1.25rem}.product-details{margin-bottom:2rem}.product-btn{padding:1rem;font-size:1.125rem}.home-legal-footer{padding:1.5rem;font-size:.875rem}.bank-carousel-section{padding-bottom:2.25rem}.bank-carousel-track{gap:1.15rem}.bank-logo-card{width:166px;height:64px}.bank-logo-card img{max-width:136px;max-height:38px}}@media (width>=992px){.selection-grid{padding:2.25rem 1rem}.reputation-badge{margin-top:2.4rem}}@media (width<=1040px){.rates-grid{grid-template-columns:1fr;gap:2.2rem}.rates-chart{order:2;min-height:360px}.rates-copy{order:1;max-width:640px}.rates-button{margin-top:2.2rem}.testimonials-content{grid-template-columns:1fr;gap:1.1rem}.testimonials-summary{order:2}.reviews-area{order:1}.secured-loans-grid{grid-template-columns:1fr}.secured-loans-copy,.secured-loans-cards{max-width:760px}}@media (width<=767px){.rates-section{min-height:auto;padding:2.7rem 0 3rem}.rates-chart{justify-content:flex-start;gap:.22rem;min-height:280px;padding:1.8rem .5rem 0;overflow-x:auto}.rates-bar-item{width:86px}.rates-bar-item strong{font-size:.86rem}.rates-bar-item>span:last-child{font-size:.76rem}.rates-brand-dot{width:26px;height:26px}.rates-brand-dot img{width:18px;height:18px}.rates-bar-1{--bar-height:30px}.rates-bar-2{--bar-height:42px}.rates-bar-3{--bar-height:132px}.rates-bar-4{--bar-height:250px}.rates-copy p{margin-bottom:.9rem;font-size:.72rem}.rates-copy h2{font-size:2rem}.rates-button{width:100%;min-width:0}.secured-loans-section{padding:2.8rem 0 3.2rem}.secured-loans-grid{gap:2rem}.secured-loans-eyebrow{margin-bottom:1.05rem;font-size:.85rem;line-height:1.3}.secured-loans-copy h2{font-size:2rem;line-height:1.2}.secured-loans-copy>p:last-child{margin-top:1.1rem;font-size:1rem}.secured-loans-cards{grid-template-columns:1fr;gap:1.15rem}.secured-loan-card{border-radius:1rem}.secured-loan-media{height:170px}.secured-loan-image-key{max-width:76%;max-height:195px;right:4px}.secured-loan-image-car{max-width:92%;max-height:125px;top:30px;right:-28px}.secured-loan-body{min-height:auto;padding:0 1.25rem 1.25rem}.secured-loan-card h3{font-size:1.35rem}.secured-loan-card p{min-height:0;margin:1.15rem 0 1.45rem}.secured-loan-list{gap:1.15rem}.secured-loan-list li{grid-template-columns:26px minmax(0,1fr);gap:.95rem;font-size:.94rem}.secured-loan-button{min-height:52px;margin-top:1.6rem}.reputation-badge{align-items:flex-start}.bank-carousel-section{padding:0 0 1.25rem}.bank-carousel-eyebrow{margin-bottom:.7rem;font-size:.68rem;line-height:1.3}.bank-carousel{padding:.15rem .75rem;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000);mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000)}.bank-carousel-track{gap:.7rem;animation-duration:28s}.bank-logo-card{border-radius:.75rem;width:124px;height:52px;padding:.65rem .8rem}.bank-logo-card img{max-width:98px;max-height:30px}.testimonials-section{padding:2.4rem 0 3rem}.home-faq-section{padding:2.7rem 0 3.2rem}.home-faq-section h2{margin-bottom:1.15rem;font-size:1.9rem}.home-faq-item{min-height:auto}.home-faq-item button{min-height:58px;font-size:.95rem}.home-faq-answer p{padding-right:0;font-size:.92rem}.home-faq-link{margin-top:1.25rem;font-size:1.18rem}.testimonials-title{border-bottom-width:3px;margin-bottom:2rem;font-size:1.9rem}.testimonials-content{gap:1.6rem}.testimonials-summary strong{font-size:1.35rem}.summary-stars{font-size:2.15rem}.google-word{font-size:2rem}.reviews-area{width:min(100%,340px);margin:0 auto;padding-bottom:3.15rem}.review-cards{grid-template-columns:1fr}.review-card{min-height:245px;padding:1.15rem}.review-card:nth-child(n+2){display:none}.review-arrow{width:38px;height:38px;top:43%}.review-arrow-left{left:.35rem}.review-arrow-right{right:.35rem}.certificate-wrap{right:50%;transform:translate(50%)}.certificate-badge{white-space:nowrap}.tooltip-bubble{width:170px;font-size:.84rem}.certificate-tooltip{width:min(320px,100vw - 2rem);right:50%;transform:translate(50%,.35rem)}.certificate-badge:hover .certificate-tooltip,.certificate-badge:focus-visible .certificate-tooltip{transform:translate(50%)}.certificate-tooltip:after{right:1.6rem}}@media (prefers-reduced-motion:reduce){.bank-carousel-track{animation:none}.review-card,.review-arrow,.tooltip-bubble,.rates-button{transition:none}.rates-bar,.rates-bar-item strong,.rates-brand-dot,.rates-copy{opacity:1;transform:none;animation:none!important}}.testimonials-section{background:linear-gradient(#fff 0%,#f8f9fa 100%);padding:clamp(3.5rem,7vw,5.5rem) 0}.testimonials-container{max-width:1120px}.testimonials-content{grid-template-columns:minmax(280px,.86fr) minmax(0,1.14fr);align-items:center;gap:clamp(2rem,6vw,4.8rem);display:grid}.testimonials-summary{text-align:left}.testimonials-badge{width:fit-content;color:var(--color-primary-dark);background:#4ebd381f;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1.1rem;padding:.42rem .78rem;font-size:.88rem;font-weight:800;display:inline-flex}.testimonials-title{width:auto;color:var(--home-title-color);text-align:left;border:0;margin:0;padding:0;font-size:clamp(2.15rem,4.2vw,3.3rem);font-weight:850;line-height:1.06}.testimonials-subtitle{max-width:520px;color:var(--home-subtitle-color);margin:1rem 0 1.35rem;font-size:1.05rem;line-height:1.55}.summary-stars{color:#f4b400;font-size:initial;gap:.28rem;margin:0 0 .45rem;display:flex}.testimonials-summary p{color:#4b5563;margin:0 0 .5rem;font-size:.98rem}.google-word{margin-top:.2rem;font-size:2rem}.review-dots{align-items:center;gap:.55rem;margin-top:1.7rem;display:flex}.review-dots button{cursor:pointer;background:#cbd5e1;border:0;border-radius:999px;width:10px;height:10px;transition:width .25s,background-color .25s}.review-dots button.is-active{background:var(--color-primary);width:38px}.reviews-area{min-width:0;padding:1.55rem;position:relative}.reviews-area:before,.reviews-area:after{content:"";background:#4ebd3814;border-radius:.9rem;width:112px;height:112px;position:absolute}.reviews-area:before{bottom:0;left:0}.reviews-area:after{top:0;right:0}.review-card.featured-review-card{z-index:1;color:#101820;background:#fff;border:1px solid #e7ecf0;border-radius:1rem;flex-direction:column;min-height:405px;padding:clamp(1.45rem,3vw,2rem);animation:.42s both featuredReviewIn;display:flex;position:relative;box-shadow:0 26px 60px -38px #0f172a7a}.review-card.featured-review-card:hover{transform:none;box-shadow:0 30px 64px -38px #0f172a8c}.featured-review-card .review-stars-row{justify-content:space-between;align-items:center;gap:1rem;margin:0 0 1.3rem;display:flex}.featured-review-card .review-stars{color:#f4b400;gap:.22rem;line-height:1;display:flex}.featured-review-card .verified-icon{width:auto;height:auto;color:var(--color-primary);align-items:center;gap:.32rem;display:inline-flex}.featured-review-card .verified-icon img{object-fit:contain;width:20px;height:20px}.review-quote-wrap{flex:1;padding-top:.15rem;position:relative}.review-quote-wrap>svg{color:#4ebd382e;position:absolute;top:-.65rem;left:-.35rem;transform:rotate(180deg)}.featured-review-card .review-text{z-index:1;color:#23272f;margin:0;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:650;line-height:1.48;position:relative}.review-divider{background:#e7ecf0;width:100%;height:1px;margin:1.55rem 0}.review-footer{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;display:grid}.featured-review-card .review-avatar{object-fit:cover;border:1px solid #dbe3e9;border-radius:999px;width:58px;height:58px}.featured-review-card .review-person h3{color:var(--home-title-color);margin:0;font-size:1.05rem;font-weight:850}.featured-review-card .review-person p,.featured-review-card .review-person span{color:#64748b;margin:.12rem 0 0;font-size:.88rem;line-height:1.25;display:block}.featured-review-card .review-person span{color:#4b5563;font-weight:700}.review-source{color:#64748b;justify-items:end;gap:.32rem;font-size:.82rem;display:grid}.featured-review-card .google-mark{width:30px;height:30px}.featured-review-card .google-mark img{width:28px;height:28px}.review-arrow{z-index:3;color:#334155;background:#fff;border-color:#e7ecf0;top:50%;transform:translateY(-50%)}.review-arrow:hover,.review-arrow:focus-visible{color:var(--color-primary-dark);outline:none;transform:translateY(calc(-50% - 3px))}.review-arrow-left{left:-.1rem}.review-arrow-right{right:-.1rem}@keyframes featuredReviewIn{0%{opacity:0;transform:translate(28px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@media (width<=900px){.testimonials-content{grid-template-columns:1fr;gap:1.6rem}.testimonials-summary,.testimonials-title{text-align:center}.testimonials-summary{order:1}.reviews-area{order:2}.testimonials-badge,.summary-stars,.review-dots,.testimonials-subtitle{margin-left:auto;margin-right:auto}.reviews-area{width:min(100%,680px);margin:0 auto}}@media (width<=640px){.testimonials-section{padding:2.8rem 0 3.3rem}.testimonials-title{font-size:2rem}.testimonials-subtitle{font-size:.98rem}.reviews-area{padding:.95rem .5rem}.reviews-area:before,.reviews-area:after{width:82px;height:82px}.review-card.featured-review-card{min-height:390px;padding:1.15rem}.featured-review-card .review-text{font-size:1.08rem}.review-footer{grid-template-columns:auto minmax(0,1fr)}.review-source{grid-column:1/-1;grid-auto-flow:column;justify-content:start;justify-items:start}.review-arrow{width:36px;height:36px}.review-arrow-left{left:-.15rem}.review-arrow-right{right:-.15rem}}.lead-form-container{background-color:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1rem}.form-title{color:var(--color-text);margin-bottom:.35rem;font-size:1.22rem;font-weight:700}.form-subtitle{color:var(--color-text-light);margin-bottom:1rem;font-size:.82rem}.form-step-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.step-pill{color:var(--color-primary);white-space:nowrap;background:#48c2311f;border-radius:999px;flex-shrink:0;padding:.45rem .6rem;font-size:.7rem;font-weight:700;line-height:1}.form-grid{grid-template-columns:1fr;gap:.65rem;display:grid}.floating-field{margin-bottom:.95rem;position:relative}.floating-field .form-input{min-height:60px;padding:1.35rem .9rem .5rem}.floating-field .form-label{z-index:1;max-width:calc(100% - 1.8rem);color:var(--color-text-light);pointer-events:none;transform-origin:0 0;margin:0;font-size:.96rem;font-weight:500;line-height:1.2;transition:top .16s,color .16s,font-size .16s,transform .16s;display:block;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.floating-field .form-input:focus+.form-label,.floating-field .form-input:not(:placeholder-shown)+.form-label,.floating-field-select .form-label{color:var(--color-text-light);font-size:.72rem;top:.55rem;transform:translateY(0)}.floating-field .form-input:focus+.form-label{color:var(--color-primary)}.floating-field-select .form-input{background-color:var(--color-white);padding-top:1.35rem}.floating-field .form-input-error{border-color:var(--color-error);box-shadow:0 0 0 3px #ef44441f}.field-help-text{color:var(--color-text);margin:-.6rem 0 .6rem;font-size:.82rem;line-height:1.35}.field-help-error{color:var(--color-error);font-weight:600}.field-help-success{color:var(--color-primary-dark);font-weight:600}.choice-group{border:0;gap:.9rem;margin:.2rem 0 .8rem;padding:0;display:grid}.choice-group legend,.vehicle-step-title{color:var(--color-text);margin-bottom:.35rem;font-size:1.05rem;font-weight:700;line-height:1.3}.choice-option{color:var(--color-text-light);cursor:pointer;grid-template-columns:2.15rem 1fr;align-items:center;gap:.9rem;font-size:.98rem;font-weight:600;display:grid}.choice-option input{appearance:none;background:var(--color-white);border:1.5px solid #7b8780;border-radius:999px;width:2.15rem;height:2.15rem;margin:0}.choice-option input:checked{border-color:var(--color-primary);background:var(--color-primary);box-shadow:inset 0 0 0 .42rem var(--color-primary)}.choice-option:has(input:checked){color:var(--color-text)}.vehicle-step-title{margin:0 0 .7rem;font-size:1.15rem}.vehicle-owner-transfer-note{color:#007f9f;margin:-.45rem 0 .8rem;font-size:.92rem;line-height:1.45}.vehicle-owner-transfer-note strong{font-weight:800}.form-navigation{gap:.85rem;display:grid}.form-navigation .btn-submit{order:1}.form-back-button{width:100%;color:var(--color-primary-dark);cursor:pointer;background:0 0;border:0;order:2;font-size:.95rem;font-weight:800}@media (width>=640px){.form-grid-2{grid-template-columns:1fr 1fr}}.btn-submit{width:100%;margin-top:.6rem;padding:.82rem;font-size:.95rem}.terms-text{color:var(--color-text-light);margin-top:1rem;font-size:.75rem;line-height:1.4}.saiba-mais-btn{color:var(--color-primary);cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:0;font-size:.75rem;font-weight:500;text-decoration:underline}.saiba-mais-content{color:var(--color-text-light);background-color:var(--color-bg);border-radius:var(--radius-md);border:1px solid var(--color-border);margin-top:.5rem;padding:.75rem;font-size:.75rem}.checkbox-container{align-items:flex-start;gap:.5rem;margin-top:.6rem;display:flex}.checkbox-input{accent-color:var(--color-primary);width:1rem;height:1rem;margin-top:.125rem}.checkbox-label{color:var(--color-text);font-size:.8rem;line-height:1.3}.checkbox-label a,.terms-text a{font-weight:600}.lead-popup-overlay{z-index:50;background:#0f172a85;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lead-popup{background:var(--color-white);border-radius:var(--radius-lg);width:min(100%,430px);box-shadow:var(--shadow-lg);text-align:center;padding:1.4rem;position:relative}.lead-popup-close{width:2rem;height:2rem;color:var(--color-text-light);cursor:pointer;background:#f1f5f9;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.lead-popup-icon{width:4rem;height:4rem;color:var(--color-primary);background:#48c2311f;border-radius:999px;justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.lead-popup-icon-warning{color:var(--color-error);background:#fee2e2}.lead-popup h3{color:var(--color-text);margin-bottom:.65rem;font-size:1.35rem;line-height:1.2}.lead-popup p{color:var(--color-text-light);margin-bottom:1.25rem;font-size:.92rem;line-height:1.5}.lead-popup-whatsapp{gap:.5rem;width:100%}.lead-popup-error{text-align:left;margin-bottom:1rem}@media (width>=768px){.lead-form-container{padding:1.75rem}.form-title{font-size:1.5rem}.form-subtitle{font-size:.875rem}.step-pill{font-size:.75rem}.form-grid{gap:.85rem}.btn-submit{padding:1rem;font-size:1.125rem}.checkbox-label{font-size:.875rem}.lead-popup{padding:2rem}}@media (width<=380px){.form-step-header{flex-direction:column;gap:.25rem}.step-pill{align-self:flex-start}}@media (width>=992px){.lead-form-container{padding:1.75rem 2rem}}.home-wrapper{background-color:var(--color-bg);flex-direction:column;min-height:100dvh;display:flex}.header{background-color:var(--color-white);border-bottom:1px solid var(--color-border);padding:1.5rem 0}.header .container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--color-primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.logo-img{width:auto;height:40px}.main-content{flex:1;padding:.85rem 0 1.5rem}.hero-grid{grid-template-columns:1fr;align-items:start;gap:1rem;display:grid}@media (width>=992px){.hero-grid{grid-template-columns:minmax(0,.95fr) minmax(460px,1.05fr);gap:4.5rem}}.hero-text{max-width:none;padding-top:0}.hero-form{width:100%;padding-top:0}.hero-brand{width:100%;max-width:188px;height:78px;margin:0 auto .85rem;overflow:hidden}.hero-banner{object-fit:cover;object-position:center;mix-blend-mode:multiply;width:100%;height:100%;display:block}.hero-title{color:var(--color-text);text-align:center;margin-bottom:.65rem;font-size:clamp(1.35rem,6vw,1.62rem);font-weight:800;line-height:1.12}@media (width>=768px){.hero-title{font-size:2.75rem;line-height:1.1}}.hero-subtitle{color:var(--color-text);text-align:center;margin-bottom:.85rem;font-size:.92rem;font-weight:500}@media (width>=768px){.hero-subtitle{font-size:1.25rem}}.hero-support{color:var(--color-text-light);text-align:center;max-width:34rem;font-size:.95rem;line-height:1.6;display:none}.features-list{flex-direction:column;gap:.7rem;margin-top:1rem;display:none}.feature-item{color:var(--color-text);align-items:center;gap:.75rem;font-size:.92rem;display:flex}.feature-icon{color:var(--color-primary);flex-shrink:0}.footer{background-color:var(--color-text);color:var(--color-white);padding:1.25rem 0 max(1.25rem, env(safe-area-inset-bottom));text-align:center;margin-top:auto;font-size:.8rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.75rem;display:flex}.footer-links a{color:var(--color-white);opacity:.85}.footer-links a:hover{opacity:1}@media (width>=768px){.hero-brand{max-width:260px;height:106px}.hero-title{font-size:2.35rem}.hero-subtitle{font-size:1.125rem}.hero-support{display:block}.features-list{display:flex}}@media (width>=992px){.main-content{padding:2rem 0 3rem}.hero-grid{grid-template-columns:minmax(0,.95fr) minmax(460px,1.05fr);gap:4.5rem}.hero-text{max-width:500px;padding-top:1rem}.hero-form{padding-top:1rem}.hero-brand{max-width:300px;height:122px;margin:0 0 2rem}.hero-title{text-align:left;font-size:2.75rem;line-height:1.1}.hero-subtitle,.hero-support{text-align:left}.hero-subtitle{font-size:1.25rem}.hero-support{font-size:1rem}.features-list{gap:.85rem;margin-top:1.5rem}.feature-item{font-size:1rem}.footer{padding:2rem 0}}.partner-banks{width:100%;max-width:580px;margin-top:1.2rem}.partner-banks p{color:var(--color-text);margin:0 0 .8rem;font-size:1rem;font-weight:800}.partner-bank-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.partner-bank-card{will-change:transform;background:#fff;border:1px solid #dfe4e8;border-radius:14px;justify-content:center;align-items:center;min-height:76px;padding:.85rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 12px 28px #0f172a0e}.partner-bank-card:hover,.partner-bank-card:focus-within{border-color:#48c23173;transform:translateY(-4px);box-shadow:0 18px 34px #0f172a1c}.partner-bank-card:active{transform:translateY(-1px)scale(.99);box-shadow:0 10px 22px #0f172a17}.partner-bank-card img{object-fit:contain;width:100%;max-width:136px;max-height:46px;display:block}@media (width<=420px){.partner-bank-list{grid-template-columns:1fr}}.pre-approved-page{min-height:100vh;color:var(--color-text);background:#fff}.pre-approved-header{border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:center;gap:1rem;min-height:82px;padding:.35rem 1.25rem;display:flex}.pre-approved-brand,.pre-approved-exit{color:var(--color-text);align-items:center;gap:.45rem;font-weight:700;display:inline-flex}.pre-approved-brand img{object-fit:contain;object-position:left center;width:150px;height:66px}.pre-approved-exit{color:var(--color-primary-dark);font-size:.9rem}.pre-approved-main{grid-template-columns:1fr;gap:2.5rem;width:min(100%,1280px);margin:0 auto;padding:2.25rem 1rem 3rem;display:grid}.pre-approved-kicker{color:var(--color-text);margin-bottom:.65rem;font-size:1.05rem}.pre-approved-intro h1{color:#34363a;max-width:560px;margin-bottom:2rem;font-size:clamp(2rem,8vw,3.25rem);font-weight:500;line-height:1.15}.pre-approved-intro h1 strong,.payment-heading strong{font-weight:800}.vehicle-credit-card{border:1px solid #dfe4e8;border-radius:18px;width:100%;max-width:520px;padding:1rem;box-shadow:0 18px 40px #0f172a0d}.vehicle-card-top{grid-template-columns:minmax(0,1fr) 130px;align-items:center;gap:.75rem;margin-bottom:1.1rem;display:grid}.vehicle-meta{color:var(--color-text-light);margin-bottom:.3rem;font-size:.82rem;font-weight:700}.vehicle-meta span{margin:0 .35rem}.vehicle-card-top h2{color:#22252a;font-size:1rem;font-weight:800;line-height:1.3}.vehicle-image{object-fit:contain;width:100%;max-height:96px}.credit-value-block{margin-bottom:1.4rem}.credit-value-block span,.credit-breakdown span{color:var(--color-text);font-size:.78rem;font-weight:600;display:block}.credit-value-block strong{color:#2f3034;letter-spacing:0;font-size:clamp(2.2rem,9vw,3.2rem);font-weight:400;line-height:1.1;display:block}.credit-slider{height:44px;margin-bottom:1.3rem;position:relative}.credit-slider input{--slider-progress:100%;appearance:none;cursor:pointer;background:0 0;width:100%;height:44px;margin:0}.credit-slider input::-webkit-slider-runnable-track{background:linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary) var(--slider-progress), #e7edf2 var(--slider-progress), #e7edf2 100%);border-radius:999px;height:10px}.credit-slider input::-webkit-slider-thumb{appearance:none;background:#fff;border:1px solid #edf0f2;border-radius:999px;width:44px;height:44px;margin-top:-17px;box-shadow:0 8px 20px #0f172a1f}.credit-slider input::-moz-range-track{background:#e7edf2;border-radius:999px;height:10px}.credit-slider input::-moz-range-progress{background:var(--color-primary);border-radius:999px;height:10px}.credit-slider input::-moz-range-thumb{background:#fff;border:1px solid #edf0f2;border-radius:999px;width:44px;height:44px;box-shadow:0 8px 20px #0f172a1f}.credit-breakdown{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.credit-breakdown div:last-child{text-align:right}.credit-breakdown span:before{content:"";background:#1f2933;border-radius:999px;width:8px;height:8px;margin-right:.35rem;display:inline-block}.credit-breakdown div:last-child span:before{background:var(--color-primary)}.credit-breakdown strong{color:#2f3034;font-size:1.05rem;font-weight:800}.payment-heading{margin-bottom:1.6rem}.payment-heading h2{color:#34363a;margin-bottom:.6rem;font-size:1.25rem;font-weight:500;line-height:1.35}.payment-heading p{max-width:580px;color:var(--color-text-light);font-size:.92rem;line-height:1.55}.installment-list{gap:.85rem;display:grid}.installment-card{cursor:pointer;background:#fff;border:1px solid #dfe4e8;border-radius:14px;align-items:center;gap:1rem;min-height:92px;padding:1.15rem 1rem;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.installment-card.selected{border-color:var(--color-primary);box-shadow:0 12px 26px #6dcc0014}.installment-card input{opacity:0;pointer-events:none;position:absolute}.installment-radio{border:1.5px solid #7b858f;border-radius:999px;flex-shrink:0;width:34px;height:34px;display:inline-flex}.installment-card.selected .installment-radio{border-color:var(--color-primary);background:var(--color-primary)}.installment-copy{gap:.2rem;display:grid}.installment-copy strong{color:#2f3034;font-size:1.08rem;font-weight:800}.installment-copy small{color:var(--color-text-light);font-size:.9rem}.installment-badge{background:var(--color-primary);color:var(--color-white);border-radius:999px;padding:.28rem .85rem;font-size:.75rem;font-weight:800;position:absolute;top:-.8rem;right:1.2rem}.simulation-note{color:var(--color-text-light);margin-top:1.2rem;font-size:.9rem;line-height:1.55}.simulation-note strong{color:var(--color-text)}.pre-approved-error{color:#ff2b2b;margin-top:.9rem;font-size:.9rem;line-height:1.45}.pre-approved-whatsapp-button{background:var(--color-primary);width:100%;min-height:56px;color:var(--color-white);cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:.55rem;margin-top:1rem;padding:.9rem 1.25rem;font-size:1rem;font-weight:800;transition:background-color .2s,transform .2s;display:inline-flex;box-shadow:0 12px 26px #4dbe252e}.pre-approved-whatsapp-button:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.pre-approved-whatsapp-button:disabled{cursor:not-allowed;opacity:.72;transform:none}@media (width>=900px){.pre-approved-main{grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);align-items:start;gap:5rem;padding:4.5rem 2rem 4rem}.vehicle-credit-card{padding:1.35rem}.installment-card{min-height:98px;padding:1.25rem 1.35rem}.installment-copy strong{font-size:1.25rem}}@media (width>=1200px){.pre-approved-main{gap:7rem}}.admin-wrapper{background-color:var(--color-bg);min-height:100dvh}.admin-header{background-color:var(--color-white);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:1rem 0}.admin-header .container{justify-content:space-between;align-items:center;display:flex}.admin-login-container{justify-content:center;align-items:center;min-height:100vh;padding:1rem 1rem 5.5rem;display:flex}.admin-login-card{background-color:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);width:100%;max-width:400px;padding:1.25rem}.admin-dashboard{padding:.85rem 1rem 1.5rem}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.admin-dashboard h2{line-height:1.1;font-size:1.55rem!important}.admin-dashboard h3{font-size:1.25rem!important}.dashboard-filters{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;align-items:stretch;gap:.6rem;width:100%;padding:.75rem;display:flex}.table-container{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;table-layout:fixed;width:100%}.data-table th{color:var(--color-text);border-bottom:1px solid var(--color-border);background-color:#f1f5f9;padding:.72rem .55rem;font-size:.8rem;font-weight:600}.data-table td{border-bottom:1px solid var(--color-border);color:var(--color-text);overflow-wrap:anywhere;vertical-align:middle;padding:.72rem .55rem;font-size:.8rem;line-height:1.38}.data-table th:first-child,.data-table td:first-child{width:8.5%}.data-table th:nth-child(2),.data-table td:nth-child(2){width:16.5%}.data-table th:nth-child(3),.data-table td:nth-child(3){width:9%}.data-table th:nth-child(4),.data-table td:nth-child(4){width:15%}.data-table th:nth-child(5),.data-table td:nth-child(5){width:11%}.data-table th:nth-child(6),.data-table td:nth-child(6){width:9%}.data-table th:nth-child(7),.data-table td:nth-child(7){width:17%}.data-table th:nth-child(8),.data-table td:nth-child(8){width:9%}.data-table th:nth-child(9),.data-table td:nth-child(9){text-align:center;width:5%}.data-table td:nth-child(4) select{width:100%;max-width:100%;padding:.18rem .35rem!important;font-size:.78rem!important}.lead-observation{border:1px solid var(--color-border);width:100%;min-height:2.35rem;color:var(--color-text);font:inherit;resize:vertical;background:#fff;border-radius:.55rem;outline:none;margin-top:.45rem;padding:.42rem .5rem;font-size:.74rem;line-height:1.25}.lead-observation:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #43bf301f}.data-table td:nth-child(9) button{padding:.25rem!important}.data-table tr:hover{background-color:#f8fafc}.data-table tr:last-child td{border-bottom:none}.lead-date{white-space:nowrap;font-size:.82rem;font-weight:500}.lead-time{color:var(--color-text-light);white-space:nowrap;margin-top:.2rem;font-size:.72rem;font-weight:600}@media (width<=767px){.table-container{box-shadow:none;background:0 0;overflow-x:visible}.data-table,.data-table thead,.data-table tbody,.data-table tr,.data-table th,.data-table td{display:block;width:100%!important}.data-table{table-layout:auto;border-collapse:separate;border-spacing:0}.data-table thead{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.data-table tbody{gap:.85rem;display:grid}.data-table tr{border:1px solid var(--color-border);background:var(--color-white);box-shadow:var(--shadow-sm);border-radius:14px;overflow:hidden}.data-table td{border-bottom:1px solid var(--color-border);overflow-wrap:anywhere;grid-template-columns:7.5rem minmax(0,1fr);align-items:start;gap:.75rem;padding:.72rem .85rem;font-size:.88rem;display:grid}.data-table td:before{content:attr(data-label);color:var(--color-text-light);text-transform:uppercase;letter-spacing:.02em;font-size:.72rem;font-weight:800}.data-table td:last-child{border-bottom:0}.data-table td:nth-child(4) select{width:min(100%,220px)}.lead-observation{max-width:100%;font-size:.82rem}.data-table td:nth-child(5)>div{justify-content:flex-start}.data-table td:nth-child(8){font-size:1rem!important}.data-table td:nth-child(9){text-align:left}.lead-date{font-size:.92rem}}.premium-cards-grid{grid-template-columns:1fr;gap:.7rem;margin-bottom:1rem;display:grid}.premium-card{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-border);flex-direction:column;justify-content:space-between;padding:.9rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.premium-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.premium-card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.premium-card-title{color:var(--color-text-light);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:600}.premium-card-icon{border-radius:.5rem;justify-content:center;align-items:center;padding:.45rem;display:flex}.premium-card-value{color:var(--color-text);font-size:1.35rem;font-weight:800;line-height:1}.premium-card-sub{color:var(--color-text-light);margin-top:.5rem;font-size:.75rem}.status-cards-grid{grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1rem;display:grid}.status-card{background:var(--color-white);border-radius:var(--radius-lg);padding:.85rem;transition:transform .2s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.status-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.status-card-inner{z-index:1;position:relative}.status-indicator{width:4px;height:100%;position:absolute;top:0;left:0}.attribution-summary{gap:.75rem;margin-bottom:1rem;padding:1rem;display:grid}.attribution-summary h3{margin:0}.attribution-summary p{color:var(--color-text-light);margin:0}.attribution-row{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#f8fafc;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem;display:flex}.attribution-row span{color:var(--color-text);overflow-wrap:anywhere;font-weight:600}.attribution-row strong{color:var(--color-primary);font-size:1.1rem}.whatsapp-manager{margin-bottom:2rem;padding:1rem}.whatsapp-form{border-bottom:1px solid var(--color-border);grid-template-columns:1fr;gap:.85rem;padding-bottom:1rem;display:grid}.whatsapp-add-btn{align-self:end;gap:.5rem;width:100%}.whatsapp-list{gap:.75rem;padding-top:1rem;display:grid}.whatsapp-empty{color:var(--color-text-light);margin:0;font-size:.9rem}.whatsapp-row{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#f8fafc;justify-content:space-between;align-items:flex-start;gap:.85rem;padding:.85rem;display:flex}.whatsapp-row strong,.whatsapp-row span{display:block}.whatsapp-row strong{color:var(--color-text);font-size:.95rem}.whatsapp-row span{color:var(--color-text-light);margin-top:.2rem;font-size:.85rem}.whatsapp-actions{align-items:center;gap:.6rem;display:flex}.whatsapp-actions button{color:var(--color-error);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:inline-flex}.whatsapp-toggle{color:var(--color-text);align-items:center;gap:.35rem;font-size:.82rem;font-weight:700;display:inline-flex}.whatsapp-toggle input{accent-color:var(--color-primary)}@media (width>=768px){.admin-login-card{padding:2.5rem}.admin-dashboard{padding:2rem 1.5rem}.admin-dashboard h2{font-size:1.5rem!important}.admin-dashboard h3{font-size:1.25rem!important}.dashboard-header{margin-bottom:2rem}.dashboard-filters{flex-direction:row;align-items:center;gap:1rem;width:auto;padding:1rem}.premium-cards-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.premium-card{padding:1.5rem}.premium-card-value{font-size:2rem}.status-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2rem}.whatsapp-manager{padding:1.5rem}.whatsapp-form{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end}.whatsapp-add-btn{width:auto}}.legal-page{background:var(--color-bg);min-height:100vh;padding:2rem 0 4rem}.legal-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);max-width:900px;box-shadow:var(--shadow-md);margin:0 auto;padding:2rem}.legal-back{margin-bottom:1.5rem;font-weight:600;display:inline-flex}.legal-card h1{margin-bottom:.5rem;font-size:2rem}.legal-updated{color:var(--color-text-light);margin-bottom:2rem}.legal-card h2{margin:1.75rem 0 .75rem;font-size:1.125rem}.legal-card p,.legal-card li{color:var(--color-text-light);line-height:1.7}.legal-card ul{padding-left:1.25rem}@media (width<=640px){.legal-page{padding:1rem 0 2rem}.legal-card{padding:1.25rem}.legal-card h1{font-size:1.6rem}}.security-page{color:#2f3033;background:#fff;min-height:100vh;font-size:1.12rem}.security-logo img{width:178px;height:auto;display:block}.security-logo{justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.security-hero-button{background:var(--color-primary);color:#11330b;border-radius:.45rem;justify-content:center;align-items:center;min-height:2.85rem;margin-top:1.25rem;padding:0 1.55rem;font-weight:700;text-decoration:none;display:inline-flex}.security-hero{align-items:center;min-height:100vh;padding:1rem 0;display:flex}.security-hero-grid{grid-template-columns:minmax(0,.88fr) minmax(260px,1fr);align-items:center;gap:2.4rem;display:grid}.security-eyebrow{color:#2f8d25;letter-spacing:.08em;text-transform:uppercase;background:#e8f8e4;border-radius:999px;width:fit-content;margin:0 0 .7rem;padding:.28rem .55rem;font-size:.68rem;font-weight:800;display:table}.security-hero h1,.security-why h2,.security-section-heading h2{color:#2f3033;letter-spacing:0;margin:0}.security-hero h1{max-width:485px;font-size:clamp(2.25rem,3.45vw,3.55rem);line-height:1.06}.security-hero-copy>p{color:#687178;max-width:500px;margin:.9rem 0 .95rem;font-size:.96rem;line-height:1.5}.security-award{color:#4a5b60;align-items:center;gap:.6rem;max-width:500px;font-size:.86rem;display:flex}.security-award svg{color:var(--color-primary);flex:none}.security-hero-media{justify-content:center;display:flex}.security-hero-media img{object-fit:cover;border-radius:0;width:min(100%,440px);max-height:635px;box-shadow:0 22px 52px #1118271c}.security-why{padding:.65rem 0 2.5rem}.security-narrow{max-width:820px}.security-why h2{text-align:center;font-size:clamp(1.75rem,2.75vw,2.5rem);line-height:1.08}.security-why ul{color:#4d5960;gap:.8rem;margin:1.25rem 0 0;font-size:.86rem;line-height:1.55;display:grid}.security-channels{color:#fff;background:#262626;padding:2.5rem 0 2.9rem;overflow:hidden}.security-channels .container{max-width:1320px}.security-section-heading{margin-bottom:1.25rem}.security-section-heading.center{text-align:center}.security-section-heading h2{color:inherit;font-size:clamp(1.6rem,2.8vw,2.55rem);line-height:1.08}.security-section-heading p{color:#ffffffc7;max-width:520px;margin:.65rem 0 0;font-size:.9rem;line-height:1.45}.security-section-heading.center p{color:#687178;margin-left:auto;margin-right:auto}.security-channel-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem;padding:.4rem 0 0;display:grid;overflow:visible}.security-channel-card{color:#2f3033;background:#fff;border-radius:.62rem;overflow:hidden;box-shadow:0 10px 20px #0000003d}.security-channel-card img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.security-channel-card div{flex-direction:column;min-height:160px;padding:.85rem;display:flex}.security-channel-card h3{margin:0;font-size:.92rem}.security-channel-card p{color:#687178;margin:.5rem 0 .8rem;font-size:.78rem;line-height:1.38}.security-channel-link{color:#2f9d23;cursor:pointer;background:0 0;border:0;align-items:center;gap:.25rem;margin-top:auto;padding:0;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-flex}.security-tips{background:#fff;padding:2.8rem 0 3rem}.security-tip-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.7rem;display:grid}.security-tip-card{text-align:center}.security-tip-card img{object-fit:contain;background:0 0;width:50px;height:50px;margin-bottom:.55rem}.security-tip-card h3{color:#4a4c50;margin:0;font-size:.9rem}.security-tip-card p{color:#687178;margin:.4rem 0 0;font-size:.76rem;line-height:1.4}.security-footer{margin-top:0}@media (width<=900px){.security-page{font-size:1rem}.security-hero{min-height:auto;padding:1.6rem 0 2rem}.security-hero-grid{grid-template-columns:1fr;gap:1.5rem}.security-hero-copy{text-align:center;order:1}.security-hero-media{order:2}.security-logo,.security-eyebrow,.security-hero h1,.security-hero-copy>p,.security-award{margin-left:auto;margin-right:auto}.security-tip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.security-page{font-size:.96rem}.security-logo{margin-bottom:.9rem}.security-logo img{width:138px}.security-hero-button{width:100%;max-width:280px;min-height:2.7rem;padding:0 1rem;font-size:.95rem}.security-hero{padding:1.25rem 0 1.8rem}.security-hero h1{max-width:330px;font-size:2.15rem;line-height:1.08}.security-hero-copy>p{max-width:335px;font-size:.9rem;line-height:1.45}.security-award{text-align:left;align-items:flex-start;max-width:335px;font-size:.8rem}.security-hero-media img{width:min(100%,315px);max-height:440px}.security-why,.security-channels,.security-tips{padding-top:2.2rem;padding-bottom:2.4rem}.security-why h2,.security-section-heading h2{font-size:1.75rem}.security-why ul{padding-left:1.1rem;font-size:.88rem}.security-channel-list{grid-template-columns:1fr;gap:.95rem}.security-channel-card{max-width:340px;margin:0 auto}.security-channel-card div{min-height:auto}.security-section-heading{text-align:center}.security-section-heading p{margin-left:auto;margin-right:auto}.security-tip-grid{grid-template-columns:1fr;gap:1.3rem}.security-tip-card{max-width:320px;margin:0 auto}}@media (width>=621px) and (width<=1080px){.security-channel-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.scr-page{color:#2f3034;background:#fff}.scr-breadcrumb{background:#fff;border-bottom:1px solid #edf0f2}.scr-breadcrumb .container{color:#7a828a;align-items:center;gap:.45rem;min-height:44px;font-size:.9rem;display:flex}.scr-breadcrumb a{color:#7a828a}.scr-breadcrumb strong{color:#2f8f20;font-weight:800}.scr-hero{padding:3.1rem 0 12rem}.scr-hero-grid{grid-template-columns:minmax(320px,.85fr) minmax(0,1fr);align-items:start;gap:clamp(3rem,8vw,7rem);display:grid}.scr-hero-media{justify-self:center;width:min(100%,440px);margin-top:.55rem;box-shadow:0 34px 56px -44px #0f172a73}.scr-hero-media img{object-fit:cover;width:100%;height:auto;display:block}.scr-hero-copy{max-width:680px}.scr-hero-copy h1{color:#2f3034;margin:0 0 1.3rem;font-size:clamp(2.1rem,4vw,3.05rem);font-weight:850;line-height:1.08}.scr-hero-copy p{color:#5f6368;margin:0 0 .85rem;font-size:1.05rem;line-height:1.55}.scr-hero-copy strong{color:#3f4247;font-weight:850}.scr-faq{padding:0 0 7rem}.scr-faq-eyebrow{color:#2f3034;letter-spacing:.04em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.9rem;font-weight:850}.scr-faq-list{border-top:4px solid #2f3034}.scr-faq-item{border-bottom:1px solid #e1e4e8}.scr-faq-item button{color:#3f4247;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;width:100%;min-height:92px;padding:1.1rem 0;font-size:1.08rem;line-height:1.35;display:grid}.scr-faq-item button:hover,.scr-faq-item button:focus-visible{color:#2f8f20;outline:none}.scr-faq-item button svg{color:#5f6368;transition:transform .2s}.scr-faq-item.is-open button svg{transform:rotate(180deg)}.scr-faq-answer p{color:#5f6368;max-width:900px;margin:0;padding:0 3rem 1.45rem 0;font-size:1rem;line-height:1.55}.scr-faq-link{color:#228a07;align-items:center;gap:.85rem;margin-top:2rem;font-size:1.2rem;font-weight:750;display:inline-flex}.scr-faq-link:hover,.scr-faq-link:focus-visible{color:#228a07;outline:none}.scr-faq-link svg{transition:transform .2s}.scr-faq-link:hover svg,.scr-faq-link:focus-visible svg{transform:translate(5px)}@media (width<=900px){.scr-hero{padding:2.6rem 0 5rem}.scr-hero-grid{grid-template-columns:1fr;gap:2rem}.scr-hero-media{justify-self:start}.scr-faq{padding-bottom:4.5rem}}@media (width<=640px){.scr-breadcrumb .container{flex-wrap:wrap;align-items:flex-start;padding-top:.75rem;padding-bottom:.75rem}.scr-hero{padding:2rem 0 3.5rem}.scr-hero-copy h1{font-size:2rem}.scr-hero-copy p{font-size:.98rem}.scr-faq-item button{min-height:68px;font-size:.98rem}.scr-faq-answer p{padding-right:0;font-size:.92rem}}.cookie-consent{left:.6rem;right:.6rem;bottom:max(.6rem, env(safe-area-inset-bottom));z-index:50;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);max-width:960px;box-shadow:var(--shadow-lg);justify-content:space-between;align-items:center;gap:.55rem;margin:0 auto;padding:.65rem;display:flex;position:fixed}.cookie-consent strong{color:var(--color-text);margin-bottom:.15rem;font-size:.9rem;display:block}.cookie-consent p{color:var(--color-text-light);margin:0;font-size:.72rem;line-height:1.3}.cookie-button{flex-shrink:0;padding:.62rem .85rem;font-size:.9rem}@media (width<=640px){.cookie-consent{flex-direction:row;align-items:center}.cookie-button{width:auto;min-width:96px}}@media (width<=380px){.cookie-consent{flex-direction:column;align-items:stretch}.cookie-button{width:100%}}.security-alert{color:#fff;background:#123f08;font-size:.95rem}.security-alert-inner{text-align:center;justify-content:center;align-items:center;min-height:48px;padding:.85rem 3rem;display:flex;position:relative}.security-alert p{margin:0;line-height:1.45}.security-alert a{color:#fff;text-underline-offset:3px;font-weight:700;text-decoration:underline}.security-alert-close{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;width:34px;height:34px;font-size:1.6rem;line-height:1;transition:background-color .2s;display:inline-grid;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.security-alert-close:hover,.security-alert-close:focus-visible{background:#ffffff29;outline:none}@media (width<=640px){.security-alert{font-size:.86rem}.security-alert-inner{text-align:left;padding:.75rem 2.7rem .75rem 1rem}.security-alert-close{right:.55rem}}.site-footer{--footer-muted:#c9c9c9;--footer-muted-soft:#b8b8b8;color:#fff;background:#262626;padding:3.4rem 0 2.4rem}.site-footer-inner{gap:2.5rem;display:grid}.site-footer-top{grid-template-columns:1.05fr 1.3fr 1fr;gap:3rem;display:grid}.site-footer-column h2{color:#fff;margin:0 0 1.25rem;font-size:1.15rem;line-height:1.1}.site-footer-column ul{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.site-footer-column a{color:#fff;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:.12rem;margin-left:-.18rem;padding:.02rem .18rem;font-size:.95rem;line-height:1.35;text-decoration:none;transition:background-color .16s,color .16s;display:inline}.site-footer-column a:hover,.site-footer-column a:focus-visible{background:#ffffff38;outline:none}.site-footer-column .site-footer-muted-link{color:var(--footer-muted);margin-top:.45rem;font-size:1.05rem;font-weight:800}.site-footer-middle{justify-content:space-between;align-items:center;gap:2rem;display:flex}.site-footer-abcd{align-items:center;gap:1rem;max-width:640px;display:flex}.site-footer-abcd img{opacity:.78;flex:none;width:132px;height:auto}.site-footer-abcd p,.site-footer-legal p{color:var(--footer-muted-soft);margin:0;line-height:1.45}.site-footer-abcd p{font-size:.82rem}.site-footer-social{align-items:center;gap:1rem;display:flex}.site-footer-social a{opacity:.78;justify-content:center;align-items:center;width:54px;height:54px;text-decoration:none;transition:opacity .16s,transform .16s;display:inline-flex}.site-footer-social img{object-fit:contain;width:40px;height:40px}.site-footer-social a:hover,.site-footer-social a:focus-visible{opacity:1;outline:none;transform:translateY(-1px)}.site-footer-legal{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.2rem;display:grid}.site-footer-legal p:last-child{grid-column:2}.site-footer-legal p{font-size:.78rem}.site-footer-bottom{border-top:1px solid #ffffff59;flex-wrap:wrap;justify-content:center;gap:1.35rem;padding-top:1.8rem;display:flex}.site-footer-bottom a{color:var(--footer-muted);font-size:.78rem;text-decoration:none}.site-footer-bottom a:hover,.site-footer-bottom a:focus-visible{color:#fff;outline:none}@media (width<=900px){.site-footer{padding:2.6rem 0 2rem}.site-footer-top{grid-template-columns:1fr 1fr;gap:2rem}.site-footer-middle{flex-direction:column;align-items:flex-start}.site-footer-legal{grid-template-columns:1fr;gap:1rem}.site-footer-legal p:last-child{grid-column:auto}}@media (width<=620px){.site-footer-top{grid-template-columns:1fr;gap:1.6rem}.site-footer-column h2{margin-bottom:.9rem}.site-footer-abcd{flex-direction:column;align-items:flex-start}.site-footer-social{gap:.75rem}.site-footer-bottom{gap:.85rem 1rem}}.brand-nav{z-index:30;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#373836f5;position:sticky;top:0}.brand-nav-inner{align-items:center;gap:1.6rem;min-height:64px;display:flex}.brand-logo{color:#fff;align-items:center;display:inline-flex}.brand-logo:hover,.brand-logo:focus-visible{color:#fff;outline:none}.brand-logo img{object-fit:contain;width:166px;height:46px}.brand-menu{flex:1;justify-content:center;align-items:center;gap:1.7rem;display:flex}.brand-menu a{color:#fff;align-items:center;gap:.25rem;font-size:.82rem;font-weight:700;display:inline-flex}.brand-menu a:hover,.brand-menu a:focus-visible{color:var(--color-primary);outline:none}.brand-nav-cta{background:var(--color-primary);color:#15240f;border-radius:.42rem;justify-content:center;align-items:center;min-height:40px;padding:.58rem 1.3rem;font-size:.82rem;font-weight:800;display:inline-flex}.brand-nav-cta:hover,.brand-nav-cta:focus-visible{color:#15240f;background:#76df00;outline:none}.brand-nav-cta.shiny-cta{--shiny-cta-bg:var(--color-primary);--shiny-cta-bg-subtle:#11330b33;--shiny-cta-fg:#10250d;--shiny-cta-highlight:#123f08;--shiny-cta-highlight-subtle:#fff}.brand-menu-toggle{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff57;border-radius:.6rem;place-items:center;width:38px;height:38px;transition:background-color .2s,border-color .2s,transform .2s;display:none}.brand-menu-toggle:hover,.brand-menu-toggle:focus-visible{background:#4ebd381f;border-color:#4ebd38b3;outline:none}.brand-menu-toggle:active{transform:translateY(1px)}.brand-menu-toggle svg{overflow:visible}.menu-line{transform-origin:50%;transition:transform .3s cubic-bezier(.5,.85,.25,1.1),opacity .2s}.menu-line-top{transform:translateY(-7px)}.menu-line-bottom{transform:translateY(7px)}.brand-menu-toggle[aria-expanded=true] .menu-line-top{transform:translateY(0)rotate(315deg)}.brand-menu-toggle[aria-expanded=true] .menu-line-middle{transform:rotate(45deg)}.brand-menu-toggle[aria-expanded=true] .menu-line-bottom{transform:translateY(0)rotate(135deg)}.brand-mobile-panel{display:none}@media (width<=900px){.brand-menu{display:none}.brand-nav-inner{justify-content:space-between}.brand-nav-cta{display:none}.brand-menu-toggle{display:grid}.brand-mobile-panel{background:#373836fa;border-top:1px solid #ffffff1f;grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}.brand-mobile-panel.is-open{grid-template-rows:1fr}.brand-mobile-panel-inner{gap:.4rem;min-height:0;padding-top:0;padding-bottom:0;transition:padding .28s;display:grid;overflow:hidden}.brand-mobile-panel.is-open .brand-mobile-panel-inner{padding-top:.85rem;padding-bottom:1rem}.brand-mobile-panel a{color:#fff;align-items:center;min-height:42px;padding:0 .15rem;font-size:.96rem;font-weight:750;display:flex}.brand-mobile-panel a:hover,.brand-mobile-panel a:focus-visible{color:var(--color-primary);outline:none}.brand-mobile-cta{--shiny-cta-bg:var(--color-primary);--shiny-cta-bg-subtle:#11330b33;--shiny-cta-fg:#10250d;--shiny-cta-highlight:#123f08;--shiny-cta-highlight-subtle:#fff;width:fit-content;margin-top:.35rem;min-height:40px!important;padding:.6rem 1rem!important}}@media (width<=640px){.brand-nav-inner{min-height:58px}.brand-logo img{width:132px;height:38px}}
