/* reset.css */
html { line-height: 1.15;}
body { margin: 0;}
* { box-sizing: border-box; border-width: 0; border-style: solid;}
p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}
button { background-color: transparent;}
button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}
button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}
button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}
a { color: inherit; text-decoration: inherit;}
input { padding: 2px 4px;}img { display: block;}
html { scroll-behavior: smooth }


:root {
    --dl-color-mist: #1DAFA1;
    --dl-color-mist-shade: #178C81;
    --dl-color-blueberry: #4785FF;
    --dl-color-punch: #FF5C9D;
    --dl-color-orange: #FA8D0F;
    --dl-color-white: #FFFFFF;
    --dl-color-black: #000000;
    --dl-space-half: 8px;
    --dl-space-1: 16px;
    --dl-space-2: 32px;
    --dl-space-3: 48px;
    --dl-space-4: 64px;
    --dl-space-5: 80px;
    --dl-space-8: 128px;
}

body {
    font-family: SF Pro Rounded, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.15;
    color: var(--dl-color-gray-black);
    background-color: var(--dl-color-gray-white);
    background:
        linear-gradient(
            to right,
            rgba(34, 211, 181, 0.75) 0%,
            rgba(118, 77, 239, 0.75) 35%,
            rgba(255, 92, 157, 0.75) 65%,
            rgba(250, 141, 15, 0.75) 100%
        );
}

form {
    display: flex;
    flex-direction: column;
}

form > * {
    margin-bottom: var(--dl-space-1);
}

.input {
  padding: var(--dl-space-half);
  border: thin solid var(--dl-color-black);
  border-radius: 4px;
}

textarea {
  cursor: auto;
  padding: var(--dl-space-half);
  border: thin solid var(--dl-color-black);
  border-radius: 4px;
  background-color: var(--dl-color-white);
  width: 600px;
  height: 100px;
}

.main-container {
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: 100vh;
    overflow-x: hidden;
    align-items: center;
    flex-direction: column;
}

.hero-container {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background:
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 75%
            );
    padding: 0 var(--dl-space-2);
}

.hero-navbar {
    width: 100%;
    max-width: 960px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--dl-space-2) 0;
}

.hero-logo {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
}

.hero-section {
    max-width: 960px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 120px;
    width: 100%;
}

.hero-image {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    max-height: 420px;
}

.hero-info {
    gap: var(--dl-space-2);
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.hero-title {
    font-weight: 800;
    font-size: 40;
    line-height: 48px;
    text-align: center;
}

.hero-button {
    background-color: var(--dl-color-mist);
    padding: 12px 64px;
    border-radius: 24px;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease;
}

.hero-button:hover {
    background-color: var(--dl-color-mist-shade);
    box-shadow: none;
}

.hero-button-text {
    display: block;
    color: #FFFFFF;
    font-size: 16;
    font-weight: 700;
    line-height: 24px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    transition: transform 0.1s ease;
}

.hero-button:hover .hero-button-text {
    transform: translateY(0px);
}

.feature-container {
    gap: var(--dl-space-8);
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: var(--dl-space-8) var(--dl-space-2);
    background-color: #FFFFFF;
}

.center {
    text-align: center;
}

.content-container {
    gap: var(--dl-space-1);
    flex: 1;
    display: flex;
    width: 100%;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    padding: 0 var(--dl-space-2);
    background-color: #FFFFFF;
}

.content-container div {
    max-width: 960px;
    margin: 0 auto;
}

.content-container.text-content div > * {
    margin-bottom: var(--dl-space-1);
}

.feature-section {
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    width: 100%;
}

.image-left {
    flex-direction: row;
}

.image-right {
    flex-direction: row-reverse;
}

.feature-image {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    max-height: 420px;
}

.feature-info {
    gap: var(--dl-space-2);
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.feature-header {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: var(--dl-space-1)
}

.feature-eyebrow {
    font-size: 16;
    font-weight: 700;
    line-height: 150%
}

.feature-title {
    font-size: 40;
    font-weight: 800;
    line-height: 48px;
}

.feature-description {
    font-size: 16;
    line-height: 150%;
}

.color-blueberry {
    color: var(--dl-color-blueberry)
}

.color-punch {
    color: var(--dl-color-punch)
}

.color-orange {
    color: var(--dl-color-orange)
}

.footer-container {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background:
        linear-gradient(
            to top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
            );
    padding: var(--dl-space-2);
}

.footer-section {
    gap: var(--dl-space-2);
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: var(--dl-space-4) 0;
}

.footer-title {
    font-weight: 800;
    font-size: 40;
    line-height: 48px;
    text-align: center;
}

.footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--dl-space-1);
    background-color: #FFFFFF;
    padding: var(--dl-space-1);
    border-radius: 8px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}

.footer-button:hover {
    background-color: #F2F2F2;
}

.footer-button-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4px;
}

.footer-button-eyebrow {
    font-weight: 600;
    font-size: 14;
    line-height: 16px;
}

.footer-button-title {
    font-weight: 800;
    font-size: 20;
    line-height: 24px;
}

.footer-fine-print {
    font-size: 12;
    gap: 8px;
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        gap: var(--dl-space-4);
        text-align: center;
    }

    .feature-section {
        flex-direction: column !important;
        gap: var(--dl-space-4);
    }

    .hero-image,
    .feature-image {
        width: 100%;
        max-width: 420px;
    }

    .hero-info,
    .feature-info {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .hero-title,
    .feature-title {
        font-size: 32px;
        line-height: 40px;
    }

    .hero-section,
    .feature-section {
        gap: var(--dl-space-3);
    }
}
