:root{--blue:#0b63b6;--green:#1db954;--black:#111;--white:#fff;--gray:#f5f7fb}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;color:var(--black);background:var(--white);line-height:1.5}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:16px;top:16px;width:auto;height:auto;background:var(--black);color:var(--white);padding:8px 12px;border-radius:6px;z-index:2000}:focus{outline:3px solid #2b8a3e;outline-offset:2px}header{position:sticky;top:0;background:var(--white);border-bottom:1px solid #e5e7eb}header[role=banner]{z-index:1000}.container{max-width:1100px;margin:0 auto;padding:16px}.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative}.nav a{color:var(--black);text-decoration:none;padding:8px 10px;border-radius:6px}.nav a:not(.brand-link)[aria-current=page],.nav a:not(.brand-link):hover{background:var(--gray)}.brand{display:flex;align-items:center;gap:10px;font-weight:700}.brand .brand-logo{height:28px;width:auto;display:block}@media (min-width:720px){.brand .brand-logo{height:32px}}.brand .dot{width:10px;height:10px;border-radius:50%;background:var(--blue)}.hero{padding:56px 16px;position:relative;overflow:hidden;background:linear-gradient(180deg,#eef6ff,#fff);background-size:cover;background-repeat:no-repeat;background-position:center}.hero h1{font-size:clamp(28px,4vw,40px);margin:0 0 8px}.hero p{margin:0 0 16px;color:#333}.btn{display:inline-block;background:var(--blue);color:#fff;border:none;padding:12px 16px;border-radius:8px;font-weight:600;text-decoration:none}.btn.secondary{background:var(--green)}.btn:disabled{opacity:.6}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.card{border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff}.company-card{display:flex;align-items:center;justify-content:center;min-height:80px}.company-logo{max-height:40px;width:auto;object-fit:contain;display:block;filter:grayscale(0%)}.badge{display:inline-block;background:#e8f5e9;color:#1b5e20;padding:4px 8px;border-radius:99px;font-size:12px;font-weight:700}.section{padding:32px 16px}footer{border-top:1px solid #e5e7eb;background:#fafafa}.small{font-size:12px;color:#555}.whatsapp{position:fixed;right:16px;bottom:80px;background:#25d366;color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 16px #0003;z-index:1400}.sticky-cta{position:fixed;left:0;right:0;bottom:0;background:#111;color:#fff;padding:10px 16px;display:flex;justify-content:center;z-index:1400}.sticky-cta a{color:#fff;text-decoration:none;font-weight:700}@media (min-width:720px){.sticky-cta{display:none}}label{display:block;margin-top:12px;font-weight:600}input,select,textarea{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:8px}input[type=checkbox]{width:auto}.help{font-size:12px;color:#666}.error{color:#b00020;font-size:12px;margin-top:4px}.success{background:#e6ffed;border:1px solid #b7f0c0;color:#035b1a;padding:12px;border-radius:8px}.benefits{list-style:none;padding:0;margin:16px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.benefit{position:relative;background:var(--white);border:1px solid #e5e7eb;border-radius:12px;padding:16px 16px 16px 44px;box-shadow:0 2px 10px #0000000a}.benefit:before{content:"";position:absolute;left:14px;top:18px;width:18px;height:18px;border-radius:50%;background:#e8f5e9;box-shadow:inset 0 0 0 2px #1b5e20}.benefit:after{content:"";position:absolute;left:19px;top:22px;width:8px;height:8px;border:2px solid #1b5e20;border-top:none;border-left:none;transform:rotate(45deg)}.benefit:hover{box-shadow:0 6px 18px #00000012}.benefit.has-icon{padding-left:64px}.benefit.has-icon:before,.benefit.has-icon:after{content:none;display:none}.benefit-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:36px;height:36px;object-fit:contain;border-radius:8px}.list-cards{list-style:none;padding:0;margin:16px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.list-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 16px 16px 44px;box-shadow:0 2px 10px #0000000a}.list-card:before{content:"";position:absolute;left:14px;top:18px;width:18px;height:18px;border-radius:50%;background:#eef6ff;box-shadow:inset 0 0 0 2px var(--blue)}.list-card:hover{box-shadow:0 6px 18px #00000012}ol.steps{counter-reset:step}ol.steps>li{list-style:none}ol.steps.list-cards>li.list-card{padding-left:56px}ol.steps.list-cards>li.list-card:before{content:counter(step);counter-increment:step;position:absolute;left:14px;top:14px;width:28px;height:28px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:none}.menu-toggle{display:none;background:transparent;color:var(--black);border:1px solid #e5e7eb;padding:8px 10px;border-radius:8px;font-weight:600}nav.menu{display:flex;gap:8px;align-items:center}@media (max-width:899px){.menu-toggle{display:inline-flex;align-items:center;justify-content:center}nav.menu{display:none;flex-direction:column;align-items:flex-start;padding-top:8px}.nav.open nav.menu{display:flex;width:100%;position:absolute;top:100%;left:0;right:0;background:var(--white);border-top:1px solid #e5e7eb;box-shadow:0 8px 24px #00000014;padding:12px 16px;z-index:10001}}@media (min-width:900px){.menu-toggle{display:none}nav.menu{display:flex}}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero-bg-svg{width:100%;height:100%;display:block}.hero>.container{position:relative;z-index:1}.footer-grid{display:grid;gap:16px;padding:24px 0;grid-template-columns:1fr}.footer-title{font-size:14px;margin:0 0 8px;font-weight:700;color:var(--black)}.footer-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.footer-list a{text-decoration:none;color:inherit}.footer-list a:hover{text-decoration:underline}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid #e5e7eb}.footer-brand p{margin:0 0 8px}.footer-legal{display:flex;flex-wrap:wrap;gap:8px 14px;margin:8px 0}.footer-legal a{text-decoration:none;color:inherit}.footer-legal a:hover{text-decoration:underline}@media (min-width:720px){.footer-grid{grid-template-columns:2fr 1fr 2fr .8fr}}@media (max-width:719px){footer{padding-bottom:64px}.footer-bottom{flex-direction:column;align-items:flex-start}}.about-illust{width:100%;height:120px;object-fit:contain;display:block;border-radius:8px;background:#f5f7fb}.card-illust{width:100%;height:100px;object-fit:contain;display:block;border-radius:8px;background:#f5f7fb;margin-bottom:8px}.gold-values .list-card{background:linear-gradient(180deg,#1b1a17,#0f0e0c);border:1px solid #8a6a12;color:#f1e4b3;box-shadow:0 6px 18px #00000059,inset 0 0 0 1px #ffefa826;padding:16px}.gold-values .list-card strong{color:#ffe8a3}.gold-values .list-card:before{content:none;display:none}.gold-values .card-illust{background:transparent;height:110px}.gold-values .list-card:hover{box-shadow:0 10px 24px #00000080,inset 0 0 0 2px #d4af3759}.gold-values .list-card:focus-within{outline:2px solid rgba(212,175,55,.65);outline-offset:2px}.faq{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:12px}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 10px #0000000a;overflow:hidden}.faq-item:hover{box-shadow:0 6px 18px #00000012}.faq-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;cursor:pointer;font-weight:600;color:var(--black)}.faq-summary::-webkit-details-marker{display:none}.faq-item[open] .faq-summary{background:var(--gray);border-bottom:1px solid #e5e7eb}.faq-q{flex:1}.faq-chevron{color:var(--blue);transition:transform .2s ease}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-content{padding:12px 16px 16px;color:#333}@media (prefers-reduced-motion: reduce){.faq-chevron{transition:none}}.faq-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;background:#eef6ff}@media (max-width:599px){.faq-cta{flex-direction:column;align-items:flex-start}.faq-cta .btn{width:100%;text-align:center}}.contact-grid{display:grid;gap:20px;margin-top:12px}@media (min-width:900px){.contact-grid{grid-template-columns:1fr 420px;align-items:start}}.contact-illustration{display:flex;align-items:center;justify-content:center}.contact-illust{width:100%;max-width:420px;height:360px;object-fit:contain;display:block;border-radius:12px;background:#f5f7fb;border:1px solid #e5e7eb}@media (max-width:599px){.contact-illust{height:260px}}.chat-launcher{position:fixed;right:10px;bottom:10px;z-index:1500;width:56px;height:56px;border-radius:50%;background:var(--blue);color:#fff;border:none;cursor:pointer;box-shadow:0 4px 16px #0003;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;line-height:0}.chat-window{position:fixed;right:16px;bottom:80px;z-index:1500;width:420px;max-width:92vw;max-height:70vh;display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 8px 28px #0000002e}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #e5e7eb;background:#f8fafc;border-top-left-radius:12px;border-top-right-radius:12px}.chat-title{font-weight:700}.chat-close{background:none;border:none;font-size:18px;cursor:pointer}.chat-messages{padding:10px 12px;overflow:auto;scroll-behavior:smooth}.chat-bubble{max-width:85%;margin:6px 0;padding:10px 12px;border-radius:12px;line-height:1.3;font-size:14px;white-space:pre-wrap}.chat-bubble.bot{background:#f1f5f9;color:#111;border-top-left-radius:4px}.chat-bubble.me{background:#e8f0ff;color:#111;margin-left:auto;border-top-right-radius:4px}.chat-input{display:flex;gap:8px;padding:10px;border-top:1px solid #e5e7eb}.chat-input input{flex:1;padding:10px;border:1px solid #d1d5db;border-radius:8px}.chat-quick{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0}.chat-quick-btn{background:#eef6ff;color:#0b63b6;border:1px solid #cfe2ff;border-radius:99px;padding:6px 10px;cursor:pointer;font-size:12px}.chat-legal{font-size:11px;color:#555;padding:6px 10px;border-top:1px solid #e5e7eb;background:#fafafa;border-bottom-left-radius:12px;border-bottom-right-radius:12px}@media (min-width:720px){.chat-window{max-height:60vh}}.chat-bubble a{color:var(--blue);text-decoration:underline;word-break:break-word}.chat-spinner{display:inline-block;width:18px;height:18px;border:2px solid #cbd5e1;border-top-color:var(--blue);border-radius:50%;animation:chat-spin .9s linear infinite;vertical-align:middle}@keyframes chat-spin{to{transform:rotate(360deg)}}.pulse-strong{animation:chat-strong-pulse 1.25s ease-out infinite}@keyframes chat-strong-pulse{0%{transform:scale(1);box-shadow:0 0 #0b63b699}50%{transform:scale(1.12);box-shadow:0 0 0 10px #0b63b600}to{transform:scale(1);box-shadow:0 0 #0b63b600}}@media (prefers-reduced-motion: reduce){.pulse-strong{animation:none}}.chat-window{resize:none;overflow:hidden;min-width:280px;min-height:260px}.chat-resize-handle{position:absolute;left:0;top:0;width:16px;height:16px;cursor:nwse-resize;z-index:2}.chat-resize-handle:before{content:"";position:absolute;left:0;top:0;width:0;height:0;border-top:8px solid rgba(0,0,0,.15);border-right:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid rgba(0,0,0,.15);border-top-left-radius:2px}.chat-messages{flex:1 1 auto;min-height:0}@media (pointer: coarse){.chat-window{resize:none}.chat-resize-handle{display:none}}
