.hero-section{align-items:center;display:flex;flex-direction:column;height:720px;justify-content:center;padding:0;width:100%}@media(max-width:768px){.hero-section{height:calc(var(--app-height, 100dvh) - 80px - var(--fuel-space-xxsmall));padding:0}}@media(max-width:480px){.hero-section{height:calc(var(--app-height, 100dvh) - 80px - var(--fuel-space-xxsmall));padding:0}}.hero-container{background-color:var(--fuel-color-background-inverted);background-position:85% 60%;background-repeat:no-repeat;background-size:cover;border-radius:var(--fuel-border-radius-xlarge);height:100%;justify-content:flex-end;overflow:hidden;padding:var(--fuel-space-spacious) var(--fuel-space-huge);position:relative;width:100%}.hero-container,.hero-content{align-items:flex-start;display:flex;flex-direction:column}.hero-content{gap:var(--fuel-space-giant);max-width:606px;z-index:2}.hero-title{color:var(--fuel-color-text-inverted);font-family:var(--fuel-font-family-body),"Satoshi",-apple-system,Roboto,Helvetica,sans-serif;font-size:var(--fuel-typography-display-medium-font-size);font-weight:var(--fuel-typography-display-medium-font-weight);letter-spacing:var(--fuel-typography-display-medium-letter-spacing);line-height:var(--fuel-typography-display-medium-line-height);margin:0}.hero-title-highlight{color:var(--fuel-color-surface-brand)}.hero-button{z-index:2}.scroll-indicator{animation:scroll-bounce 2s ease-in-out infinite;bottom:56px;position:absolute;right:56px;z-index:3}@keyframes scroll-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-4px)}}@media(max-width:1200px){.hero-container{padding:64px 48px}.hero-title{font-size:var(--fuel-typography-display-small-font-size);letter-spacing:var(--fuel-typography-display-small-letter-spacing);line-height:var(--fuel-typography-display-small-line-height)}.scroll-indicator{bottom:48px;right:48px}}@media(max-width:768px){.hero-container{background-position:85% 60%;padding:40px 24px}}.footer{gap:var(--fuel-space-xxsmall);padding:var(--fuel-space-small);width:100%}.footer,.footer-inner{align-items:flex-start;display:flex;flex-direction:column}.footer-inner{align-self:stretch;background:var(--fuel-color-background-inverted);border-radius:var(--fuel-border-radius-xlarge);gap:var(--fuel-space-xlarge);min-height:auto;padding:var(--fuel-space-huge) var(--fuel-space-spacious);padding-bottom:var(--fuel-space-huge)}.footer-main-content{align-items:flex-start;align-self:stretch;display:flex;flex:1 0 0;gap:var(--fuel-space-giant);padding:var(--fuel-space-xlarge) 0}.footer-brand-column{gap:var(--fuel-space-xlarge);width:286px}.footer-brand-column,.footer-logo{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.footer-logo{gap:var(--fuel-space-micro);height:56px;padding:var(--fuel-space-micro) 0;width:247px}.footer-logo svg{height:100%;width:100%}.footer-description{align-self:stretch;color:var(--fuel-color-text-inverted);font-family:var(--fuel-font-family-body);font-size:var(--fuel-typography-body-small-font-size);font-style:normal;font-weight:var(--fuel-typography-body-small-font-weight);letter-spacing:var(--fuel-typography-body-small-letter-spacing);line-height:var(--fuel-typography-body-small-line-height);margin:0;opacity:.5}.footer-app-badges{align-items:flex-start;align-self:stretch;display:flex;gap:var(--fuel-space-small)}.app-badge-link{display:block;transition:opacity .2s ease}.app-badge-link:hover{opacity:var(--fuel-opacity-intense)}.app-badge-image{border-radius:var(--fuel-border-radius-xsmall);display:block;height:40px;width:135px}.footer-links-section{display:flex;flex:1 0 0;gap:var(--fuel-space-giant);justify-content:center}.footer-links-column{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:var(--fuel-space-xlarge);min-width:180px}.social-column{min-width:auto}.oursite-column,.social-column{margin-left:auto}.footer-section-title{color:var(--fuel-color-text-inverted);font-family:var(--fuel-font-family-body);font-size:var(--fuel-typography-body-large-font-size);font-style:normal;font-weight:var(--fuel-typography-body-small-font-weight);letter-spacing:var(--fuel-typography-body-small-letter-spacing);line-height:var(--fuel-typography-body-small-line-height);margin:0}.footer-links-list{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:var(--fuel-space-medium)}.footer-link{align-items:center;display:flex;gap:var(--fuel-space-xxxsmall);opacity:.5;text-decoration:none;transition:opacity .2s ease}.footer-link,.footer-link:hover{color:var(--fuel-color-text-inverted)!important}.footer-link:hover{opacity:1}.footer-bottom{align-items:center;align-self:stretch;border-top:1px solid var(--fuel-color-dark-gray-200);display:flex;gap:var(--fuel-space-xxsmall);justify-content:center;padding-bottom:var(--fuel-space-xxlarge);padding-top:var(--fuel-space-xxxlarge)}.footer-copyright{color:var(--fuel-color-text-inverted);flex:1 0 0;font-family:var(--fuel-font-family-body);font-size:var(--fuel-typography-caption-font-size);font-style:normal;font-weight:var(--fuel-typography-caption-font-weight);letter-spacing:var(--fuel-typography-caption-letter-spacing);line-height:var(--fuel-typography-caption-line-height);margin:0;opacity:.5}.footer-social-icons{align-items:center;align-self:stretch;display:flex;gap:var(--fuel-space-large)}.footer-social-link{align-items:center;color:var(--fuel-color-text-inverted);display:flex;height:var(--fuel-icon-size-large);justify-content:center;opacity:.5;transition:opacity .2s ease;width:var(--fuel-icon-size-large)}.footer-social-link:hover{color:var(--fuel-color-text-inverted);opacity:1}.footer-social-link svg{height:100%;width:100%}@media(max-width:1200px){.footer{padding:var(--fuel-space-small)}.footer-inner{padding:var(--fuel-space-xxxlarge);padding-bottom:var(--fuel-space-xxxlarge)}.footer-main-content{gap:var(--fuel-space-spacious);padding-bottom:var(--fuel-space-xxlarge)}.footer-links-section{gap:var(--fuel-space-large)}.footer-logo{height:45px;width:200px}}@media(max-width:968px){.footer-main-content{flex-direction:column;gap:var(--fuel-space-xxxlarge);padding-bottom:var(--fuel-space-xlarge)}.footer-links-section{display:grid;gap:var(--fuel-space-xlarge);grid-template-columns:repeat(2,1fr);width:100%}.footer-brand-column{align-self:stretch}}@media(max-width:768px){.footer{padding:var(--fuel-space-xsmall)}.footer-inner{gap:var(--fuel-space-large);padding:var(--fuel-space-xlarge) var(--fuel-space-large);padding-bottom:var(--fuel-space-xlarge)}.footer-main-content{gap:var(--fuel-space-xlarge);padding-bottom:var(--fuel-space-large)}.footer-links-section{gap:var(--fuel-space-large);grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column;gap:var(--fuel-space-small);padding-bottom:var(--fuel-space-xxxlarge)}.footer-copyright{text-align:left}.footer-social-icons{align-self:stretch;justify-content:start}.footer-app-badges{flex-direction:column;gap:var(--fuel-space-xsmall)}.oursite-column,.social-column{margin-left:0}}@media(max-width:480px){.footer{padding:var(--fuel-space-xxsmall)}.footer-inner{padding:var(--fuel-space-xlarge);padding-bottom:var(--fuel-space-xlarge)}.footer-main-content{gap:var(--fuel-space-spacious);min-height:auto;padding-top:var(--fuel-space-small)}.footer-app-badges{flex-direction:row}.footer-brand-column,.footer-links-column{gap:var(--fuel-space-large)}.footer-links-list{gap:var(--fuel-space-small)}.footer-links-section{gap:var(--fuel-space-spacious)}.footer-social-icons{gap:var(--fuel-space-medium);justify-content:flex-start}.footer-bottom{gap:var(--fuel-space-spacious)}}