:root{--bg: #ffffff;--accent: #17A2B8;--accent2: #6BB86B;--accent-dark: #1B7FB8;--dark: #1a1a1a;--muted: #6b7280;--gray-50: #f9fafb;--gray-100: #f3f4f6}*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0;color:var(--dark);background:var(--bg);line-height:1.6}.container{max-width:1280px;margin:0 auto;padding:40px 24px}.section{padding:80px 24px}.section.white,.section.light{background:#fff}.center{text-align:center}.cards{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;margin-top:24px}.card{background:#fff;border-radius:12px;padding:28px;box-shadow:0 6px 18px #0f172a0f;flex:1;min-width:220px;max-width:320px;text-align:center}.card h4{margin:16px 0 12px;font-weight:700;color:#6b7280}@media(max-width:800px){.cards{flex-direction:column}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;padding:80px 0;background:linear-gradient(to bottom,#f9fafb,#fff);overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:600px;height:600px;background:linear-gradient(to bottom right,#17a2b81a,#6bb86b1a);border-radius:50%;filter:blur(80px);z-index:0;pointer-events:none}.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:1280px}.hero .left{flex:1;max-width:none}.hero .brand-logo{height:48px;margin-bottom:48px;font-size:24px;font-weight:800;background:linear-gradient(to right,#17a2b8,#6bb86b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1;margin:0 0 24px;font-weight:700;color:#1a1a1a}.hero p{color:#374151;line-height:1.6;font-size:clamp(1.125rem,2vw,1.5rem);margin-bottom:32px;max-width:560px}.hero p:last-of-type{font-size:clamp(1rem,2vw,1.125rem);color:#4b5563;line-height:1.7}.hero .art{position:relative;width:100%;height:400px;display:flex;align-items:center;justify-content:center}.hero .art-card{position:relative;width:100%;height:100%;background:linear-gradient(to bottom right,#17a2b833,#6bb86b33);border-radius:24px;display:flex;align-items:center;justify-content:center;animation:float 2s ease-in-out infinite}.hero .art-card:before{content:"";position:absolute;inset:32px;background:transparent;border-radius:24px}.hero .art-card svg{width:192px;height:192px;stroke:#17a2b8;stroke-width:1.5}@keyframes float{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.01) rotate(1deg)}}@media(max-width:1000px){.hero{padding:40px 0;min-height:auto}.hero .container{grid-template-columns:1fr}.hero .art{display:none}.hero h1{font-size:2.5rem}}.section-dark{background:#1a1a1a;color:#fff;padding:80px 24px}.section-dark .container{padding-top:80px;padding-bottom:80px;max-width:1152px}.section-dark h2{font-size:clamp(2rem,5vw,3.75rem);line-height:1.1;margin:0 0 24px;max-width:980px;font-weight:700}.section-dark .muted{color:#d1d5db;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;max-width:960px;margin-bottom:24px}.section-dark .muted .highlight{color:#6bb86b;font-weight:700}.section-dark .result{color:#6bb86b;font-weight:600;font-size:clamp(1.125rem,2vw,1.5rem);margin-top:24px;margin-bottom:48px;max-width:960px}.section-dark .icons-row{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:48px;flex-wrap:wrap}.section-dark .icons-row .arrow{color:#e5e7eb;font-size:32px;font-weight:700}.section-dark .icons-row .icon{width:48px;height:48px;color:currentColor}.section-dark .icons-row .chat{color:#00b4a0}.section-dark .icons-row .users{color:#fb923c}.section-dark .icons-row .money{color:#ef4444}@media(max-width:800px){.section-dark h2{font-size:2rem}.section-dark .muted,.section-dark .result{font-size:1rem}.section-dark .icons-row{gap:12px;font-size:24px}.section-dark .icons-row .icon{width:36px;height:36px}}.section-traditional{padding:5rem 1.5rem;background:#f9fafb}.section-traditional .max-width{max-width:1152px;margin:0 auto}.section-traditional h2{font-size:clamp(2rem,5vw,3.75rem);line-height:1.1;margin:0 0 3rem;text-align:center;font-weight:700;color:#1a1a1a;max-width:980px;margin-left:auto;margin-right:auto}.traditional-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:920px;margin:0 auto}.traditional-grid .card{background:#fff;border-radius:16px;padding:2rem;border:2px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;transition:none;opacity:.6;min-width:240px}.traditional-grid .card .card-icon{width:72px;height:72px;margin:0 auto 1rem;color:#d1d5db;display:flex;align-items:center;justify-content:center}.traditional-grid .card .card-icon svg{width:64px;height:64px;stroke:currentColor;fill:none;stroke-width:2}.traditional-grid .card h4{margin:.5rem 0 1rem;font-weight:700;color:#000;font-size:1.25rem}.traditional-grid .card .card-bottom{margin-top:1rem;color:#d1d5db}.traditional-grid .card .card-bottom svg{width:32px;height:32px;display:block;stroke:currentColor}.traditional-note{text-align:center;color:#6b7280;margin-top:3rem;font-size:1.25rem;max-width:768px;margin-left:auto;margin-right:auto}.traditional-note strong{color:#1a1a1a}@media(max-width:1000px){.section-traditional h2{font-size:2.5rem}.traditional-grid{grid-template-columns:1fr;max-width:540px}.traditional-grid .card{min-height:150px}}.section.light{background:#fff;padding:5rem 1.5rem}.section.light .container{max-width:1152px}.gradient-heading{font-size:clamp(2rem,5vw,3.75rem);text-align:center;margin:0 0 1rem;padding:.25rem 0;font-weight:700;background:linear-gradient(to right,#1b7fb8,#17a2b8,#6bb86b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:1.3}.section-subtitle{text-align:center;color:#6b7280;font-size:1.25rem;margin-bottom:3rem;max-width:768px;margin-left:auto;margin-right:auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;max-width:1152px;margin-left:auto;margin-right:auto}.feature-grid .card{padding:1.5rem;border-radius:16px;background:#fff;border:1px solid #e5e7eb;transition:all .3s;cursor:pointer}.feature-grid .card:hover{border-color:#17a2b8;box-shadow:0 10px 30px #0000001a;transform:translateY(-2px)}.feature-grid .card .icon-wrapper{width:56px;height:56px;border-radius:12px;background:linear-gradient(to right,#1b7fb8,#17a2b8,#6bb86b);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-grid .card .icon-wrapper svg{width:28px;height:28px;color:#fff;stroke:currentColor;stroke-width:2}.feature-grid .card h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.feature-grid .card p{color:#6b7280;margin:0;line-height:1.6}.key-concepts{background:linear-gradient(to bottom right,#f9fafb,#fff);padding:3rem;border-radius:24px;border:1px solid #e5e7eb;margin-top:3rem}.key-concepts h3{text-align:center;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#1a1a1a;margin:0 0 2rem}.key-concepts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.key-concept{display:flex;gap:1rem;align-items:flex-start}.key-concept .icon-box{width:48px;height:48px;border-radius:12px;background:linear-gradient(to right,#001f3f,#00b4a0,#0fa);display:flex;align-items:center;justify-content:center;flex-shrink:0}.key-concept .icon-box svg{width:24px;height:24px;color:#fff;stroke:currentColor;stroke-width:2}.key-concept .content h4{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.key-concept .content p{color:#6b7280;margin:0;line-height:1.6}@media(max-width:800px){.section.light{padding:4rem 1.5rem}.gradient-heading{font-size:2rem}.section-subtitle{font-size:1.125rem}.feature-grid{grid-template-columns:1fr}}.section-services{background:#f9fafb;padding:5rem 1.5rem}.section-services .container{max-width:1152px}.section-services h2{font-size:clamp(2rem,5vw,3.75rem);line-height:1.1;text-align:center;margin:0 0 3rem;font-weight:700;color:#1a1a1a}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:0;max-width:1200px;margin-left:auto;margin-right:auto}.service-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;border:1px solid #e5e7eb;transition:all .3s}.service-card:hover{border-color:#17a2b8;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.service-card .number-badge{width:48px;height:48px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:#17a2b8;color:#fff;font-size:1.5rem;font-weight:700;border-radius:8px}.service-card .number-badge.green{background:#6bb86b}.service-card h4{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem}.service-card p{color:#6b7280;margin:0;line-height:1.6;font-size:.95rem}.section-services .tagline{text-align:center;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-top:3rem}@media(max-width:1000px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.services-grid{grid-template-columns:1fr}}.why-faveiro{background:#f9fafb;padding:5rem 1.5rem}.why-faveiro .container{max-width:1152px}.why-faveiro h2{font-size:clamp(2rem,5vw,3.75rem);line-height:1.1;text-align:center;margin:0 0 3rem;font-weight:700;color:#1a1a1a}.why-faveiro h2 .highlight{background:linear-gradient(to right,#17a2b8,#6bb86b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.why-card{background:#fff;border-radius:16px;padding:2rem;border:1px solid #e5e7eb;transition:all .3s;display:flex;gap:1rem;align-items:flex-start}.why-card:hover{border-color:#17a2b8;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.why-card .check-circle{width:32px;height:32px;border-radius:50%;background:linear-gradient(to right,#17a2b8,#6bb86b);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.25rem}.why-card .check-circle svg{width:20px;height:20px;color:#fff;stroke:currentColor;stroke-width:3;fill:none}.why-card .content h3{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.why-card .content p{color:#6b7280;margin:0;line-height:1.6;font-size:.95rem}@media(max-width:1000px){.why-faveiro{padding:4rem 1.5rem}.why-faveiro h2{font-size:2.5rem}.why-grid{grid-template-columns:1fr;max-width:600px}}.for-companies{background:#fff;padding:5rem 1.5rem}.for-companies .container{max-width:1152px}.for-companies h2{font-size:clamp(2rem,5vw,3.75rem);line-height:1.1;text-align:center;margin:0 0 1rem;font-weight:700;color:#1a1a1a}.for-companies .subtitle{text-align:center;color:#6b7280;font-size:1.125rem;margin-bottom:3rem;max-width:768px;margin-left:auto;margin-right:auto}.companies-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.company-card{background:#f9fafb;border-radius:16px;padding:2rem;text-align:center;border:1px solid #e5e7eb;transition:all .3s}.company-card:hover{border-color:#17a2b8;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.company-card .icon-wrapper{width:64px;height:64px;margin:0 auto 1.5rem;border-radius:12px;background:linear-gradient(to right,#1b7fb8,#17a2b8,#6bb86b);display:flex;align-items:center;justify-content:center}.company-card .icon-wrapper svg{width:32px;height:32px;color:#fff;stroke:currentColor;stroke-width:2}.company-card h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem}.company-card p{color:#6b7280;margin:0;line-height:1.6;font-size:.95rem}@media(max-width:1000px){.for-companies{padding:4rem 1.5rem}.for-companies h2{font-size:2.5rem}.companies-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.companies-grid{grid-template-columns:1fr}}.calculator{background:linear-gradient(135deg,#234b6e,#1b7fb8,#234b6e);color:#fff;padding:80px 24px;margin:0}.calculator .container{max-width:1024px}.calculator h2{font-size:clamp(2rem,5vw,3.75rem);line-height:1.1;margin:0 0 1rem;text-align:center;font-weight:700}.calculator-subtitle{text-align:center;font-size:1.25rem;color:#d1d5db;margin-bottom:3rem}.calculator .form-wrapper{background:#ffffff1a;backdrop-filter:blur(10px);padding:3rem;border-radius:24px;border:1px solid rgba(255,255,255,.2)}.calculator .form{max-width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.calculator .form .form-group{display:flex;flex-direction:column}.calculator .form .form-group.full{grid-column:1 / -1}.calculator .form label{color:#fff;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.calculator .input{display:block;width:100%;padding:12px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.3);margin:0;background:#ffffffe6;color:#1a1a1a;font-size:1rem;height:48px}.calculator .input:focus{outline:none;border-color:#17a2b8;box-shadow:0 0 0 3px #17a2b81a}.calculator .button-wrapper{text-align:center;margin-top:2rem}.calculator .button{background:linear-gradient(90deg,#1b7fb8,#17a2b8,#6bb86b);border:none;color:#fff;padding:20px 40px;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s}.calculator .button:hover{box-shadow:0 0 30px #6bb86b66}.calculator .button.secondary{background:transparent;border:2px solid #fff;margin-left:1rem}.calculator-result{max-width:900px;margin:32px auto 0;background:#fffffff2;padding:32px;border-radius:16px;color:#1a1a1a;box-shadow:0 10px 40px #0003}.calculator-result.hidden{display:none}.calculator-trend{font-weight:700;margin-bottom:16px;font-size:1.25rem}.calculator-risk{font-size:2.5rem;color:#dc2626;font-weight:800;margin-bottom:16px}.calculator-factors{color:#374151;font-size:1rem;line-height:1.6}.calculator .button.secondary:hover{background:#ffffff1a}.calculator-result{max-width:900px;margin:32px auto;display:none;background:#fffffff2;padding:32px;border-radius:16px;color:#1a1a1a;box-shadow:0 10px 40px #0003}.result-trend{font-weight:700;margin-bottom:16px;font-size:1.25rem}.result-risk{font-size:2.5rem;color:#dc2626;font-weight:800;margin-bottom:16px}.result-factors{color:#374151;font-size:1rem;line-height:1.6}@media(max-width:1000px){.calculator .form{grid-template-columns:1fr}.calculator .button.secondary{margin-left:0;margin-top:1rem}}@media(max-width:800px){.calculator .form-wrapper{padding:2rem 1.5rem}}.cta{background:linear-gradient(135deg,#234b6e,#1b7fb8,#234b6e);color:#fff;padding:6rem 1.5rem;text-align:center}.cta .container{max-width:800px}.cta h2{font-size:clamp(2.5rem,6vw,4rem);line-height:1.1;margin:0 0 1.5rem;font-weight:700}.cta p{font-size:1.25rem;color:#d1d5db;margin-bottom:2.5rem;line-height:1.7}.cta .button{background:linear-gradient(90deg,#1b7fb8,#17a2b8,#6bb86b);border:none;color:#fff;padding:20px 48px;border-radius:12px;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .3s;display:inline-block;text-decoration:none}.cta .button:hover{box-shadow:0 0 40px #6bb86b80;transform:translateY(-2px)}@media(max-width:800px){.cta{padding:4rem 1.5rem}.cta h2{font-size:2.5rem}.cta p{font-size:1.125rem}.cta .button{padding:18px 36px;font-size:1.125rem}}.site-footer{background:#1a1a1a;color:#9ca3af;padding:48px 24px}.footer-inner{display:flex;flex-direction:column;gap:24px;max-width:1152px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}.footer-brand{display:flex;flex-direction:column;gap:8px}.footer-brand .brand{font-size:24px;font-weight:800;color:#fff}.footer-brand .tagline{font-size:.875rem;color:#9ca3af}.footer-platforms{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.footer-platforms .label{font-size:.875rem}.footer-platforms .badges{display:flex;gap:12px}.footer-platforms .badge{padding:8px 16px;background:#ffffff1a;border-radius:8px;font-size:.875rem;color:#d1d5db}.footer-bottom{padding-top:32px;border-top:1px solid #374151;text-align:center;font-size:.875rem}.copy{opacity:.8}@media(max-width:1000px){.footer-top{flex-direction:column;align-items:flex-start}}.gradient-button[data-astro-cid-f7q53rx2]{background:linear-gradient(90deg,#1b7fb8,#17a2b8,#6bb86b);color:#fff;padding:16px 32px;border-radius:12px;border:none;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;cursor:pointer;transition:all .3s;font-size:1rem}.gradient-button[data-astro-cid-f7q53rx2]:hover{box-shadow:0 0 30px #6bb86b66;transform:translateY(-1px)}.gradient-button[data-astro-cid-f7q53rx2].large{padding:20px 40px;font-size:1.125rem}
