:root{--color-primary: #305969;--color-primary-dark: #1e3d4a;--color-primary-light: #4a7a8a;--color-background: #f9f8f6;--color-surface: #ffffff;--color-border: #e8e4de;--color-text-primary: #303030;--color-text-body: #4a4a4a;--color-text-subtle: #8a8a8a;--color-success: #2d7a5f;--color-warning: #b87333;--color-error: #c0392b;--text-display-xxl: 64px;--text-display-xl: 48px;--text-display-l: 40px;--text-display-m: 32px;--text-display-s: 28px;--text-heading-xl: 44px;--text-heading-l: 22px;--text-heading-m: 18px;--text-body-l: 16px;--text-body-m: 15px;--text-body-s: 14px;--tracking-tight-xl: -3px;--tracking-tight-l: -2.5px;--tracking-tight-m: -2px;--tracking-tight-s: -1px;--tracking-normal: 0px;--tracking-wide: 1px;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-20: 20px;--space-24: 24px;--space-32: 32px;--space-40: 40px;--space-48: 48px;--space-64: 64px;--space-80: 80px;--space-96: 96px;--space-120: 120px;--radius-s: 4px;--radius-m: 8px;--radius-l: 12px;--radius-xl: 16px;--radius-full: 100px;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:inherit;font-weight:inherit}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--color-background);color:var(--color-text-primary);font-family:-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}@font-face{font-family:Recoleta;src:url(/fonts/RecoletaBold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Recoleta;src:url(/fonts/RecoletaSemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}img,video{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}html,body{margin:0;width:100%;height:100%}.hero{position:relative;width:100%;height:100dvh;display:flex;flex-direction:column;justify-content:space-between;padding:96px 0 0;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.hero__content{position:relative;z-index:2;padding:0 var(--space-24) var(--space-48);display:flex;flex-direction:column;gap:var(--space-16)}.hero__title{font-size:var(--text-display-l);line-height:48px;letter-spacing:var(--tracking-tight-xs);color:var(--color-surface);font-weight:500;text-align:center}.hero__title strong{font-weight:700;font-family:Recoleta,serif}.hero__subtitle{font-size:var(--text-body-l);line-height:24px;color:#fffffff2;text-align:center}.hero__button{display:inline-flex;align-items:center;justify-content:center;padding:14px var(--space-20);font-size:var(--text-body-m);line-height:18px;color:var(--color-surface);background:#fff3;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:none;border-radius:var(--radius-full);text-decoration:none;width:fit-content;transition:background var(--transition-base);margin-bottom:48px;z-index:10}.hero__button:hover{background:#ffffff4d}@media(min-width:768px){.hero{align-items:flex-start;justify-content:flex-end;padding:64px 24px;gap:var(--space-20)}.hero__bg{object-position:center}.hero__content{padding:0}.hero__title{font-size:var(--text-display-xl);line-height:56px;text-align:left}.hero__subtitle{max-width:420px;text-align:left}.hero__button{margin-bottom:0}}@media(min-width:1024px){.hero{padding:52px 60px;gap:var(--space-24)}.hero__content{padding:0;gap:var(--space-20)}.hero__title{font-size:56px;line-height:64px}.hero__subtitle{max-width:480px;font-size:var(--text-heading-m);line-height:24px}}@media(min-width:1280px){.hero{padding:50px 72px;gap:var(--space-24)}.hero__bg{object-position:center 67%}.hero__content{padding:0}.hero__title{font-size:var(--text-display-xxl);line-height:72px}}@media(min-width:1580px){.hero{padding:50px 72px;gap:var(--space-24)}.hero__content{padding:0}}.how{padding:64px 0;display:flex;flex-direction:column;gap:32px}.how__info{display:flex;flex-direction:column;gap:16px;padding:0 20px}.how__title{font-family:Recoleta,serif;font-weight:700;font-size:40px;line-height:48px;color:var(--color-primary)}.how__subtitle{font-size:16px;line-height:20px;color:var(--color-text-primary)}.how__steps{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 20px;scroll-padding-left:20px}.how__steps::-webkit-scrollbar{display:none}.how__step{position:relative;flex:0 0 85vw;aspect-ratio:353 / 440;height:100%;border-radius:44px;outline:1px solid transparent;overflow:hidden;scroll-snap-align:start;max-height:608px;isolation:isolate}.how__step-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.how__step-content{position:absolute;inset:0;padding:var(--space-20);display:flex;flex-direction:column;gap:8px;background:linear-gradient(to bottom,#0006,#0000001a 40%,#0000)}.how__step-number{font-size:14px;line-height:20px;color:#fffc}.how__step-title{font-family:Recoleta,serif;font-weight:600;font-size:20px;line-height:28px;color:var(--color-surface)}.how__step-desc{font-size:14px;line-height:20px;color:#ffffffe6}.how__step-overlay{position:absolute;inset:0;z-index:1}.how__step--1 .how__step-overlay{background:#0006}.how__step--2 .how__step-overlay{background:#0000004d}.how__step--3 .how__step-overlay{background:#0000008f}.how__step-content{z-index:2}@media(min-width:768px){.how{padding:72px 40px;gap:40px}.how__info{padding:0;gap:16px}.how__title{font-size:48px;line-height:64px}.how__steps{padding:0;gap:36px;scroll-padding-left:0}.how__step{flex:0 0 75vw;max-width:422px;aspect-ratio:422 / 546}.how__step-title{font-size:24px;line-height:34px}.how__step-desc{font-size:15px;line-height:22px}}@media(min-width:1024px){.how{padding:96px 40px;gap:48px}.how__title{font-size:56px;line-height:64px}.how__steps{gap:24px}.how__step{flex:0 0 60vw;max-width:422px}.how__step-title{font-size:26px;line-height:36px}.how__step-desc{font-size:15px;line-height:22px}}@media(min-width:1280px){.how{padding:96px 50px;gap:48px}.how__title{font-size:64px;line-height:72px}.how__steps{overflow-x:visible;scroll-snap-type:none;padding:0;gap:24px}.how__step{flex:1 1 0;max-width:none;aspect-ratio:422 / 546}.how__step-title{font-size:28px;line-height:38px}}@media(min-width:1580px){.how{padding:96px 50px;gap:48px}.how__steps{gap:32px}.how__step-title{font-size:32px;line-height:42px}.how__step-desc{font-size:16px;line-height:24px}}
