:root{--preu-blue-1:#1C4E9D;--preu-accent-2:#5170FF;--preu-neutral-dark:#0F172A;--preu-neutral-mid:#B4B4B4;--background:var(--preu-blue-1);--foreground:#ffffff;--primary:var(--preu-blue-1);--primary-hover:var(--preu-accent-2);--white-alpha-50:rgba(255,255,255,0.05);--white-alpha-100:rgba(255,255,255,0.1);--white-alpha-150:rgba(255,255,255,0.15);--white-alpha-200:rgba(255,255,255,0.2);--white-alpha-300:rgba(255,255,255,0.3);--white-alpha-400:rgba(255,255,255,0.4);--white-alpha-600:rgba(255,255,255,0.6);--white-alpha-800:rgba(255,255,255,0.8);--white-alpha-900:rgba(255,255,255,0.9);--primary-alpha-10:rgba(28,78,157,0.1);--primary-alpha-20:rgba(28,78,157,0.2);--focus-ring:var(--preu-accent-2);--focus-ring-offset:2px;--transition-fast:0.15s cubic-bezier(0.4,0,0.2,1);--transition-base:0.2s cubic-bezier(0.4,0,0.2,1);--card-hover-translate-y:-4px;--hero-section-padding-inline-mobile:1.5rem;--hero-section-padding-block-start-mobile:3rem;--hero-section-padding-block-end-mobile:4rem;--hero-section-padding-inline-desktop:2rem;--hero-section-padding-block-start-desktop:5rem;--hero-section-padding-block-end-desktop:6rem;--hero-content-max-width:1200px;--hero-content-gap-mobile:2.5rem;--hero-content-gap-desktop:4rem;--hero-content-min-height-desktop:36.5rem;--hero-copy-max-width:520px;--hero-visual-column-max-width:18rem;--hero-screenshot-max-width:15.5rem;--hero-title-size-mobile:2.25rem;--hero-title-size-tablet:3rem;--hero-title-size-desktop:3.75rem;--hero-description-size:1.0625rem;--hero-description-line-height:1.75;--shadow-sm:0 2px 4px rgba(0,0,0,0.1);--shadow-md:0 4px 12px rgba(0,0,0,0.15);--shadow-lg:0 8px 24px rgba(0,0,0,0.2);--shadow-card:0px 10px 50px 0px rgba(28,78,157,0.08);--shadow-card-hover:0px 20px 60px 0px rgba(28,78,157,0.16);--shadow-card-on-dark:0px 20px 60px 0px rgba(3,18,52,0.28);--shadow-card-on-dark-hover:0px 28px 72px 0px rgba(3,18,52,0.38);--surface-white:#ffffff;--surface-soft:#f3f4f6;--surface-light:#f8fafb;--border-subtle:#e5e7eb;--text-muted:#6b7280;--text-body:#4b5563;--text-light:#9ca3af;--error:#dc2626;--error-alpha-10:rgba(220,38,38,0.1);--success:#16a34a;--feedback-error-text:var(--error);--feedback-error-border:var(--error);--feedback-error-background:var(--error-alpha-10);--feedback-error-focus-ring:var(--error-alpha-10);--feedback-error-required-mark:var(--error);--feedback-success-text:var(--success);--feedback-success-icon:var(--success);--surface-banner:#e8eef6;--radius-xs:2px;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:30px;--radius-full:9999px}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);font-family:var(--font-poppins),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;position:relative;min-height:100vh;flex-direction:column}body,main{display:flex}main{flex:1 1;flex-direction:column}*{box-sizing:border-box;padding:0;margin:0}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:var(--focus-ring-offset);border-radius:4px}a{color:inherit;text-decoration:none}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}button{font-family:inherit;border:none;background:none;cursor:pointer}html{color-scheme:dark}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}::selection{background-color:var(--primary);color:white}