@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary: #3B82F6;--primary-dark: #2A65C9;--primary-soft: #EFF6FF;--accent-orange: #F5A623;--bg: #FFFFFF;--bg-alt: #F7FAFC;--bg-dark: #1A2332;--text-primary: #1A2332;--text-secondary: #4A5568;--text-tertiary: #718096;--text-on-dark: #EDF2F7;--border: #E2E8F0;--border-strong: #CBD5E0;--accent-warm: #B45C5C;--radius-sm: 4px;--radius-md: 4px;--radius-lg: 4px;--font-heading: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--container-max: 1200px;--section-padding-y: 6rem;--section-padding-y-mobile: 3rem;--section-padding-x: 2rem;--section-padding-x-mobile: 1rem;font-family:var(--font-body);line-height:1.6;font-weight:400;color:var(--text-primary);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-body);color:var(--text-primary);background-color:var(--bg);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);margin:0 0 .75rem;line-height:1.2;font-weight:700}h1{font-size:2.4rem;font-weight:700}h2{font-size:1.8rem;font-weight:700}h3{font-size:1.3rem;font-weight:600}p{margin:0 0 1rem;color:var(--text-secondary)}a{color:var(--primary);text-decoration:none;transition:color .15s ease}a:hover{color:var(--primary-dark)}button{font-family:var(--font-heading);cursor:pointer;border:none;background:none}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px}img{max-width:100%;height:auto;display:block}section{padding:var(--section-padding-y-mobile) var(--section-padding-x-mobile)}.container{width:100%;max-width:var(--container-max);margin:0 auto}@media (min-width: 768px){h1{font-size:3.2rem}h2{font-size:2.4rem}h3{font-size:1.5rem}p{font-size:1.05rem}section{padding:var(--section-padding-y) var(--section-padding-x)}}.header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border)}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem var(--section-padding-x-mobile);gap:1rem}.header__logo{display:flex;align-items:center;text-decoration:none}.header__logo img{height:32px;width:auto}.header__cta{display:inline-flex;align-items:center;gap:.4rem;background:var(--primary);color:#fff;font-family:var(--font-heading);font-weight:600;font-size:.95rem;padding:.6rem 1.1rem;border-radius:var(--radius-sm);transition:background-color .15s ease;white-space:nowrap}.header__cta:hover{background:var(--primary-dark);color:#fff}.header__cta span{font-weight:400;color:var(--accent-orange);transform:translate(0);transition:transform .15s ease}.header__cta:hover span{transform:translate(3px)}@media (min-width: 768px){.header__inner{padding:1rem var(--section-padding-x)}.header__logo img{height:38px}.header__cta{font-size:1rem;padding:.65rem 1.3rem}}.hero{background:var(--bg);padding-top:3rem;padding-bottom:3rem}.hero__inner{display:flex;flex-direction:column;gap:2.5rem;align-items:center}.hero__content{width:100%;text-align:center}.hero__headline{font-size:2.4rem;line-height:1.1;margin-bottom:1.2rem;letter-spacing:-.01em}.hero__sub{font-size:1.05rem;color:var(--text-secondary);margin-bottom:1.8rem;max-width:520px;margin-left:auto;margin-right:auto}.hero__cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;font-family:var(--font-heading);font-weight:600;font-size:1rem;padding:.85rem 1.6rem;border-radius:var(--radius-sm);transition:background-color .15s ease}.hero__cta:hover{background:var(--primary-dark);color:#fff}.hero__cta span{color:var(--accent-orange);transition:transform .15s ease}.hero__cta:hover span{transform:translate(3px)}.hero__image{width:100%;max-width:480px}.hero__image img{width:100%;height:auto;border-radius:var(--radius-md)}@media (min-width: 900px){.hero{padding-top:5rem;padding-bottom:5rem}.hero__inner{flex-direction:row;gap:4rem;align-items:center;justify-content:space-between}.hero__content{width:50%;text-align:left;flex-shrink:0}.hero__headline{font-size:3.4rem}.hero__sub{font-size:1.15rem;margin-left:0;margin-right:0;max-width:460px}.hero__image{width:45%;max-width:none}}.trustbar{background:var(--bg-alt);padding-top:2rem;padding-bottom:2rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trustbar__inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.trustbar__label{font-family:var(--font-heading);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);margin:0}.trustbar__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem 2.25rem}.trustbar__item img{height:36px;width:auto;object-fit:contain}.trustbar__text-fallback{font-family:var(--font-heading);font-weight:600;font-size:.95rem;color:var(--text-secondary);padding:.4rem .8rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);transition:color .15s ease,border-color .15s ease;white-space:nowrap;text-decoration:none}.trustbar__text-fallback:hover{color:var(--primary);border-color:var(--primary)}@media (min-width: 768px){.trustbar{padding-top:2.5rem;padding-bottom:2.5rem}.trustbar__list{gap:1.5rem 3rem;flex-wrap:nowrap}.trustbar__item img{height:44px}}.problem{background:var(--bg)}.problem__inner{display:flex;flex-direction:column;gap:3rem;max-width:780px;margin:0 auto}.problem__header{max-width:680px}.problem__title{font-size:1.9rem;margin-bottom:.85rem;letter-spacing:-.01em;line-height:1.15}.problem__sub{font-size:1.05rem;color:var(--text-secondary);margin:0}.problem__hero{display:flex;flex-direction:column;gap:.5rem}.problem__hero-number{font-family:var(--font-heading);font-weight:700;font-size:5rem;line-height:.95;color:var(--primary);letter-spacing:-.04em;margin:0}.problem__hero-text{font-size:1.05rem;color:var(--text-secondary);margin:0;max-width:480px;line-height:1.45}.problem__context{font-size:1.05rem;color:var(--text-primary);line-height:1.75;margin:0}.problem__context strong{color:var(--primary);font-weight:700}.problem__quote{margin:0;padding:0;border:none;background:none}.problem__quote p{font-family:var(--font-body);font-style:italic;font-size:1.25rem;line-height:1.5;color:var(--text-primary);margin:0 0 1rem}.problem__quote cite{display:block;font-style:normal;font-family:var(--font-heading);font-weight:600;font-size:.8rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em}.problem__quote cite:before{content:"— "}@media (min-width: 768px){.problem__inner{gap:3.5rem}.problem__title{font-size:2.8rem}.problem__sub{font-size:1.2rem}.problem__hero{flex-direction:row;align-items:baseline;gap:2rem}.problem__hero-number{font-size:9rem;flex-shrink:0}.problem__hero-text{font-size:1.25rem;padding-bottom:1.4rem}.problem__context{font-size:1.2rem;max-width:680px}.problem__quote p{font-size:1.5rem;line-height:1.45}}.why{background:var(--bg-alt)}.why__inner{display:flex;flex-direction:column;gap:2.5rem}.why__header{max-width:720px}.why__title{font-size:1.9rem;margin-bottom:.75rem;letter-spacing:-.01em}.why__sub{font-size:1.05rem;color:var(--text-secondary);margin:0}.why__alternatives{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.25rem}.why__alt-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.why__alt-name{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0}.why__alt-flaws{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.why__alt-flaws li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.5;color:var(--text-secondary)}.why__alt-cross{color:var(--accent-warm);font-weight:700;flex-shrink:0;margin-top:1px}.why__scuda-card{background:var(--primary);border-radius:var(--radius-md);padding:2rem 1.75rem;color:#fff;display:flex;flex-direction:column;gap:1.25rem}.why__scuda-name{font-size:1.6rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.01em}.why__scuda-advantages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.why__scuda-advantages li{display:flex;align-items:flex-start;gap:.7rem;font-size:1rem;line-height:1.5;color:#fff}.why__scuda-check{color:#fff;font-weight:700;flex-shrink:0;margin-top:1px}@media (min-width: 768px){.why__inner{gap:3rem}.why__title{font-size:2.6rem}.why__sub{font-size:1.15rem}.why__alternatives{grid-template-columns:repeat(3,1fr);gap:1.5rem}.why__alt-card{padding:1.75rem}.why__scuda-card{padding:2.5rem 2.25rem}.why__scuda-name{font-size:2rem}.why__scuda-advantages li{font-size:1.1rem}}.how{background:var(--bg)}.how__inner{display:flex;flex-direction:column;gap:2.5rem}.how__title{font-size:1.9rem;letter-spacing:-.01em;margin:0}.how__body{display:flex;flex-direction:column-reverse;gap:2.5rem;align-items:center}.how__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2.25rem;position:relative;width:100%}.how__steps:before{content:"";position:absolute;left:24px;top:56px;bottom:56px;width:2px;background:var(--border)}.how__step{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:flex-start;position:relative;z-index:1}.how__step-number{font-family:var(--font-heading);font-weight:700;font-size:3rem;line-height:1;color:var(--primary);background:var(--bg);padding:0 .4rem;letter-spacing:-.04em;min-width:50px;text-align:center}.how__step-text{padding-top:.5rem}.how__step-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .4rem}.how__step-description{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin:0}.how__image{width:100%;max-width:460px}.how__image img{width:100%;height:auto;border-radius:var(--radius-md)}@media (min-width: 900px){.how__title{font-size:2.6rem}.how__body{flex-direction:row;gap:4rem;align-items:center;justify-content:space-between}.how__steps{width:55%}.how__image{width:40%;max-width:none;position:sticky;top:90px}.how__step-number{font-size:3.6rem;min-width:60px}}.team{background:var(--bg-alt)}.team__inner{display:flex;flex-direction:column;gap:2.5rem}.team__header{max-width:720px}.team__title{font-size:1.9rem;margin-bottom:.75rem;letter-spacing:-.01em}.team__sub{font-size:1.05rem;color:var(--text-secondary);margin:0}.team__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem}.team__card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column}.team__photo{width:100%;aspect-ratio:4 / 5;overflow:hidden;background:var(--bg-alt)}.team__photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.team__body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.team__name{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0}.team__role{font-family:var(--font-heading);font-size:.95rem;font-weight:600;color:var(--primary);margin:0 0 .5rem;letter-spacing:.02em}.team__bio{font-size:.95rem;color:var(--text-secondary);line-height:1.55;margin:0}.team__tags{font-family:var(--font-heading);font-size:.8rem;font-weight:600;color:var(--text-tertiary);letter-spacing:.04em;margin:.5rem 0 0;text-transform:uppercase}.team__linkedin{font-family:var(--font-heading);font-size:.9rem;font-weight:600;color:var(--primary);margin-top:.25rem;align-self:flex-start}.team__linkedin:hover{color:var(--primary-dark)}@media (min-width: 768px){.team__title{font-size:2.6rem}.team__sub{font-size:1.15rem}.team__list{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.contact{background:var(--bg)}.contact__inner{display:flex;flex-direction:column;gap:2.5rem;max-width:640px;margin:0 auto}.contact__header{text-align:left}.contact__title{font-size:1.9rem;margin-bottom:.6rem;letter-spacing:-.01em}.contact__sub{font-size:1.05rem;color:var(--text-secondary);margin:0}.contact__form{display:flex;flex-direction:column;gap:1.1rem}.contact__row{display:grid;grid-template-columns:1fr;gap:1.1rem}.contact__field{display:flex;flex-direction:column;gap:.4rem}.contact__field label{font-family:var(--font-heading);font-size:.9rem;font-weight:600;color:var(--text-primary)}.contact__optional{font-weight:400;color:var(--text-tertiary);margin-left:.3rem}.contact__field input,.contact__field select,.contact__field textarea{font-family:var(--font-body);font-size:1rem;color:var(--text-primary);background:var(--bg);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.7rem .85rem;width:100%;transition:border-color .15s ease,box-shadow .15s ease}.contact__field input:focus,.contact__field select:focus,.contact__field textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f626}.contact__field--error input,.contact__field--error select,.contact__field--error textarea{border-color:#b45c5c}.contact__field--error input:focus,.contact__field--error select:focus,.contact__field--error textarea:focus{border-color:#b45c5c;box-shadow:0 0 0 3px #b45c5c26}.contact__error{font-family:var(--font-body);font-size:.85rem;color:#991b1b;margin-top:.1rem}.contact__error--consent{display:block;margin-top:-.4rem}.contact__consent--error input[type=checkbox]{outline:2px solid #B45C5C;outline-offset:2px;border-radius:2px}.contact__field textarea{resize:vertical;min-height:90px;font-family:var(--font-body)}.contact__consent{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:var(--text-secondary);line-height:1.5}.contact__consent input[type=checkbox]{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:var(--primary)}.contact__consent label{cursor:pointer}.contact__consent a{color:var(--primary);text-decoration:underline}.contact__submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--primary);color:#fff;font-family:var(--font-heading);font-weight:600;font-size:1rem;padding:.85rem 1.6rem;border-radius:var(--radius-sm);transition:background-color .15s ease;align-self:flex-start;margin-top:.5rem}.contact__submit:hover:not(:disabled){background:var(--primary-dark)}.contact__submit:disabled{opacity:.6;cursor:not-allowed}.contact__submit span{color:var(--accent-orange);transition:transform .15s ease}.contact__submit:hover:not(:disabled) span{transform:translate(3px)}.contact__message{margin:.5rem 0 0;padding:.8rem 1rem;border-radius:var(--radius-sm);font-size:.95rem;line-height:1.5}.contact__message--success{background:#ecfdf5;color:#166534;border-left:3px solid #22C55E}.contact__message--error{background:#fef2f2;color:#991b1b;border-left:3px solid #B45C5C}@media (min-width: 600px){.contact__row{grid-template-columns:1fr 1fr}}@media (min-width: 900px){.contact__title{font-size:2.6rem}.contact__sub{font-size:1.15rem}}.footer{background:var(--bg-dark);color:var(--text-on-dark);padding:1.5rem var(--section-padding-x-mobile)}.footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;font-size:.9rem}.footer__copy{color:#edf2f7b3}.footer__dot{color:#edf2f766}.footer__link{color:#edf2f7d9;transition:color .15s ease}.footer__link:hover{color:#fff}@media (min-width: 768px){.footer{padding:1.75rem var(--section-padding-x)}}.app-container{display:flex;flex-direction:column;min-height:100vh;background-color:var(--background-light);font-family:sans-serif}main{flex-grow:1}
