@font-face {
    font-family: 'GT_Ultra';
    src: url('/fonts/GT_Ultra/GT-Ultra-Standard-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT_Ultra';
    src: url('/fonts/GT_Ultra/GT-Ultra-Fine-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT_Ultra';
    src: url('/fonts/GT_Ultra/GT-Ultra-Fine-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    font-family: 'GT_Ultra', sans-serif;
    font-size: 15px;
    color: #15222f;
    font-size: 300;
}

body {
    margin: 0;
}

/*-------- Utilities --------*/
.middle-align {
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

/*-------- Typography --------*/
h1,
h2,
h3 {
    text-transform: uppercase;
    margin-top: 0;
}

h1 {
    font-size: 2.667em;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 15px;
}

h2,
h3 {
    font-size: 2em;
    font-weight: 200;
}

h4 {
    font-size: 1.133em;
}

p,
ul {
    margin-top: 0;
    font-weight: 300;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

.sub-heading {
    font-family: 'GT_Ultra Fine Bold';
    color: #15222f;
    font-size: 1.133em;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-bottom: 0;
}

.tagline {
    font-size: 1.133em;
}

.banner {
    font-size: 1.133em;
    margin-bottom: 0;
}

.highlight {
    background-color: #deeeff;
    border-radius: 3px;
    color: #4980b3;
    font-size: 1.133em;
    font-weight: 300;
    padding: 1em;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.list-inline > li {
    display: inline-block;
    white-space: nowrap;
}

/*-------- Buttons --------*/
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 1px;
    font-size: 0.867em;
    padding: 14px 0;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.25s;
}

.btn-primary {
    background-color: black;
    border-color: transparent;
    color: white;
}

.btn-secondary {
    background-color: white;
    border-color: #8e8e93;
    color: black !important;
}

.btn-tertiary {
    background-color: #15222f;
    color: white;
}

.btn-primary:hover,
.btn-secondary:hover {
    background-color: #3897f0;
    border-color: transparent;
    color: white !important;
    text-decoration: none !important;
}

.btn-back-to-top {
    margin: 30px 0;
    font-size: 1.6em;
}

.btn-disabled {
    cursor: not-allowed;
    filter: alpha(opacity=50);
    opacity: 0.5;
    pointer-events: none;
}

.btn-download-lg {
    height: 54px;
}

.btn-pill {
  background-color: #3897f0;
  border-color: transparent;
  color: white !important;
  text-decoration: none !important;
  transition: all .2s;
  padding: 5px 12px;
  min-width: auto;
  display: inline-block;
}
.btn-pill:hover {
  box-shadow: 3px 3px 4px #cdcdcd;
}

/*-------- Header --------*/
.container-fluid {
    align-items: center;
    background-color: white;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 12px 12px;
}

.header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.header-simple {
    justify-content: center;
}

.header-banner {
    background-color: black;
    color: white;
    padding: 10px 30px;
    text-align: center;
}

.header-logo img {
    display: block;
    height: 17px;
}

.promo-launch {
    color: #4980b3;
    font-size: 0.867em;
    font-weight: 300;
    text-transform: uppercase;
}

.promo-launch strong {
    font-weight: 500;
}

.header-download img {
    display: block;
    height: 35px;
}

/*-------- Main layout --------*/
.site-content {
    margin-top: 58px;
}

.section-single {
    min-height: calc(100vh - 367px);
}

.masonry-with-columns {
    columns: 3 300px;
    column-gap: 1.5rem;
}

.masonry-item {
    width: 250px;
    margin: 0 1.5rem 1.5rem 0;
    display: inline-block;
    width: 100%;
}

/*-------- Footer --------*/
footer {
    background-color: white;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    padding: 30px;
    text-align: center;
}

.footer-links {
    display: flex;
    font-size: 0.867em;
    justify-content: center;
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0;
}

.footer-link {
    padding: 0 10px;
}

.footer-link a {
    color: inherit;
    text-decoration: none;
}

footer div {
    font-size: 0.733em;
}

footer .btn {
    margin-bottom: 20px;
    transition: all 0.4s;
}

footer .btn:hover {
    background-color: white;
    color: #15222f;
    border-color: #15222f;
}

/*-------- Form --------*/
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 6px 12px;
    font-family: inherit;
    font-size: 0.867em;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #c6c6c8;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*-------- Hero --------*/
.hero {
    background-image: url('assets/landing-image-compressed1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #c4c8d3;
    color: white;
    padding-top: 45px;
    position: relative;
    text-align: center;
    height: 577px;
}

.hero-image img {
    display: block;
    margin: 0 auto;
    width: 259px;
}

.hero-tagline {
    font-family: 'GT_Ultra Fine';
    color: #15222f;
    font-size: 1.133em;
    margin-bottom: 75px;
    margin-top: 30px;
    letter-spacing: 0.8px;
    font-weight: 400;
}

.caption {
    color: #fef9f5;
    font-size: 10px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

/*-------- Section Value --------*/
.section-value {
    background-color: white;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}

.section-value h2,
.section-value-callout {
    background: white;
}

.section-value-image {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-value-image img {
    transform: rotate(10deg);
    width: 155px;
}

/*-------- Section Screens --------*/
.section-screens {
    background-color: #fef9f5;
    padding: 50px 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section-screens-callout {
    margin-bottom: 80px;
}

.section-screens-image img {
    border-radius: 20px;
    -webkit-filter: drop-shadow(10px 16px 25px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(10px 16px 25px rgba(0, 0, 0, 0.2));
    width: 19vw;
    margin: 0 25px;
}

.section-screens h2 {
    font-family: 'GT_Ultra Fine Bold';
    margin-bottom: 10px;
    font-size: 2.3em;
}

.section-screens h3 {
    font-size: 1.3em;
    text-align: center;
    text-transform: none;
    width: 250px;
    max-width: none;
    margin: 0 auto;
}

.section-screens h3.h3-width {
    width: 242px;
    max-width: none;
}

/*-------- Section Testimonials --------*/
.section-testimonials {
    background: #f5f5f5;
    padding: 50px 30px;
}

.section-testimonials h3 {
    margin-bottom: 2em;
    text-align: center;
}

.testimonial-box {
    background: white;
    border: 1px solid #e6e6e8;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-box-inside {
    padding: 30px;
}

.testimonial-text {
    line-height: 1.5;
}

.testimonial-author {
    font-size: 0.875em;
    font-weight: 500;
}

/*-------- Section Store --------*/
.section-store {
    background-color: #fef9f5;
    padding: 85px 30px 70px;
    text-align: center;
}

.app-icon {
    margin-bottom: 25px;
}

.app-icon img {
    border-radius: 32px;
    display: block;
    -webkit-filter: drop-shadow(0px 12px 15px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 12px 15px rgba(0, 0, 0, 0.15));
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
    width: 140px;
}

.section-store h2 {
    font-family: 'GT_Ultra Fine';
    font-size: 3em;
    font-weight: 300;
    letter-spacing: 9px;
    margin-left: 5px;
}

/*-------- Section Mailing --------*/
.section-mailing,
.section-thankyou {
    background-color: #15222f;
    color: white;
    padding: 60px 30px;
    text-align: center;
}

/*-------- Contact Page --------*/
.contact {
    padding: 75px 30px;
    background-color: #15222f;
    color: #fef9f5;
    font-family: 'GT_Ultra Fine Bold';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 61vh;
}

.contact h2 {
    margin-bottom: 65px;
    color: #fef9f5 !important;
}

.contact p,
span {
    font-family: 'GT_Ultra';
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

.contact-item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
}

/*-------- Terms --------*/
.section-terms {
    padding: 30px 30px 40px;
    background-color: #fef9f5;
}

.section-terms h2 {
    text-align: center;
    font-family: 'GT_Ultra Fine';
}

.section-terms p,
.section-terms ul {
    color: #333;
    font-weight: 300;
    line-height: 1.6;
}

.section-terms em,
.section-terms strong {
    font-weight: 500;
}

.section-terms a {
    color: #3897f0;
    text-decoration: none;
    word-wrap: break-word;
}

.section-terms a:hover {
    text-decoration: underline;
}

/*-------- PRIVACY --------*/
.top-contents h3 {
    margin-bottom: 0;
}

.privacy-sub-list {
    font-size: 0.8em;
}

.section-terms.section-privacy p {
    margin-bottom: 20px;
}

/*-------- FAQ --------*/
.section-terms-container h3 {
    border-bottom: 1px solid;
    font-family: 'GT_Ultra Fine Bold';
    text-transform: uppercase !important;
    padding-bottom: 11px;
    color: #15222f;
}

.section-terms-container h2 {
    font-family: 'GT_Ultra Fine Bold';
}

.section-terms-container p,
ul,
h2 {
    color: #15222f !important;
}

.section-faq h2 {
    text-transform: none;
}

.section-faq h4 {
    font-size: 1.3em;
    margin: 15px 0 15px 0;
}

.section-faq .section-terms-container p {
    font-family: 'GT_Ultra';
    font-size: 1.1em;
}

.swiper-container {
    width: 580px;
    height: 300px;
}

/*-------- Section Trending on AmiGo --------*/
.section-trending-on-amigo h2 {
    padding: 45px 0;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'GT_Ultra Fine Bold';
    font-size: 3.2em;
    text-align: center;
    background-color: #15222f;
    color: #fef9f5 !important;
}

.trending-on-amigo-container {
    padding: 0px 10px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.trending-on-amigo-container a {
    text-decoration: none;
    color: #15222f;
}

.trending-on-amigo-container a:hover {
    cursor: pointer;
}

.trending-item-box {
    margin-top: 30px;
    width: 416px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 0px 10px;
}

.trending-item-box .trending-item-box-divider {
    left: 0px;
    top: 73px;
    height: 1px;
    width: 100%;
    background-color: #f2f2f2;
    position: absolute;
}

.trending-item-img {
    width: 100%;
    height: 380px;
    position: relative;
    margin-top: 10px;
}

.trending-item-box h3 {
    text-transform: uppercase;
    font-family: 'GT_Ultra Fine';
    margin: 0 auto;
    background-color: white;
    color: #15222f;
    font-size: 2em;
    padding: 20px 0;
    margin-bottom: 10px;
}

.trending-item-box p {
    font-family: 'GT_Ultra Fine Bold';
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 0;
    padding-top: 15px;
}

.trending-item-box span {
    background-color: transparent;
    border: none;
    width: fit-content;
    height: fit-content;
    margin: 15px auto;
    font-size: 1.3em;
    padding: 15px 20px;
    transition: all 0.4s;
    color: #15222f;
    text-decoration: none;
}

.trending-item-box span:hover {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
    .container-fluid {
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    }
    .container-fluid::after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: lightgray;
    }
}

@media screen and (max-width: 768px) {
    .app-icon img {
        border-radius: 20px;
        width: 90px;
    }
    .container-fluid {
        padding: 10px 12px;
    }
    .container-fluid .header-download img {
        height: 28px;
    }
    .site-content {
        margin-top: 50px;
    }
    .header-logo img {
        display: block;
        height: 17px;
    }
    .section-screens h3 {
        text-align: center;
        font-size: 1.4em;
    }
    .section-value-summary p {
        font-size: 1.4em;
    }
    .section-value {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .section-value-image img {
        width: 80vw;
        margin-right: 35px;
    }
    .section-value-summary {
        padding: 0 30px;
    }
    .section-value-summary img {
        width: 40vw;
    }
    .section-terms h2 {
        font-size: 1.5em;
        margin-bottom: 50px;
    }
    .section-terms h3 {
        font-size: 1.3em;
        text-transform: none;
    }
    .section-terms a {
        color: #15222f;
        text-decoration: underline;
    }
}

.collect-page {
    margin: 0;
    padding: 0;
    color: #15222f;
    background: #fff;
}

.collect-hero {
    position: relative;
    height: 750px;
    overflow: hidden;
    border-bottom: 1px solid #c4c8d3;
}

.collect-hero::before {
    content: '';
    position: absolute;
    inset: -40px;
    background-image: url('/assets/hero_amigo_collect_image_compressed.png');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    animation: collectHeroZoom 15s ease-in-out infinite;
    will-change: transform;
    z-index: 0;
    image-rendering: auto;
}

.collect-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 50% 20%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    z-index: 0;
}

@keyframes collectHeroZoom {
    0% {
        transform: scale(1) translateY(0);
    }
    50% {
        transform: scale(1.03) translateY(-2px);
    }
    100% {
        transform: scale(1) translateY(0);
    }
}

.collect-hero__inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 110px;
    text-align: center;
    color: #fff;
}

.collect-hero__title {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    letter-spacing: 0.12em;
}

.collect-hero__title-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
}

.collect-hero__logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.collect-hero__logo img {
    width: 520px;
    max-width: 80vw;
    height: auto;
}

.collect-info {
    background: #fff;
}

.collect-info__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
}

.collect-info__label {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 12px;
}
.collect-info__value {
    font-size: 1.2em;
    line-height: 1.35;
    font-weight: 300;
}
.collect-info__icon {
    margin-bottom: 12px;
    transform: scale(1.05);
}

.collect-info__link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.collect-body {
    background: #f3efdf;
    border-top: 1px solid #ece7d6;
}

.collect-body__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 46px 22px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 21px;
    align-items: start;
}

.collect-body__headline {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 6px;
}

.collect-body__h1 {
    font-weight: 300;
    font-size: 44px;
    line-height: 1.06;
    text-transform: none;
    letter-spacing: 0.01em;
    margin: 0 0 16px 0;
}

.collect-body__brand {
    font-weight: 700;
    letter-spacing: 0em;
    text-transform: lowercase;
}

.collect-body__copy p {
    margin: 0 0 25px 0;
    font-size: 1.4em;
    line-height: 1.6;
}

.collect-body-heading__copy {
    margin-top: 75px;
}

.collect-body-heading__copy p strong {
    font-family: 'GT_Ultra_Fine_Bold', sans-serif !important;
    font-weight: 700;
}

.collect-body-heading__copy p {
    margin: 0 0 14px 0;
    font-size: 1.4em;
    line-height: 1.6;
    text-align: left !important;
}

.collect-body-heading__copy .collect-body__strong {
    font-family: 'GT_Ultra_Fine_Bold', sans-serif !important;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 700;
}

.collect-body__list {
    margin: 10px 0 0 30px;
    padding: 0;
}

.collect-body__logo {
    height: 65px;
    width: auto;
    vertical-align: middle;
    margin-left: 6px;
}

.collect-body__list li {
    margin: 8px 0;
    font-size: 0.9em;
    line-height: 1.3;
}

.collect-body__mediaFrame {
    width: 100%;
    aspect-ratio: 522 / 459;
    border-radius: 20px;
    overflow: hidden;
}

.collect-body__mediaFrame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 64%;
    transform: scale(1.1);
    transform-origin: center;
    display: block;
}

.collect-cta {
    background: #fff;
    padding: 28px 22px 46px;
    text-align: center;
    border-top: 1px solid #eee;
}

.collect-cta__button {
    display: inline-block;
    background: #15222f;
    color: #fff;
    padding: 16px 62px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'GT_Ultra Fine', 'GT_Ultra', sans-serif;
    font-size: 1.8em;
    letter-spacing: 0.08em;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.collect-cta__button:hover {
    transform: translateY(-2px);
    opacity: 0.96;
}

.collect-hero__button {
    display: inline-block;
    margin-top: 150px;
    background: #15222f;
    color: #fff;
    padding: 16px 62px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'GT_Ultra Fine', 'GT_Ultra', sans-serif;
    font-size: 1.8em;
    letter-spacing: 0.08em;
    transition: transform 0.2s ease, opacity 0.2s ease;
    margin-left: auto;
    margin-right: auto;
}

.collect-hero__button:hover {
    transform: translateY(-2px);
    opacity: 0.96;
}

@media screen and (max-width: 820px) {
    .collect-page .collect-hero {
        height: 600px;
    }

    .collect-page .collect-hero::before {
        background-position: 50% 55%;
        transform: scale(1.06);
        margin-top: -110px;
    }

    .collect-page .collect-hero__inner {
        padding-top: 110px;
    }

    .collect-page .collect-hero__logo img {
        width: min(82vw, 320px);
    }

    .collect-page .collect-info__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 26px;
        padding: 28px 16px;
    }

    .collect-page .collect-info__item {
        width: 100%;
        max-width: 320px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .collect-page .collect-info__icon {
        margin-bottom: 12px;
        transform: none;
    }

    .collect-page .collect-info__label {
        font-size: 14px;
        letter-spacing: 0.16em;
        margin-bottom: 10px;
    }

    .collect-page .collect-info__value {
        font-size: 14px;
        line-height: 1.45;
        max-width: none;
        white-space: normal;
    }

    .collect-page .collect-info__link {
        text-underline-offset: 3px;
    }

    .collect-page .collect-body__inner {
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding: 28px 16px;
    }

    .collect-page .collect-body__headline {
        order: 1;
        margin: 0;
    }

    .collect-page .collect-body__copy {
        order: 2;
    }

    .collect-page .collect-body-heading__copy {
        order: 3;
        margin-top: 50px;
    }

    .collect-page .collect-body__media {
        order: 4;
    }

    .collect-page .collect-body__mediaFrame {
        aspect-ratio: 4 / 3;
        border-radius: 18px;
    }

    .collect-page .collect-body__mediaFrame img {
        transform: scale(1.18);
        object-position: 50% 70%;
    }

    .collect-page .collect-body__h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .collect-page .collect-body__copy p,
    .collect-page .collect-body-heading__copy p {
        font-size: 16px;
        line-height: 1.7;
    }

    .collect-page .collect-body__list li {
        font-size: 15px;
        line-height: 1.6;
    }

    .collect-page .collect-cta {
        padding: 22px 16px 34px;
    }

    .collect-page .collect-cta__button {
        width: 100%;
        max-width: 340px;
        padding: 16px 0;
    }

    .collect-page .collect-hero__button {
        width: 100%;
        max-width: 340px;
        padding: 16px 0;
        margin-top: 310px;
    }
}
