/* // G Suite icons, to load correctly these need to be in alphabetical order. */
  @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=border_color,box,counter_1,counter_2,counter_3,credit_card,indeterminate_question_box,mobile_charge,outgoing_mail,phone_in_talk,stacks,timer,upload");

  @import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

  /**

  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
  **/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 90px;
}

body {
    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #1d1d1f;
    line-height: 1.6;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== HEADER ===== */
header {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding: 0;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 15px 0;
    width: 270px;
}

.logo-text {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1d1d1f;
    letter-spacing: -0.3px;
}

.logo-subtext {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6e6e73;
    font-weight: 500;
    margin-left: 0.5rem;
}

nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    text-transform: uppercase;
}

nav a {
    text-decoration: none;
    color: #1d1d1f;
    font-size: 0.85rem;
    font-weight: 400;
    transition: color 0.2s ease;
    letter-spacing: -0.1px;
}

nav a:hover {
    color: #e8622c;
}

.btn-quote {
    background-color: #e8622c;
    border: none;
    color: #fff;
    padding: 0.8rem 1.2rem;
    border-radius: 980px;
    font-size: 0.85rem;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-decoration: none;
    display: inline-block;
    letter-spacing: -0.1px;
}

.btn-quote:hover {
    background-color: #cf501f;
    color: white;
}


h1, h2, h3 {
    font-weight: 700;
}

/* ===== HERO SECTION ===== */

.hero {
    background: url(../images/mophie-band-mobile-background.jpg) no-repeat center center #e6dd69;
    background-size: cover;
    text-align: center;
}

.hero .container-xl {
    padding-top: 60px;
}

.hero .mobile-img {
    display: block;
    margin-top: 20px;
    max-width: 950px;
}

.hero p.sm {}

@media (min-width: 992px) {
    .hero {
        background: url(../images/mophie-band-background.jpg) no-repeat center center #e6dd69;
        background-size: cover;
        text-align: left;
  }

  .hero .mobile-img {
    display: none;
    opacity: 0;
    height: 0;
    width: 0;
  }
}

.hero .container-xl {
    min-height: 600px;
}

.hero-headline {
    font-size: 3rem;
    line-height: 1.05;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 1.15rem;
    line-height: 1.45;
    font-weight: 500;
    margin-bottom: 30px;
}

.hero-cta {
    display: inline-block;
    background-color: #e8622c;
    color: #fff;
    padding: 0.7rem 1.6rem;
    border-radius: 980px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: -0.1px;
    transition: background-color 0.2s ease;
}

.hero-cta:hover {
    background-color: #cf501f;
}

/* ===== SHARED SECTION STYLES ===== */

.img-fluid {
    width: 100%;
    height: auto;
    display: block;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-heading {
    text-align: center;
    font-size: 2rem;
    color: #1d1d1f;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
}

.section-subheading {
    text-align: center;
    font-size: 1rem;
    color: #6e6e73;
    max-width: 560px;
    margin: 0 auto 56px;
    line-height: 1.7;
}

/* ===== WHY SECTION ===== */

.why-section {
    background-color: #212226;
    color: #fff;
    padding: 60px 0;
}

.why-section h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
}

.why-section p {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

/* ===== PRODUCTS SECTION ===== */

.products-section {
    background-color: #f8f8f8;
    padding: 80px 0;
    text-align: center;
}

.products-section h2 {
    font-size: 2.5rem;
}

.products-section .lead {
    font-size: 1.15rem;
}

.product-name {
    font-size: 1rem;
    font-weight: 400;
    color: #1d1d1f;
    margin: 10px 0;
    line-height: 1.4;
    min-height: 2.8rem;
    text-align: center;
}

.product-price {
    font-size: 0.875rem;
    font-weight: 400;
}

/* ===== HOW IT WORKS ===== */

.how-section {
    background: #e6dd69;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.how-section h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.how-section .lead {
    font-size: 1.15rem;
}

.how-section .md {
    font-weight: 600;
}

.step-item {
    text-align: center;
    padding: 0 16px;
}

.step-item h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.step-item p {
    font-size: 0.9rem;
    color: #6e6e73;
    line-height: 1.65;
    max-width: 280px;
    margin: 0 auto;
}

.large-icon {
    font-size: 6rem;
}

/** FAQ **/

.faq .container-xl {
    background: url(../images/faq-bg.jpg) no-repeat center center;
    background-size: contain
}

.faq h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.faq {
    background-color: #212226;
    color: #ebebeb;
    padding: 60px 0;
    text-align: center;
}

.faq h4 {
    font-size: 1.2rem;
    font-weight: 500;
}

.faq h4,
.faq p {
    margin-bottom: 15px;
}

.inline-icon {
    vertical-align: bottom;
    margin-right: 5px;
    font-size: 1.8rem;
}

/* ===== CONTACT/QUOTE SECTION ===== */

.contact-section {
    background-color: #f8f8f8;
    padding: 100px 0;
}

.contact-section h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

.contact-left h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.contact-left p {
    font-size: 1rem;
    color: #6e6e73;
    margin-bottom: 40px;
    line-height: 1.7;
}

.contact-info {
    margin-top: 40px;
}

.contact-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #1d1d1f;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.contact-detail {
    font-size: 0.95rem;
    color: #1d1d1f;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-right {
    background-color: #fff;
    padding: 44px;
    border-radius: 18px;
}

.form-group {
    margin-bottom: 16px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-row-full {
    grid-column: 1 / -1;
}

label {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: #6e6e73;
    margin-bottom: 6px;
    letter-spacing: 0.1px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 11px 14px;
    background-color: #f5f5f7;
    border: none;
    border-radius: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
    color: #1d1d1f;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-font-smoothing: antialiased;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    background-color: #e8622c;
    color: white;
    padding: 12px 28px;
    border: none;
    border-radius: 980px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.1px;
}

.btn-submit:hover {
    background-color: #cf501f;
}

/* ===== FOOTER ===== */

.footer a {
    color: #e6dd69;
}

footer {
    background-color: #212226;
    color: #ebebeb;
    padding: 40px 0;
}

footer p {
    margin-bottom: 15px;
}

.footer-logo {
    width: 115px;
    padding-bottom: 20px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 40px 0;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
}

.footer-logo {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: #ebebeb;
}

.footer-tagline {
    font-size: 0.85rem;
    color: #ebebeb;
    line-height: 1.6;
    max-width: 400px;
}

.footer-contact {
    text-align: right;
}

.footer-contact-item {
    margin-bottom: 12px;
}

.footer-contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ebebeb;
    display: block;
    margin-bottom: 2px;
}

.footer-contact-value {
    font-size: 0.875rem;
    color: #ebebeb;
}

.footer-bottom {
    text-align: center;
    font-size: 0.75rem;
    color: #ebebeb;
    padding-top: 40px;
}

/* ===== HAMBURGER / MOBILE NAV ===== */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 1100;
}

.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #1d1d1f;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform-origin: center;
}

/* X state */
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .hero-left {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px 20px;
    }

    .steps-grid::before {
        display: none;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-contact {
        text-align: left;
    }

    .hamburger {
        display: flex;
    }

    nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        max-width: 440px;
        min-width: 240px;
        height: 100vh;
        background: #f3f3f3;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 90px 0 40px;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1001;
    }

    nav.open {
        transform: translateX(0);
    }

    nav a {
        display: block;
        padding: 14px 20px;
        font-size: 0.95rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.75);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0;
        text-align: center;
        width: 100%;
    }

    nav a.btn-quote {
        display: block;
        margin: 20px 20px 0;
        width: calc(100% - 40px);
        padding: 12px 20px;
        text-align: center;
        border-radius: 980px;
        border-bottom: none;
        font-size: 0.95rem;
        color: #fff;
    }

    .nav-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .nav-backdrop.active {
        display: block;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 0 1rem;
    }

    .logo-text {
        font-size: 0.85rem;
    }

    .hero-left {
        padding: 48px 24px;
        background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.3) 70%, transparent 100%);
    }

    .hero-headline {
        font-size: 2.2rem;
    }

    .hero-description {
        font-size: 0.95rem;
    }

    .why-section,
    .how-section {
        padding: 72px 0;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .section-heading {
        font-size: 1.6rem;
    }

    .section-subheading {
        margin-bottom: 40px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 16px;
    }

    .contact-container {
        padding: 0 1rem;
        gap: 40px;
    }

    .contact-left h2 {
        font-size: 1.6rem;
    }

    .contact-right {
        padding: 28px 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-container {
        padding: 0 1rem;
    }

    .products-section,
    .contact-section {
        padding: 72px 0;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px 12px;
    }

    .hero-headline {
        font-size: 1.8rem;
    }

    .hero-left {
        padding: 36px 20px;
    }

    .section-heading {
        font-size: 1.4rem;
    }

    .why-card {
        padding: 24px 20px;
    }
}

/** overrides **/

.container-xl {
    max-width: 1140px;
    padding-left: 25px;
    padding-right: 25px;
}

p.sm {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: .8rem;
    letter-spacing: 1px;
}

/* ===== SCROLL FADE IN ===== */
.fade-in {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .fade-in {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
